2024-05-21T16:10:06.430 INFO:root:teuthology version: 0.0.1.dev287+gb9e3da8 2024-05-21T16:10:06.431 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718709 --name adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi --verbose --owner scheduled_adking@teuthology --description orch:cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_mgr_basic} -- /home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718709/orig.config.yaml 2024-05-21T16:10:06.459 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-21T16:10:06.544 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718709 branch: wip-adk-testing-2024-05-20-1421 description: orch:cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_mgr_basic} email: adking@redhat.com first_in_suite: false job_id: '7718709' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-adk-testing-2024-05-20-1421 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-only-match: - CEPHADM_ sha1: a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2024-05-20-1421 sha1: a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.x - osd.0 - osd.1 - client.0 - - host.b - cephadm.exclude seed: 1329 sha1: a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e sleep_before_teardown: 0 subset: 1/18 suite: orch:cephadm suite_branch: wip-adk-testing-2024-05-20-1421 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e targets: smithi076.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCi1y2wo3nDSGe7hPEivBT7H4Cma7sanVirULfs57LW5J9m4/pDlsPRTfr3lC2ixIqgEotyVPAU61vdXqQrvb1U= smithi098.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGmvhGxQh7o5n6T8Fm71g+aElrxgPZ1NiunsEGg4BHsDmTV3R+9C2ZkcgXm+VJqIMDAvungpK78RtYD4E3KfcJ0= tasks: - cephadm.configure_samba_client_container: role: host.b - cephadm: null - cephadm.shell: host.a: - ceph fs volume create cephfs - cephadm.wait_for_service: service: mds.cephfs - cephadm.shell: host.a: - cmd: ceph fs subvolumegroup create cephfs smb - cmd: ceph fs subvolume create cephfs sv1 --group-name=smb --mode=0777 - cmd: ceph fs subvolume create cephfs sv2 --group-name=smb --mode=0777 - cmd: ceph mgr module enable smb - cmd: sleep 30 - cmd: 'ceph smb cluster create modusr1 user --define-user-pass=user1%t3stP4ss1 --define-user-pass=user2%t3stP4ss2 ' - cmd: ceph smb share create modusr1 share1 cephfs / --subvolume=smb/sv1 - cmd: ceph smb share create modusr1 share2 cephfs / --subvolume=smb/sv2 - cephadm.wait_for_service: service: smb.modusr1 - cephadm.exec: host.b: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U user1%t3stP4ss1 //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U user2%t3stP4ss2 //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share2 -c ls' - cephadm.shell: host.a: - cmd: ceph smb share rm modusr1 share2 - cmd: ceph smb share rm modusr1 share1 - cmd: ceph smb cluster rm modusr1 - cephadm.wait_for_service_not_present: service: smb.modusr1 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a timestamp: 2024-05-21_14:52:39 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2698841 2024-05-21T16:10:06.544 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/qa; will attempt to use it 2024-05-21T16:10:06.545 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/qa/tasks 2024-05-21T16:10:06.545 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-21T16:10:06.547 INFO:teuthology.task.internal:Checking packages... 2024-05-21T16:10:06.566 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e' 2024-05-21T16:10:06.566 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-21T16:10:06.567 INFO:teuthology.packaging:ref: None 2024-05-21T16:10:06.567 INFO:teuthology.packaging:tag: None 2024-05-21T16:10:06.567 INFO:teuthology.packaging:branch: wip-adk-testing-2024-05-20-1421 2024-05-21T16:10:06.567 INFO:teuthology.packaging:sha1: a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e 2024-05-21T16:10:06.567 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-adk-testing-2024-05-20-1421 2024-05-21T16:10:06.709 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3868.ga2b47860 2024-05-21T16:10:06.711 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-21T16:10:06.718 INFO:teuthology.task.internal:no buildpackages task found 2024-05-21T16:10:06.718 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-21T16:10:06.754 INFO:teuthology.task.internal:Saving configuration 2024-05-21T16:10:06.766 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-21T16:10:06.773 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-21T16:10:06.799 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi076.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718709', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-21 16:04:57.422546', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCi1y2wo3nDSGe7hPEivBT7H4Cma7sanVirULfs57LW5J9m4/pDlsPRTfr3lC2ixIqgEotyVPAU61vdXqQrvb1U='} 2024-05-21T16:10:06.820 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718709', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-21 16:04:57.421273', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGmvhGxQh7o5n6T8Fm71g+aElrxgPZ1NiunsEGg4BHsDmTV3R+9C2ZkcgXm+VJqIMDAvungpK78RtYD4E3KfcJ0='} 2024-05-21T16:10:06.820 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-21T16:10:06.826 INFO:teuthology.task.internal:roles: ubuntu@smithi076.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-05-21T16:10:06.826 INFO:teuthology.task.internal:roles: ubuntu@smithi098.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2024-05-21T16:10:06.826 INFO:teuthology.run_tasks:Running task console_log... 2024-05-21T16:10:06.941 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f1eb468bbe0>, signals=[15]) 2024-05-21T16:10:06.941 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-21T16:10:06.947 INFO:teuthology.task.internal:Opening connections... 2024-05-21T16:10:06.947 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi076.front.sepia.ceph.com 2024-05-21T16:10:06.948 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:10:07.025 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi098.front.sepia.ceph.com 2024-05-21T16:10:07.026 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:10:07.102 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-21T16:10:07.109 DEBUG:teuthology.orchestra.run.smithi076:> uname -m 2024-05-21T16:10:07.126 INFO:teuthology.orchestra.run.smithi076.stdout:x86_64 2024-05-21T16:10:07.126 DEBUG:teuthology.orchestra.run.smithi076:> cat /etc/os-release 2024-05-21T16:10:07.182 INFO:teuthology.orchestra.run.smithi076.stdout:NAME="CentOS Stream" 2024-05-21T16:10:07.182 INFO:teuthology.orchestra.run.smithi076.stdout:VERSION="9" 2024-05-21T16:10:07.182 INFO:teuthology.orchestra.run.smithi076.stdout:ID="centos" 2024-05-21T16:10:07.182 INFO:teuthology.orchestra.run.smithi076.stdout:ID_LIKE="rhel fedora" 2024-05-21T16:10:07.182 INFO:teuthology.orchestra.run.smithi076.stdout:VERSION_ID="9" 2024-05-21T16:10:07.182 INFO:teuthology.orchestra.run.smithi076.stdout:PLATFORM_ID="platform:el9" 2024-05-21T16:10:07.182 INFO:teuthology.orchestra.run.smithi076.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-21T16:10:07.182 INFO:teuthology.orchestra.run.smithi076.stdout:ANSI_COLOR="0;31" 2024-05-21T16:10:07.182 INFO:teuthology.orchestra.run.smithi076.stdout:LOGO="fedora-logo-icon" 2024-05-21T16:10:07.182 INFO:teuthology.orchestra.run.smithi076.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-21T16:10:07.183 INFO:teuthology.orchestra.run.smithi076.stdout:HOME_URL="https://centos.org/" 2024-05-21T16:10:07.183 INFO:teuthology.orchestra.run.smithi076.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-21T16:10:07.183 INFO:teuthology.orchestra.run.smithi076.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-21T16:10:07.183 INFO:teuthology.orchestra.run.smithi076.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-21T16:10:07.183 INFO:teuthology.lock.ops:Updating smithi076.front.sepia.ceph.com on lock server 2024-05-21T16:10:07.204 DEBUG:teuthology.orchestra.run.smithi098:> uname -m 2024-05-21T16:10:07.222 INFO:teuthology.orchestra.run.smithi098.stdout:x86_64 2024-05-21T16:10:07.222 DEBUG:teuthology.orchestra.run.smithi098:> cat /etc/os-release 2024-05-21T16:10:07.279 INFO:teuthology.orchestra.run.smithi098.stdout:NAME="CentOS Stream" 2024-05-21T16:10:07.279 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION="9" 2024-05-21T16:10:07.279 INFO:teuthology.orchestra.run.smithi098.stdout:ID="centos" 2024-05-21T16:10:07.279 INFO:teuthology.orchestra.run.smithi098.stdout:ID_LIKE="rhel fedora" 2024-05-21T16:10:07.279 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION_ID="9" 2024-05-21T16:10:07.279 INFO:teuthology.orchestra.run.smithi098.stdout:PLATFORM_ID="platform:el9" 2024-05-21T16:10:07.279 INFO:teuthology.orchestra.run.smithi098.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-21T16:10:07.279 INFO:teuthology.orchestra.run.smithi098.stdout:ANSI_COLOR="0;31" 2024-05-21T16:10:07.279 INFO:teuthology.orchestra.run.smithi098.stdout:LOGO="fedora-logo-icon" 2024-05-21T16:10:07.279 INFO:teuthology.orchestra.run.smithi098.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-21T16:10:07.279 INFO:teuthology.orchestra.run.smithi098.stdout:HOME_URL="https://centos.org/" 2024-05-21T16:10:07.280 INFO:teuthology.orchestra.run.smithi098.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-21T16:10:07.280 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-21T16:10:07.280 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-21T16:10:07.280 INFO:teuthology.lock.ops:Updating smithi098.front.sepia.ceph.com on lock server 2024-05-21T16:10:07.304 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-21T16:10:07.313 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-21T16:10:07.321 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-21T16:10:07.321 DEBUG:teuthology.orchestra.run.smithi076:> test '!' -e /home/ubuntu/cephtest 2024-05-21T16:10:07.323 DEBUG:teuthology.orchestra.run.smithi098:> test '!' -e /home/ubuntu/cephtest 2024-05-21T16:10:07.339 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-21T16:10:07.345 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-21T16:10:07.345 DEBUG:teuthology.orchestra.run.smithi076:> test -z $(ls -A /var/lib/ceph) 2024-05-21T16:10:07.379 DEBUG:teuthology.orchestra.run.smithi098:> test -z $(ls -A /var/lib/ceph) 2024-05-21T16:10:07.610 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-21T16:10:07.665 INFO:teuthology.run_tasks:Running task kernel... 2024-05-21T16:10:07.708 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-21T16:10:07.708 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-21T16:10:07.708 DEBUG:teuthology.orchestra.run.smithi076:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-21T16:10:07.709 DEBUG:teuthology.orchestra.run.smithi098:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-21T16:10:07.724 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:10:07.725 DEBUG:teuthology.orchestra.run.smithi076:> uname -r 2024-05-21T16:10:07.725 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:10:07.726 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2024-05-21T16:10:07.781 INFO:teuthology.orchestra.run.smithi076.stdout:5.14.0-437.el9.x86_64 2024-05-21T16:10:07.792 INFO:teuthology.task.kernel:Running kernel on smithi076: 5.14.0-437.el9.x86_64 2024-05-21T16:10:07.792 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum install -y kernel 2024-05-21T16:10:07.793 INFO:teuthology.orchestra.run.smithi098.stdout:5.14.0-437.el9.x86_64 2024-05-21T16:10:07.793 INFO:teuthology.task.kernel:Running kernel on smithi098: 5.14.0-437.el9.x86_64 2024-05-21T16:10:07.793 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum install -y kernel 2024-05-21T16:10:09.931 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.1 MB 00:00 2024-05-21T16:10:11.145 INFO:teuthology.orchestra.run.smithi076.stdout:CentOS Stream 9 - BaseOS 4.5 MB/s | 8.1 MB 00:01 2024-05-21T16:10:12.838 INFO:teuthology.orchestra.run.smithi076.stdout:CentOS Stream 9 - AppStream 30 MB/s | 19 MB 00:00 2024-05-21T16:10:13.907 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - AppStream 6.5 MB/s | 19 MB 00:02 2024-05-21T16:10:16.897 INFO:teuthology.orchestra.run.smithi076.stdout:CentOS Stream 9 - CRB 14 MB/s | 6.2 MB 00:00 2024-05-21T16:10:18.456 INFO:teuthology.orchestra.run.smithi076.stdout:CentOS Stream 9 - Extras packages 79 kB/s | 16 kB 00:00 2024-05-21T16:10:19.574 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - CRB 3.0 MB/s | 6.2 MB 00:02 2024-05-21T16:10:19.653 INFO:teuthology.orchestra.run.smithi076.stdout:Extra Packages for Enterprise Linux 20 MB/s | 21 MB 00:01 2024-05-21T16:10:21.875 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - Extras packages 14 kB/s | 16 kB 00:01 2024-05-21T16:10:23.718 INFO:teuthology.orchestra.run.smithi098.stdout:Extra Packages for Enterprise Linux 12 MB/s | 21 MB 00:01 2024-05-21T16:10:24.809 INFO:teuthology.orchestra.run.smithi076.stdout:lab-extras 17 kB/s | 1.7 kB 00:00 2024-05-21T16:10:26.673 INFO:teuthology.orchestra.run.smithi076.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-21T16:10:26.674 INFO:teuthology.orchestra.run.smithi076.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-21T16:10:26.774 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-05-21T16:10:26.780 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-05-21T16:10:26.780 INFO:teuthology.orchestra.run.smithi076.stdout: Package Architecture Version Repository Size 2024-05-21T16:10:26.780 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-05-21T16:10:26.780 INFO:teuthology.orchestra.run.smithi076.stdout:Installing: 2024-05-21T16:10:26.780 INFO:teuthology.orchestra.run.smithi076.stdout: kernel x86_64 5.14.0-447.el9 baseos 576 k 2024-05-21T16:10:26.781 INFO:teuthology.orchestra.run.smithi076.stdout:Installing dependencies: 2024-05-21T16:10:26.781 INFO:teuthology.orchestra.run.smithi076.stdout: kernel-core x86_64 5.14.0-447.el9 baseos 16 M 2024-05-21T16:10:26.781 INFO:teuthology.orchestra.run.smithi076.stdout: kernel-modules x86_64 5.14.0-447.el9 baseos 34 M 2024-05-21T16:10:26.781 INFO:teuthology.orchestra.run.smithi076.stdout: kernel-modules-core x86_64 5.14.0-447.el9 baseos 28 M 2024-05-21T16:10:26.781 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-05-21T16:10:26.781 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-05-21T16:10:26.782 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-05-21T16:10:26.782 INFO:teuthology.orchestra.run.smithi076.stdout:Install 4 Packages 2024-05-21T16:10:26.782 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-05-21T16:10:26.783 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 78 M 2024-05-21T16:10:26.783 INFO:teuthology.orchestra.run.smithi076.stdout:Installed size: 123 M 2024-05-21T16:10:26.783 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2024-05-21T16:10:27.144 INFO:teuthology.orchestra.run.smithi076.stdout:(1/4): kernel-5.14.0-447.el9.x86_64.rpm 6.0 MB/s | 576 kB 00:00 2024-05-21T16:10:27.661 INFO:teuthology.orchestra.run.smithi076.stdout:(2/4): kernel-core-5.14.0-447.el9.x86_64.rpm 25 MB/s | 16 MB 00:00 2024-05-21T16:10:28.078 INFO:teuthology.orchestra.run.smithi076.stdout:(3/4): kernel-modules-5.14.0-447.el9.x86_64.rpm 33 MB/s | 34 MB 00:01 2024-05-21T16:10:28.611 INFO:teuthology.orchestra.run.smithi076.stdout:(4/4): kernel-modules-core-5.14.0-447.el9.x86_6 19 MB/s | 28 MB 00:01 2024-05-21T16:10:28.612 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:10:28.612 INFO:teuthology.orchestra.run.smithi076.stdout:Total 43 MB/s | 78 MB 00:01 2024-05-21T16:10:28.876 INFO:teuthology.orchestra.run.smithi098.stdout:lab-extras 16 kB/s | 1.7 kB 00:00 2024-05-21T16:10:29.297 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2024-05-21T16:10:29.650 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2024-05-21T16:10:29.650 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2024-05-21T16:10:30.600 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2024-05-21T16:10:30.601 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2024-05-21T16:10:30.741 INFO:teuthology.orchestra.run.smithi098.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-21T16:10:30.741 INFO:teuthology.orchestra.run.smithi098.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-21T16:10:30.838 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-05-21T16:10:30.849 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-21T16:10:30.850 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2024-05-21T16:10:30.850 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-21T16:10:30.850 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-05-21T16:10:30.850 INFO:teuthology.orchestra.run.smithi098.stdout: kernel x86_64 5.14.0-447.el9 baseos 576 k 2024-05-21T16:10:30.850 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-05-21T16:10:30.850 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-core x86_64 5.14.0-447.el9 baseos 16 M 2024-05-21T16:10:30.850 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-modules x86_64 5.14.0-447.el9 baseos 34 M 2024-05-21T16:10:30.850 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-modules-core x86_64 5.14.0-447.el9 baseos 28 M 2024-05-21T16:10:30.850 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-21T16:10:30.850 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-05-21T16:10:30.850 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-21T16:10:30.850 INFO:teuthology.orchestra.run.smithi098.stdout:Install 4 Packages 2024-05-21T16:10:30.850 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-21T16:10:30.851 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 78 M 2024-05-21T16:10:30.851 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 123 M 2024-05-21T16:10:30.851 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-05-21T16:10:31.903 INFO:teuthology.orchestra.run.smithi098.stdout:(1/4): kernel-5.14.0-447.el9.x86_64.rpm 631 kB/s | 576 kB 00:00 2024-05-21T16:10:32.578 INFO:teuthology.orchestra.run.smithi098.stdout:(2/4): kernel-core-5.14.0-447.el9.x86_64.rpm 9.8 MB/s | 16 MB 00:01 2024-05-21T16:10:33.005 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2024-05-21T16:10:33.303 INFO:teuthology.orchestra.run.smithi098.stdout:(3/4): kernel-modules-5.14.0-447.el9.x86_64.rpm 15 MB/s | 34 MB 00:02 2024-05-21T16:10:33.636 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : kernel-modules-core-5.14.0-447.el9.x86_64 1/4 2024-05-21T16:10:33.724 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : kernel-core-5.14.0-447.el9.x86_64 2/4 2024-05-21T16:10:34.195 INFO:teuthology.orchestra.run.smithi098.stdout:(4/4): kernel-modules-core-5.14.0-447.el9.x86_6 12 MB/s | 28 MB 00:02 2024-05-21T16:10:34.195 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:10:34.195 INFO:teuthology.orchestra.run.smithi098.stdout:Total 23 MB/s | 78 MB 00:03 2024-05-21T16:10:34.875 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-05-21T16:10:35.218 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-05-21T16:10:35.218 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-05-21T16:10:36.146 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-05-21T16:10:36.146 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-05-21T16:10:36.400 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: kernel-core-5.14.0-447.el9.x86_64 2/4 2024-05-21T16:10:36.548 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : kernel-modules-5.14.0-447.el9.x86_64 3/4 2024-05-21T16:10:38.508 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-05-21T16:10:39.189 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-modules-core-5.14.0-447.el9.x86_64 1/4 2024-05-21T16:10:39.279 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-core-5.14.0-447.el9.x86_64 2/4 2024-05-21T16:10:41.312 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: kernel-modules-5.14.0-447.el9.x86_64 3/4 2024-05-21T16:10:41.369 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : kernel-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:10:41.951 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-core-5.14.0-447.el9.x86_64 2/4 2024-05-21T16:10:42.095 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-modules-5.14.0-447.el9.x86_64 3/4 2024-05-21T16:10:46.100 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: kernel-modules-core-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:10:46.795 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-modules-5.14.0-447.el9.x86_64 3/4 2024-05-21T16:10:46.923 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:10:51.667 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-modules-core-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:11:15.378 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: kernel-core-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:11:15.416 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: kernel-modules-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:11:15.776 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: kernel-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:11:15.776 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : kernel-5.14.0-447.el9.x86_64 1/4 2024-05-21T16:11:15.776 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : kernel-core-5.14.0-447.el9.x86_64 2/4 2024-05-21T16:11:15.776 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : kernel-modules-5.14.0-447.el9.x86_64 3/4 2024-05-21T16:11:16.586 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : kernel-modules-core-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:11:16.586 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-05-21T16:11:16.586 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2024-05-21T16:11:16.586 INFO:teuthology.orchestra.run.smithi076.stdout: kernel-5.14.0-447.el9.x86_64 2024-05-21T16:11:16.586 INFO:teuthology.orchestra.run.smithi076.stdout: kernel-core-5.14.0-447.el9.x86_64 2024-05-21T16:11:16.587 INFO:teuthology.orchestra.run.smithi076.stdout: kernel-modules-5.14.0-447.el9.x86_64 2024-05-21T16:11:16.587 INFO:teuthology.orchestra.run.smithi076.stdout: kernel-modules-core-5.14.0-447.el9.x86_64 2024-05-21T16:11:16.587 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-05-21T16:11:16.587 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-05-21T16:11:16.940 DEBUG:teuthology.orchestra.run.smithi076:> rpm -q kernel | sort -rV | head -n 1 2024-05-21T16:11:17.011 INFO:teuthology.orchestra.run.smithi076.stdout:kernel-5.14.0-447.el9.x86_64 2024-05-21T16:11:17.011 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-447.el9.x86_64 2024-05-21T16:11:17.012 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-447.el9.x86_64 2024-05-21T16:11:17.012 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-21T16:11:17.012 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-21T16:11:17.012 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-21T16:11:17.012 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi076.front.sepia.ceph.com, path=None, version=distro) 2024-05-21T16:11:17.012 DEBUG:teuthology.orchestra.run.smithi076:> rpm -q kernel | sort -rV | head -n 1 2024-05-21T16:11:17.061 INFO:teuthology.orchestra.run.smithi076.stdout:kernel-5.14.0-447.el9.x86_64 2024-05-21T16:11:17.062 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-447.el9.x86_64 2024-05-21T16:11:17.062 DEBUG:teuthology.orchestra.run.smithi076:> sudo rpm -qi grub2-tools 2024-05-21T16:11:17.093 INFO:teuthology.orchestra.run.smithi076.stdout:Name : grub2-tools 2024-05-21T16:11:17.093 INFO:teuthology.orchestra.run.smithi076.stdout:Epoch : 1 2024-05-21T16:11:17.093 INFO:teuthology.orchestra.run.smithi076.stdout:Version : 2.06 2024-05-21T16:11:17.093 INFO:teuthology.orchestra.run.smithi076.stdout:Release : 68.el9 2024-05-21T16:11:17.093 INFO:teuthology.orchestra.run.smithi076.stdout:Architecture: x86_64 2024-05-21T16:11:17.093 INFO:teuthology.orchestra.run.smithi076.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-21T16:11:17.093 INFO:teuthology.orchestra.run.smithi076.stdout:Group : Unspecified 2024-05-21T16:11:17.093 INFO:teuthology.orchestra.run.smithi076.stdout:Size : 8264254 2024-05-21T16:11:17.093 INFO:teuthology.orchestra.run.smithi076.stdout:License : GPLv3+ 2024-05-21T16:11:17.094 INFO:teuthology.orchestra.run.smithi076.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-21T16:11:17.094 INFO:teuthology.orchestra.run.smithi076.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-21T16:11:17.094 INFO:teuthology.orchestra.run.smithi076.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-21T16:11:17.094 INFO:teuthology.orchestra.run.smithi076.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-21T16:11:17.094 INFO:teuthology.orchestra.run.smithi076.stdout:Packager : builder@centos.org 2024-05-21T16:11:17.094 INFO:teuthology.orchestra.run.smithi076.stdout:Vendor : CentOS 2024-05-21T16:11:17.094 INFO:teuthology.orchestra.run.smithi076.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-21T16:11:17.094 INFO:teuthology.orchestra.run.smithi076.stdout:Summary : Support tools for GRUB. 2024-05-21T16:11:17.094 INFO:teuthology.orchestra.run.smithi076.stdout:Description : 2024-05-21T16:11:17.094 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-05-21T16:11:17.094 INFO:teuthology.orchestra.run.smithi076.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-21T16:11:17.094 INFO:teuthology.orchestra.run.smithi076.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-21T16:11:17.094 INFO:teuthology.orchestra.run.smithi076.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-21T16:11:17.095 INFO:teuthology.orchestra.run.smithi076.stdout:hardware devices. 2024-05-21T16:11:17.095 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-05-21T16:11:17.095 INFO:teuthology.orchestra.run.smithi076.stdout:This subpackage provides tools for support of all platforms. 2024-05-21T16:11:17.096 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-21T16:11:17.096 INFO:teuthology.task.kernel:Updating grub on smithi076 to boot 5.14.0-447.el9.x86_64 2024-05-21T16:11:17.096 DEBUG:teuthology.orchestra.run.smithi076:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-21T16:11:17.689 INFO:teuthology.orchestra.run.smithi076.stderr:Generating grub configuration file ... 2024-05-21T16:11:19.070 INFO:teuthology.orchestra.run.smithi076.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-21T16:11:19.096 INFO:teuthology.orchestra.run.smithi076.stderr:done 2024-05-21T16:11:19.098 DEBUG:teuthology.orchestra.run.smithi076:> mktemp 2024-05-21T16:11:19.113 INFO:teuthology.orchestra.run.smithi076.stdout:/tmp/tmp.PGePkWTeKC 2024-05-21T16:11:19.113 DEBUG:teuthology.orchestra.run.smithi076:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.PGePkWTeKC 2024-05-21T16:11:19.178 DEBUG:teuthology.orchestra.run.smithi076:> sudo chmod 0666 /tmp/tmp.PGePkWTeKC 2024-05-21T16:11:19.317 DEBUG:teuthology.orchestra.remote:smithi076:/tmp/tmp.PGePkWTeKC is 6KB 2024-05-21T16:11:19.365 DEBUG:teuthology.orchestra.run.smithi076:> rm -fr /tmp/tmp.PGePkWTeKC 2024-05-21T16:11:19.380 DEBUG:teuthology.orchestra.run.smithi076:> sudo /bin/ls /boot/loader/entries || true 2024-05-21T16:11:19.444 INFO:teuthology.orchestra.run.smithi076.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-21T16:11:19.444 INFO:teuthology.orchestra.run.smithi076.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-21T16:11:19.444 INFO:teuthology.orchestra.run.smithi076.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-21T16:11:19.444 INFO:teuthology.orchestra.run.smithi076.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-447.el9.x86_64.conf 2024-05-21T16:11:19.445 DEBUG:teuthology.orchestra.run.smithi076:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-447.el9.x86_64 2024-05-21T16:11:19.604 DEBUG:teuthology.orchestra.run.smithi076:> sudo shutdown -r now 2024-05-21T16:11:20.838 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-core-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:11:20.877 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-modules-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:11:21.226 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:11:21.226 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-5.14.0-447.el9.x86_64 1/4 2024-05-21T16:11:21.226 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-core-5.14.0-447.el9.x86_64 2/4 2024-05-21T16:11:21.226 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-modules-5.14.0-447.el9.x86_64 3/4 2024-05-21T16:11:22.026 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-modules-core-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:11:22.026 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-21T16:11:22.026 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-05-21T16:11:22.027 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-5.14.0-447.el9.x86_64 2024-05-21T16:11:22.027 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-core-5.14.0-447.el9.x86_64 2024-05-21T16:11:22.027 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-modules-5.14.0-447.el9.x86_64 2024-05-21T16:11:22.027 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-modules-core-5.14.0-447.el9.x86_64 2024-05-21T16:11:22.027 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-21T16:11:22.027 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-05-21T16:11:22.414 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q kernel | sort -rV | head -n 1 2024-05-21T16:11:22.486 INFO:teuthology.orchestra.run.smithi098.stdout:kernel-5.14.0-447.el9.x86_64 2024-05-21T16:11:22.487 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-447.el9.x86_64 2024-05-21T16:11:22.487 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-447.el9.x86_64 2024-05-21T16:11:22.487 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-21T16:11:22.487 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-21T16:11:22.487 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-21T16:11:22.488 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi098.front.sepia.ceph.com, path=None, version=distro) 2024-05-21T16:11:22.488 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q kernel | sort -rV | head -n 1 2024-05-21T16:11:22.537 INFO:teuthology.orchestra.run.smithi098.stdout:kernel-5.14.0-447.el9.x86_64 2024-05-21T16:11:22.538 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-447.el9.x86_64 2024-05-21T16:11:22.538 DEBUG:teuthology.orchestra.run.smithi098:> sudo rpm -qi grub2-tools 2024-05-21T16:11:22.568 INFO:teuthology.orchestra.run.smithi098.stdout:Name : grub2-tools 2024-05-21T16:11:22.568 INFO:teuthology.orchestra.run.smithi098.stdout:Epoch : 1 2024-05-21T16:11:22.568 INFO:teuthology.orchestra.run.smithi098.stdout:Version : 2.06 2024-05-21T16:11:22.568 INFO:teuthology.orchestra.run.smithi098.stdout:Release : 68.el9 2024-05-21T16:11:22.568 INFO:teuthology.orchestra.run.smithi098.stdout:Architecture: x86_64 2024-05-21T16:11:22.568 INFO:teuthology.orchestra.run.smithi098.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-21T16:11:22.569 INFO:teuthology.orchestra.run.smithi098.stdout:Group : Unspecified 2024-05-21T16:11:22.569 INFO:teuthology.orchestra.run.smithi098.stdout:Size : 8264254 2024-05-21T16:11:22.569 INFO:teuthology.orchestra.run.smithi098.stdout:License : GPLv3+ 2024-05-21T16:11:22.569 INFO:teuthology.orchestra.run.smithi098.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-21T16:11:22.569 INFO:teuthology.orchestra.run.smithi098.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-21T16:11:22.569 INFO:teuthology.orchestra.run.smithi098.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-21T16:11:22.569 INFO:teuthology.orchestra.run.smithi098.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-21T16:11:22.569 INFO:teuthology.orchestra.run.smithi098.stdout:Packager : builder@centos.org 2024-05-21T16:11:22.569 INFO:teuthology.orchestra.run.smithi098.stdout:Vendor : CentOS 2024-05-21T16:11:22.569 INFO:teuthology.orchestra.run.smithi098.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-21T16:11:22.569 INFO:teuthology.orchestra.run.smithi098.stdout:Summary : Support tools for GRUB. 2024-05-21T16:11:22.569 INFO:teuthology.orchestra.run.smithi098.stdout:Description : 2024-05-21T16:11:22.569 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-21T16:11:22.569 INFO:teuthology.orchestra.run.smithi098.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-21T16:11:22.570 INFO:teuthology.orchestra.run.smithi098.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-21T16:11:22.570 INFO:teuthology.orchestra.run.smithi098.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-21T16:11:22.570 INFO:teuthology.orchestra.run.smithi098.stdout:hardware devices. 2024-05-21T16:11:22.570 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-21T16:11:22.570 INFO:teuthology.orchestra.run.smithi098.stdout:This subpackage provides tools for support of all platforms. 2024-05-21T16:11:22.571 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-21T16:11:22.571 INFO:teuthology.task.kernel:Updating grub on smithi098 to boot 5.14.0-447.el9.x86_64 2024-05-21T16:11:22.571 DEBUG:teuthology.orchestra.run.smithi098:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-21T16:11:23.120 INFO:teuthology.orchestra.run.smithi098.stderr:Generating grub configuration file ... 2024-05-21T16:11:24.493 INFO:teuthology.orchestra.run.smithi098.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-21T16:11:24.520 INFO:teuthology.orchestra.run.smithi098.stderr:done 2024-05-21T16:11:24.522 DEBUG:teuthology.orchestra.run.smithi098:> mktemp 2024-05-21T16:11:24.537 INFO:teuthology.orchestra.run.smithi098.stdout:/tmp/tmp.18xhOtSfl9 2024-05-21T16:11:24.537 DEBUG:teuthology.orchestra.run.smithi098:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.18xhOtSfl9 2024-05-21T16:11:24.615 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 0666 /tmp/tmp.18xhOtSfl9 2024-05-21T16:11:24.753 DEBUG:teuthology.orchestra.remote:smithi098:/tmp/tmp.18xhOtSfl9 is 6KB 2024-05-21T16:11:24.803 DEBUG:teuthology.orchestra.run.smithi098:> rm -fr /tmp/tmp.18xhOtSfl9 2024-05-21T16:11:24.817 DEBUG:teuthology.orchestra.run.smithi098:> sudo /bin/ls /boot/loader/entries || true 2024-05-21T16:11:24.889 INFO:teuthology.orchestra.run.smithi098.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-21T16:11:24.889 INFO:teuthology.orchestra.run.smithi098.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-21T16:11:24.889 INFO:teuthology.orchestra.run.smithi098.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-21T16:11:24.889 INFO:teuthology.orchestra.run.smithi098.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-447.el9.x86_64.conf 2024-05-21T16:11:24.890 DEBUG:teuthology.orchestra.run.smithi098:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-447.el9.x86_64 2024-05-21T16:11:25.053 DEBUG:teuthology.orchestra.run.smithi098:> sudo shutdown -r now 2024-05-21T16:11:49.630 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-21T16:11:49.631 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-05-21T16:11:49.631 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:11:55.062 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-21T16:11:55.062 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-05-21T16:11:55.063 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:12:08.099 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.76 2024-05-21T16:12:13.474 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.98 2024-05-21T16:12:17.102 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-05-21T16:12:17.103 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:12:20.158 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.76 2024-05-21T16:12:22.478 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-05-21T16:12:22.479 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:12:25.534 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.98 2024-05-21T16:12:32.162 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-05-21T16:12:32.163 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:12:37.538 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-05-21T16:12:37.539 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:12:55.967 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.98 2024-05-21T16:13:10.982 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-05-21T16:13:10.983 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:13:11.269 DEBUG:teuthology.orchestra.run.smithi098:> true 2024-05-21T16:13:11.681 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-05-21T16:13:11.681 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-447.el9.x86_64"... 2024-05-21T16:13:11.681 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2024-05-21T16:13:11.696 INFO:teuthology.orchestra.run.smithi098.stdout:5.14.0-447.el9.x86_64 2024-05-21T16:13:11.696 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-447.el9.x86_64 vs 5.14.0-447.el9.x86_64 2024-05-21T16:13:11.696 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-21T16:13:11.696 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-21T16:13:12.697 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-21T16:13:12.697 DEBUG:teuthology.orchestra.run.smithi098:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-21T16:13:12.770 INFO:teuthology.orchestra.run.smithi098.stdout:ttyS1 2024-05-21T16:13:12.802 DEBUG:teuthology.parallel:result is None 2024-05-21T16:13:32.165 DEBUG:teuthology.orchestra.remote:timed out 2024-05-21T16:13:47.167 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-05-21T16:13:47.168 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:13:47.616 DEBUG:teuthology.orchestra.run.smithi076:> true 2024-05-21T16:13:47.978 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-05-21T16:13:47.978 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-447.el9.x86_64"... 2024-05-21T16:13:47.978 DEBUG:teuthology.orchestra.run.smithi076:> uname -r 2024-05-21T16:13:47.995 INFO:teuthology.orchestra.run.smithi076.stdout:5.14.0-447.el9.x86_64 2024-05-21T16:13:47.996 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-447.el9.x86_64 vs 5.14.0-447.el9.x86_64 2024-05-21T16:13:47.996 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-21T16:13:47.996 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-21T16:13:48.996 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-21T16:13:48.997 DEBUG:teuthology.orchestra.run.smithi076:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-21T16:13:49.059 INFO:teuthology.orchestra.run.smithi076.stdout:ttyS1 2024-05-21T16:13:49.092 DEBUG:teuthology.parallel:result is None 2024-05-21T16:13:49.093 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-21T16:13:49.102 INFO:teuthology.task.internal:Creating test directory... 2024-05-21T16:13:49.102 DEBUG:teuthology.orchestra.run.smithi076:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-21T16:13:49.104 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-21T16:13:49.125 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-21T16:13:49.132 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-21T16:13:49.186 INFO:teuthology.task.internal:Creating archive directory... 2024-05-21T16:13:49.186 DEBUG:teuthology.orchestra.run.smithi076:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-21T16:13:49.189 DEBUG:teuthology.orchestra.run.smithi098:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-21T16:13:49.301 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-21T16:13:49.308 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-21T16:13:49.308 DEBUG:teuthology.orchestra.run.smithi076:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-21T16:13:49.310 DEBUG:teuthology.orchestra.run.smithi098:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-21T16:13:49.341 INFO:teuthology.orchestra.run.smithi076.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-21T16:13:49.351 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-21T16:13:49.352 INFO:teuthology.orchestra.run.smithi076.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-21T16:13:49.362 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-21T16:13:49.364 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-21T16:13:49.376 INFO:teuthology.task.internal:Configuring sudo... 2024-05-21T16:13:49.376 DEBUG:teuthology.orchestra.run.smithi076:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-21T16:13:49.397 DEBUG:teuthology.orchestra.run.smithi098:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-21T16:13:49.433 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-21T16:13:49.442 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-21T16:13:49.442 DEBUG:teuthology.orchestra.run.smithi076:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-21T16:13:49.464 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-21T16:13:49.490 DEBUG:teuthology.orchestra.run.smithi076:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-21T16:13:49.565 DEBUG:teuthology.orchestra.run.smithi076:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-21T16:13:49.622 DEBUG:teuthology.orchestra.run.smithi076:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-21T16:13:49.664 DEBUG:teuthology.orchestra.run.smithi076:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-21T16:13:49.704 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-05-21T16:13:49.705 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-21T16:13:49.769 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-21T16:13:49.812 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-21T16:13:49.866 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-21T16:13:49.950 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-21T16:13:49.992 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-05-21T16:13:49.992 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-21T16:13:50.058 DEBUG:teuthology.orchestra.run.smithi076:> sudo service rsyslog restart 2024-05-21T16:13:50.061 DEBUG:teuthology.orchestra.run.smithi098:> sudo service rsyslog restart 2024-05-21T16:13:50.096 INFO:teuthology.orchestra.run.smithi076.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-21T16:13:50.154 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-21T16:13:50.470 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-21T16:13:50.478 INFO:teuthology.task.internal:Starting timer... 2024-05-21T16:13:50.478 INFO:teuthology.run_tasks:Running task pcp... 2024-05-21T16:13:50.590 INFO:teuthology.run_tasks:Running task selinux... 2024-05-21T16:13:50.630 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-21T16:13:50.631 DEBUG:teuthology.orchestra.run.smithi076:> sudo service auditd rotate 2024-05-21T16:13:50.676 INFO:teuthology.orchestra.run.smithi076.stdout:Rotating logs: 2024-05-21T16:13:50.678 DEBUG:teuthology.orchestra.run.smithi098:> sudo service auditd rotate 2024-05-21T16:13:50.741 INFO:teuthology.orchestra.run.smithi098.stdout:Rotating logs: 2024-05-21T16:13:50.743 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-21T16:13:50.743 DEBUG:teuthology.orchestra.run.smithi076:> /usr/sbin/getenforce 2024-05-21T16:13:50.776 INFO:teuthology.orchestra.run.smithi076.stdout:Permissive 2024-05-21T16:13:50.776 DEBUG:teuthology.orchestra.run.smithi098:> /usr/sbin/getenforce 2024-05-21T16:13:50.803 INFO:teuthology.orchestra.run.smithi098.stdout:Permissive 2024-05-21T16:13:50.803 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi076.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi098.front.sepia.ceph.com': 'permissive'} 2024-05-21T16:13:50.803 DEBUG:teuthology.orchestra.run.smithi076:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-21T16:13:50.842 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:13:50.842 DEBUG:teuthology.orchestra.run.smithi098:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-21T16:13:50.870 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:13:50.870 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-21T16:13:50.870 DEBUG:teuthology.orchestra.run.smithi076:> sudo /usr/sbin/setenforce permissive 2024-05-21T16:13:50.909 DEBUG:teuthology.orchestra.run.smithi098:> sudo /usr/sbin/setenforce permissive 2024-05-21T16:13:50.947 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-21T16:13:50.957 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-05-21T16:13:50.960 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-05-21T16:13:51.079 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-21T16:13:51.089 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-05-21T16:13:51.090 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi076.front.sepia.ceph.com,smithi098.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-21T16:18:12.631 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi076.front.sepia.ceph.com'), Remote(name='ubuntu@smithi098.front.sepia.ceph.com')] 2024-05-21T16:18:12.633 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-05-21T16:18:12.633 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:18:12.708 DEBUG:teuthology.orchestra.run.smithi076:> true 2024-05-21T16:18:12.802 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-05-21T16:18:12.802 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-05-21T16:18:12.803 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:18:12.881 DEBUG:teuthology.orchestra.run.smithi098:> true 2024-05-21T16:18:12.961 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-05-21T16:18:12.962 INFO:teuthology.run_tasks:Running task clock... 2024-05-21T16:18:12.972 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-21T16:18:12.972 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-21T16:18:12.972 DEBUG:teuthology.orchestra.run.smithi076:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-21T16:18:12.975 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-21T16:18:12.975 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-21T16:18:13.003 INFO:teuthology.orchestra.run.smithi076.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-21T16:18:13.017 INFO:teuthology.orchestra.run.smithi076.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-21T16:18:13.030 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-21T16:18:13.042 INFO:teuthology.orchestra.run.smithi076.stderr:sudo: ntpd: command not found 2024-05-21T16:18:13.044 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-21T16:18:13.053 INFO:teuthology.orchestra.run.smithi076.stdout:506 Cannot talk to daemon 2024-05-21T16:18:13.067 INFO:teuthology.orchestra.run.smithi076.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-21T16:18:13.068 INFO:teuthology.orchestra.run.smithi098.stderr:sudo: ntpd: command not found 2024-05-21T16:18:13.078 INFO:teuthology.orchestra.run.smithi098.stdout:506 Cannot talk to daemon 2024-05-21T16:18:13.080 INFO:teuthology.orchestra.run.smithi076.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-21T16:18:13.093 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-21T16:18:13.107 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-21T16:18:13.136 INFO:teuthology.orchestra.run.smithi076.stderr:bash: line 1: ntpq: command not found 2024-05-21T16:18:13.139 INFO:teuthology.orchestra.run.smithi076.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-21T16:18:13.139 INFO:teuthology.orchestra.run.smithi076.stdout:=============================================================================== 2024-05-21T16:18:13.139 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:18:13.139 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:18:13.140 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:18:13.140 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:18:13.160 INFO:teuthology.orchestra.run.smithi098.stderr:bash: line 1: ntpq: command not found 2024-05-21T16:18:13.163 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-21T16:18:13.163 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2024-05-21T16:18:13.163 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:18:13.163 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:18:13.163 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:18:13.163 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:18:13.164 INFO:teuthology.run_tasks:Running task cephadm.configure_samba_client_container... 2024-05-21T16:18:13.265 INFO:tasks.cephadm:Testing if podman is available 2024-05-21T16:18:13.265 DEBUG:teuthology.orchestra.run.smithi098:> sudo podman --help 2024-05-21T16:18:13.326 INFO:teuthology.orchestra.run.smithi098.stdout:Manage pods, containers and images 2024-05-21T16:18:13.326 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-21T16:18:13.327 INFO:teuthology.orchestra.run.smithi098.stdout:Usage: 2024-05-21T16:18:13.327 INFO:teuthology.orchestra.run.smithi098.stdout: podman [options] [command] 2024-05-21T16:18:13.327 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-21T16:18:13.327 INFO:teuthology.orchestra.run.smithi098.stdout:Available Commands: 2024-05-21T16:18:13.327 INFO:teuthology.orchestra.run.smithi098.stdout: attach Attach to a running container 2024-05-21T16:18:13.327 INFO:teuthology.orchestra.run.smithi098.stdout: auto-update Auto update containers according to their auto-update policy 2024-05-21T16:18:13.327 INFO:teuthology.orchestra.run.smithi098.stdout: build Build an image using instructions from Containerfiles 2024-05-21T16:18:13.327 INFO:teuthology.orchestra.run.smithi098.stdout: commit Create new image based on the changed container 2024-05-21T16:18:13.327 INFO:teuthology.orchestra.run.smithi098.stdout: compose Run compose workloads via an external provider such as docker-compose or podman-compose 2024-05-21T16:18:13.327 INFO:teuthology.orchestra.run.smithi098.stdout: container Manage containers 2024-05-21T16:18:13.328 INFO:teuthology.orchestra.run.smithi098.stdout: cp Copy files/folders between a container and the local filesystem 2024-05-21T16:18:13.328 INFO:teuthology.orchestra.run.smithi098.stdout: create Create but do not start a container 2024-05-21T16:18:13.328 INFO:teuthology.orchestra.run.smithi098.stdout: diff Display the changes to the object's file system 2024-05-21T16:18:13.328 INFO:teuthology.orchestra.run.smithi098.stdout: events Show podman system events 2024-05-21T16:18:13.328 INFO:teuthology.orchestra.run.smithi098.stdout: exec Run a process in a running container 2024-05-21T16:18:13.328 INFO:teuthology.orchestra.run.smithi098.stdout: export Export container's filesystem contents as a tar archive 2024-05-21T16:18:13.328 INFO:teuthology.orchestra.run.smithi098.stdout: farm Farm out builds to remote machines 2024-05-21T16:18:13.328 INFO:teuthology.orchestra.run.smithi098.stdout: generate Generate structured data based on containers, pods or volumes 2024-05-21T16:18:13.328 INFO:teuthology.orchestra.run.smithi098.stdout: healthcheck Manage health checks on containers 2024-05-21T16:18:13.328 INFO:teuthology.orchestra.run.smithi098.stdout: help Help about any command 2024-05-21T16:18:13.328 INFO:teuthology.orchestra.run.smithi098.stdout: history Show history of a specified image 2024-05-21T16:18:13.329 INFO:teuthology.orchestra.run.smithi098.stdout: image Manage images 2024-05-21T16:18:13.329 INFO:teuthology.orchestra.run.smithi098.stdout: images List images in local storage 2024-05-21T16:18:13.329 INFO:teuthology.orchestra.run.smithi098.stdout: import Import a tarball to create a filesystem image 2024-05-21T16:18:13.329 INFO:teuthology.orchestra.run.smithi098.stdout: info Display podman system information 2024-05-21T16:18:13.329 INFO:teuthology.orchestra.run.smithi098.stdout: init Initialize one or more containers 2024-05-21T16:18:13.329 INFO:teuthology.orchestra.run.smithi098.stdout: inspect Display the configuration of object denoted by ID 2024-05-21T16:18:13.329 INFO:teuthology.orchestra.run.smithi098.stdout: kill Kill one or more running containers with a specific signal 2024-05-21T16:18:13.329 INFO:teuthology.orchestra.run.smithi098.stdout: kube Play containers, pods or volumes from a structured file 2024-05-21T16:18:13.329 INFO:teuthology.orchestra.run.smithi098.stdout: load Load image(s) from a tar archive 2024-05-21T16:18:13.329 INFO:teuthology.orchestra.run.smithi098.stdout: login Log in to a container registry 2024-05-21T16:18:13.329 INFO:teuthology.orchestra.run.smithi098.stdout: logout Log out of a container registry 2024-05-21T16:18:13.329 INFO:teuthology.orchestra.run.smithi098.stdout: logs Fetch the logs of one or more containers 2024-05-21T16:18:13.329 INFO:teuthology.orchestra.run.smithi098.stdout: machine Manage a virtual machine 2024-05-21T16:18:13.329 INFO:teuthology.orchestra.run.smithi098.stdout: manifest Manipulate manifest lists and image indexes 2024-05-21T16:18:13.329 INFO:teuthology.orchestra.run.smithi098.stdout: mount Mount a working container's root filesystem 2024-05-21T16:18:13.330 INFO:teuthology.orchestra.run.smithi098.stdout: network Manage networks 2024-05-21T16:18:13.330 INFO:teuthology.orchestra.run.smithi098.stdout: pause Pause all the processes in one or more containers 2024-05-21T16:18:13.330 INFO:teuthology.orchestra.run.smithi098.stdout: pod Manage pods 2024-05-21T16:18:13.330 INFO:teuthology.orchestra.run.smithi098.stdout: port List port mappings or a specific mapping for the container 2024-05-21T16:18:13.330 INFO:teuthology.orchestra.run.smithi098.stdout: ps List containers 2024-05-21T16:18:13.330 INFO:teuthology.orchestra.run.smithi098.stdout: pull Pull an image from a registry 2024-05-21T16:18:13.330 INFO:teuthology.orchestra.run.smithi098.stdout: push Push an image to a specified destination 2024-05-21T16:18:13.330 INFO:teuthology.orchestra.run.smithi098.stdout: rename Rename an existing container 2024-05-21T16:18:13.330 INFO:teuthology.orchestra.run.smithi098.stdout: restart Restart one or more containers 2024-05-21T16:18:13.330 INFO:teuthology.orchestra.run.smithi098.stdout: rm Remove one or more containers 2024-05-21T16:18:13.330 INFO:teuthology.orchestra.run.smithi098.stdout: rmi Remove one or more images from local storage 2024-05-21T16:18:13.330 INFO:teuthology.orchestra.run.smithi098.stdout: run Run a command in a new container 2024-05-21T16:18:13.330 INFO:teuthology.orchestra.run.smithi098.stdout: save Save image(s) to an archive 2024-05-21T16:18:13.331 INFO:teuthology.orchestra.run.smithi098.stdout: search Search registry for image 2024-05-21T16:18:13.331 INFO:teuthology.orchestra.run.smithi098.stdout: secret Manage secrets 2024-05-21T16:18:13.331 INFO:teuthology.orchestra.run.smithi098.stdout: start Start one or more containers 2024-05-21T16:18:13.331 INFO:teuthology.orchestra.run.smithi098.stdout: stats Display a live stream of container resource usage statistics 2024-05-21T16:18:13.331 INFO:teuthology.orchestra.run.smithi098.stdout: stop Stop one or more containers 2024-05-21T16:18:13.331 INFO:teuthology.orchestra.run.smithi098.stdout: system Manage podman 2024-05-21T16:18:13.331 INFO:teuthology.orchestra.run.smithi098.stdout: tag Add an additional name to a local image 2024-05-21T16:18:13.331 INFO:teuthology.orchestra.run.smithi098.stdout: top Display the running processes of a container 2024-05-21T16:18:13.331 INFO:teuthology.orchestra.run.smithi098.stdout: unmount Unmount working container's root filesystem 2024-05-21T16:18:13.331 INFO:teuthology.orchestra.run.smithi098.stdout: unpause Unpause the processes in one or more containers 2024-05-21T16:18:13.331 INFO:teuthology.orchestra.run.smithi098.stdout: unshare Run a command in a modified user namespace 2024-05-21T16:18:13.331 INFO:teuthology.orchestra.run.smithi098.stdout: untag Remove a name from a local image 2024-05-21T16:18:13.331 INFO:teuthology.orchestra.run.smithi098.stdout: update Update an existing container 2024-05-21T16:18:13.331 INFO:teuthology.orchestra.run.smithi098.stdout: version Display the Podman version information 2024-05-21T16:18:13.331 INFO:teuthology.orchestra.run.smithi098.stdout: volume Manage volumes 2024-05-21T16:18:13.332 INFO:teuthology.orchestra.run.smithi098.stdout: wait Block on one or more containers 2024-05-21T16:18:13.332 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-21T16:18:13.332 INFO:teuthology.orchestra.run.smithi098.stdout:Options: 2024-05-21T16:18:13.332 INFO:teuthology.orchestra.run.smithi098.stdout: --cgroup-manager string Cgroup manager to use ("cgroupfs"|"systemd") (default "systemd") 2024-05-21T16:18:13.332 INFO:teuthology.orchestra.run.smithi098.stdout: --config string Location of authentication config file 2024-05-21T16:18:13.332 INFO:teuthology.orchestra.run.smithi098.stdout: --conmon string Path of the conmon binary 2024-05-21T16:18:13.332 INFO:teuthology.orchestra.run.smithi098.stdout: -c, --connection string Connection to use for remote Podman service 2024-05-21T16:18:13.332 INFO:teuthology.orchestra.run.smithi098.stdout: --events-backend string Events backend to use ("file"|"journald"|"none") (default "journald") 2024-05-21T16:18:13.332 INFO:teuthology.orchestra.run.smithi098.stdout: --help Help for podman 2024-05-21T16:18:13.332 INFO:teuthology.orchestra.run.smithi098.stdout: --hooks-dir stringArray Set the OCI hooks directory path (may be set multiple times) (default [/usr/share/containers/oci/hooks.d]) 2024-05-21T16:18:13.332 INFO:teuthology.orchestra.run.smithi098.stdout: --identity string path to SSH identity file, (CONTAINER_SSHKEY) 2024-05-21T16:18:13.332 INFO:teuthology.orchestra.run.smithi098.stdout: --imagestore string Path to the 'image store', different from 'graph root', use this to split storing the image into a separate 'image store', see 'man containers-storage.conf' for details 2024-05-21T16:18:13.332 INFO:teuthology.orchestra.run.smithi098.stdout: --log-level string Log messages above specified level (trace, debug, info, warn, warning, error, fatal, panic) (default "warn") 2024-05-21T16:18:13.332 INFO:teuthology.orchestra.run.smithi098.stdout: --module stringArray Load the containers.conf(5) module 2024-05-21T16:18:13.332 INFO:teuthology.orchestra.run.smithi098.stdout: --network-cmd-path string Path to the command for configuring the network 2024-05-21T16:18:13.333 INFO:teuthology.orchestra.run.smithi098.stdout: --network-config-dir string Path of the configuration directory for networks 2024-05-21T16:18:13.333 INFO:teuthology.orchestra.run.smithi098.stdout: --out string Send output (stdout) from podman to a file 2024-05-21T16:18:13.333 INFO:teuthology.orchestra.run.smithi098.stdout: -r, --remote Access remote Podman service 2024-05-21T16:18:13.333 INFO:teuthology.orchestra.run.smithi098.stdout: --root string Path to the graph root directory where images, containers, etc. are stored 2024-05-21T16:18:13.333 INFO:teuthology.orchestra.run.smithi098.stdout: --runroot string Path to the 'run directory' where all state information is stored 2024-05-21T16:18:13.333 INFO:teuthology.orchestra.run.smithi098.stdout: --runtime string Path to the OCI-compatible binary used to run containers. (default "crun") 2024-05-21T16:18:13.333 INFO:teuthology.orchestra.run.smithi098.stdout: --runtime-flag stringArray add global flags for the container runtime 2024-05-21T16:18:13.333 INFO:teuthology.orchestra.run.smithi098.stdout: --ssh string define the ssh mode (default "golang") 2024-05-21T16:18:13.333 INFO:teuthology.orchestra.run.smithi098.stdout: --storage-driver string Select which storage driver is used to manage storage of images and containers 2024-05-21T16:18:13.333 INFO:teuthology.orchestra.run.smithi098.stdout: --storage-opt stringArray Used to pass an option to the storage driver 2024-05-21T16:18:13.333 INFO:teuthology.orchestra.run.smithi098.stdout: --syslog Output logging information to syslog as well as the console (default false) 2024-05-21T16:18:13.333 INFO:teuthology.orchestra.run.smithi098.stdout: --tmpdir string Path to the tmp directory for libpod state content. 2024-05-21T16:18:13.333 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-21T16:18:13.333 INFO:teuthology.orchestra.run.smithi098.stdout: Note: use the environment variable 'TMPDIR' to change the temporary storage location for container images, '/var/tmp'. 2024-05-21T16:18:13.333 INFO:teuthology.orchestra.run.smithi098.stdout: (default "/run/libpod") 2024-05-21T16:18:13.334 INFO:teuthology.orchestra.run.smithi098.stdout: --transient-store Enable transient container storage 2024-05-21T16:18:13.334 INFO:teuthology.orchestra.run.smithi098.stdout: --url string URL to access Podman service (CONTAINER_HOST) (default "unix:///run/podman/podman.sock") 2024-05-21T16:18:13.334 INFO:teuthology.orchestra.run.smithi098.stdout: -v, --version version for podman 2024-05-21T16:18:13.334 INFO:teuthology.orchestra.run.smithi098.stdout: --volumepath string Path to the volume directory in which volume data is stored 2024-05-21T16:18:13.335 DEBUG:teuthology.orchestra.run.smithi098:> sudo podman pull quay.io/samba.org/samba-client:latest 2024-05-21T16:18:14.192 INFO:teuthology.orchestra.run.smithi098.stderr:Trying to pull quay.io/samba.org/samba-client:latest... 2024-05-21T16:18:14.701 INFO:teuthology.orchestra.run.smithi098.stderr:Getting image source signatures 2024-05-21T16:18:14.710 INFO:teuthology.orchestra.run.smithi098.stderr:Copying blob sha256:9fa55788848d4c4512e63f68f37954176f328122ae64cf1cfe3c23551fa4ea35 2024-05-21T16:18:14.711 INFO:teuthology.orchestra.run.smithi098.stderr:Copying blob sha256:8db494a7c7187a6b98258ae8f49e0b348aba8534c25e095991c9885573376110 2024-05-21T16:18:20.850 INFO:teuthology.orchestra.run.smithi098.stderr:Copying config sha256:99c74b328c3200b7e94b2463d78f08399c059a4d6203071ac1408400af9555e0 2024-05-21T16:18:21.025 INFO:teuthology.orchestra.run.smithi098.stderr:Writing manifest to image destination 2024-05-21T16:18:21.243 INFO:teuthology.orchestra.run.smithi098.stdout:99c74b328c3200b7e94b2463d78f08399c059a4d6203071ac1408400af9555e0 2024-05-21T16:18:21.248 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-21T16:18:21.256 INFO:tasks.cephadm:Config: {'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': 'a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e'} 2024-05-21T16:18:21.256 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e 2024-05-21T16:18:21.257 INFO:tasks.cephadm:Cluster fsid is bdb847ac-178d-11ef-bc9a-c7b262605968 2024-05-21T16:18:21.257 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-21T16:18:21.257 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.76'} 2024-05-21T16:18:21.257 INFO:tasks.cephadm:First mon is mon.a on smithi076 2024-05-21T16:18:21.257 INFO:tasks.cephadm:First mgr is x 2024-05-21T16:18:21.258 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-21T16:18:21.258 DEBUG:teuthology.orchestra.run.smithi076:> sudo hostname $(hostname -s) 2024-05-21T16:18:21.288 DEBUG:teuthology.orchestra.run.smithi098:> sudo hostname $(hostname -s) 2024-05-21T16:18:21.314 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-21T16:18:21.314 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e 2024-05-21T16:18:21.538 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/79566/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3868-ga2b47860', 'node_name': '172.21.5.34+adami04', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3868.ga2b47860'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-05-20 20:29:46.993139', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-05-20-1421', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-05-21T16:18:21.755 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-adk-testing-2024-05-20-1421, sha1 a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e 2024-05-21T16:18:21.757 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/centos/9/x86_64/flavors/default/cephadm 2024-05-21T16:18:21.757 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/centos/9/x86_64/flavors/default/cephadm 2024-05-21T16:18:21.757 DEBUG:teuthology.orchestra.run.smithi076:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-21T16:18:22.258 INFO:teuthology.orchestra.run.smithi076.stdout:-rw-r--r--. 1 ubuntu ubuntu 784443 May 21 16:18 /home/ubuntu/cephtest/cephadm 2024-05-21T16:18:22.258 DEBUG:teuthology.orchestra.run.smithi098:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-21T16:18:22.733 INFO:teuthology.orchestra.run.smithi098.stdout:-rw-r--r--. 1 ubuntu ubuntu 784443 May 21 16:18 /home/ubuntu/cephtest/cephadm 2024-05-21T16:18:22.734 DEBUG:teuthology.orchestra.run.smithi076:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-21T16:18:22.752 DEBUG:teuthology.orchestra.run.smithi098:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-21T16:18:22.781 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e on all hosts... 2024-05-21T16:18:22.781 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e pull 2024-05-21T16:18:22.795 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e pull 2024-05-21T16:18:22.998 INFO:teuthology.orchestra.run.smithi098.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e... 2024-05-21T16:18:23.950 INFO:teuthology.orchestra.run.smithi076.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e... 2024-05-21T16:18:55.329 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2024-05-21T16:18:55.329 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph_version": "ceph version 19.0.0-3868-ga2b47860 (a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e) squid (dev)", 2024-05-21T16:18:55.329 INFO:teuthology.orchestra.run.smithi098.stdout: "image_id": "26f131e020b75b4c4a13c325b9f7be73cc0e088fcadee3c6e4532ce9a4cc995b", 2024-05-21T16:18:55.329 INFO:teuthology.orchestra.run.smithi098.stdout: "repo_digests": [ 2024-05-21T16:18:55.329 INFO:teuthology.orchestra.run.smithi098.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:46544d3c80c29169997dd4ef847474fbf329d021752baeee83a42f021e4de41f" 2024-05-21T16:18:55.329 INFO:teuthology.orchestra.run.smithi098.stdout: ] 2024-05-21T16:18:55.329 INFO:teuthology.orchestra.run.smithi098.stdout:} 2024-05-21T16:18:57.014 INFO:teuthology.orchestra.run.smithi076.stdout:{ 2024-05-21T16:18:57.014 INFO:teuthology.orchestra.run.smithi076.stdout: "ceph_version": "ceph version 19.0.0-3868-ga2b47860 (a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e) squid (dev)", 2024-05-21T16:18:57.015 INFO:teuthology.orchestra.run.smithi076.stdout: "image_id": "26f131e020b75b4c4a13c325b9f7be73cc0e088fcadee3c6e4532ce9a4cc995b", 2024-05-21T16:18:57.015 INFO:teuthology.orchestra.run.smithi076.stdout: "repo_digests": [ 2024-05-21T16:18:57.015 INFO:teuthology.orchestra.run.smithi076.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:46544d3c80c29169997dd4ef847474fbf329d021752baeee83a42f021e4de41f" 2024-05-21T16:18:57.015 INFO:teuthology.orchestra.run.smithi076.stdout: ] 2024-05-21T16:18:57.015 INFO:teuthology.orchestra.run.smithi076.stdout:} 2024-05-21T16:18:57.038 DEBUG:teuthology.orchestra.run.smithi076:> sudo mkdir -p /etc/ceph 2024-05-21T16:18:57.078 DEBUG:teuthology.orchestra.run.smithi098:> sudo mkdir -p /etc/ceph 2024-05-21T16:18:57.112 DEBUG:teuthology.orchestra.run.smithi076:> sudo chmod 777 /etc/ceph 2024-05-21T16:18:57.144 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 777 /etc/ceph 2024-05-21T16:18:57.183 INFO:tasks.cephadm:Writing seed config... 2024-05-21T16:18:57.184 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-05-21T16:18:57.184 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-05-21T16:18:57.184 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-05-21T16:18:57.184 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-05-21T16:18:57.184 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-05-21T16:18:57.184 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-05-21T16:18:57.184 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-05-21T16:18:57.185 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-05-21T16:18:57.185 DEBUG:teuthology.orchestra.run.smithi076:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-05-21T16:18:57.201 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = bdb847ac-178d-11ef-bc9a-c7b262605968 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-05-21T16:18:57.201 DEBUG:teuthology.orchestra.run.smithi076:mon.a> sudo journalctl -f -n 0 -u ceph-bdb847ac-178d-11ef-bc9a-c7b262605968@mon.a.service 2024-05-21T16:18:57.244 DEBUG:teuthology.orchestra.run.smithi076:mgr.x> sudo journalctl -f -n 0 -u ceph-bdb847ac-178d-11ef-bc9a-c7b262605968@mgr.x.service 2024-05-21T16:18:57.287 INFO:tasks.cephadm:Bootstrapping... 2024-05-21T16:18:57.287 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e -v bootstrap --fsid bdb847ac-178d-11ef-bc9a-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id x --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.76 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-05-21T16:18:57.478 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:18:57.478 INFO:teuthology.orchestra.run.smithi076.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e', '-v', 'bootstrap', '--fsid', 'bdb847ac-178d-11ef-bc9a-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'x', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.76', '--skip-admin-label'] 2024-05-21T16:18:57.478 INFO:teuthology.orchestra.run.smithi076.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-05-21T16:18:57.479 INFO:teuthology.orchestra.run.smithi076.stdout:Verifying podman|docker is present... 2024-05-21T16:18:57.504 INFO:teuthology.orchestra.run.smithi076.stdout:/bin/podman: stdout 5.0.2 2024-05-21T16:18:57.504 INFO:teuthology.orchestra.run.smithi076.stdout:Verifying lvm2 is present... 2024-05-21T16:18:57.504 INFO:teuthology.orchestra.run.smithi076.stdout:Verifying time synchronization is in place... 2024-05-21T16:18:57.512 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-21T16:18:57.512 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-21T16:18:57.518 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-21T16:18:57.518 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout inactive 2024-05-21T16:18:57.524 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout enabled 2024-05-21T16:18:57.531 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout active 2024-05-21T16:18:57.531 INFO:teuthology.orchestra.run.smithi076.stdout:Unit chronyd.service is enabled and running 2024-05-21T16:18:57.531 INFO:teuthology.orchestra.run.smithi076.stdout:Repeating the final host check... 2024-05-21T16:18:57.555 INFO:teuthology.orchestra.run.smithi076.stdout:/bin/podman: stdout 5.0.2 2024-05-21T16:18:57.555 INFO:teuthology.orchestra.run.smithi076.stdout:podman (/bin/podman) version 5.0.2 is present 2024-05-21T16:18:57.555 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl is present 2024-05-21T16:18:57.555 INFO:teuthology.orchestra.run.smithi076.stdout:lvcreate is present 2024-05-21T16:18:57.561 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-21T16:18:57.562 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-21T16:18:57.568 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-21T16:18:57.568 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout inactive 2024-05-21T16:18:57.574 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout enabled 2024-05-21T16:18:57.581 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout active 2024-05-21T16:18:57.581 INFO:teuthology.orchestra.run.smithi076.stdout:Unit chronyd.service is enabled and running 2024-05-21T16:18:57.581 INFO:teuthology.orchestra.run.smithi076.stdout:Host looks OK 2024-05-21T16:18:57.581 INFO:teuthology.orchestra.run.smithi076.stdout:Cluster fsid: bdb847ac-178d-11ef-bc9a-c7b262605968 2024-05-21T16:18:57.581 INFO:teuthology.orchestra.run.smithi076.stdout:Acquiring lock 140306411389760 on /run/cephadm/bdb847ac-178d-11ef-bc9a-c7b262605968.lock 2024-05-21T16:18:57.581 INFO:teuthology.orchestra.run.smithi076.stdout:Lock 140306411389760 acquired on /run/cephadm/bdb847ac-178d-11ef-bc9a-c7b262605968.lock 2024-05-21T16:18:57.581 INFO:teuthology.orchestra.run.smithi076.stdout:Verifying IP 172.21.15.76 port 3300 ... 2024-05-21T16:18:57.582 INFO:teuthology.orchestra.run.smithi076.stdout:Verifying IP 172.21.15.76 port 6789 ... 2024-05-21T16:18:57.582 INFO:teuthology.orchestra.run.smithi076.stdout:Base mon IP(s) is [172.21.15.76:3300, 172.21.15.76:6789], mon addrv is [v2:172.21.15.76:3300,v1:172.21.15.76:6789] 2024-05-21T16:18:57.585 INFO:teuthology.orchestra.run.smithi076.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.76 metric 100 2024-05-21T16:18:57.585 INFO:teuthology.orchestra.run.smithi076.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.76 metric 100 2024-05-21T16:18:57.587 INFO:teuthology.orchestra.run.smithi076.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-05-21T16:18:57.588 INFO:teuthology.orchestra.run.smithi076.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-05-21T16:18:57.588 INFO:teuthology.orchestra.run.smithi076.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1785sec hoplimit 64 pref medium 2024-05-21T16:18:57.590 INFO:teuthology.orchestra.run.smithi076.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-05-21T16:18:57.590 INFO:teuthology.orchestra.run.smithi076.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-05-21T16:18:57.590 INFO:teuthology.orchestra.run.smithi076.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-21T16:18:57.590 INFO:teuthology.orchestra.run.smithi076.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-05-21T16:18:57.590 INFO:teuthology.orchestra.run.smithi076.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:47e1/64 scope link 2024-05-21T16:18:57.590 INFO:teuthology.orchestra.run.smithi076.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-21T16:18:57.594 INFO:teuthology.orchestra.run.smithi076.stdout:Mon IP `172.21.15.76` is in CIDR network `172.21.0.0/20` 2024-05-21T16:18:57.594 INFO:teuthology.orchestra.run.smithi076.stdout:Mon IP `172.21.15.76` is in CIDR network `172.21.0.0/20` 2024-05-21T16:18:57.594 INFO:teuthology.orchestra.run.smithi076.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-05-21T16:18:57.594 INFO:teuthology.orchestra.run.smithi076.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-05-21T16:18:57.595 INFO:teuthology.orchestra.run.smithi076.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e... 2024-05-21T16:18:58.042 INFO:teuthology.orchestra.run.smithi076.stdout:/bin/podman: stdout 26f131e020b75b4c4a13c325b9f7be73cc0e088fcadee3c6e4532ce9a4cc995b 2024-05-21T16:18:58.042 INFO:teuthology.orchestra.run.smithi076.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e... 2024-05-21T16:18:58.042 INFO:teuthology.orchestra.run.smithi076.stdout:/bin/podman: stderr Getting image source signatures 2024-05-21T16:18:58.042 INFO:teuthology.orchestra.run.smithi076.stdout:/bin/podman: stderr Copying blob sha256:5144cbb4a3939689883c893b639588265eaac8c65867e011158f703b3115815e 2024-05-21T16:18:58.042 INFO:teuthology.orchestra.run.smithi076.stdout:/bin/podman: stderr Copying blob sha256:d0e808cd455827ca3108db1b0125dcee9ffc148daa1d7dde963f550bc831d501 2024-05-21T16:18:58.042 INFO:teuthology.orchestra.run.smithi076.stdout:/bin/podman: stderr Copying config sha256:26f131e020b75b4c4a13c325b9f7be73cc0e088fcadee3c6e4532ce9a4cc995b 2024-05-21T16:18:58.042 INFO:teuthology.orchestra.run.smithi076.stdout:/bin/podman: stderr Writing manifest to image destination 2024-05-21T16:18:59.029 INFO:teuthology.orchestra.run.smithi076.stdout:ceph: stdout ceph version 19.0.0-3868-ga2b47860 (a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e) squid (dev) 2024-05-21T16:18:59.029 INFO:teuthology.orchestra.run.smithi076.stdout:Ceph version: ceph version 19.0.0-3868-ga2b47860 (a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e) squid (dev) 2024-05-21T16:18:59.030 INFO:teuthology.orchestra.run.smithi076.stdout:Extracting ceph user uid/gid from container image... 2024-05-21T16:19:00.051 INFO:teuthology.orchestra.run.smithi076.stdout:stat: stdout 167 167 2024-05-21T16:19:00.052 INFO:teuthology.orchestra.run.smithi076.stdout:Creating initial keys... 2024-05-21T16:19:00.998 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-authtool: stdout AQB0yUxmHYLxEhAAtHtmJXwt89KqKbFqvMW5fA== 2024-05-21T16:19:01.937 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-authtool: stdout AQB1yUxmOjXDEhAAy15p6wvX7MPgv3vTG2ax/A== 2024-05-21T16:19:02.792 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-authtool: stdout AQB2yUxmGqmjDhAAh4yyJt9RU46KKtDlnTmTLw== 2024-05-21T16:19:02.792 INFO:teuthology.orchestra.run.smithi076.stdout:Creating initial monmap... 2024-05-21T16:19:03.674 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-21T16:19:03.674 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-05-21T16:19:03.674 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to bdb847ac-178d-11ef-bc9a-c7b262605968 2024-05-21T16:19:03.674 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-21T16:19:03.674 INFO:teuthology.orchestra.run.smithi076.stdout:monmaptool for a [v2:172.21.15.76:3300,v1:172.21.15.76:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-21T16:19:03.674 INFO:teuthology.orchestra.run.smithi076.stdout:setting min_mon_release = quincy 2024-05-21T16:19:03.674 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/monmaptool: set fsid to bdb847ac-178d-11ef-bc9a-c7b262605968 2024-05-21T16:19:03.674 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-21T16:19:03.674 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-05-21T16:19:03.674 INFO:teuthology.orchestra.run.smithi076.stdout:Creating mon... 2024-05-21T16:19:04.604 INFO:teuthology.orchestra.run.smithi076.stdout:create mon.a on 2024-05-21T16:19:04.954 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-05-21T16:19:05.138 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-bdb847ac-178d-11ef-bc9a-c7b262605968.target → /etc/systemd/system/ceph-bdb847ac-178d-11ef-bc9a-c7b262605968.target. 2024-05-21T16:19:05.138 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-bdb847ac-178d-11ef-bc9a-c7b262605968.target → /etc/systemd/system/ceph-bdb847ac-178d-11ef-bc9a-c7b262605968.target. 2024-05-21T16:19:05.362 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-bdb847ac-178d-11ef-bc9a-c7b262605968@mon.a 2024-05-21T16:19:05.363 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Failed to reset failed state of unit ceph-bdb847ac-178d-11ef-bc9a-c7b262605968@mon.a.service: Unit ceph-bdb847ac-178d-11ef-bc9a-c7b262605968@mon.a.service not loaded. 2024-05-21T16:19:05.513 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-bdb847ac-178d-11ef-bc9a-c7b262605968.target.wants/ceph-bdb847ac-178d-11ef-bc9a-c7b262605968@mon.a.service → /etc/systemd/system/ceph-bdb847ac-178d-11ef-bc9a-c7b262605968@.service. 2024-05-21T16:19:05.832 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:05 smithi076 podman[24336]: 2024-05-21 16:19:05.648942139 +0000 UTC m=+0.016984414 image pull 26f131e020b75b4c4a13c325b9f7be73cc0e088fcadee3c6e4532ce9a4cc995b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e 2024-05-21T16:19:06.002 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-21T16:19:06.002 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout disabled 2024-05-21T16:19:06.009 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-21T16:19:06.009 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout inactive 2024-05-21T16:19:06.009 INFO:teuthology.orchestra.run.smithi076.stdout:firewalld.service is not enabled 2024-05-21T16:19:06.009 INFO:teuthology.orchestra.run.smithi076.stdout:Not possible to enable service . firewalld.service is not available 2024-05-21T16:19:06.010 INFO:teuthology.orchestra.run.smithi076.stdout:Waiting for mon to start... 2024-05-21T16:19:06.010 INFO:teuthology.orchestra.run.smithi076.stdout:Waiting for mon... 2024-05-21T16:19:06.115 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:05 smithi076 podman[24336]: 2024-05-21 16:19:05.912601988 +0000 UTC m=+0.280644250 container init de5d3b4996e9ed5785cdcf04393f72a5e779408551452a09aabc3deb49bbcf42 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e, name=ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mon-a, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240514, RELEASE=wip-adk-testing-2024-05-20-1421-a2b4786, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS) 2024-05-21T16:19:06.115 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:05 smithi076 podman[24336]: 2024-05-21 16:19:05.915733768 +0000 UTC m=+0.283776036 container start de5d3b4996e9ed5785cdcf04393f72a5e779408551452a09aabc3deb49bbcf42 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e, name=ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mon-a, org.label-schema.build-date=20240514, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk-testing-2024-05-20-1421-a2b4786, ceph=True, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-05-21T16:19:06.116 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:05 smithi076 ceph-mon[24355]: mkfs bdb847ac-178d-11ef-bc9a-c7b262605968 2024-05-21T16:19:06.116 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:05 smithi076 ceph-mon[24355]: mon.a is new leader, mons a in quorum (ranks 0) 2024-05-21T16:19:06.116 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:05 smithi076 bash[24336]: de5d3b4996e9ed5785cdcf04393f72a5e779408551452a09aabc3deb49bbcf42 2024-05-21T16:19:06.116 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:05 smithi076 systemd[1]: Started Ceph mon.a for bdb847ac-178d-11ef-bc9a-c7b262605968. 2024-05-21T16:19:07.037 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:06 smithi076 ceph-mon[24355]: mon.a is new leader, mons a in quorum (ranks 0) 2024-05-21T16:19:07.037 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:06 smithi076 ceph-mon[24355]: monmap epoch 1 2024-05-21T16:19:07.037 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:06 smithi076 ceph-mon[24355]: fsid bdb847ac-178d-11ef-bc9a-c7b262605968 2024-05-21T16:19:07.037 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:06 smithi076 ceph-mon[24355]: last_changed 2024-05-21T16:19:03.150743+0000 2024-05-21T16:19:07.037 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:06 smithi076 ceph-mon[24355]: created 2024-05-21T16:19:03.150743+0000 2024-05-21T16:19:07.038 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:06 smithi076 ceph-mon[24355]: min_mon_release 19 (squid) 2024-05-21T16:19:07.038 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:06 smithi076 ceph-mon[24355]: election_strategy: 1 2024-05-21T16:19:07.038 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:06 smithi076 ceph-mon[24355]: 0: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.a 2024-05-21T16:19:07.038 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:06 smithi076 ceph-mon[24355]: fsmap 2024-05-21T16:19:07.038 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:06 smithi076 ceph-mon[24355]: osdmap e1: 0 total, 0 up, 0 in 2024-05-21T16:19:07.038 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:06 smithi076 ceph-mon[24355]: mgrmap e1: no daemons active 2024-05-21T16:19:07.038 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:06 smithi076 ceph-mon[24355]: from='client.? 172.21.15.76:0/1799690429' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-21T16:19:07.040 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout cluster: 2024-05-21T16:19:07.040 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout id: bdb847ac-178d-11ef-bc9a-c7b262605968 2024-05-21T16:19:07.040 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-05-21T16:19:07.041 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-05-21T16:19:07.041 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout services: 2024-05-21T16:19:07.041 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.65274s) 2024-05-21T16:19:07.041 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-05-21T16:19:07.041 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-05-21T16:19:07.041 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-05-21T16:19:07.041 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout data: 2024-05-21T16:19:07.041 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-05-21T16:19:07.041 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-05-21T16:19:07.041 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-05-21T16:19:07.041 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout pgs: 2024-05-21T16:19:07.041 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-05-21T16:19:07.041 INFO:teuthology.orchestra.run.smithi076.stdout:mon is available 2024-05-21T16:19:07.041 INFO:teuthology.orchestra.run.smithi076.stdout:Assimilating anything we can from ceph.conf... 2024-05-21T16:19:08.096 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-05-21T16:19:08.096 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout [global] 2024-05-21T16:19:08.096 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout fsid = bdb847ac-178d-11ef-bc9a-c7b262605968 2024-05-21T16:19:08.096 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-21T16:19:08.096 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.76:3300,v1:172.21.15.76:6789] 2024-05-21T16:19:08.097 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-21T16:19:08.097 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-21T16:19:08.097 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-21T16:19:08.097 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-21T16:19:08.097 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-05-21T16:19:08.097 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-21T16:19:08.097 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-21T16:19:08.097 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-05-21T16:19:08.097 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout [osd] 2024-05-21T16:19:08.097 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-21T16:19:08.097 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-21T16:19:08.097 INFO:teuthology.orchestra.run.smithi076.stdout:Generating new minimal ceph.conf... 2024-05-21T16:19:08.115 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:07 smithi076 ceph-mon[24355]: from='client.? 172.21.15.76:0/3242206608' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-21T16:19:08.115 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:07 smithi076 ceph-mon[24355]: from='client.? 172.21.15.76:0/3242206608' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-21T16:19:09.240 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:08 smithi076 ceph-mon[24355]: from='client.? 172.21.15.76:0/1482607428' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:19:09.243 INFO:teuthology.orchestra.run.smithi076.stdout:Restarting the monitor... 2024-05-21T16:19:09.510 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:09 smithi076 systemd[1]: Stopping Ceph mon.a for bdb847ac-178d-11ef-bc9a-c7b262605968... 2024-05-21T16:19:09.851 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:09 smithi076 ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mon-a[24351]: 2024-05-21T16:19:09.508+0000 7f4849391700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-05-21T16:19:09.851 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:09 smithi076 ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mon-a[24351]: 2024-05-21T16:19:09.508+0000 7f4849391700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-05-21T16:19:09.851 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:09 smithi076 podman[24615]: 2024-05-21 16:19:09.560143386 +0000 UTC m=+0.152345627 container died de5d3b4996e9ed5785cdcf04393f72a5e779408551452a09aabc3deb49bbcf42 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e, name=ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mon-a, org.label-schema.build-date=20240514, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, RELEASE=wip-adk-testing-2024-05-20-1421-a2b4786, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux ) 2024-05-21T16:19:10.115 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:09 smithi076 podman[24615]: 2024-05-21 16:19:09.950095472 +0000 UTC m=+0.542297735 container cleanup de5d3b4996e9ed5785cdcf04393f72a5e779408551452a09aabc3deb49bbcf42 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e, name=ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mon-a, org.label-schema.build-date=20240514, RELEASE=wip-adk-testing-2024-05-20-1421-a2b4786, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-05-21T16:19:10.115 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:09 smithi076 bash[24615]: ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mon-a 2024-05-21T16:19:10.585 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 podman[24630]: 2024-05-21 16:19:10.200949482 +0000 UTC m=+0.632097086 container remove de5d3b4996e9ed5785cdcf04393f72a5e779408551452a09aabc3deb49bbcf42 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e, name=ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mon-a, CEPH_POINT_RELEASE=, RELEASE=wip-adk-testing-2024-05-20-1421-a2b4786, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.build-date=20240514, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-05-21T16:19:10.586 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 systemd[1]: ceph-bdb847ac-178d-11ef-bc9a-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-21T16:19:10.586 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 systemd[1]: Stopped Ceph mon.a for bdb847ac-178d-11ef-bc9a-c7b262605968. 2024-05-21T16:19:10.586 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 systemd[1]: Starting Ceph mon.a for bdb847ac-178d-11ef-bc9a-c7b262605968... 2024-05-21T16:19:10.838 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 podman[24724]: 2024-05-21 16:19:10.584953935 +0000 UTC m=+0.114468943 container create f92b11d765bc4260e454519cb368de678727f51fb47d1a01225db4d385ca8407 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e, name=ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mon-a, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240514, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_CLEAN=True, GIT_BRANCH=HEAD, RELEASE=wip-adk-testing-2024-05-20-1421-a2b4786, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-21T16:19:10.838 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 podman[24724]: 2024-05-21 16:19:10.487538892 +0000 UTC m=+0.017053905 image pull 26f131e020b75b4c4a13c325b9f7be73cc0e088fcadee3c6e4532ce9a4cc995b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e 2024-05-21T16:19:10.838 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 podman[24724]: 2024-05-21 16:19:10.761936473 +0000 UTC m=+0.291451495 container init f92b11d765bc4260e454519cb368de678727f51fb47d1a01225db4d385ca8407 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e, name=ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mon-a, RELEASE=wip-adk-testing-2024-05-20-1421-a2b4786, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, io.buildah.version=1.33.5, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240514, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, ceph=True) 2024-05-21T16:19:10.839 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 podman[24724]: 2024-05-21 16:19:10.765082393 +0000 UTC m=+0.294597401 container start f92b11d765bc4260e454519cb368de678727f51fb47d1a01225db4d385ca8407 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e, name=ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mon-a, io.buildah.version=1.33.5, org.label-schema.build-date=20240514, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, ceph=True, RELEASE=wip-adk-testing-2024-05-20-1421-a2b4786, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-21T16:19:10.839 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: set uid:gid to 167:167 (ceph:ceph) 2024-05-21T16:19:10.839 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: ceph version 19.0.0-3868-ga2b47860 (a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e) squid (dev), process ceph-mon, pid 2 2024-05-21T16:19:10.839 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: pidfile_write: ignore empty --pid-file 2024-05-21T16:19:10.839 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: load: jerasure load: lrc 2024-05-21T16:19:10.839 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: RocksDB version: 7.9.2 2024-05-21T16:19:10.839 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Git sha 0 2024-05-21T16:19:10.839 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Compile date 2024-05-20 19:48:31 2024-05-21T16:19:10.839 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: DB SUMMARY 2024-05-21T16:19:10.840 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: DB Session ID: PD2VX5G7IROYWGKL2S9I 2024-05-21T16:19:10.840 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: CURRENT file: CURRENT 2024-05-21T16:19:10.840 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: IDENTITY file: IDENTITY 2024-05-21T16:19:10.840 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-05-21T16:19:10.840 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-05-21T16:19:10.840 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88013 ; 2024-05-21T16:19:10.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.error_if_exists: 0 2024-05-21T16:19:10.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.create_if_missing: 0 2024-05-21T16:19:10.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.paranoid_checks: 1 2024-05-21T16:19:10.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.flush_verify_memtable_count: 1 2024-05-21T16:19:10.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-21T16:19:10.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-21T16:19:10.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.env: 0x55b880b8ecc0 2024-05-21T16:19:10.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.fs: PosixFileSystem 2024-05-21T16:19:10.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.info_log: 0x55b881ac9da0 2024-05-21T16:19:10.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.max_file_opening_threads: 16 2024-05-21T16:19:10.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.statistics: (nil) 2024-05-21T16:19:10.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.use_fsync: 0 2024-05-21T16:19:10.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.max_log_file_size: 0 2024-05-21T16:19:10.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-21T16:19:10.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.log_file_time_to_roll: 0 2024-05-21T16:19:10.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.keep_log_file_num: 1000 2024-05-21T16:19:10.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.recycle_log_file_num: 0 2024-05-21T16:19:10.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.allow_fallocate: 1 2024-05-21T16:19:10.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.allow_mmap_reads: 0 2024-05-21T16:19:10.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.allow_mmap_writes: 0 2024-05-21T16:19:10.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.use_direct_reads: 0 2024-05-21T16:19:10.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-21T16:19:10.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.create_missing_column_families: 0 2024-05-21T16:19:10.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.db_log_dir: 2024-05-21T16:19:10.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.wal_dir: 2024-05-21T16:19:10.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.table_cache_numshardbits: 6 2024-05-21T16:19:10.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.WAL_ttl_seconds: 0 2024-05-21T16:19:10.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.WAL_size_limit_MB: 0 2024-05-21T16:19:10.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-21T16:19:10.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-21T16:19:10.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.is_fd_close_on_exec: 1 2024-05-21T16:19:10.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.advise_random_on_open: 1 2024-05-21T16:19:10.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.db_write_buffer_size: 0 2024-05-21T16:19:10.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.write_buffer_manager: 0x55b881a9b0e0 2024-05-21T16:19:10.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-21T16:19:10.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-21T16:19:10.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.use_adaptive_mutex: 0 2024-05-21T16:19:10.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.rate_limiter: (nil) 2024-05-21T16:19:10.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-21T16:19:10.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.wal_recovery_mode: 2 2024-05-21T16:19:10.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.enable_thread_tracking: 0 2024-05-21T16:19:10.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.enable_pipelined_write: 0 2024-05-21T16:19:10.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.unordered_write: 0 2024-05-21T16:19:10.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-21T16:19:10.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-21T16:19:10.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-21T16:19:10.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-21T16:19:10.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.row_cache: None 2024-05-21T16:19:10.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.wal_filter: None 2024-05-21T16:19:10.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-21T16:19:10.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.allow_ingest_behind: 0 2024-05-21T16:19:10.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.two_write_queues: 0 2024-05-21T16:19:10.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.manual_wal_flush: 0 2024-05-21T16:19:10.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.wal_compression: 0 2024-05-21T16:19:10.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.atomic_flush: 0 2024-05-21T16:19:10.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-21T16:19:10.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.persist_stats_to_disk: 0 2024-05-21T16:19:10.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.write_dbid_to_manifest: 0 2024-05-21T16:19:10.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.log_readahead_size: 0 2024-05-21T16:19:10.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-21T16:19:10.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.best_efforts_recovery: 0 2024-05-21T16:19:10.846 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-21T16:19:10.846 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-21T16:19:10.846 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.allow_data_in_errors: 0 2024-05-21T16:19:10.846 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.db_host_id: __hostname__ 2024-05-21T16:19:10.846 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.enforce_single_del_contracts: true 2024-05-21T16:19:10.846 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.max_background_jobs: 2 2024-05-21T16:19:10.846 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.max_background_compactions: -1 2024-05-21T16:19:10.846 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.max_subcompactions: 1 2024-05-21T16:19:10.846 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-21T16:19:10.846 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-21T16:19:10.846 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.delayed_write_rate : 16777216 2024-05-21T16:19:10.846 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.max_total_wal_size: 0 2024-05-21T16:19:10.846 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-21T16:19:10.847 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.stats_dump_period_sec: 600 2024-05-21T16:19:10.847 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.stats_persist_period_sec: 600 2024-05-21T16:19:10.847 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-21T16:19:10.847 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.max_open_files: -1 2024-05-21T16:19:10.847 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.bytes_per_sync: 0 2024-05-21T16:19:10.847 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.wal_bytes_per_sync: 0 2024-05-21T16:19:10.847 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.strict_bytes_per_sync: 0 2024-05-21T16:19:10.847 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.compaction_readahead_size: 0 2024-05-21T16:19:10.847 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.max_background_flushes: -1 2024-05-21T16:19:10.847 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Compression algorithms supported: 2024-05-21T16:19:10.847 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-21T16:19:10.847 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: kZSTD supported: 0 2024-05-21T16:19:10.847 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: kXpressCompression supported: 0 2024-05-21T16:19:10.847 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: kLZ4HCCompression supported: 1 2024-05-21T16:19:10.848 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: kZlibCompression supported: 1 2024-05-21T16:19:10.848 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: kSnappyCompression supported: 1 2024-05-21T16:19:10.848 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: kLZ4Compression supported: 1 2024-05-21T16:19:10.848 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: kBZip2Compression supported: 0 2024-05-21T16:19:10.848 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Fast CRC32 supported: Supported on x86 2024-05-21T16:19:10.848 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: DMutex implementation: pthread_mutex_t 2024-05-21T16:19:10.848 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-05-21T16:19:10.848 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-21T16:19:10.848 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-21T16:19:10.848 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.merge_operator: 2024-05-21T16:19:10.848 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.compaction_filter: None 2024-05-21T16:19:10.848 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.compaction_filter_factory: None 2024-05-21T16:19:10.848 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.sst_partitioner_factory: None 2024-05-21T16:19:10.848 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.memtable_factory: SkipListFactory 2024-05-21T16:19:10.848 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.table_factory: BlockBasedTable 2024-05-21T16:19:10.849 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b881ac9f60) 2024-05-21T16:19:10.849 INFO:journalctl@ceph.mon.a.smithi076.stdout: cache_index_and_filter_blocks: 1 2024-05-21T16:19:10.849 INFO:journalctl@ceph.mon.a.smithi076.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-21T16:19:10.849 INFO:journalctl@ceph.mon.a.smithi076.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-21T16:19:10.849 INFO:journalctl@ceph.mon.a.smithi076.stdout: pin_top_level_index_and_filter: 1 2024-05-21T16:19:10.849 INFO:journalctl@ceph.mon.a.smithi076.stdout: index_type: 0 2024-05-21T16:19:10.849 INFO:journalctl@ceph.mon.a.smithi076.stdout: data_block_index_type: 0 2024-05-21T16:19:10.849 INFO:journalctl@ceph.mon.a.smithi076.stdout: index_shortening: 1 2024-05-21T16:19:10.849 INFO:journalctl@ceph.mon.a.smithi076.stdout: data_block_hash_table_util_ratio: 0.750000 2024-05-21T16:19:10.849 INFO:journalctl@ceph.mon.a.smithi076.stdout: checksum: 4 2024-05-21T16:19:10.849 INFO:journalctl@ceph.mon.a.smithi076.stdout: no_block_cache: 0 2024-05-21T16:19:10.849 INFO:journalctl@ceph.mon.a.smithi076.stdout: block_cache: 0x55b881acd1f0 2024-05-21T16:19:10.850 INFO:journalctl@ceph.mon.a.smithi076.stdout: block_cache_name: BinnedLRUCache 2024-05-21T16:19:10.850 INFO:journalctl@ceph.mon.a.smithi076.stdout: block_cache_options: 2024-05-21T16:19:10.850 INFO:journalctl@ceph.mon.a.smithi076.stdout: capacity : 536870912 2024-05-21T16:19:10.850 INFO:journalctl@ceph.mon.a.smithi076.stdout: num_shard_bits : 4 2024-05-21T16:19:10.850 INFO:journalctl@ceph.mon.a.smithi076.stdout: strict_capacity_limit : 0 2024-05-21T16:19:10.850 INFO:journalctl@ceph.mon.a.smithi076.stdout: high_pri_pool_ratio: 0.000 2024-05-21T16:19:10.850 INFO:journalctl@ceph.mon.a.smithi076.stdout: block_cache_compressed: (nil) 2024-05-21T16:19:10.850 INFO:journalctl@ceph.mon.a.smithi076.stdout: persistent_cache: (nil) 2024-05-21T16:19:10.850 INFO:journalctl@ceph.mon.a.smithi076.stdout: block_size: 4096 2024-05-21T16:19:10.850 INFO:journalctl@ceph.mon.a.smithi076.stdout: block_size_deviation: 10 2024-05-21T16:19:10.850 INFO:journalctl@ceph.mon.a.smithi076.stdout: block_restart_interval: 16 2024-05-21T16:19:10.851 INFO:journalctl@ceph.mon.a.smithi076.stdout: index_block_restart_interval: 1 2024-05-21T16:19:10.851 INFO:journalctl@ceph.mon.a.smithi076.stdout: metadata_block_size: 4096 2024-05-21T16:19:10.851 INFO:journalctl@ceph.mon.a.smithi076.stdout: partition_filters: 0 2024-05-21T16:19:10.851 INFO:journalctl@ceph.mon.a.smithi076.stdout: use_delta_encoding: 1 2024-05-21T16:19:10.851 INFO:journalctl@ceph.mon.a.smithi076.stdout: filter_policy: bloomfilter 2024-05-21T16:19:10.851 INFO:journalctl@ceph.mon.a.smithi076.stdout: whole_key_filtering: 1 2024-05-21T16:19:10.851 INFO:journalctl@ceph.mon.a.smithi076.stdout: verify_compression: 0 2024-05-21T16:19:10.851 INFO:journalctl@ceph.mon.a.smithi076.stdout: read_amp_bytes_per_bit: 0 2024-05-21T16:19:10.851 INFO:journalctl@ceph.mon.a.smithi076.stdout: format_version: 5 2024-05-21T16:19:10.851 INFO:journalctl@ceph.mon.a.smithi076.stdout: enable_index_compression: 1 2024-05-21T16:19:10.851 INFO:journalctl@ceph.mon.a.smithi076.stdout: block_align: 0 2024-05-21T16:19:10.851 INFO:journalctl@ceph.mon.a.smithi076.stdout: max_auto_readahead_size: 262144 2024-05-21T16:19:10.851 INFO:journalctl@ceph.mon.a.smithi076.stdout: prepopulate_block_cache: 0 2024-05-21T16:19:10.851 INFO:journalctl@ceph.mon.a.smithi076.stdout: initial_auto_readahead_size: 8192 2024-05-21T16:19:10.851 INFO:journalctl@ceph.mon.a.smithi076.stdout: num_file_reads_for_auto_readahead: 2 2024-05-21T16:19:10.852 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.write_buffer_size: 33554432 2024-05-21T16:19:10.852 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.max_write_buffer_number: 2 2024-05-21T16:19:10.852 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.compression: NoCompression 2024-05-21T16:19:10.852 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.bottommost_compression: Disabled 2024-05-21T16:19:10.852 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.prefix_extractor: nullptr 2024-05-21T16:19:10.852 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-21T16:19:10.852 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.num_levels: 7 2024-05-21T16:19:10.852 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-21T16:19:10.852 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-21T16:19:10.852 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-21T16:19:10.852 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-21T16:19:10.852 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-21T16:19:10.852 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-21T16:19:10.853 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-21T16:19:10.853 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-21T16:19:10.853 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-21T16:19:10.853 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-21T16:19:10.853 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-21T16:19:10.853 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-21T16:19:10.853 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.compression_opts.window_bits: -14 2024-05-21T16:19:10.853 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.compression_opts.level: 32767 2024-05-21T16:19:10.853 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.compression_opts.strategy: 0 2024-05-21T16:19:10.853 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-21T16:19:10.853 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-21T16:19:10.854 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-21T16:19:10.854 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-21T16:19:10.854 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.compression_opts.enabled: false 2024-05-21T16:19:10.854 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-21T16:19:10.855 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-21T16:19:10.855 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-21T16:19:10.855 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-21T16:19:10.855 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.target_file_size_base: 67108864 2024-05-21T16:19:10.855 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.target_file_size_multiplier: 1 2024-05-21T16:19:10.855 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-21T16:19:10.855 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-21T16:19:10.856 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-21T16:19:10.856 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-21T16:19:10.856 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-21T16:19:10.856 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-21T16:19:10.857 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-21T16:19:10.857 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-21T16:19:10.857 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-21T16:19:10.857 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-21T16:19:10.858 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-21T16:19:10.858 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-21T16:19:10.858 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-21T16:19:10.858 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.arena_block_size: 1048576 2024-05-21T16:19:10.858 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-21T16:19:10.859 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-21T16:19:10.859 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.disable_auto_compactions: 0 2024-05-21T16:19:10.859 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-21T16:19:10.859 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-21T16:19:10.859 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-21T16:19:10.859 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-21T16:19:10.859 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-21T16:19:10.859 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-21T16:19:10.859 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-21T16:19:10.859 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-21T16:19:10.859 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-21T16:19:10.859 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-21T16:19:10.859 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-21T16:19:10.860 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.inplace_update_support: 0 2024-05-21T16:19:10.860 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.inplace_update_num_locks: 10000 2024-05-21T16:19:10.860 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-21T16:19:10.860 INFO:teuthology.orchestra.run.smithi076.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-05-21T16:19:10.861 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-21T16:19:10.861 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.memtable_huge_page_size: 0 2024-05-21T16:19:10.861 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.bloom_locality: 0 2024-05-21T16:19:10.861 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.max_successive_merges: 0 2024-05-21T16:19:10.861 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.optimize_filters_for_hits: 0 2024-05-21T16:19:10.861 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.paranoid_file_checks: 0 2024-05-21T16:19:10.862 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.force_consistency_checks: 1 2024-05-21T16:19:10.862 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.report_bg_io_stats: 0 2024-05-21T16:19:10.862 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.ttl: 2592000 2024-05-21T16:19:10.862 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.periodic_compaction_seconds: 0 2024-05-21T16:19:10.862 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-21T16:19:10.862 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-21T16:19:10.862 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.enable_blob_files: false 2024-05-21T16:19:10.862 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.min_blob_size: 0 2024-05-21T16:19:10.862 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.blob_file_size: 268435456 2024-05-21T16:19:10.863 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.blob_compression_type: NoCompression 2024-05-21T16:19:10.863 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.enable_blob_garbage_collection: false 2024-05-21T16:19:10.863 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-21T16:19:10.863 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-21T16:19:10.863 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-21T16:19:10.863 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.blob_file_starting_level: 0 2024-05-21T16:19:10.863 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-21T16:19:10.863 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-05-21T16:19:10.863 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-05-21T16:19:10.863 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: bb853e82-70a5-4cb4-91df-9264c55f2876 2024-05-21T16:19:10.864 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: EVENT_LOG_v1 {"time_micros": 1716308350795039, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-05-21T16:19:10.864 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-05-21T16:19:10.864 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: EVENT_LOG_v1 {"time_micros": 1716308350796376, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 84783, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 254, "table_properties": {"data_size": 82923, "index_size": 244, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9921, "raw_average_key_size": 46, "raw_value_size": 77244, "raw_average_value_size": 362, "num_data_blocks": 11, "num_entries": 213, "num_filter_entries": 213, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1716308350, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "bb853e82-70a5-4cb4-91df-9264c55f2876", "db_session_id": "PD2VX5G7IROYWGKL2S9I", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-05-21T16:19:10.864 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: EVENT_LOG_v1 {"time_micros": 1716308350796482, "job": 1, "event": "recovery_finished"} 2024-05-21T16:19:10.864 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-05-21T16:19:10.864 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-05-21T16:19:10.864 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55b881bea000 2024-05-21T16:19:10.864 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: DB pointer 0x55b881bd6000 2024-05-21T16:19:10.864 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-21T16:19:10.864 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-21T16:19:10.864 INFO:journalctl@ceph.mon.a.smithi076.stdout: ** DB Stats ** 2024-05-21T16:19:10.864 INFO:journalctl@ceph.mon.a.smithi076.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-21T16:19:10.864 INFO:journalctl@ceph.mon.a.smithi076.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-21T16:19:10.864 INFO:journalctl@ceph.mon.a.smithi076.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-21T16:19:10.865 INFO:journalctl@ceph.mon.a.smithi076.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-21T16:19:10.865 INFO:journalctl@ceph.mon.a.smithi076.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-21T16:19:10.865 INFO:journalctl@ceph.mon.a.smithi076.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-21T16:19:10.865 INFO:journalctl@ceph.mon.a.smithi076.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-21T16:19:10.865 INFO:journalctl@ceph.mon.a.smithi076.stdout: 2024-05-21T16:19:10.865 INFO:journalctl@ceph.mon.a.smithi076.stdout: ** Compaction Stats [default] ** 2024-05-21T16:19:10.865 INFO:journalctl@ceph.mon.a.smithi076.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-21T16:19:10.865 INFO:journalctl@ceph.mon.a.smithi076.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-21T16:19:10.865 INFO:journalctl@ceph.mon.a.smithi076.stdout: L0 2/0 84.66 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 95.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-21T16:19:10.865 INFO:journalctl@ceph.mon.a.smithi076.stdout: Sum 2/0 84.66 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 95.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-21T16:19:10.865 INFO:journalctl@ceph.mon.a.smithi076.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 95.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-21T16:19:10.865 INFO:journalctl@ceph.mon.a.smithi076.stdout: 2024-05-21T16:19:10.865 INFO:journalctl@ceph.mon.a.smithi076.stdout: ** Compaction Stats [default] ** 2024-05-21T16:19:10.866 INFO:journalctl@ceph.mon.a.smithi076.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-21T16:19:10.866 INFO:journalctl@ceph.mon.a.smithi076.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-21T16:19:10.866 INFO:journalctl@ceph.mon.a.smithi076.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 95.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-21T16:19:10.866 INFO:journalctl@ceph.mon.a.smithi076.stdout: 2024-05-21T16:19:10.866 INFO:journalctl@ceph.mon.a.smithi076.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-21T16:19:10.866 INFO:journalctl@ceph.mon.a.smithi076.stdout: 2024-05-21T16:19:10.866 INFO:journalctl@ceph.mon.a.smithi076.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-21T16:19:10.866 INFO:journalctl@ceph.mon.a.smithi076.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-05-21T16:19:10.866 INFO:journalctl@ceph.mon.a.smithi076.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-21T16:19:10.866 INFO:journalctl@ceph.mon.a.smithi076.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-05-21T16:19:10.866 INFO:journalctl@ceph.mon.a.smithi076.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-05-21T16:19:10.866 INFO:journalctl@ceph.mon.a.smithi076.stdout: AddFile(Keys): cumulative 0, interval 0 2024-05-21T16:19:10.866 INFO:journalctl@ceph.mon.a.smithi076.stdout: Cumulative compaction: 0.00 GB write, 19.06 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-21T16:19:10.867 INFO:journalctl@ceph.mon.a.smithi076.stdout: Interval compaction: 0.00 GB write, 19.06 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-21T16:19:10.867 INFO:journalctl@ceph.mon.a.smithi076.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-05-21T16:19:10.867 INFO:journalctl@ceph.mon.a.smithi076.stdout: Block cache BinnedLRUCache@0x55b881acd1f0#2 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-05-21T16:19:10.867 INFO:journalctl@ceph.mon.a.smithi076.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.44 KB,8.34465e-05%) Misc(1,0.00 KB,0%) 2024-05-21T16:19:10.867 INFO:journalctl@ceph.mon.a.smithi076.stdout: 2024-05-21T16:19:10.867 INFO:journalctl@ceph.mon.a.smithi076.stdout: ** File Read Latency Histogram By Level [default] ** 2024-05-21T16:19:10.867 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: starting mon.a rank 0 at public addrs [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] at bind addrs [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid bdb847ac-178d-11ef-bc9a-c7b262605968 2024-05-21T16:19:10.867 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: mon.a@-1(???) e1 preinit fsid bdb847ac-178d-11ef-bc9a-c7b262605968 2024-05-21T16:19:10.867 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: mon.a@-1(???).mds e1 new map 2024-05-21T16:19:10.867 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: mon.a@-1(???).mds e1 print_map 2024-05-21T16:19:10.867 INFO:journalctl@ceph.mon.a.smithi076.stdout: e1 2024-05-21T16:19:10.867 INFO:journalctl@ceph.mon.a.smithi076.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-05-21T16:19:10.867 INFO:journalctl@ceph.mon.a.smithi076.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-05-21T16:19:10.867 INFO:journalctl@ceph.mon.a.smithi076.stdout: legacy client fscid: -1 2024-05-21T16:19:10.868 INFO:journalctl@ceph.mon.a.smithi076.stdout: 2024-05-21T16:19:10.868 INFO:journalctl@ceph.mon.a.smithi076.stdout: No filesystems configured 2024-05-21T16:19:10.868 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-21T16:19:10.868 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-21T16:19:10.868 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-21T16:19:10.868 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-21T16:19:10.868 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-05-21T16:19:10.868 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 bash[24724]: f92b11d765bc4260e454519cb368de678727f51fb47d1a01225db4d385ca8407 2024-05-21T16:19:10.868 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 systemd[1]: Started Ceph mon.a for bdb847ac-178d-11ef-bc9a-c7b262605968. 2024-05-21T16:19:11.115 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: mon.a is new leader, mons a in quorum (ranks 0) 2024-05-21T16:19:11.115 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: monmap epoch 1 2024-05-21T16:19:11.116 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: fsid bdb847ac-178d-11ef-bc9a-c7b262605968 2024-05-21T16:19:11.116 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: last_changed 2024-05-21T16:19:03.150743+0000 2024-05-21T16:19:11.116 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: created 2024-05-21T16:19:03.150743+0000 2024-05-21T16:19:11.116 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: min_mon_release 19 (squid) 2024-05-21T16:19:11.116 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: election_strategy: 1 2024-05-21T16:19:11.116 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: 0: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.a 2024-05-21T16:19:11.116 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: fsmap 2024-05-21T16:19:11.116 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: osdmap e1: 0 total, 0 up, 0 in 2024-05-21T16:19:11.116 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:10 smithi076 ceph-mon[24743]: mgrmap e1: no daemons active 2024-05-21T16:19:11.841 INFO:teuthology.orchestra.run.smithi076.stdout:Wrote config to /etc/ceph/ceph.conf 2024-05-21T16:19:11.863 INFO:teuthology.orchestra.run.smithi076.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-05-21T16:19:11.863 INFO:teuthology.orchestra.run.smithi076.stdout:Creating mgr... 2024-05-21T16:19:11.864 INFO:teuthology.orchestra.run.smithi076.stdout:Verifying port 0.0.0.0:9283 ... 2024-05-21T16:19:11.864 INFO:teuthology.orchestra.run.smithi076.stdout:Verifying port 0.0.0.0:8765 ... 2024-05-21T16:19:12.115 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-bdb847ac-178d-11ef-bc9a-c7b262605968@mgr.x 2024-05-21T16:19:12.115 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Failed to reset failed state of unit ceph-bdb847ac-178d-11ef-bc9a-c7b262605968@mgr.x.service: Unit ceph-bdb847ac-178d-11ef-bc9a-c7b262605968@mgr.x.service not loaded. 2024-05-21T16:19:12.263 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-bdb847ac-178d-11ef-bc9a-c7b262605968.target.wants/ceph-bdb847ac-178d-11ef-bc9a-c7b262605968@mgr.x.service → /etc/systemd/system/ceph-bdb847ac-178d-11ef-bc9a-c7b262605968@.service. 2024-05-21T16:19:12.491 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:12 smithi076 ceph-mon[24743]: from='client.? 172.21.15.76:0/269015524' entity='client.admin' 2024-05-21T16:19:12.818 INFO:journalctl@ceph.mgr.x.smithi076.stdout:May 21 16:19:12 smithi076 podman[24957]: 2024-05-21 16:19:12.736940199 +0000 UTC m=+0.353882871 container start cfc1d77ac6b603cf076ac49d1ad09da47362393f8da9cf588abfcb8d757feb26 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e, name=ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mgr-x, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=wip-adk-testing-2024-05-20-1421-a2b4786, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240514, io.buildah.version=1.33.5) 2024-05-21T16:19:12.818 INFO:journalctl@ceph.mgr.x.smithi076.stdout:May 21 16:19:12 smithi076 bash[24957]: cfc1d77ac6b603cf076ac49d1ad09da47362393f8da9cf588abfcb8d757feb26 2024-05-21T16:19:12.832 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-21T16:19:12.832 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout disabled 2024-05-21T16:19:12.840 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-21T16:19:12.840 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout inactive 2024-05-21T16:19:12.840 INFO:teuthology.orchestra.run.smithi076.stdout:firewalld.service is not enabled 2024-05-21T16:19:12.840 INFO:teuthology.orchestra.run.smithi076.stdout:Not possible to enable service . firewalld.service is not available 2024-05-21T16:19:12.848 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-21T16:19:12.849 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout disabled 2024-05-21T16:19:12.856 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-21T16:19:12.856 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout inactive 2024-05-21T16:19:12.856 INFO:teuthology.orchestra.run.smithi076.stdout:firewalld.service is not enabled 2024-05-21T16:19:12.856 INFO:teuthology.orchestra.run.smithi076.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-05-21T16:19:12.857 INFO:teuthology.orchestra.run.smithi076.stdout:Waiting for mgr to start... 2024-05-21T16:19:12.857 INFO:teuthology.orchestra.run.smithi076.stdout:Waiting for mgr... 2024-05-21T16:19:13.115 INFO:journalctl@ceph.mgr.x.smithi076.stdout:May 21 16:19:12 smithi076 systemd[1]: Started Ceph mgr.x for bdb847ac-178d-11ef-bc9a-c7b262605968. 2024-05-21T16:19:13.615 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:13 smithi076 ceph-mon[24743]: from='client.? 172.21.15.76:0/2081635093' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-21T16:19:13.908 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-05-21T16:19:13.908 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout { 2024-05-21T16:19:13.908 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "fsid": "bdb847ac-178d-11ef-bc9a-c7b262605968", 2024-05-21T16:19:13.908 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "health": { 2024-05-21T16:19:13.908 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-21T16:19:13.908 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-21T16:19:13.908 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-21T16:19:13.908 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:13.909 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-21T16:19:13.909 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-21T16:19:13.909 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 0 2024-05-21T16:19:13.909 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:19:13.909 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-21T16:19:13.909 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "a" 2024-05-21T16:19:13.909 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:19:13.909 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-05-21T16:19:13.909 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-21T16:19:13.909 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:19:13.909 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-21T16:19:13.909 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-21T16:19:13.909 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:13.909 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-21T16:19:13.910 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:19:13.910 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-21T16:19:13.910 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-21T16:19:13.910 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-21T16:19:13.910 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-21T16:19:13.910 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-21T16:19:13.910 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-21T16:19:13.910 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:13.910 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-21T16:19:13.910 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-21T16:19:13.910 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-21T16:19:13.910 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-21T16:19:13.910 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-21T16:19:13.910 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-21T16:19:13.911 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-21T16:19:13.911 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-21T16:19:13.911 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-21T16:19:13.911 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:13.911 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-21T16:19:13.911 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:19:13.911 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-21T16:19:13.911 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-21T16:19:13.911 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:13.911 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-21T16:19:13.911 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-21T16:19:13.911 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-21T16:19:13.911 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-21T16:19:13.911 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-21T16:19:13.912 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-21T16:19:13.912 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "restful" 2024-05-21T16:19:13.912 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:19:13.912 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T16:19:13.912 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:13.912 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-21T16:19:13.912 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:19:13.912 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "modified": "2024-05-21T16:19:05.956725+0000", 2024-05-21T16:19:13.912 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T16:19:13.912 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:13.912 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-21T16:19:13.912 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout } 2024-05-21T16:19:13.912 INFO:teuthology.orchestra.run.smithi076.stdout:mgr not available, waiting (1/15)... 2024-05-21T16:19:19.365 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:19 smithi076 ceph-mon[24743]: from='client.? 172.21.15.76:0/3700497860' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-21T16:19:20.365 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:20 smithi076 ceph-mon[24743]: Activating manager daemon x 2024-05-21T16:19:20.366 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:20 smithi076 ceph-mon[24743]: mgrmap e2: x(active, starting, since 0.00322617s) 2024-05-21T16:19:20.366 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:20 smithi076 ceph-mon[24743]: from='mgr.14100 172.21.15.76:0/1572139085' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-21T16:19:20.366 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:20 smithi076 ceph-mon[24743]: from='mgr.14100 172.21.15.76:0/1572139085' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-21T16:19:20.366 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:20 smithi076 ceph-mon[24743]: from='mgr.14100 172.21.15.76:0/1572139085' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-21T16:19:20.366 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:20 smithi076 ceph-mon[24743]: from='mgr.14100 172.21.15.76:0/1572139085' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T16:19:20.366 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:20 smithi076 ceph-mon[24743]: from='mgr.14100 172.21.15.76:0/1572139085' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-05-21T16:19:20.366 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:20 smithi076 ceph-mon[24743]: Manager daemon x is now available 2024-05-21T16:19:20.366 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:20 smithi076 ceph-mon[24743]: from='mgr.14100 172.21.15.76:0/1572139085' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-05-21T16:19:20.366 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:20 smithi076 ceph-mon[24743]: from='mgr.14100 172.21.15.76:0/1572139085' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-05-21T16:19:20.366 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:20 smithi076 ceph-mon[24743]: from='mgr.14100 172.21.15.76:0/1572139085' entity='mgr.x' 2024-05-21T16:19:20.366 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:20 smithi076 ceph-mon[24743]: from='mgr.14100 172.21.15.76:0/1572139085' entity='mgr.x' 2024-05-21T16:19:20.366 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:20 smithi076 ceph-mon[24743]: from='mgr.14100 172.21.15.76:0/1572139085' entity='mgr.x' 2024-05-21T16:19:22.365 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:21 smithi076 ceph-mon[24743]: mgrmap e3: x(active, since 1.00727s) 2024-05-21T16:19:23.365 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:22 smithi076 ceph-mon[24743]: mgrmap e4: x(active, since 2s) 2024-05-21T16:19:25.766 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-05-21T16:19:25.767 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout { 2024-05-21T16:19:25.767 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "fsid": "bdb847ac-178d-11ef-bc9a-c7b262605968", 2024-05-21T16:19:25.767 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "health": { 2024-05-21T16:19:25.767 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-21T16:19:25.767 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-21T16:19:25.767 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-21T16:19:25.767 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:25.767 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-21T16:19:25.767 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-21T16:19:25.767 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 0 2024-05-21T16:19:25.767 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:19:25.767 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-21T16:19:25.767 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "a" 2024-05-21T16:19:25.768 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:19:25.768 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2024-05-21T16:19:25.768 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-21T16:19:25.768 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:19:25.768 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-21T16:19:25.768 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-21T16:19:25.768 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:25.768 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-21T16:19:25.768 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:19:25.768 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-21T16:19:25.768 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-21T16:19:25.768 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-21T16:19:25.768 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-21T16:19:25.768 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-21T16:19:25.768 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-21T16:19:25.769 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:25.769 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-21T16:19:25.769 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-21T16:19:25.769 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-21T16:19:25.769 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-21T16:19:25.769 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-21T16:19:25.769 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-21T16:19:25.769 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-21T16:19:25.769 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-21T16:19:25.769 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-21T16:19:25.769 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:25.769 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-21T16:19:25.769 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:19:25.769 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-21T16:19:25.770 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-21T16:19:25.770 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:25.770 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-21T16:19:25.770 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-21T16:19:25.770 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-21T16:19:25.770 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-21T16:19:25.770 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-21T16:19:25.770 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-21T16:19:25.770 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "restful" 2024-05-21T16:19:25.770 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:19:25.770 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T16:19:25.770 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:25.770 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-21T16:19:25.770 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:19:25.771 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "modified": "2024-05-21T16:19:05.956725+0000", 2024-05-21T16:19:25.771 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T16:19:25.771 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:25.771 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-21T16:19:25.771 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout } 2024-05-21T16:19:25.771 INFO:teuthology.orchestra.run.smithi076.stdout:mgr not available, waiting (2/15)... 2024-05-21T16:19:28.865 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:28 smithi076 ceph-mon[24743]: from='client.? 172.21.15.76:0/202432210' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-21T16:19:29.083 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-05-21T16:19:29.084 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout { 2024-05-21T16:19:29.084 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "fsid": "bdb847ac-178d-11ef-bc9a-c7b262605968", 2024-05-21T16:19:29.084 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "health": { 2024-05-21T16:19:29.084 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-21T16:19:29.084 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-21T16:19:29.084 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-21T16:19:29.084 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:29.084 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-21T16:19:29.084 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-21T16:19:29.084 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 0 2024-05-21T16:19:29.084 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:19:29.084 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-21T16:19:29.084 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "a" 2024-05-21T16:19:29.085 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:19:29.085 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "quorum_age": 17, 2024-05-21T16:19:29.085 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-21T16:19:29.085 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:19:29.085 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-21T16:19:29.085 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-21T16:19:29.085 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:29.085 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-21T16:19:29.085 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:19:29.085 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-21T16:19:29.085 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-21T16:19:29.085 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-21T16:19:29.086 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-21T16:19:29.086 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-21T16:19:29.086 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-21T16:19:29.086 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:29.086 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-21T16:19:29.086 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-21T16:19:29.086 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-21T16:19:29.086 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-21T16:19:29.086 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-21T16:19:29.086 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-21T16:19:29.086 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-21T16:19:29.086 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-21T16:19:29.086 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-21T16:19:29.087 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:29.087 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-21T16:19:29.087 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:19:29.087 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-21T16:19:29.087 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-21T16:19:29.087 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:29.087 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-21T16:19:29.087 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-21T16:19:29.087 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-21T16:19:29.087 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-21T16:19:29.087 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-21T16:19:29.087 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-21T16:19:29.087 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "restful" 2024-05-21T16:19:29.087 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:19:29.087 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T16:19:29.088 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:29.088 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-21T16:19:29.088 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:19:29.088 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "modified": "2024-05-21T16:19:05.956725+0000", 2024-05-21T16:19:29.088 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T16:19:29.088 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:29.088 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-21T16:19:29.088 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout } 2024-05-21T16:19:29.088 INFO:teuthology.orchestra.run.smithi076.stdout:mgr is available 2024-05-21T16:19:30.048 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:29 smithi076 ceph-mon[24743]: from='client.? 172.21.15.76:0/4220416555' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-21T16:19:30.303 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-05-21T16:19:30.303 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout [global] 2024-05-21T16:19:30.303 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout fsid = bdb847ac-178d-11ef-bc9a-c7b262605968 2024-05-21T16:19:30.303 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-21T16:19:30.303 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-21T16:19:30.303 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-21T16:19:30.303 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-21T16:19:30.303 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-21T16:19:30.303 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-05-21T16:19:30.303 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-21T16:19:30.303 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-21T16:19:30.304 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-05-21T16:19:30.304 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout [osd] 2024-05-21T16:19:30.304 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-21T16:19:30.304 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-21T16:19:30.304 INFO:teuthology.orchestra.run.smithi076.stdout:Enabling cephadm module... 2024-05-21T16:19:31.365 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:31 smithi076 ceph-mon[24743]: from='client.? 172.21.15.76:0/2961062690' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-21T16:19:31.365 INFO:journalctl@ceph.mgr.x.smithi076.stdout:May 21 16:19:31 smithi076 ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mgr-x[24972]: ignoring --setuser ceph since I am not root 2024-05-21T16:19:31.366 INFO:journalctl@ceph.mgr.x.smithi076.stdout:May 21 16:19:31 smithi076 ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mgr-x[24972]: ignoring --setgroup ceph since I am not root 2024-05-21T16:19:32.362 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:32 smithi076 ceph-mon[24743]: from='client.? 172.21.15.76:0/2961062690' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-21T16:19:32.362 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:32 smithi076 ceph-mon[24743]: mgrmap e5: x(active, since 11s) 2024-05-21T16:19:33.365 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:33 smithi076 ceph-mon[24743]: from='client.? 172.21.15.76:0/1340042772' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-21T16:19:33.704 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout { 2024-05-21T16:19:33.705 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-05-21T16:19:33.705 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-21T16:19:33.705 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "active_name": "x", 2024-05-21T16:19:33.705 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-21T16:19:33.705 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout } 2024-05-21T16:19:33.705 INFO:teuthology.orchestra.run.smithi076.stdout:Waiting for the mgr to restart... 2024-05-21T16:19:33.705 INFO:teuthology.orchestra.run.smithi076.stdout:Waiting for mgr epoch 5... 2024-05-21T16:19:38.615 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:38 smithi076 ceph-mon[24743]: Active manager daemon x restarted 2024-05-21T16:19:38.615 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:38 smithi076 ceph-mon[24743]: Activating manager daemon x 2024-05-21T16:19:38.616 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:38 smithi076 ceph-mon[24743]: osdmap e2: 0 total, 0 up, 0 in 2024-05-21T16:19:38.616 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:38 smithi076 ceph-mon[24743]: mgrmap e6: x(active, starting, since 0.00320046s) 2024-05-21T16:19:38.616 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:38 smithi076 ceph-mon[24743]: from='mgr.14118 172.21.15.76:0/248638249' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T16:19:38.616 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:38 smithi076 ceph-mon[24743]: from='mgr.14118 172.21.15.76:0/248638249' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-05-21T16:19:38.616 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:38 smithi076 ceph-mon[24743]: from='mgr.14118 172.21.15.76:0/248638249' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-21T16:19:38.616 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:38 smithi076 ceph-mon[24743]: from='mgr.14118 172.21.15.76:0/248638249' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-21T16:19:38.616 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:38 smithi076 ceph-mon[24743]: from='mgr.14118 172.21.15.76:0/248638249' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-21T16:19:38.616 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:38 smithi076 ceph-mon[24743]: Manager daemon x is now available 2024-05-21T16:19:38.616 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:38 smithi076 ceph-mon[24743]: from='mgr.14118 172.21.15.76:0/248638249' entity='mgr.x' 2024-05-21T16:19:38.616 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:38 smithi076 ceph-mon[24743]: from='mgr.14118 172.21.15.76:0/248638249' entity='mgr.x' 2024-05-21T16:19:38.616 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:38 smithi076 ceph-mon[24743]: from='mgr.14118 172.21.15.76:0/248638249' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:19:38.616 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:38 smithi076 ceph-mon[24743]: from='mgr.14118 172.21.15.76:0/248638249' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:19:38.616 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:38 smithi076 ceph-mon[24743]: from='mgr.14118 172.21.15.76:0/248638249' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-05-21T16:19:38.617 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:38 smithi076 ceph-mon[24743]: from='mgr.14118 172.21.15.76:0/248638249' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-05-21T16:19:39.559 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:39 smithi076 ceph-mon[24743]: Found migration_current of "None". Setting to last migration. 2024-05-21T16:19:39.559 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:39 smithi076 ceph-mon[24743]: mgrmap e7: x(active, since 1.00534s) 2024-05-21T16:19:39.811 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout { 2024-05-21T16:19:39.811 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-05-21T16:19:39.811 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-21T16:19:39.811 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout } 2024-05-21T16:19:39.811 INFO:teuthology.orchestra.run.smithi076.stdout:mgr epoch 5 is available 2024-05-21T16:19:39.811 INFO:teuthology.orchestra.run.smithi076.stdout:Setting orchestrator backend to cephadm... 2024-05-21T16:19:40.365 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:40 smithi076 ceph-mon[24743]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-21T16:19:40.365 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:40 smithi076 ceph-mon[24743]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-21T16:19:40.365 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:40 smithi076 ceph-mon[24743]: from='mgr.14118 172.21.15.76:0/248638249' entity='mgr.x' 2024-05-21T16:19:40.365 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:40 smithi076 ceph-mon[24743]: from='mgr.14118 172.21.15.76:0/248638249' entity='mgr.x' 2024-05-21T16:19:41.855 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:41 smithi076 ceph-mon[24743]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:19:41.856 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:41 smithi076 ceph-mon[24743]: from='mgr.14118 172.21.15.76:0/248638249' entity='mgr.x' 2024-05-21T16:19:41.856 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:41 smithi076 ceph-mon[24743]: [21/May/2024:16:19:40] ENGINE Bus STARTING 2024-05-21T16:19:41.856 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:41 smithi076 ceph-mon[24743]: from='mgr.14118 172.21.15.76:0/248638249' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:19:41.856 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:41 smithi076 ceph-mon[24743]: [21/May/2024:16:19:40] ENGINE Serving on https://172.21.15.76:7150 2024-05-21T16:19:41.856 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:41 smithi076 ceph-mon[24743]: [21/May/2024:16:19:40] ENGINE Serving on http://172.21.15.76:8765 2024-05-21T16:19:41.856 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:41 smithi076 ceph-mon[24743]: [21/May/2024:16:19:40] ENGINE Bus STARTED 2024-05-21T16:19:41.856 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:41 smithi076 ceph-mon[24743]: from='mgr.14118 172.21.15.76:0/248638249' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:19:41.856 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:41 smithi076 ceph-mon[24743]: mgrmap e8: x(active, since 2s) 2024-05-21T16:19:42.395 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout value unchanged 2024-05-21T16:19:42.395 INFO:teuthology.orchestra.run.smithi076.stdout:Generating ssh key... 2024-05-21T16:19:42.729 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:42 smithi076 ceph-mon[24743]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:19:43.366 INFO:journalctl@ceph.mgr.x.smithi076.stdout:May 21 16:19:43 smithi076 ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mgr-x[24972]: Generating public/private rsa key pair. 2024-05-21T16:19:43.366 INFO:journalctl@ceph.mgr.x.smithi076.stdout:May 21 16:19:43 smithi076 ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mgr-x[24972]: Your identification has been saved in /tmp/tmpzngijwyl/key. 2024-05-21T16:19:43.366 INFO:journalctl@ceph.mgr.x.smithi076.stdout:May 21 16:19:43 smithi076 ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mgr-x[24972]: Your public key has been saved in /tmp/tmpzngijwyl/key.pub. 2024-05-21T16:19:43.366 INFO:journalctl@ceph.mgr.x.smithi076.stdout:May 21 16:19:43 smithi076 ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mgr-x[24972]: The key fingerprint is: 2024-05-21T16:19:43.366 INFO:journalctl@ceph.mgr.x.smithi076.stdout:May 21 16:19:43 smithi076 ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mgr-x[24972]: SHA256:dFQw/w9+4/CEygGF5zNRahx2DdYHcZKwm3hJsJMRWQg ceph-bdb847ac-178d-11ef-bc9a-c7b262605968 2024-05-21T16:19:43.366 INFO:journalctl@ceph.mgr.x.smithi076.stdout:May 21 16:19:43 smithi076 ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mgr-x[24972]: The key's randomart image is: 2024-05-21T16:19:43.366 INFO:journalctl@ceph.mgr.x.smithi076.stdout:May 21 16:19:43 smithi076 ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mgr-x[24972]: +---[RSA 3072]----+ 2024-05-21T16:19:43.366 INFO:journalctl@ceph.mgr.x.smithi076.stdout:May 21 16:19:43 smithi076 ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mgr-x[24972]: | E.BX+*B+.| 2024-05-21T16:19:43.366 INFO:journalctl@ceph.mgr.x.smithi076.stdout:May 21 16:19:43 smithi076 ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mgr-x[24972]: | .*B*..=.| 2024-05-21T16:19:43.366 INFO:journalctl@ceph.mgr.x.smithi076.stdout:May 21 16:19:43 smithi076 ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mgr-x[24972]: | ..=B+ .| 2024-05-21T16:19:43.367 INFO:journalctl@ceph.mgr.x.smithi076.stdout:May 21 16:19:43 smithi076 ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mgr-x[24972]: | . .=+.= | 2024-05-21T16:19:43.367 INFO:journalctl@ceph.mgr.x.smithi076.stdout:May 21 16:19:43 smithi076 ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mgr-x[24972]: | S..+= o | 2024-05-21T16:19:43.367 INFO:journalctl@ceph.mgr.x.smithi076.stdout:May 21 16:19:43 smithi076 ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mgr-x[24972]: | ..o..o | 2024-05-21T16:19:43.367 INFO:journalctl@ceph.mgr.x.smithi076.stdout:May 21 16:19:43 smithi076 ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mgr-x[24972]: | . o.oo| 2024-05-21T16:19:43.367 INFO:journalctl@ceph.mgr.x.smithi076.stdout:May 21 16:19:43 smithi076 ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mgr-x[24972]: | . o =..| 2024-05-21T16:19:43.367 INFO:journalctl@ceph.mgr.x.smithi076.stdout:May 21 16:19:43 smithi076 ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mgr-x[24972]: | o o | 2024-05-21T16:19:43.367 INFO:journalctl@ceph.mgr.x.smithi076.stdout:May 21 16:19:43 smithi076 ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mgr-x[24972]: +----[SHA256]-----+ 2024-05-21T16:19:43.768 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:43 smithi076 ceph-mon[24743]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:19:43.768 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:43 smithi076 ceph-mon[24743]: Generating ssh key... 2024-05-21T16:19:43.768 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:43 smithi076 ceph-mon[24743]: from='mgr.14118 172.21.15.76:0/248638249' entity='mgr.x' 2024-05-21T16:19:43.768 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:43 smithi076 ceph-mon[24743]: from='mgr.14118 172.21.15.76:0/248638249' entity='mgr.x' 2024-05-21T16:19:44.798 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHk+C6AXjzVkXllTnL9zNJ8R0/pGD15MZxsPgmDP7yymnCKsaZa8fkRu4Dl/229iB1OFI/6BZUhFwMRv91iY10EC8Ri6cW/09kHrZ1nDdyLu5gDl8jlrCeO8GrrbGoYoZ9Bax6MeUD/xKqNzW+qIpYfO6kTccnPkQdR/fFWM6AOsKB3w6XeYgJEOMs7bgR9ba3OoHTyn9dhMbrd82VRXq1uZ6LIHSaV5PUR7bA8dohyWkWhXoRu165ieAB8ZF7SF7CT83FxFpoS/pnoKQ0//YJqjqtsLduuo1HJedG63aAlSG3Dn1xhRFiqa8+R/gx1n0nyBQajx/R7ILJDRqt/cJgVY6hQvGfNlrrHipTnl9brgCfRCW7QS7y3Q/k/fgZIA4bLMa55pWIiW2OciOZ3F50AMi0n72hw0V50MEcbY/Yo81jFQc/Ung296tNduXSHJDLz2OOG8GA6JR5CBXCebFLK64zSOsYrIdfrl++VlsQkWPxNe5K+VTNzH5YxUnXUn0= ceph-bdb847ac-178d-11ef-bc9a-c7b262605968 2024-05-21T16:19:44.798 INFO:teuthology.orchestra.run.smithi076.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-05-21T16:19:44.798 INFO:teuthology.orchestra.run.smithi076.stdout:Adding key to root@localhost authorized_keys... 2024-05-21T16:19:44.799 INFO:teuthology.orchestra.run.smithi076.stdout:Adding host smithi076... 2024-05-21T16:19:45.365 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:45 smithi076 ceph-mon[24743]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:19:46.284 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:46 smithi076 ceph-mon[24743]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi076", "addr": "172.21.15.76", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:19:46.285 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:46 smithi076 ceph-mon[24743]: Deploying cephadm binary to smithi076 2024-05-21T16:19:50.090 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout Added host 'smithi076' with addr '172.21.15.76' 2024-05-21T16:19:50.090 INFO:teuthology.orchestra.run.smithi076.stdout:Deploying unmanaged mon service... 2024-05-21T16:19:50.738 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:50 smithi076 ceph-mon[24743]: from='mgr.14118 172.21.15.76:0/248638249' entity='mgr.x' 2024-05-21T16:19:50.738 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:50 smithi076 ceph-mon[24743]: Added host smithi076 2024-05-21T16:19:50.738 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:50 smithi076 ceph-mon[24743]: from='mgr.14118 172.21.15.76:0/248638249' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:19:52.115 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:51 smithi076 ceph-mon[24743]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:19:52.115 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:51 smithi076 ceph-mon[24743]: Saving service mon spec with placement count:5 2024-05-21T16:19:52.115 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:51 smithi076 ceph-mon[24743]: from='mgr.14118 172.21.15.76:0/248638249' entity='mgr.x' 2024-05-21T16:19:52.393 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-05-21T16:19:52.394 INFO:teuthology.orchestra.run.smithi076.stdout:Deploying unmanaged mgr service... 2024-05-21T16:19:53.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:52 smithi076 ceph-mon[24743]: from='mgr.14118 172.21.15.76:0/248638249' entity='mgr.x' 2024-05-21T16:19:53.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:52 smithi076 ceph-mon[24743]: from='mgr.14118 172.21.15.76:0/248638249' entity='mgr.x' 2024-05-21T16:19:53.653 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-05-21T16:19:54.333 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:54 smithi076 ceph-mon[24743]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:19:54.333 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:54 smithi076 ceph-mon[24743]: Saving service mgr spec with placement count:2 2024-05-21T16:19:54.333 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:54 smithi076 ceph-mon[24743]: from='mgr.14118 172.21.15.76:0/248638249' entity='mgr.x' 2024-05-21T16:19:55.354 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:55 smithi076 ceph-mon[24743]: from='client.? 172.21.15.76:0/3008271813' entity='client.admin' 2024-05-21T16:19:55.354 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:55 smithi076 ceph-mon[24743]: from='mgr.14118 172.21.15.76:0/248638249' entity='mgr.x' 2024-05-21T16:19:56.652 INFO:teuthology.orchestra.run.smithi076.stdout:Enabling the dashboard module... 2024-05-21T16:19:57.365 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:56 smithi076 ceph-mon[24743]: from='client.? 172.21.15.76:0/3519860322' entity='client.admin' 2024-05-21T16:19:58.366 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:58 smithi076 ceph-mon[24743]: from='mgr.14118 172.21.15.76:0/248638249' entity='mgr.x' 2024-05-21T16:19:58.366 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:58 smithi076 ceph-mon[24743]: from='client.? 172.21.15.76:0/2474589637' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-21T16:19:58.366 INFO:journalctl@ceph.mgr.x.smithi076.stdout:May 21 16:19:58 smithi076 ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mgr-x[24972]: ignoring --setuser ceph since I am not root 2024-05-21T16:19:58.366 INFO:journalctl@ceph.mgr.x.smithi076.stdout:May 21 16:19:58 smithi076 ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mgr-x[24972]: ignoring --setgroup ceph since I am not root 2024-05-21T16:19:59.553 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:59 smithi076 ceph-mon[24743]: from='client.? 172.21.15.76:0/2474589637' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-21T16:19:59.553 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:19:59 smithi076 ceph-mon[24743]: mgrmap e9: x(active, since 19s) 2024-05-21T16:20:00.136 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout { 2024-05-21T16:20:00.137 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-05-21T16:20:00.137 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-21T16:20:00.137 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "active_name": "x", 2024-05-21T16:20:00.137 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-21T16:20:00.137 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout } 2024-05-21T16:20:00.137 INFO:teuthology.orchestra.run.smithi076.stdout:Waiting for the mgr to restart... 2024-05-21T16:20:00.137 INFO:teuthology.orchestra.run.smithi076.stdout:Waiting for mgr epoch 9... 2024-05-21T16:20:00.512 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:00 smithi076 ceph-mon[24743]: from='client.? 172.21.15.76:0/1680552213' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-21T16:20:05.866 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:05 smithi076 ceph-mon[24743]: Active manager daemon x restarted 2024-05-21T16:20:05.866 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:05 smithi076 ceph-mon[24743]: Activating manager daemon x 2024-05-21T16:20:05.866 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:05 smithi076 ceph-mon[24743]: osdmap e3: 0 total, 0 up, 0 in 2024-05-21T16:20:05.866 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:05 smithi076 ceph-mon[24743]: mgrmap e10: x(active, starting, since 0.00357923s) 2024-05-21T16:20:05.866 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:05 smithi076 ceph-mon[24743]: from='mgr.14150 172.21.15.76:0/489906387' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T16:20:05.866 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:05 smithi076 ceph-mon[24743]: from='mgr.14150 172.21.15.76:0/489906387' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-05-21T16:20:05.866 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:05 smithi076 ceph-mon[24743]: from='mgr.14150 172.21.15.76:0/489906387' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-21T16:20:05.866 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:05 smithi076 ceph-mon[24743]: from='mgr.14150 172.21.15.76:0/489906387' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-21T16:20:05.866 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:05 smithi076 ceph-mon[24743]: from='mgr.14150 172.21.15.76:0/489906387' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-21T16:20:05.866 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:05 smithi076 ceph-mon[24743]: Manager daemon x is now available 2024-05-21T16:20:05.867 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:05 smithi076 ceph-mon[24743]: from='mgr.14150 172.21.15.76:0/489906387' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:20:05.867 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:05 smithi076 ceph-mon[24743]: from='mgr.14150 172.21.15.76:0/489906387' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-05-21T16:20:06.615 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:06 smithi076 ceph-mon[24743]: from='mgr.14150 172.21.15.76:0/489906387' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-05-21T16:20:06.616 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:06 smithi076 ceph-mon[24743]: [21/May/2024:16:20:05] ENGINE Bus STARTING 2024-05-21T16:20:06.616 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:06 smithi076 ceph-mon[24743]: [21/May/2024:16:20:05] ENGINE Serving on https://172.21.15.76:7150 2024-05-21T16:20:06.616 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:06 smithi076 ceph-mon[24743]: [21/May/2024:16:20:05] ENGINE Serving on http://172.21.15.76:8765 2024-05-21T16:20:06.616 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:06 smithi076 ceph-mon[24743]: [21/May/2024:16:20:05] ENGINE Bus STARTED 2024-05-21T16:20:06.616 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:06 smithi076 ceph-mon[24743]: mgrmap e11: x(active, since 1.00582s) 2024-05-21T16:20:07.347 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout { 2024-05-21T16:20:07.347 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-05-21T16:20:07.347 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-21T16:20:07.347 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout } 2024-05-21T16:20:07.347 INFO:teuthology.orchestra.run.smithi076.stdout:mgr epoch 9 is available 2024-05-21T16:20:07.347 INFO:teuthology.orchestra.run.smithi076.stdout:Generating a dashboard self-signed certificate... 2024-05-21T16:20:07.865 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:07 smithi076 ceph-mon[24743]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-21T16:20:07.866 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:07 smithi076 ceph-mon[24743]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-21T16:20:07.866 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:07 smithi076 ceph-mon[24743]: from='mgr.14150 172.21.15.76:0/489906387' entity='mgr.x' 2024-05-21T16:20:08.636 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-05-21T16:20:08.636 INFO:teuthology.orchestra.run.smithi076.stdout:Creating initial admin user... 2024-05-21T16:20:09.011 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:08 smithi076 ceph-mon[24743]: mgrmap e12: x(active, since 2s) 2024-05-21T16:20:09.011 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:08 smithi076 ceph-mon[24743]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:20:09.012 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:08 smithi076 ceph-mon[24743]: from='mgr.14150 172.21.15.76:0/489906387' entity='mgr.x' 2024-05-21T16:20:09.012 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:08 smithi076 ceph-mon[24743]: from='mgr.14150 172.21.15.76:0/489906387' entity='mgr.x' 2024-05-21T16:20:09.012 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:08 smithi076 ceph-mon[24743]: from='mgr.14150 172.21.15.76:0/489906387' entity='mgr.x' 2024-05-21T16:20:10.087 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$QoiwHqahB.3N05fVaRRbleSEZ8sTSt61GicT8LWJeYtQoBPSlEmw.", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1716308409, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-05-21T16:20:10.088 INFO:teuthology.orchestra.run.smithi076.stdout:Fetching dashboard port number... 2024-05-21T16:20:10.640 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:10 smithi076 ceph-mon[24743]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:20:10.640 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:10 smithi076 ceph-mon[24743]: from='mgr.14150 172.21.15.76:0/489906387' entity='mgr.x' 2024-05-21T16:20:11.423 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 8443 2024-05-21T16:20:11.433 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-21T16:20:11.433 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout disabled 2024-05-21T16:20:11.441 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-21T16:20:11.441 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout inactive 2024-05-21T16:20:11.441 INFO:teuthology.orchestra.run.smithi076.stdout:firewalld.service is not enabled 2024-05-21T16:20:11.441 INFO:teuthology.orchestra.run.smithi076.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-05-21T16:20:11.443 INFO:teuthology.orchestra.run.smithi076.stdout:Ceph Dashboard is now available at: 2024-05-21T16:20:11.443 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-05-21T16:20:11.443 INFO:teuthology.orchestra.run.smithi076.stdout: URL: https://smithi076.front.sepia.ceph.com:8443/ 2024-05-21T16:20:11.443 INFO:teuthology.orchestra.run.smithi076.stdout: User: admin 2024-05-21T16:20:11.443 INFO:teuthology.orchestra.run.smithi076.stdout: Password: xezahmjoh0 2024-05-21T16:20:11.444 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-05-21T16:20:11.444 INFO:teuthology.orchestra.run.smithi076.stdout:Saving cluster configuration to /var/lib/ceph/bdb847ac-178d-11ef-bc9a-c7b262605968/config directory 2024-05-21T16:20:11.444 INFO:teuthology.orchestra.run.smithi076.stdout:Enabling autotune for osd_memory_target 2024-05-21T16:20:11.690 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:11 smithi076 ceph-mon[24743]: from='client.? 172.21.15.76:0/3217668260' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-21T16:20:12.846 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:12 smithi076 ceph-mon[24743]: mgrmap e13: x(active, since 6s) 2024-05-21T16:20:13.794 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-05-21T16:20:13.794 INFO:teuthology.orchestra.run.smithi076.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-05-21T16:20:13.794 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-05-21T16:20:13.794 INFO:teuthology.orchestra.run.smithi076.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid bdb847ac-178d-11ef-bc9a-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-05-21T16:20:13.794 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-05-21T16:20:13.794 INFO:teuthology.orchestra.run.smithi076.stdout:Or, if you are only running a single cluster on this host: 2024-05-21T16:20:13.794 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-05-21T16:20:13.795 INFO:teuthology.orchestra.run.smithi076.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-05-21T16:20:13.795 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-05-21T16:20:13.795 INFO:teuthology.orchestra.run.smithi076.stdout:Please consider enabling telemetry to help improve Ceph: 2024-05-21T16:20:13.795 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-05-21T16:20:13.795 INFO:teuthology.orchestra.run.smithi076.stdout: ceph telemetry on 2024-05-21T16:20:13.795 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-05-21T16:20:13.795 INFO:teuthology.orchestra.run.smithi076.stdout:For more information see: 2024-05-21T16:20:13.795 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-05-21T16:20:13.795 INFO:teuthology.orchestra.run.smithi076.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-05-21T16:20:13.795 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-05-21T16:20:13.795 INFO:teuthology.orchestra.run.smithi076.stdout:Bootstrap complete. 2024-05-21T16:20:13.831 INFO:tasks.cephadm:Fetching config... 2024-05-21T16:20:13.831 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-05-21T16:20:13.831 DEBUG:teuthology.orchestra.run.smithi076:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-05-21T16:20:13.847 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-05-21T16:20:13.847 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-05-21T16:20:13.847 DEBUG:teuthology.orchestra.run.smithi076:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-05-21T16:20:13.901 INFO:tasks.cephadm:Fetching mon keyring... 2024-05-21T16:20:13.902 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-05-21T16:20:13.902 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/var/lib/ceph/bdb847ac-178d-11ef-bc9a-c7b262605968/mon.a/keyring of=/dev/stdout 2024-05-21T16:20:13.966 INFO:tasks.cephadm:Fetching pub ssh key... 2024-05-21T16:20:13.966 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-05-21T16:20:13.966 DEBUG:teuthology.orchestra.run.smithi076:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-05-21T16:20:14.022 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-05-21T16:20:14.023 DEBUG:teuthology.orchestra.run.smithi076:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHk+C6AXjzVkXllTnL9zNJ8R0/pGD15MZxsPgmDP7yymnCKsaZa8fkRu4Dl/229iB1OFI/6BZUhFwMRv91iY10EC8Ri6cW/09kHrZ1nDdyLu5gDl8jlrCeO8GrrbGoYoZ9Bax6MeUD/xKqNzW+qIpYfO6kTccnPkQdR/fFWM6AOsKB3w6XeYgJEOMs7bgR9ba3OoHTyn9dhMbrd82VRXq1uZ6LIHSaV5PUR7bA8dohyWkWhXoRu165ieAB8ZF7SF7CT83FxFpoS/pnoKQ0//YJqjqtsLduuo1HJedG63aAlSG3Dn1xhRFiqa8+R/gx1n0nyBQajx/R7ILJDRqt/cJgVY6hQvGfNlrrHipTnl9brgCfRCW7QS7y3Q/k/fgZIA4bLMa55pWIiW2OciOZ3F50AMi0n72hw0V50MEcbY/Yo81jFQc/Ung296tNduXSHJDLz2OOG8GA6JR5CBXCebFLK64zSOsYrIdfrl++VlsQkWPxNe5K+VTNzH5YxUnXUn0= ceph-bdb847ac-178d-11ef-bc9a-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-21T16:20:14.098 INFO:teuthology.orchestra.run.smithi076.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHk+C6AXjzVkXllTnL9zNJ8R0/pGD15MZxsPgmDP7yymnCKsaZa8fkRu4Dl/229iB1OFI/6BZUhFwMRv91iY10EC8Ri6cW/09kHrZ1nDdyLu5gDl8jlrCeO8GrrbGoYoZ9Bax6MeUD/xKqNzW+qIpYfO6kTccnPkQdR/fFWM6AOsKB3w6XeYgJEOMs7bgR9ba3OoHTyn9dhMbrd82VRXq1uZ6LIHSaV5PUR7bA8dohyWkWhXoRu165ieAB8ZF7SF7CT83FxFpoS/pnoKQ0//YJqjqtsLduuo1HJedG63aAlSG3Dn1xhRFiqa8+R/gx1n0nyBQajx/R7ILJDRqt/cJgVY6hQvGfNlrrHipTnl9brgCfRCW7QS7y3Q/k/fgZIA4bLMa55pWIiW2OciOZ3F50AMi0n72hw0V50MEcbY/Yo81jFQc/Ung296tNduXSHJDLz2OOG8GA6JR5CBXCebFLK64zSOsYrIdfrl++VlsQkWPxNe5K+VTNzH5YxUnXUn0= ceph-bdb847ac-178d-11ef-bc9a-c7b262605968 2024-05-21T16:20:14.115 DEBUG:teuthology.orchestra.run.smithi098:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHk+C6AXjzVkXllTnL9zNJ8R0/pGD15MZxsPgmDP7yymnCKsaZa8fkRu4Dl/229iB1OFI/6BZUhFwMRv91iY10EC8Ri6cW/09kHrZ1nDdyLu5gDl8jlrCeO8GrrbGoYoZ9Bax6MeUD/xKqNzW+qIpYfO6kTccnPkQdR/fFWM6AOsKB3w6XeYgJEOMs7bgR9ba3OoHTyn9dhMbrd82VRXq1uZ6LIHSaV5PUR7bA8dohyWkWhXoRu165ieAB8ZF7SF7CT83FxFpoS/pnoKQ0//YJqjqtsLduuo1HJedG63aAlSG3Dn1xhRFiqa8+R/gx1n0nyBQajx/R7ILJDRqt/cJgVY6hQvGfNlrrHipTnl9brgCfRCW7QS7y3Q/k/fgZIA4bLMa55pWIiW2OciOZ3F50AMi0n72hw0V50MEcbY/Yo81jFQc/Ung296tNduXSHJDLz2OOG8GA6JR5CBXCebFLK64zSOsYrIdfrl++VlsQkWPxNe5K+VTNzH5YxUnXUn0= ceph-bdb847ac-178d-11ef-bc9a-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-21T16:20:14.159 INFO:teuthology.orchestra.run.smithi098.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHk+C6AXjzVkXllTnL9zNJ8R0/pGD15MZxsPgmDP7yymnCKsaZa8fkRu4Dl/229iB1OFI/6BZUhFwMRv91iY10EC8Ri6cW/09kHrZ1nDdyLu5gDl8jlrCeO8GrrbGoYoZ9Bax6MeUD/xKqNzW+qIpYfO6kTccnPkQdR/fFWM6AOsKB3w6XeYgJEOMs7bgR9ba3OoHTyn9dhMbrd82VRXq1uZ6LIHSaV5PUR7bA8dohyWkWhXoRu165ieAB8ZF7SF7CT83FxFpoS/pnoKQ0//YJqjqtsLduuo1HJedG63aAlSG3Dn1xhRFiqa8+R/gx1n0nyBQajx/R7ILJDRqt/cJgVY6hQvGfNlrrHipTnl9brgCfRCW7QS7y3Q/k/fgZIA4bLMa55pWIiW2OciOZ3F50AMi0n72hw0V50MEcbY/Yo81jFQc/Ung296tNduXSHJDLz2OOG8GA6JR5CBXCebFLK64zSOsYrIdfrl++VlsQkWPxNe5K+VTNzH5YxUnXUn0= ceph-bdb847ac-178d-11ef-bc9a-c7b262605968 2024-05-21T16:20:14.172 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bdb847ac-178d-11ef-bc9a-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-05-21T16:20:14.409 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/bdb847ac-178d-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T16:20:14.637 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:14 smithi076 ceph-mon[24743]: from='client.? 172.21.15.76:0/2246700833' entity='client.admin' 2024-05-21T16:20:15.713 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-05-21T16:20:15.713 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bdb847ac-178d-11ef-bc9a-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-05-21T16:20:16.357 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:16 smithi076 ceph-mon[24743]: from='client.? 172.21.15.76:0/10691700' entity='client.admin' 2024-05-21T16:20:16.537 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/bdb847ac-178d-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T16:20:17.822 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-05-21T16:20:17.823 DEBUG:teuthology.orchestra.run.smithi076:> dd of=/root/logrotate.conf 2024-05-21T16:20:17.839 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:20:17.840 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-05-21T16:20:17.840 DEBUG:teuthology.orchestra.run.smithi076:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-21T16:20:17.896 DEBUG:teuthology.orchestra.run.smithi098:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-21T16:20:17.915 INFO:tasks.cephadm:Stopping all daemons... 2024-05-21T16:20:17.915 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-05-21T16:20:17.915 DEBUG:teuthology.orchestra.run.smithi076:> sudo systemctl stop ceph-bdb847ac-178d-11ef-bc9a-c7b262605968@mon.a 2024-05-21T16:20:18.177 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:17 smithi076 systemd[1]: Stopping Ceph mon.a for bdb847ac-178d-11ef-bc9a-c7b262605968... 2024-05-21T16:20:18.458 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:18 smithi076 ceph-mon[24743]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:20:18.458 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:18 smithi076 ceph-mon[24743]: from='mgr.14150 172.21.15.76:0/489906387' entity='mgr.x' 2024-05-21T16:20:18.865 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:18 smithi076 ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mon-a[24739]: 2024-05-21T16:20:18.454+0000 7eff8c57b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-05-21T16:20:18.865 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:18 smithi076 ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mon-a[24739]: 2024-05-21T16:20:18.454+0000 7eff8c57b700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-05-21T16:20:18.865 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:18 smithi076 podman[33358]: 2024-05-21 16:20:18.637993293 +0000 UTC m=+0.324675096 container died f92b11d765bc4260e454519cb368de678727f51fb47d1a01225db4d385ca8407 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e, name=ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mon-a, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=wip-adk-testing-2024-05-20-1421-a2b4786, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.build-date=20240514, org.label-schema.schema-version=1.0) 2024-05-21T16:20:19.317 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:19 smithi076 podman[33358]: 2024-05-21 16:20:19.047690688 +0000 UTC m=+0.734372473 container cleanup f92b11d765bc4260e454519cb368de678727f51fb47d1a01225db4d385ca8407 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e, name=ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.33.5, RELEASE=wip-adk-testing-2024-05-20-1421-a2b4786, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240514) 2024-05-21T16:20:19.317 INFO:journalctl@ceph.mon.a.smithi076.stdout:May 21 16:20:19 smithi076 bash[33358]: ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mon-a 2024-05-21T16:20:19.485 DEBUG:teuthology.orchestra.run.smithi076:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bdb847ac-178d-11ef-bc9a-c7b262605968@mon.a.service' 2024-05-21T16:20:19.533 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-21T16:20:19.533 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-05-21T16:20:19.533 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-05-21T16:20:19.534 DEBUG:teuthology.orchestra.run.smithi076:> sudo systemctl stop ceph-bdb847ac-178d-11ef-bc9a-c7b262605968@mgr.x 2024-05-21T16:20:19.854 INFO:journalctl@ceph.mgr.x.smithi076.stdout:May 21 16:20:19 smithi076 systemd[1]: Stopping Ceph mgr.x for bdb847ac-178d-11ef-bc9a-c7b262605968... 2024-05-21T16:20:19.854 INFO:journalctl@ceph.mgr.x.smithi076.stdout:May 21 16:20:19 smithi076 ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mgr-x[24972]: 2024-05-21T16:20:19.827+0000 7fdc4c462700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.x -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-05-21T16:20:19.854 INFO:journalctl@ceph.mgr.x.smithi076.stdout:May 21 16:20:19 smithi076 ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mgr-x[24972]: 2024-05-21T16:20:19.827+0000 7fdc4c462700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-05-21T16:20:20.115 INFO:journalctl@ceph.mgr.x.smithi076.stdout:May 21 16:20:19 smithi076 podman[34261]: 2024-05-21 16:20:19.859186813 +0000 UTC m=+0.138933510 container died cfc1d77ac6b603cf076ac49d1ad09da47362393f8da9cf588abfcb8d757feb26 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e, name=ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mgr-x, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=wip-adk-testing-2024-05-20-1421-a2b4786, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240514, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-21T16:20:20.454 INFO:journalctl@ceph.mgr.x.smithi076.stdout:May 21 16:20:20 smithi076 podman[34261]: 2024-05-21 16:20:20.210878206 +0000 UTC m=+0.490624901 container cleanup cfc1d77ac6b603cf076ac49d1ad09da47362393f8da9cf588abfcb8d757feb26 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e, name=ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mgr-x, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240514, org.label-schema.vendor=CentOS, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, RELEASE=wip-adk-testing-2024-05-20-1421-a2b4786, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5) 2024-05-21T16:20:20.454 INFO:journalctl@ceph.mgr.x.smithi076.stdout:May 21 16:20:20 smithi076 bash[34261]: ceph-bdb847ac-178d-11ef-bc9a-c7b262605968-mgr-x 2024-05-21T16:20:20.588 DEBUG:teuthology.orchestra.run.smithi076:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bdb847ac-178d-11ef-bc9a-c7b262605968@mgr.x.service' 2024-05-21T16:20:20.623 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-21T16:20:20.623 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-05-21T16:20:20.623 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bdb847ac-178d-11ef-bc9a-c7b262605968 --force --keep-logs 2024-05-21T16:20:20.843 INFO:teuthology.orchestra.run.smithi076.stdout:Deleting cluster with fsid: bdb847ac-178d-11ef-bc9a-c7b262605968 2024-05-21T16:20:21.696 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bdb847ac-178d-11ef-bc9a-c7b262605968 --force --keep-logs 2024-05-21T16:20:21.885 INFO:teuthology.orchestra.run.smithi098.stdout:Deleting cluster with fsid: bdb847ac-178d-11ef-bc9a-c7b262605968 2024-05-21T16:20:22.002 DEBUG:teuthology.orchestra.run.smithi076:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-21T16:20:22.029 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-21T16:20:22.055 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/qa/tasks/cephadm.py", line 838, in ceph_bootstrap bootstrap_remote.write_file( File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/remote.py", line 296, in write_file self.run(args=args, stdin=data, quiet=True) File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi076 with status 1: 'set -ex\ndd of=/root/logrotate.conf' 2024-05-21T16:20:22.056 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-21T16:20:22.058 DEBUG:teuthology.misc:Transferring archived files from smithi076:/var/lib/ceph/bdb847ac-178d-11ef-bc9a-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718709/remote/smithi076/crash 2024-05-21T16:20:22.059 DEBUG:teuthology.orchestra.run.smithi076:> sudo tar c -f - -C /var/lib/ceph/bdb847ac-178d-11ef-bc9a-c7b262605968/crash -- . 2024-05-21T16:20:22.106 INFO:teuthology.orchestra.run.smithi076.stderr:tar: /var/lib/ceph/bdb847ac-178d-11ef-bc9a-c7b262605968/crash: Cannot open: No such file or directory 2024-05-21T16:20:22.107 INFO:teuthology.orchestra.run.smithi076.stderr:tar: Error is not recoverable: exiting now 2024-05-21T16:20:22.108 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/lib/ceph/bdb847ac-178d-11ef-bc9a-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718709/remote/smithi098/crash 2024-05-21T16:20:22.109 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/lib/ceph/bdb847ac-178d-11ef-bc9a-c7b262605968/crash -- . 2024-05-21T16:20:22.146 INFO:teuthology.orchestra.run.smithi098.stderr:tar: /var/lib/ceph/bdb847ac-178d-11ef-bc9a-c7b262605968/crash: Cannot open: No such file or directory 2024-05-21T16:20:22.147 INFO:teuthology.orchestra.run.smithi098.stderr:tar: Error is not recoverable: exiting now 2024-05-21T16:20:22.147 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-21T16:20:22.148 DEBUG:teuthology.orchestra.run.smithi076:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/bdb847ac-178d-11ef-bc9a-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-21T16:20:22.176 INFO:tasks.cephadm:Compressing logs... 2024-05-21T16:20:22.177 DEBUG:teuthology.orchestra.run.smithi076:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-21T16:20:22.219 DEBUG:teuthology.orchestra.run.smithi098:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-21T16:20:22.241 INFO:teuthology.orchestra.run.smithi076.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/bdb847ac-178d-11ef-bc9a-c7b262605968/ceph.log 2024-05-21T16:20:22.242 INFO:teuthology.orchestra.run.smithi076.stderr:: No such file or directory 2024-05-21T16:20:22.242 INFO:teuthology.orchestra.run.smithi076.stderr:gzip -5 --verbose -- /var/log/ceph/bdb847ac-178d-11ef-bc9a-c7b262605968/ceph.audit.log 2024-05-21T16:20:22.242 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/bdb847ac-178d-11ef-bc9a-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/bdb847ac-178d-11ef-bc9a-c7b262605968/ceph-mgr.x.log 2024-05-21T16:20:22.244 INFO:teuthology.orchestra.run.smithi076.stderr: 80.8% -- replaced with /var/log/ceph/bdb847ac-178d-11ef-bc9a-c7b262605968/ceph.log.gz 2024-05-21T16:20:22.244 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/bdb847ac-178d-11ef-bc9a-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/bdb847ac-178d-11ef-bc9a-c7b262605968/ceph-mon.a.log 2024-05-21T16:20:22.244 INFO:teuthology.orchestra.run.smithi076.stderr: 85.8% -- replaced with /var/log/ceph/bdb847ac-178d-11ef-bc9a-c7b262605968/ceph.audit.log.gz 2024-05-21T16:20:22.244 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/bdb847ac-178d-11ef-bc9a-c7b262605968/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/bdb847ac-178d-11ef-bc9a-c7b262605968/ceph.cephadm.log 2024-05-21T16:20:22.244 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/bdb847ac-178d-11ef-bc9a-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/bdb847ac-178d-11ef-bc9a-c7b262605968/ceph-volume.log 2024-05-21T16:20:22.244 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/bdb847ac-178d-11ef-bc9a-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-21T16:20:22.244 INFO:teuthology.orchestra.run.smithi076.stderr: 72.5% -- replaced with /var/log/ceph/bdb847ac-178d-11ef-bc9a-c7b262605968/ceph.cephadm.log.gz 2024-05-21T16:20:22.245 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/bdb847ac-178d-11ef-bc9a-c7b262605968/ceph-volume.log: /var/log/ceph/cephadm.log: 85.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-21T16:20:22.245 INFO:teuthology.orchestra.run.smithi076.stderr: 90.9% -- replaced with /var/log/ceph/bdb847ac-178d-11ef-bc9a-c7b262605968/ceph-volume.log.gz 2024-05-21T16:20:22.246 INFO:teuthology.orchestra.run.smithi098.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-21T16:20:22.246 INFO:teuthology.orchestra.run.smithi098.stderr:: No such file or directory 2024-05-21T16:20:22.246 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cephadm.log: 76.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-21T16:20:22.246 INFO:teuthology.orchestra.run.smithi098.stderr: 2024-05-21T16:20:22.247 INFO:teuthology.orchestra.run.smithi098.stderr:real 0m0.012s 2024-05-21T16:20:22.247 INFO:teuthology.orchestra.run.smithi098.stderr:user 0m0.008s 2024-05-21T16:20:22.247 INFO:teuthology.orchestra.run.smithi098.stderr:sys 0m0.014s 2024-05-21T16:20:22.260 INFO:teuthology.orchestra.run.smithi076.stderr: 89.0% -- replaced with /var/log/ceph/bdb847ac-178d-11ef-bc9a-c7b262605968/ceph-mgr.x.log.gz 2024-05-21T16:20:22.265 INFO:teuthology.orchestra.run.smithi076.stderr: 91.2% -- replaced with /var/log/ceph/bdb847ac-178d-11ef-bc9a-c7b262605968/ceph-mon.a.log.gz 2024-05-21T16:20:22.268 INFO:teuthology.orchestra.run.smithi076.stderr: 2024-05-21T16:20:22.268 INFO:teuthology.orchestra.run.smithi076.stderr:real 0m0.036s 2024-05-21T16:20:22.268 INFO:teuthology.orchestra.run.smithi076.stderr:user 0m0.048s 2024-05-21T16:20:22.268 INFO:teuthology.orchestra.run.smithi076.stderr:sys 0m0.021s 2024-05-21T16:20:22.269 INFO:tasks.cephadm:Archiving logs... 2024-05-21T16:20:22.269 DEBUG:teuthology.misc:Transferring archived files from smithi076:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718709/remote/smithi076/log 2024-05-21T16:20:22.270 DEBUG:teuthology.orchestra.run.smithi076:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-21T16:20:22.349 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718709/remote/smithi098/log 2024-05-21T16:20:22.350 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-21T16:20:22.377 INFO:tasks.cephadm:Removing cluster... 2024-05-21T16:20:22.377 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bdb847ac-178d-11ef-bc9a-c7b262605968 --force 2024-05-21T16:20:22.558 INFO:teuthology.orchestra.run.smithi076.stdout:Deleting cluster with fsid: bdb847ac-178d-11ef-bc9a-c7b262605968 2024-05-21T16:20:22.674 INFO:tasks.cephadm:Removing cephadm ... 2024-05-21T16:20:22.675 DEBUG:teuthology.orchestra.run.smithi076:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-21T16:20:22.690 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-21T16:20:22.706 INFO:tasks.cephadm:Teardown complete 2024-05-21T16:20:22.706 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/qa/tasks/cephadm.py", line 2272, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/qa/tasks/cephadm.py", line 1901, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/qa/tasks/cephadm.py", line 838, in ceph_bootstrap bootstrap_remote.write_file( File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/remote.py", line 296, in write_file self.run(args=args, stdin=data, quiet=True) File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi076 with status 1: 'set -ex\ndd of=/root/logrotate.conf' 2024-05-21T16:20:22.890 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=8e99f6387f2d40d692a4f8620f7a72a4 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/qa/tasks/cephadm.py", line 2272, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/qa/tasks/cephadm.py", line 1901, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/qa/tasks/cephadm.py", line 838, in ceph_bootstrap bootstrap_remote.write_file( File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/remote.py", line 296, in write_file self.run(args=args, stdin=data, quiet=True) File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi076 with status 1: 'set -ex\ndd of=/root/logrotate.conf' 2024-05-21T16:20:22.895 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-21T16:20:22.905 DEBUG:teuthology.run_tasks:Unwinding manager cephadm.configure_samba_client_container 2024-05-21T16:20:23.166 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-21T16:20:23.175 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-21T16:20:23.175 DEBUG:teuthology.orchestra.run.smithi076:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-21T16:20:23.189 DEBUG:teuthology.orchestra.run.smithi098:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-21T16:20:23.196 INFO:teuthology.orchestra.run.smithi076.stderr:bash: line 1: ntpq: command not found 2024-05-21T16:20:23.200 INFO:teuthology.orchestra.run.smithi076.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-21T16:20:23.200 INFO:teuthology.orchestra.run.smithi076.stdout:=============================================================================== 2024-05-21T16:20:23.201 INFO:teuthology.orchestra.run.smithi076.stdout:^* hv01.front.sepia.ceph.com 3 6 37 59 +119us[ +126us] +/- 46ms 2024-05-21T16:20:23.201 INFO:teuthology.orchestra.run.smithi076.stdout:^+ hv02.front.sepia.ceph.com 3 6 37 59 -1361us[-1354us] +/- 63ms 2024-05-21T16:20:23.201 INFO:teuthology.orchestra.run.smithi076.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 60 +1545us[+1552us] +/- 81ms 2024-05-21T16:20:23.201 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:20:23.205 INFO:teuthology.orchestra.run.smithi098.stderr:bash: line 1: ntpq: command not found 2024-05-21T16:20:23.210 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-21T16:20:23.211 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2024-05-21T16:20:23.211 INFO:teuthology.orchestra.run.smithi098.stdout:^* hv01.front.sepia.ceph.com 3 6 37 59 +105us[ +128us] +/- 46ms 2024-05-21T16:20:23.211 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv02.front.sepia.ceph.com 3 6 37 59 -1343us[-1319us] +/- 63ms 2024-05-21T16:20:23.211 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 59 +1554us[+1578us] +/- 81ms 2024-05-21T16:20:23.211 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:20:23.212 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-21T16:20:23.223 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-21T16:20:23.223 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-21T16:20:23.369 DEBUG:teuthology.orchestra.run.smithi076:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-21T16:20:23.433 DEBUG:teuthology.orchestra.run.smithi098:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-21T16:20:23.494 DEBUG:teuthology.orchestra.run.smithi076:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-21T16:20:23.522 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:20:23.522 DEBUG:teuthology.orchestra.run.smithi098:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-21T16:20:23.551 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:20:23.551 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-21T16:20:23.561 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-21T16:20:23.684 INFO:teuthology.task.internal:Duration was 393.206266 seconds 2024-05-21T16:20:23.685 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-21T16:20:23.815 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-21T16:20:23.815 DEBUG:teuthology.orchestra.run.smithi076:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-21T16:20:23.817 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-21T16:20:23.856 INFO:teuthology.orchestra.run.smithi076.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-21T16:20:23.861 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-21T16:20:24.212 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-21T16:20:24.212 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi076.front.sepia.ceph.com 2024-05-21T16:20:24.213 DEBUG:teuthology.orchestra.run.smithi076:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-21T16:20:24.234 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi098.front.sepia.ceph.com 2024-05-21T16:20:24.234 DEBUG:teuthology.orchestra.run.smithi098:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-21T16:20:24.263 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-21T16:20:24.263 DEBUG:teuthology.orchestra.run.smithi076:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-21T16:20:24.277 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-21T16:20:24.333 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-21T16:20:24.333 DEBUG:teuthology.orchestra.run.smithi076:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-21T16:20:24.345 DEBUG:teuthology.orchestra.run.smithi098:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-21T16:20:24.466 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-21T16:20:24.477 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-21T16:20:24.477 DEBUG:teuthology.orchestra.run.smithi076:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-21T16:20:24.502 DEBUG:teuthology.orchestra.run.smithi098:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-21T16:20:24.527 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-21T16:20:24.537 DEBUG:teuthology.orchestra.run.smithi076:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-21T16:20:24.545 DEBUG:teuthology.orchestra.run.smithi098:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-21T16:20:24.565 INFO:teuthology.orchestra.run.smithi076.stdout:kernel.core_pattern = core 2024-05-21T16:20:24.590 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = core 2024-05-21T16:20:24.609 DEBUG:teuthology.orchestra.run.smithi076:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-21T16:20:24.664 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:20:24.665 DEBUG:teuthology.orchestra.run.smithi098:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-21T16:20:24.680 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:20:24.680 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-21T16:20:24.690 INFO:teuthology.task.internal:Transferring archived files... 2024-05-21T16:20:24.691 DEBUG:teuthology.misc:Transferring archived files from smithi076:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718709/remote/smithi076 2024-05-21T16:20:24.691 DEBUG:teuthology.orchestra.run.smithi076:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-21T16:20:24.739 DEBUG:teuthology.misc:Transferring archived files from smithi098:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718709/remote/smithi098 2024-05-21T16:20:24.740 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-21T16:20:24.773 INFO:teuthology.task.internal:Removing archive directory... 2024-05-21T16:20:24.773 DEBUG:teuthology.orchestra.run.smithi076:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-21T16:20:24.776 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-21T16:20:24.823 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-21T16:20:24.833 INFO:teuthology.task.internal:Not uploading archives. 2024-05-21T16:20:24.833 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-21T16:20:24.860 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-21T16:20:24.860 DEBUG:teuthology.orchestra.run.smithi076:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-21T16:20:24.864 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-21T16:20:24.875 INFO:teuthology.orchestra.run.smithi076.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 21 16:20 /home/ubuntu/cephtest 2024-05-21T16:20:24.879 INFO:teuthology.orchestra.run.smithi098.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 21 16:20 /home/ubuntu/cephtest 2024-05-21T16:20:24.880 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-21T16:20:24.991 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-21T16:20:25.156 INFO:teuthology.run:Summary data: description: orch:cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_mgr_basic} duration: 393.20626616477966 failure_reason: 'Command failed on smithi076 with status 1: ''set -ex\ndd of=/root/logrotate.conf''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=8e99f6387f2d40d692a4f8620f7a72a4 status: fail success: false 2024-05-21T16:20:25.157 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-21T16:20:25.238 INFO:teuthology.run:FAIL