2024-09-20T19:34:43.124 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-20T19:34:43.140 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-20T19:34:43.226 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912818 branch: wip-adk-testing-2024-09-20-0910 description: orch:cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_mgr_res_dom} email: adking@redhat.com first_in_suite: false job_id: '7912818' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-adk-testing-2024-09-20-0910 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: e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2024-09-20-0910 sha1: e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 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: 8031 sha1: e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 sleep_before_teardown: 0 subset: 1/20 suite: orch:cephadm suite_branch: wip-adk-testing-2024-09-20-0910 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 targets: smithi002.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFpBhXnWAhboqRQ5FIDlvXOxiUlKmOcM9yKee6ufiF386aMQ4PYEst5GULIR4wG4opiP3nD7RthX490b1XKYA40= smithi040.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMZsB455oS5Ez21jQYwgrZwU7gQAJfB/eCgliZ6bZo/iJjFLil75yiYdEMuLOVHeArCe0NdQqcd1BI47T6iyx0w= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - cephadm.deploy_samba_ad_dc: role: host.b - cephadm: single_host_defaults: true - 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 apply -i - stdin: "# --- Begin Embedded YAML\n- resource_type: ceph.smb.cluster\n cluster_id:\ \ modtest1\n auth_mode: active-directory\n domain_settings:\n realm:\ \ DOMAIN1.SINK.TEST\n join_sources:\n - source_type: resource\n \ \ ref: join1-admin\n custom_dns:\n - \"{{ctx.samba_ad_dc_ip}}\"\n\ \ placement:\n count: 1\n- resource_type: ceph.smb.join.auth\n auth_id:\ \ join1-admin\n auth:\n username: Administrator\n password: Passw0rd\n\ - resource_type: ceph.smb.share\n cluster_id: modtest1\n share_id: share1\n\ \ cephfs:\n volume: cephfs\n subvolumegroup: smb\n subvolume: sv1\n\ \ path: /\n- resource_type: ceph.smb.share\n cluster_id: modtest1\n share_id:\ \ share2\n cephfs:\n volume: cephfs\n subvolumegroup: smb\n subvolume:\ \ sv2\n path: /\n# --- End Embedded YAML\n" - cephadm.wait_for_service: service: smb.modtest1 - cephadm.exec: host.b: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U DOMAIN1\\ckent%1115Rose. //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U DOMAIN1\\ckent%1115Rose. //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share2 -c ls' - cephadm.shell: host.a: - cmd: ceph smb apply -i - stdin: "# --- Begin Embedded YAML\n- resource_type: ceph.smb.cluster\n cluster_id:\ \ modtest1\n intent: removed\n- resource_type: ceph.smb.join.auth\n auth_id:\ \ join1-admin\n intent: removed\n- resource_type: ceph.smb.share\n cluster_id:\ \ modtest1\n share_id: share1\n intent: removed\n- resource_type: ceph.smb.share\n\ \ cluster_id: modtest1\n share_id: share2\n intent: removed\n# --- End\ \ Embedded YAML\n" - cephadm.wait_for_service_not_present: service: smb.modtest1 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-20_18:25:04 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2902 2024-09-20T19:34:43.227 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa; will attempt to use it 2024-09-20T19:34:43.228 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks 2024-09-20T19:34:43.228 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-20T19:34:43.229 INFO:teuthology.task.internal:Checking packages... 2024-09-20T19:34:43.249 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'e8baca1eac6c3c9c88bf2ea4493e448bd54936a7' 2024-09-20T19:34:43.249 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-20T19:34:43.249 INFO:teuthology.packaging:ref: None 2024-09-20T19:34:43.249 INFO:teuthology.packaging:tag: None 2024-09-20T19:34:43.249 INFO:teuthology.packaging:branch: wip-adk-testing-2024-09-20-0910 2024-09-20T19:34:43.249 INFO:teuthology.packaging:sha1: e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:34:43.249 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-09-20-0910 2024-09-20T19:34:43.391 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-5127.ge8baca1e 2024-09-20T19:34:43.392 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-20T19:34:43.405 INFO:teuthology.task.internal:no buildpackages task found 2024-09-20T19:34:43.405 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-20T19:34:43.428 INFO:teuthology.task.internal:Saving configuration 2024-09-20T19:34:43.440 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-20T19:34:43.447 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-20T19:34:43.474 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi002.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912818', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-20 19:29:58.538590', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFpBhXnWAhboqRQ5FIDlvXOxiUlKmOcM9yKee6ufiF386aMQ4PYEst5GULIR4wG4opiP3nD7RthX490b1XKYA40='} 2024-09-20T19:34:43.499 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi040.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912818', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-20 19:29:58.536707', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMZsB455oS5Ez21jQYwgrZwU7gQAJfB/eCgliZ6bZo/iJjFLil75yiYdEMuLOVHeArCe0NdQqcd1BI47T6iyx0w='} 2024-09-20T19:34:43.500 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-20T19:34:43.506 INFO:teuthology.task.internal:roles: ubuntu@smithi002.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-09-20T19:34:43.506 INFO:teuthology.task.internal:roles: ubuntu@smithi040.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2024-09-20T19:34:43.506 INFO:teuthology.run_tasks:Running task console_log... 2024-09-20T19:34:43.565 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f3282c68280>, signals=[15]) 2024-09-20T19:34:43.565 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-20T19:34:43.572 INFO:teuthology.task.internal:Opening connections... 2024-09-20T19:34:43.572 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi002.front.sepia.ceph.com 2024-09-20T19:34:43.573 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:34:43.649 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi040.front.sepia.ceph.com 2024-09-20T19:34:43.650 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:34:43.725 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-20T19:34:43.732 DEBUG:teuthology.orchestra.run.smithi002:> uname -m 2024-09-20T19:34:43.750 INFO:teuthology.orchestra.run.smithi002.stdout:x86_64 2024-09-20T19:34:43.750 DEBUG:teuthology.orchestra.run.smithi002:> cat /etc/os-release 2024-09-20T19:34:43.808 INFO:teuthology.orchestra.run.smithi002.stdout:NAME="CentOS Stream" 2024-09-20T19:34:43.808 INFO:teuthology.orchestra.run.smithi002.stdout:VERSION="9" 2024-09-20T19:34:43.809 INFO:teuthology.orchestra.run.smithi002.stdout:ID="centos" 2024-09-20T19:34:43.809 INFO:teuthology.orchestra.run.smithi002.stdout:ID_LIKE="rhel fedora" 2024-09-20T19:34:43.809 INFO:teuthology.orchestra.run.smithi002.stdout:VERSION_ID="9" 2024-09-20T19:34:43.809 INFO:teuthology.orchestra.run.smithi002.stdout:PLATFORM_ID="platform:el9" 2024-09-20T19:34:43.809 INFO:teuthology.orchestra.run.smithi002.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-20T19:34:43.809 INFO:teuthology.orchestra.run.smithi002.stdout:ANSI_COLOR="0;31" 2024-09-20T19:34:43.809 INFO:teuthology.orchestra.run.smithi002.stdout:LOGO="fedora-logo-icon" 2024-09-20T19:34:43.809 INFO:teuthology.orchestra.run.smithi002.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-20T19:34:43.809 INFO:teuthology.orchestra.run.smithi002.stdout:HOME_URL="https://centos.org/" 2024-09-20T19:34:43.810 INFO:teuthology.orchestra.run.smithi002.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-20T19:34:43.810 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-20T19:34:43.810 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-20T19:34:43.810 INFO:teuthology.lock.ops:Updating smithi002.front.sepia.ceph.com on lock server 2024-09-20T19:34:43.842 DEBUG:teuthology.orchestra.run.smithi040:> uname -m 2024-09-20T19:34:43.860 INFO:teuthology.orchestra.run.smithi040.stdout:x86_64 2024-09-20T19:34:43.861 DEBUG:teuthology.orchestra.run.smithi040:> cat /etc/os-release 2024-09-20T19:34:43.918 INFO:teuthology.orchestra.run.smithi040.stdout:NAME="CentOS Stream" 2024-09-20T19:34:43.918 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION="9" 2024-09-20T19:34:43.918 INFO:teuthology.orchestra.run.smithi040.stdout:ID="centos" 2024-09-20T19:34:43.918 INFO:teuthology.orchestra.run.smithi040.stdout:ID_LIKE="rhel fedora" 2024-09-20T19:34:43.918 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION_ID="9" 2024-09-20T19:34:43.918 INFO:teuthology.orchestra.run.smithi040.stdout:PLATFORM_ID="platform:el9" 2024-09-20T19:34:43.918 INFO:teuthology.orchestra.run.smithi040.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-20T19:34:43.918 INFO:teuthology.orchestra.run.smithi040.stdout:ANSI_COLOR="0;31" 2024-09-20T19:34:43.918 INFO:teuthology.orchestra.run.smithi040.stdout:LOGO="fedora-logo-icon" 2024-09-20T19:34:43.918 INFO:teuthology.orchestra.run.smithi040.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-20T19:34:43.919 INFO:teuthology.orchestra.run.smithi040.stdout:HOME_URL="https://centos.org/" 2024-09-20T19:34:43.919 INFO:teuthology.orchestra.run.smithi040.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-20T19:34:43.919 INFO:teuthology.orchestra.run.smithi040.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-20T19:34:43.919 INFO:teuthology.orchestra.run.smithi040.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-20T19:34:43.919 INFO:teuthology.lock.ops:Updating smithi040.front.sepia.ceph.com on lock server 2024-09-20T19:34:43.942 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-20T19:34:43.951 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-20T19:34:43.956 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-20T19:34:43.957 DEBUG:teuthology.orchestra.run.smithi002:> test '!' -e /home/ubuntu/cephtest 2024-09-20T19:34:43.959 DEBUG:teuthology.orchestra.run.smithi040:> test '!' -e /home/ubuntu/cephtest 2024-09-20T19:34:43.976 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-20T19:34:43.983 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-20T19:34:43.983 DEBUG:teuthology.orchestra.run.smithi002:> test -z $(ls -A /var/lib/ceph) 2024-09-20T19:34:44.016 DEBUG:teuthology.orchestra.run.smithi040:> test -z $(ls -A /var/lib/ceph) 2024-09-20T19:34:44.046 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-20T19:34:44.098 INFO:teuthology.run_tasks:Running task kernel... 2024-09-20T19:34:44.114 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-20T19:34:44.114 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-20T19:34:44.115 DEBUG:teuthology.orchestra.run.smithi002:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-20T19:34:44.115 DEBUG:teuthology.orchestra.run.smithi040:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-20T19:34:44.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:34:44.132 DEBUG:teuthology.orchestra.run.smithi040:> uname -r 2024-09-20T19:34:44.132 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:34:44.133 DEBUG:teuthology.orchestra.run.smithi002:> uname -r 2024-09-20T19:34:44.188 INFO:teuthology.orchestra.run.smithi040.stdout:5.14.0-503.el9.x86_64 2024-09-20T19:34:44.189 INFO:teuthology.task.kernel:Running kernel on smithi040: 5.14.0-503.el9.x86_64 2024-09-20T19:34:44.189 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum install -y kernel 2024-09-20T19:34:44.190 INFO:teuthology.orchestra.run.smithi002.stdout:5.14.0-503.el9.x86_64 2024-09-20T19:34:44.191 INFO:teuthology.task.kernel:Running kernel on smithi002: 5.14.0-503.el9.x86_64 2024-09-20T19:34:44.191 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum install -y kernel 2024-09-20T19:34:46.992 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - BaseOS 7.7 MB/s | 8.3 MB 00:01 2024-09-20T19:34:48.178 INFO:teuthology.orchestra.run.smithi002.stdout:CentOS Stream 9 - BaseOS 3.6 MB/s | 8.3 MB 00:02 2024-09-20T19:34:50.020 INFO:teuthology.orchestra.run.smithi002.stdout:CentOS Stream 9 - AppStream 27 MB/s | 20 MB 00:00 2024-09-20T19:34:50.260 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - AppStream 9.6 MB/s | 20 MB 00:02 2024-09-20T19:34:54.527 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - CRB 19 MB/s | 6.5 MB 00:00 2024-09-20T19:34:55.412 INFO:teuthology.orchestra.run.smithi002.stdout:CentOS Stream 9 - CRB 4.5 MB/s | 6.5 MB 00:01 2024-09-20T19:34:57.879 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - Extras packages 9.2 kB/s | 19 kB 00:02 2024-09-20T19:34:58.107 INFO:teuthology.orchestra.run.smithi002.stdout:CentOS Stream 9 - Extras packages 13 kB/s | 19 kB 00:01 2024-09-20T19:34:59.050 INFO:teuthology.orchestra.run.smithi002.stdout:Extra Packages for Enterprise Linux 28 MB/s | 23 MB 00:00 2024-09-20T19:34:59.132 INFO:teuthology.orchestra.run.smithi040.stdout:Extra Packages for Enterprise Linux 20 MB/s | 23 MB 00:01 2024-09-20T19:35:04.664 INFO:teuthology.orchestra.run.smithi002.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-09-20T19:35:04.787 INFO:teuthology.orchestra.run.smithi040.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-09-20T19:35:06.613 INFO:teuthology.orchestra.run.smithi002.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-20T19:35:06.613 INFO:teuthology.orchestra.run.smithi002.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-20T19:35:06.696 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-20T19:35:06.705 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-20T19:35:06.705 INFO:teuthology.orchestra.run.smithi002.stdout: Package Architecture Version Repository Size 2024-09-20T19:35:06.705 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-20T19:35:06.705 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2024-09-20T19:35:06.705 INFO:teuthology.orchestra.run.smithi002.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-20T19:35:06.705 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2024-09-20T19:35:06.705 INFO:teuthology.orchestra.run.smithi002.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-20T19:35:06.706 INFO:teuthology.orchestra.run.smithi002.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-20T19:35:06.706 INFO:teuthology.orchestra.run.smithi002.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-20T19:35:06.706 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-20T19:35:06.706 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2024-09-20T19:35:06.706 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-20T19:35:06.706 INFO:teuthology.orchestra.run.smithi002.stdout:Install 4 Packages 2024-09-20T19:35:06.706 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-20T19:35:06.707 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 79 M 2024-09-20T19:35:06.707 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 126 M 2024-09-20T19:35:06.707 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2024-09-20T19:35:06.777 INFO:teuthology.orchestra.run.smithi040.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-20T19:35:06.778 INFO:teuthology.orchestra.run.smithi040.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-20T19:35:06.866 INFO:teuthology.orchestra.run.smithi002.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 315 kB/s | 36 kB 00:00 2024-09-20T19:35:06.873 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-20T19:35:06.883 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T19:35:06.883 INFO:teuthology.orchestra.run.smithi040.stdout: Package Architecture Version Repository Size 2024-09-20T19:35:06.883 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T19:35:06.883 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-09-20T19:35:06.883 INFO:teuthology.orchestra.run.smithi040.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-20T19:35:06.883 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-09-20T19:35:06.883 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-20T19:35:06.884 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-20T19:35:06.884 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-20T19:35:06.884 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T19:35:06.884 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-09-20T19:35:06.884 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T19:35:06.884 INFO:teuthology.orchestra.run.smithi040.stdout:Install 4 Packages 2024-09-20T19:35:06.884 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T19:35:06.884 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 79 M 2024-09-20T19:35:06.885 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 126 M 2024-09-20T19:35:06.885 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-09-20T19:35:07.281 INFO:teuthology.orchestra.run.smithi040.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 302 kB/s | 36 kB 00:00 2024-09-20T19:35:07.583 INFO:teuthology.orchestra.run.smithi002.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 19 MB/s | 16 MB 00:00 2024-09-20T19:35:07.623 INFO:teuthology.orchestra.run.smithi040.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 34 MB/s | 16 MB 00:00 2024-09-20T19:35:08.215 INFO:teuthology.orchestra.run.smithi040.stdout:(3/4): kernel-modules-core-5.14.0-508.el9.x86_6 31 MB/s | 29 MB 00:00 2024-09-20T19:35:08.250 INFO:teuthology.orchestra.run.smithi002.stdout:(3/4): kernel-modules-core-5.14.0-508.el9.x86_6 21 MB/s | 29 MB 00:01 2024-09-20T19:35:08.881 INFO:teuthology.orchestra.run.smithi040.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 20 MB/s | 35 MB 00:01 2024-09-20T19:35:08.882 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:35:08.882 INFO:teuthology.orchestra.run.smithi040.stdout:Total 39 MB/s | 79 MB 00:01 2024-09-20T19:35:09.342 INFO:teuthology.orchestra.run.smithi002.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 13 MB/s | 35 MB 00:02 2024-09-20T19:35:09.342 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:35:09.342 INFO:teuthology.orchestra.run.smithi002.stdout:Total 30 MB/s | 79 MB 00:02 2024-09-20T19:35:09.592 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-09-20T19:35:09.986 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-09-20T19:35:09.986 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-09-20T19:35:10.057 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2024-09-20T19:35:10.443 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2024-09-20T19:35:10.443 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2024-09-20T19:35:10.945 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-09-20T19:35:10.946 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-09-20T19:35:11.430 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2024-09-20T19:35:11.430 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2024-09-20T19:35:13.541 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-09-20T19:35:13.985 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2024-09-20T19:35:14.234 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-20T19:35:14.390 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-20T19:35:14.653 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-20T19:35:14.733 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-20T19:35:17.128 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-20T19:35:17.251 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-20T19:35:17.466 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-20T19:35:17.610 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-20T19:35:22.388 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-20T19:35:22.429 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:35:22.742 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-20T19:35:22.779 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:35:27.571 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:35:27.919 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:36:06.721 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:36:06.762 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:36:06.858 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:36:06.900 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:36:07.072 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:36:07.073 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-20T19:36:07.073 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-20T19:36:07.073 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-20T19:36:07.253 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:36:07.254 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-20T19:36:07.254 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-20T19:36:07.254 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-20T19:36:07.894 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:36:07.894 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T19:36:07.894 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-09-20T19:36:07.894 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-20T19:36:07.894 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-20T19:36:07.894 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-20T19:36:07.894 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-20T19:36:07.894 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T19:36:07.894 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-20T19:36:08.079 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:36:08.079 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-20T19:36:08.079 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2024-09-20T19:36:08.079 INFO:teuthology.orchestra.run.smithi002.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-20T19:36:08.079 INFO:teuthology.orchestra.run.smithi002.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-20T19:36:08.079 INFO:teuthology.orchestra.run.smithi002.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-20T19:36:08.079 INFO:teuthology.orchestra.run.smithi002.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-20T19:36:08.079 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-20T19:36:08.079 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-20T19:36:08.257 DEBUG:teuthology.orchestra.run.smithi040:> rpm -q kernel | sort -rV | head -n 1 2024-09-20T19:36:08.393 INFO:teuthology.orchestra.run.smithi040.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-20T19:36:08.393 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-20T19:36:08.393 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-20T19:36:08.393 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-20T19:36:08.393 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-20T19:36:08.394 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-20T19:36:08.394 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi040.front.sepia.ceph.com, path=None, version=distro) 2024-09-20T19:36:08.394 DEBUG:teuthology.orchestra.run.smithi040:> rpm -q kernel | sort -rV | head -n 1 2024-09-20T19:36:08.404 DEBUG:teuthology.orchestra.run.smithi002:> rpm -q kernel | sort -rV | head -n 1 2024-09-20T19:36:08.452 INFO:teuthology.orchestra.run.smithi040.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-20T19:36:08.452 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-20T19:36:08.453 DEBUG:teuthology.orchestra.run.smithi040:> sudo rpm -qi grub2-tools 2024-09-20T19:36:08.490 INFO:teuthology.orchestra.run.smithi040.stdout:Name : grub2-tools 2024-09-20T19:36:08.490 INFO:teuthology.orchestra.run.smithi040.stdout:Epoch : 1 2024-09-20T19:36:08.490 INFO:teuthology.orchestra.run.smithi040.stdout:Version : 2.06 2024-09-20T19:36:08.491 INFO:teuthology.orchestra.run.smithi040.stdout:Release : 82.el9 2024-09-20T19:36:08.491 INFO:teuthology.orchestra.run.smithi040.stdout:Architecture: x86_64 2024-09-20T19:36:08.491 INFO:teuthology.orchestra.run.smithi040.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-20T19:36:08.491 INFO:teuthology.orchestra.run.smithi040.stdout:Group : Unspecified 2024-09-20T19:36:08.491 INFO:teuthology.orchestra.run.smithi040.stdout:Size : 8274670 2024-09-20T19:36:08.491 INFO:teuthology.orchestra.run.smithi040.stdout:License : GPLv3+ 2024-09-20T19:36:08.491 INFO:teuthology.orchestra.run.smithi040.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-20T19:36:08.491 INFO:teuthology.orchestra.run.smithi040.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-20T19:36:08.491 INFO:teuthology.orchestra.run.smithi040.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-20T19:36:08.491 INFO:teuthology.orchestra.run.smithi040.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-20T19:36:08.491 INFO:teuthology.orchestra.run.smithi040.stdout:Packager : builder@centos.org 2024-09-20T19:36:08.491 INFO:teuthology.orchestra.run.smithi040.stdout:Vendor : CentOS 2024-09-20T19:36:08.491 INFO:teuthology.orchestra.run.smithi040.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-20T19:36:08.491 INFO:teuthology.orchestra.run.smithi040.stdout:Summary : Support tools for GRUB. 2024-09-20T19:36:08.492 INFO:teuthology.orchestra.run.smithi040.stdout:Description : 2024-09-20T19:36:08.492 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T19:36:08.492 INFO:teuthology.orchestra.run.smithi040.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-20T19:36:08.492 INFO:teuthology.orchestra.run.smithi040.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-20T19:36:08.492 INFO:teuthology.orchestra.run.smithi040.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-20T19:36:08.492 INFO:teuthology.orchestra.run.smithi040.stdout:hardware devices. 2024-09-20T19:36:08.492 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T19:36:08.492 INFO:teuthology.orchestra.run.smithi040.stdout:This subpackage provides tools for support of all platforms. 2024-09-20T19:36:08.493 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-20T19:36:08.493 INFO:teuthology.task.kernel:Updating grub on smithi040 to boot 5.14.0-508.el9.x86_64 2024-09-20T19:36:08.493 DEBUG:teuthology.orchestra.run.smithi040:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-20T19:36:08.539 INFO:teuthology.orchestra.run.smithi002.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-20T19:36:08.539 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-20T19:36:08.540 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-20T19:36:08.540 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-20T19:36:08.540 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-20T19:36:08.540 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-20T19:36:08.540 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi002.front.sepia.ceph.com, path=None, version=distro) 2024-09-20T19:36:08.540 DEBUG:teuthology.orchestra.run.smithi002:> rpm -q kernel | sort -rV | head -n 1 2024-09-20T19:36:08.599 INFO:teuthology.orchestra.run.smithi002.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-20T19:36:08.599 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-20T19:36:08.599 DEBUG:teuthology.orchestra.run.smithi002:> sudo rpm -qi grub2-tools 2024-09-20T19:36:08.633 INFO:teuthology.orchestra.run.smithi002.stdout:Name : grub2-tools 2024-09-20T19:36:08.633 INFO:teuthology.orchestra.run.smithi002.stdout:Epoch : 1 2024-09-20T19:36:08.633 INFO:teuthology.orchestra.run.smithi002.stdout:Version : 2.06 2024-09-20T19:36:08.633 INFO:teuthology.orchestra.run.smithi002.stdout:Release : 82.el9 2024-09-20T19:36:08.633 INFO:teuthology.orchestra.run.smithi002.stdout:Architecture: x86_64 2024-09-20T19:36:08.633 INFO:teuthology.orchestra.run.smithi002.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-20T19:36:08.633 INFO:teuthology.orchestra.run.smithi002.stdout:Group : Unspecified 2024-09-20T19:36:08.634 INFO:teuthology.orchestra.run.smithi002.stdout:Size : 8274670 2024-09-20T19:36:08.634 INFO:teuthology.orchestra.run.smithi002.stdout:License : GPLv3+ 2024-09-20T19:36:08.634 INFO:teuthology.orchestra.run.smithi002.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-20T19:36:08.634 INFO:teuthology.orchestra.run.smithi002.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-20T19:36:08.634 INFO:teuthology.orchestra.run.smithi002.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-20T19:36:08.634 INFO:teuthology.orchestra.run.smithi002.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-20T19:36:08.634 INFO:teuthology.orchestra.run.smithi002.stdout:Packager : builder@centos.org 2024-09-20T19:36:08.634 INFO:teuthology.orchestra.run.smithi002.stdout:Vendor : CentOS 2024-09-20T19:36:08.634 INFO:teuthology.orchestra.run.smithi002.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-20T19:36:08.634 INFO:teuthology.orchestra.run.smithi002.stdout:Summary : Support tools for GRUB. 2024-09-20T19:36:08.634 INFO:teuthology.orchestra.run.smithi002.stdout:Description : 2024-09-20T19:36:08.634 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-20T19:36:08.634 INFO:teuthology.orchestra.run.smithi002.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-20T19:36:08.634 INFO:teuthology.orchestra.run.smithi002.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-20T19:36:08.635 INFO:teuthology.orchestra.run.smithi002.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-20T19:36:08.635 INFO:teuthology.orchestra.run.smithi002.stdout:hardware devices. 2024-09-20T19:36:08.635 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-20T19:36:08.635 INFO:teuthology.orchestra.run.smithi002.stdout:This subpackage provides tools for support of all platforms. 2024-09-20T19:36:08.635 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-20T19:36:08.636 INFO:teuthology.task.kernel:Updating grub on smithi002 to boot 5.14.0-508.el9.x86_64 2024-09-20T19:36:08.636 DEBUG:teuthology.orchestra.run.smithi002:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-20T19:36:09.136 INFO:teuthology.orchestra.run.smithi040.stderr:Generating grub configuration file ... 2024-09-20T19:36:09.336 INFO:teuthology.orchestra.run.smithi002.stderr:Generating grub configuration file ... 2024-09-20T19:36:10.487 INFO:teuthology.orchestra.run.smithi040.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-20T19:36:10.518 INFO:teuthology.orchestra.run.smithi040.stderr:done 2024-09-20T19:36:10.522 DEBUG:teuthology.orchestra.run.smithi040:> mktemp 2024-09-20T19:36:10.538 INFO:teuthology.orchestra.run.smithi040.stdout:/tmp/tmp.3nYOEdPGzv 2024-09-20T19:36:10.538 DEBUG:teuthology.orchestra.run.smithi040:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.3nYOEdPGzv 2024-09-20T19:36:10.604 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 0666 /tmp/tmp.3nYOEdPGzv 2024-09-20T19:36:10.741 DEBUG:teuthology.orchestra.remote:smithi040:/tmp/tmp.3nYOEdPGzv is 6KB 2024-09-20T19:36:10.766 INFO:teuthology.orchestra.run.smithi002.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-20T19:36:10.787 INFO:teuthology.orchestra.run.smithi002.stderr:done 2024-09-20T19:36:10.789 DEBUG:teuthology.orchestra.run.smithi002:> mktemp 2024-09-20T19:36:10.791 DEBUG:teuthology.orchestra.run.smithi040:> rm -fr /tmp/tmp.3nYOEdPGzv 2024-09-20T19:36:10.805 DEBUG:teuthology.orchestra.run.smithi040:> sudo /bin/ls /boot/loader/entries || true 2024-09-20T19:36:10.845 INFO:teuthology.orchestra.run.smithi002.stdout:/tmp/tmp.XAmMjQO9Wf 2024-09-20T19:36:10.845 DEBUG:teuthology.orchestra.run.smithi002:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.XAmMjQO9Wf 2024-09-20T19:36:10.875 INFO:teuthology.orchestra.run.smithi040.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-20T19:36:10.875 INFO:teuthology.orchestra.run.smithi040.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-20T19:36:10.875 INFO:teuthology.orchestra.run.smithi040.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-20T19:36:10.875 INFO:teuthology.orchestra.run.smithi040.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-20T19:36:10.877 DEBUG:teuthology.orchestra.run.smithi040:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-20T19:36:10.911 DEBUG:teuthology.orchestra.run.smithi002:> sudo chmod 0666 /tmp/tmp.XAmMjQO9Wf 2024-09-20T19:36:11.030 DEBUG:teuthology.orchestra.run.smithi040:> sudo shutdown -r now 2024-09-20T19:36:11.083 DEBUG:teuthology.orchestra.remote:smithi002:/tmp/tmp.XAmMjQO9Wf is 6KB 2024-09-20T19:36:11.130 DEBUG:teuthology.orchestra.run.smithi002:> rm -fr /tmp/tmp.XAmMjQO9Wf 2024-09-20T19:36:11.144 DEBUG:teuthology.orchestra.run.smithi002:> sudo /bin/ls /boot/loader/entries || true 2024-09-20T19:36:11.207 INFO:teuthology.orchestra.run.smithi002.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-20T19:36:11.207 INFO:teuthology.orchestra.run.smithi002.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-20T19:36:11.207 INFO:teuthology.orchestra.run.smithi002.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-20T19:36:11.207 INFO:teuthology.orchestra.run.smithi002.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-20T19:36:11.209 DEBUG:teuthology.orchestra.run.smithi002:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-20T19:36:11.369 DEBUG:teuthology.orchestra.run.smithi002:> sudo shutdown -r now 2024-09-20T19:36:41.053 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-20T19:36:41.054 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-09-20T19:36:41.054 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:36:41.373 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-20T19:36:41.374 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-09-20T19:36:41.376 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:37:41.115 DEBUG:teuthology.orchestra.remote:timed out 2024-09-20T19:37:41.381 DEBUG:teuthology.orchestra.remote:timed out 2024-09-20T19:37:50.122 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-09-20T19:37:50.123 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:37:50.382 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-09-20T19:37:50.382 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:37:50.730 DEBUG:teuthology.orchestra.run.smithi002:> true 2024-09-20T19:37:51.092 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-09-20T19:37:51.092 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-508.el9.x86_64"... 2024-09-20T19:37:51.092 DEBUG:teuthology.orchestra.run.smithi002:> uname -r 2024-09-20T19:37:51.108 INFO:teuthology.orchestra.run.smithi002.stdout:5.14.0-508.el9.x86_64 2024-09-20T19:37:51.108 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-20T19:37:51.108 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-20T19:37:51.108 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-20T19:37:51.463 DEBUG:teuthology.orchestra.run.smithi040:> true 2024-09-20T19:37:51.860 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-09-20T19:37:51.861 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-508.el9.x86_64"... 2024-09-20T19:37:51.861 DEBUG:teuthology.orchestra.run.smithi040:> uname -r 2024-09-20T19:37:51.875 INFO:teuthology.orchestra.run.smithi040.stdout:5.14.0-508.el9.x86_64 2024-09-20T19:37:51.876 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-20T19:37:51.876 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-20T19:37:51.876 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-20T19:37:52.109 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-20T19:37:52.110 DEBUG:teuthology.orchestra.run.smithi002:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-20T19:37:52.195 INFO:teuthology.orchestra.run.smithi002.stdout:ttyS1 2024-09-20T19:37:52.211 DEBUG:teuthology.parallel:result is None 2024-09-20T19:37:52.877 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-20T19:37:52.877 DEBUG:teuthology.orchestra.run.smithi040:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-20T19:37:52.989 INFO:teuthology.orchestra.run.smithi040.stdout:ttyS1 2024-09-20T19:37:53.012 DEBUG:teuthology.parallel:result is None 2024-09-20T19:37:53.012 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-20T19:37:53.021 INFO:teuthology.task.internal:Creating test directory... 2024-09-20T19:37:53.021 DEBUG:teuthology.orchestra.run.smithi002:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-20T19:37:53.023 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-20T19:37:53.053 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-20T19:37:53.059 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-20T19:37:53.068 INFO:teuthology.task.internal:Creating archive directory... 2024-09-20T19:37:53.068 DEBUG:teuthology.orchestra.run.smithi002:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-20T19:37:53.093 DEBUG:teuthology.orchestra.run.smithi040:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-20T19:37:53.138 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-20T19:37:53.143 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-20T19:37:53.144 DEBUG:teuthology.orchestra.run.smithi002:> 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-09-20T19:37:53.172 DEBUG:teuthology.orchestra.run.smithi040:> 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-09-20T19:37:53.205 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T19:37:53.216 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T19:37:53.242 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T19:37:53.263 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T19:37:53.265 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-20T19:37:53.271 INFO:teuthology.task.internal:Configuring sudo... 2024-09-20T19:37:53.271 DEBUG:teuthology.orchestra.run.smithi002:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-20T19:37:53.274 DEBUG:teuthology.orchestra.run.smithi040:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-20T19:37:53.333 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-20T19:37:53.342 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-20T19:37:53.342 DEBUG:teuthology.orchestra.run.smithi002:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-20T19:37:53.344 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-20T19:37:53.386 DEBUG:teuthology.orchestra.run.smithi002:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T19:37:53.467 DEBUG:teuthology.orchestra.run.smithi002:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T19:37:53.540 DEBUG:teuthology.orchestra.run.smithi002:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T19:37:53.611 DEBUG:teuthology.orchestra.run.smithi002:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T19:37:53.672 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-09-20T19:37:53.672 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-20T19:37:53.729 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T19:37:53.772 DEBUG:teuthology.orchestra.run.smithi040:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T19:37:53.823 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T19:37:53.905 DEBUG:teuthology.orchestra.run.smithi040:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T19:37:53.946 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-09-20T19:37:53.947 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-20T19:37:54.013 DEBUG:teuthology.orchestra.run.smithi002:> sudo service rsyslog restart 2024-09-20T19:37:54.016 DEBUG:teuthology.orchestra.run.smithi040:> sudo service rsyslog restart 2024-09-20T19:37:54.114 INFO:teuthology.orchestra.run.smithi040.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-20T19:37:54.240 INFO:teuthology.orchestra.run.smithi002.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-20T19:37:54.784 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-20T19:37:54.793 INFO:teuthology.task.internal:Starting timer... 2024-09-20T19:37:54.793 INFO:teuthology.run_tasks:Running task pcp... 2024-09-20T19:37:54.802 INFO:teuthology.run_tasks:Running task selinux... 2024-09-20T19:37:54.809 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-09-20T19:37:54.809 DEBUG:teuthology.orchestra.run.smithi002:> sudo service auditd rotate 2024-09-20T19:37:54.870 INFO:teuthology.orchestra.run.smithi002.stdout:Rotating logs: 2024-09-20T19:37:54.871 DEBUG:teuthology.orchestra.run.smithi040:> sudo service auditd rotate 2024-09-20T19:37:54.956 INFO:teuthology.orchestra.run.smithi040.stdout:Rotating logs: 2024-09-20T19:37:54.958 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-20T19:37:54.959 DEBUG:teuthology.orchestra.run.smithi002:> /usr/sbin/getenforce 2024-09-20T19:37:54.996 INFO:teuthology.orchestra.run.smithi002.stdout:Permissive 2024-09-20T19:37:54.996 DEBUG:teuthology.orchestra.run.smithi040:> /usr/sbin/getenforce 2024-09-20T19:37:55.019 INFO:teuthology.orchestra.run.smithi040.stdout:Permissive 2024-09-20T19:37:55.019 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi002.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi040.front.sepia.ceph.com': 'permissive'} 2024-09-20T19:37:55.019 DEBUG:teuthology.orchestra.run.smithi002:> 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 context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-20T19:37:55.063 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:37:55.063 DEBUG:teuthology.orchestra.run.smithi040:> 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 context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-20T19:37:55.089 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:37:55.089 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-20T19:37:55.090 DEBUG:teuthology.orchestra.run.smithi002:> sudo /usr/sbin/setenforce permissive 2024-09-20T19:37:55.135 DEBUG:teuthology.orchestra.run.smithi040:> sudo /usr/sbin/setenforce permissive 2024-09-20T19:37:55.168 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-20T19:37:55.177 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-20T19:37:55.180 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-20T19:37:55.287 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-20T19:37:55.297 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-09-20T19:37:55.298 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi002.front.sepia.ceph.com,smithi040.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-20T19:41:43.935 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi002.front.sepia.ceph.com'), Remote(name='ubuntu@smithi040.front.sepia.ceph.com')] 2024-09-20T19:41:43.936 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-09-20T19:41:43.937 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:41:44.013 DEBUG:teuthology.orchestra.run.smithi002:> true 2024-09-20T19:41:44.100 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-09-20T19:41:44.100 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-09-20T19:41:44.101 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:41:44.182 DEBUG:teuthology.orchestra.run.smithi040:> true 2024-09-20T19:41:44.232 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-09-20T19:41:44.232 INFO:teuthology.run_tasks:Running task clock... 2024-09-20T19:41:44.241 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-20T19:41:44.241 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-20T19:41:44.242 DEBUG:teuthology.orchestra.run.smithi002:> 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-09-20T19:41:44.244 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-20T19:41:44.244 DEBUG:teuthology.orchestra.run.smithi040:> 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-09-20T19:41:44.274 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-20T19:41:44.289 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-20T19:41:44.306 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-20T19:41:44.316 INFO:teuthology.orchestra.run.smithi002.stderr:sudo: ntpd: command not found 2024-09-20T19:41:44.323 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-20T19:41:44.328 INFO:teuthology.orchestra.run.smithi002.stdout:506 Cannot talk to daemon 2024-09-20T19:41:44.343 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-20T19:41:44.350 INFO:teuthology.orchestra.run.smithi040.stderr:sudo: ntpd: command not found 2024-09-20T19:41:44.358 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-20T19:41:44.362 INFO:teuthology.orchestra.run.smithi040.stdout:506 Cannot talk to daemon 2024-09-20T19:41:44.378 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-20T19:41:44.394 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-20T19:41:44.425 INFO:teuthology.orchestra.run.smithi002.stderr:bash: line 1: ntpq: command not found 2024-09-20T19:41:44.430 INFO:teuthology.orchestra.run.smithi002.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-20T19:41:44.430 INFO:teuthology.orchestra.run.smithi002.stdout:=============================================================================== 2024-09-20T19:41:44.430 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:41:44.430 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:41:44.430 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:41:44.430 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:41:44.457 INFO:teuthology.orchestra.run.smithi040.stderr:bash: line 1: ntpq: command not found 2024-09-20T19:41:44.460 INFO:teuthology.orchestra.run.smithi040.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-20T19:41:44.460 INFO:teuthology.orchestra.run.smithi040.stdout:=============================================================================== 2024-09-20T19:41:44.460 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:41:44.461 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:41:44.461 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:41:44.461 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:41:44.461 INFO:teuthology.run_tasks:Running task pexec... 2024-09-20T19:41:44.474 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-20T19:41:44.474 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi002.front.sepia.ceph.com 2024-09-20T19:41:44.474 DEBUG:teuthology.orchestra.run.smithi002:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-20T19:41:44.475 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi040.front.sepia.ceph.com 2024-09-20T19:41:44.475 DEBUG:teuthology.orchestra.run.smithi040:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-20T19:41:44.843 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-20T19:41:44.845 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-20T19:41:44.845 INFO:teuthology.orchestra.run.smithi002.stdout: Package Architecture Version Repository Size 2024-09-20T19:41:44.845 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-20T19:41:44.845 INFO:teuthology.orchestra.run.smithi002.stdout:Removing: 2024-09-20T19:41:44.845 INFO:teuthology.orchestra.run.smithi002.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-20T19:41:44.845 INFO:teuthology.orchestra.run.smithi002.stdout:Removing unused dependencies: 2024-09-20T19:41:44.845 INFO:teuthology.orchestra.run.smithi002.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-20T19:41:44.845 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-20T19:41:44.845 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2024-09-20T19:41:44.845 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-20T19:41:44.846 INFO:teuthology.orchestra.run.smithi002.stdout:Remove 2 Packages 2024-09-20T19:41:44.846 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-20T19:41:44.846 INFO:teuthology.orchestra.run.smithi002.stdout:Freed space: 5.5 M 2024-09-20T19:41:44.846 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2024-09-20T19:41:44.850 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2024-09-20T19:41:44.850 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2024-09-20T19:41:44.871 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-20T19:41:44.886 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T19:41:44.887 INFO:teuthology.orchestra.run.smithi040.stdout: Package Architecture Version Repository Size 2024-09-20T19:41:44.887 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T19:41:44.887 INFO:teuthology.orchestra.run.smithi040.stdout:Removing: 2024-09-20T19:41:44.887 INFO:teuthology.orchestra.run.smithi040.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-20T19:41:44.887 INFO:teuthology.orchestra.run.smithi040.stdout:Removing unused dependencies: 2024-09-20T19:41:44.887 INFO:teuthology.orchestra.run.smithi040.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-20T19:41:44.887 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T19:41:44.887 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-09-20T19:41:44.887 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T19:41:44.887 INFO:teuthology.orchestra.run.smithi040.stdout:Remove 2 Packages 2024-09-20T19:41:44.887 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T19:41:44.887 INFO:teuthology.orchestra.run.smithi040.stdout:Freed space: 5.5 M 2024-09-20T19:41:44.887 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-09-20T19:41:44.891 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-09-20T19:41:44.891 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-09-20T19:41:44.911 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2024-09-20T19:41:44.912 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2024-09-20T19:41:44.959 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-09-20T19:41:44.959 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-09-20T19:41:45.059 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2024-09-20T19:41:45.099 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-09-20T19:41:45.125 INFO:teuthology.orchestra.run.smithi002.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-20T19:41:45.184 INFO:teuthology.orchestra.run.smithi040.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-20T19:41:45.194 INFO:teuthology.orchestra.run.smithi002.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-20T19:41:45.249 INFO:teuthology.orchestra.run.smithi040.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-20T19:41:45.677 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-20T19:41:45.678 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-20T19:41:45.749 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-20T19:41:45.749 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-20T19:41:45.943 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-20T19:41:45.943 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-20T19:41:45.943 INFO:teuthology.orchestra.run.smithi002.stdout:Removed: 2024-09-20T19:41:45.943 INFO:teuthology.orchestra.run.smithi002.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-20T19:41:45.944 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-20T19:41:45.944 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-20T19:41:45.961 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-20T19:41:45.961 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T19:41:45.961 INFO:teuthology.orchestra.run.smithi040.stdout:Removed: 2024-09-20T19:41:45.961 INFO:teuthology.orchestra.run.smithi040.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-20T19:41:45.961 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T19:41:45.962 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-20T19:41:46.807 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:00:48 ago on Fri 20 Sep 2024 07:40:58 PM UTC. 2024-09-20T19:41:46.813 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:00:48 ago on Fri 20 Sep 2024 07:40:58 PM UTC. 2024-09-20T19:41:46.945 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-20T19:41:46.946 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T19:41:46.946 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-09-20T19:41:46.946 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T19:41:46.946 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-09-20T19:41:46.946 INFO:teuthology.orchestra.run.smithi040.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-20T19:41:46.946 INFO:teuthology.orchestra.run.smithi040.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-20T19:41:46.947 INFO:teuthology.orchestra.run.smithi040.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-20T19:41:46.947 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-09-20T19:41:46.947 INFO:teuthology.orchestra.run.smithi040.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-20T19:41:46.947 INFO:teuthology.orchestra.run.smithi040.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-20T19:41:46.947 INFO:teuthology.orchestra.run.smithi040.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-20T19:41:46.947 INFO:teuthology.orchestra.run.smithi040.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-20T19:41:46.947 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T19:41:46.947 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-09-20T19:41:46.947 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T19:41:46.947 INFO:teuthology.orchestra.run.smithi040.stdout:Install 7 Packages 2024-09-20T19:41:46.947 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T19:41:46.952 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-20T19:41:46.953 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-20T19:41:46.953 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2024-09-20T19:41:46.953 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-20T19:41:46.953 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2024-09-20T19:41:46.953 INFO:teuthology.orchestra.run.smithi002.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-20T19:41:46.953 INFO:teuthology.orchestra.run.smithi002.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-20T19:41:46.953 INFO:teuthology.orchestra.run.smithi002.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-20T19:41:46.953 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2024-09-20T19:41:46.953 INFO:teuthology.orchestra.run.smithi002.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-20T19:41:46.953 INFO:teuthology.orchestra.run.smithi002.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-20T19:41:46.953 INFO:teuthology.orchestra.run.smithi002.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-20T19:41:46.953 INFO:teuthology.orchestra.run.smithi002.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-20T19:41:46.953 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-20T19:41:46.953 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2024-09-20T19:41:46.954 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-20T19:41:46.954 INFO:teuthology.orchestra.run.smithi002.stdout:Install 7 Packages 2024-09-20T19:41:46.954 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-20T19:41:46.958 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 5.2 M 2024-09-20T19:41:46.959 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 19 M 2024-09-20T19:41:46.959 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-09-20T19:41:46.962 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 5.2 M 2024-09-20T19:41:46.962 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 19 M 2024-09-20T19:41:46.962 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2024-09-20T19:41:47.245 INFO:teuthology.orchestra.run.smithi040.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 374 kB/s | 44 kB 00:00 2024-09-20T19:41:47.287 INFO:teuthology.orchestra.run.smithi040.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 660 kB/s | 106 kB 00:00 2024-09-20T19:41:47.321 INFO:teuthology.orchestra.run.smithi040.stdout:(3/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 4.5 MB/s | 906 kB 00:00 2024-09-20T19:41:47.346 INFO:teuthology.orchestra.run.smithi040.stdout:(4/7): python3-configshell-1.1.30-1.el9.noarch. 712 kB/s | 72 kB 00:00 2024-09-20T19:41:47.363 INFO:teuthology.orchestra.run.smithi040.stdout:(5/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2024-09-20T19:41:47.406 INFO:teuthology.orchestra.run.smithi002.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 521 kB/s | 44 kB 00:00 2024-09-20T19:41:47.432 INFO:teuthology.orchestra.run.smithi002.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 959 kB/s | 106 kB 00:00 2024-09-20T19:41:47.438 INFO:teuthology.orchestra.run.smithi040.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 7.0 MB/s | 837 kB 00:00 2024-09-20T19:41:47.474 INFO:teuthology.orchestra.run.smithi002.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 1.0 MB/s | 72 kB 00:00 2024-09-20T19:41:47.499 INFO:teuthology.orchestra.run.smithi002.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.2 MB/s | 84 kB 00:00 2024-09-20T19:41:47.541 INFO:teuthology.orchestra.run.smithi002.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 4.0 MB/s | 906 kB 00:00 2024-09-20T19:41:47.599 INFO:teuthology.orchestra.run.smithi002.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 6.5 MB/s | 837 kB 00:00 2024-09-20T19:41:48.272 INFO:teuthology.orchestra.run.smithi040.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 3.4 MB/s | 3.2 MB 00:00 2024-09-20T19:41:48.272 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:41:48.272 INFO:teuthology.orchestra.run.smithi040.stdout:Total 3.9 MB/s | 5.2 MB 00:01 2024-09-20T19:41:48.274 INFO:teuthology.orchestra.run.smithi002.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 4.1 MB/s | 3.2 MB 00:00 2024-09-20T19:41:48.275 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:41:48.275 INFO:teuthology.orchestra.run.smithi002.stdout:Total 3.9 MB/s | 5.2 MB 00:01 2024-09-20T19:41:48.394 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-09-20T19:41:48.396 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2024-09-20T19:41:48.410 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-09-20T19:41:48.410 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-09-20T19:41:48.413 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2024-09-20T19:41:48.413 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2024-09-20T19:41:48.728 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-09-20T19:41:48.729 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-09-20T19:41:48.753 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2024-09-20T19:41:48.753 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2024-09-20T19:41:49.206 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-09-20T19:41:49.238 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2024-09-20T19:41:49.292 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-20T19:41:49.320 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-20T19:41:49.326 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-20T19:41:49.354 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-20T19:41:49.362 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-20T19:41:49.399 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-20T19:41:49.577 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-20T19:41:49.624 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-20T19:41:49.627 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-20T19:41:49.662 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-20T19:41:50.109 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-20T19:41:50.141 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-20T19:41:50.142 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-20T19:41:50.171 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-20T19:41:50.261 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-20T19:41:50.297 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-20T19:41:50.327 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-20T19:41:50.365 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-20T19:41:51.284 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-20T19:41:51.284 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-20T19:41:51.285 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-20T19:41:51.285 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-20T19:41:51.285 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-20T19:41:51.285 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-20T19:41:51.285 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-20T19:41:51.338 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-20T19:41:51.339 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-20T19:41:51.339 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-20T19:41:51.339 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-20T19:41:51.339 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-20T19:41:51.339 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-20T19:41:51.339 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-20T19:41:51.626 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-20T19:41:51.627 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T19:41:51.627 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-09-20T19:41:51.627 INFO:teuthology.orchestra.run.smithi040.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-20T19:41:51.627 INFO:teuthology.orchestra.run.smithi040.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-20T19:41:51.627 INFO:teuthology.orchestra.run.smithi040.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-20T19:41:51.627 INFO:teuthology.orchestra.run.smithi040.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-20T19:41:51.627 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T19:41:51.627 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-20T19:41:51.726 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-20T19:41:51.726 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-20T19:41:51.726 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2024-09-20T19:41:51.726 INFO:teuthology.orchestra.run.smithi002.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-20T19:41:51.727 INFO:teuthology.orchestra.run.smithi002.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-20T19:41:51.727 INFO:teuthology.orchestra.run.smithi002.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-20T19:41:51.727 INFO:teuthology.orchestra.run.smithi002.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-20T19:41:51.727 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-20T19:41:51.727 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-20T19:41:52.020 DEBUG:teuthology.parallel:result is None 2024-09-20T19:41:52.111 DEBUG:teuthology.parallel:result is None 2024-09-20T19:41:52.112 INFO:teuthology.run_tasks:Running task cephadm.deploy_samba_ad_dc... 2024-09-20T19:41:52.203 INFO:tasks.cephadm:Testing if podman is available 2024-09-20T19:41:52.204 DEBUG:teuthology.orchestra.run.smithi040:> sudo podman --help 2024-09-20T19:41:53.166 INFO:teuthology.orchestra.run.smithi040.stdout:Manage pods, containers and images 2024-09-20T19:41:53.166 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T19:41:53.168 INFO:teuthology.orchestra.run.smithi040.stdout:Usage: 2024-09-20T19:41:53.168 INFO:teuthology.orchestra.run.smithi040.stdout: podman [options] [command] 2024-09-20T19:41:53.168 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T19:41:53.168 INFO:teuthology.orchestra.run.smithi040.stdout:Available Commands: 2024-09-20T19:41:53.168 INFO:teuthology.orchestra.run.smithi040.stdout: attach Attach to a running container 2024-09-20T19:41:53.169 INFO:teuthology.orchestra.run.smithi040.stdout: auto-update Auto update containers according to their auto-update policy 2024-09-20T19:41:53.169 INFO:teuthology.orchestra.run.smithi040.stdout: build Build an image using instructions from Containerfiles 2024-09-20T19:41:53.169 INFO:teuthology.orchestra.run.smithi040.stdout: commit Create new image based on the changed container 2024-09-20T19:41:53.169 INFO:teuthology.orchestra.run.smithi040.stdout: compose Run compose workloads via an external provider such as docker-compose or podman-compose 2024-09-20T19:41:53.169 INFO:teuthology.orchestra.run.smithi040.stdout: container Manage containers 2024-09-20T19:41:53.169 INFO:teuthology.orchestra.run.smithi040.stdout: cp Copy files/folders between a container and the local filesystem 2024-09-20T19:41:53.169 INFO:teuthology.orchestra.run.smithi040.stdout: create Create but do not start a container 2024-09-20T19:41:53.169 INFO:teuthology.orchestra.run.smithi040.stdout: diff Display the changes to the object's file system 2024-09-20T19:41:53.169 INFO:teuthology.orchestra.run.smithi040.stdout: events Show podman system events 2024-09-20T19:41:53.169 INFO:teuthology.orchestra.run.smithi040.stdout: exec Run a process in a running container 2024-09-20T19:41:53.169 INFO:teuthology.orchestra.run.smithi040.stdout: export Export container's filesystem contents as a tar archive 2024-09-20T19:41:53.169 INFO:teuthology.orchestra.run.smithi040.stdout: farm Farm out builds to remote machines 2024-09-20T19:41:53.169 INFO:teuthology.orchestra.run.smithi040.stdout: generate Generate structured data based on containers, pods or volumes 2024-09-20T19:41:53.169 INFO:teuthology.orchestra.run.smithi040.stdout: healthcheck Manage health checks on containers 2024-09-20T19:41:53.170 INFO:teuthology.orchestra.run.smithi040.stdout: help Help about any command 2024-09-20T19:41:53.170 INFO:teuthology.orchestra.run.smithi040.stdout: history Show history of a specified image 2024-09-20T19:41:53.170 INFO:teuthology.orchestra.run.smithi040.stdout: image Manage images 2024-09-20T19:41:53.170 INFO:teuthology.orchestra.run.smithi040.stdout: images List images in local storage 2024-09-20T19:41:53.170 INFO:teuthology.orchestra.run.smithi040.stdout: import Import a tarball to create a filesystem image 2024-09-20T19:41:53.170 INFO:teuthology.orchestra.run.smithi040.stdout: info Display podman system information 2024-09-20T19:41:53.170 INFO:teuthology.orchestra.run.smithi040.stdout: init Initialize one or more containers 2024-09-20T19:41:53.170 INFO:teuthology.orchestra.run.smithi040.stdout: inspect Display the configuration of object denoted by ID 2024-09-20T19:41:53.170 INFO:teuthology.orchestra.run.smithi040.stdout: kill Kill one or more running containers with a specific signal 2024-09-20T19:41:53.170 INFO:teuthology.orchestra.run.smithi040.stdout: kube Play containers, pods or volumes from a structured file 2024-09-20T19:41:53.170 INFO:teuthology.orchestra.run.smithi040.stdout: load Load image(s) from a tar archive 2024-09-20T19:41:53.170 INFO:teuthology.orchestra.run.smithi040.stdout: login Log in to a container registry 2024-09-20T19:41:53.170 INFO:teuthology.orchestra.run.smithi040.stdout: logout Log out of a container registry 2024-09-20T19:41:53.170 INFO:teuthology.orchestra.run.smithi040.stdout: logs Fetch the logs of one or more containers 2024-09-20T19:41:53.171 INFO:teuthology.orchestra.run.smithi040.stdout: machine Manage a virtual machine 2024-09-20T19:41:53.171 INFO:teuthology.orchestra.run.smithi040.stdout: manifest Manipulate manifest lists and image indexes 2024-09-20T19:41:53.171 INFO:teuthology.orchestra.run.smithi040.stdout: mount Mount a working container's root filesystem 2024-09-20T19:41:53.171 INFO:teuthology.orchestra.run.smithi040.stdout: network Manage networks 2024-09-20T19:41:53.171 INFO:teuthology.orchestra.run.smithi040.stdout: pause Pause all the processes in one or more containers 2024-09-20T19:41:53.171 INFO:teuthology.orchestra.run.smithi040.stdout: pod Manage pods 2024-09-20T19:41:53.171 INFO:teuthology.orchestra.run.smithi040.stdout: port List port mappings or a specific mapping for the container 2024-09-20T19:41:53.171 INFO:teuthology.orchestra.run.smithi040.stdout: ps List containers 2024-09-20T19:41:53.171 INFO:teuthology.orchestra.run.smithi040.stdout: pull Pull an image from a registry 2024-09-20T19:41:53.171 INFO:teuthology.orchestra.run.smithi040.stdout: push Push an image to a specified destination 2024-09-20T19:41:53.171 INFO:teuthology.orchestra.run.smithi040.stdout: rename Rename an existing container 2024-09-20T19:41:53.171 INFO:teuthology.orchestra.run.smithi040.stdout: restart Restart one or more containers 2024-09-20T19:41:53.171 INFO:teuthology.orchestra.run.smithi040.stdout: rm Remove one or more containers 2024-09-20T19:41:53.171 INFO:teuthology.orchestra.run.smithi040.stdout: rmi Remove one or more images from local storage 2024-09-20T19:41:53.171 INFO:teuthology.orchestra.run.smithi040.stdout: run Run a command in a new container 2024-09-20T19:41:53.172 INFO:teuthology.orchestra.run.smithi040.stdout: save Save image(s) to an archive 2024-09-20T19:41:53.172 INFO:teuthology.orchestra.run.smithi040.stdout: search Search registry for image 2024-09-20T19:41:53.172 INFO:teuthology.orchestra.run.smithi040.stdout: secret Manage secrets 2024-09-20T19:41:53.172 INFO:teuthology.orchestra.run.smithi040.stdout: start Start one or more containers 2024-09-20T19:41:53.172 INFO:teuthology.orchestra.run.smithi040.stdout: stats Display a live stream of container resource usage statistics 2024-09-20T19:41:53.172 INFO:teuthology.orchestra.run.smithi040.stdout: stop Stop one or more containers 2024-09-20T19:41:53.172 INFO:teuthology.orchestra.run.smithi040.stdout: system Manage podman 2024-09-20T19:41:53.172 INFO:teuthology.orchestra.run.smithi040.stdout: tag Add an additional name to a local image 2024-09-20T19:41:53.172 INFO:teuthology.orchestra.run.smithi040.stdout: top Display the running processes of a container 2024-09-20T19:41:53.172 INFO:teuthology.orchestra.run.smithi040.stdout: unmount Unmount working container's root filesystem 2024-09-20T19:41:53.172 INFO:teuthology.orchestra.run.smithi040.stdout: unpause Unpause the processes in one or more containers 2024-09-20T19:41:53.172 INFO:teuthology.orchestra.run.smithi040.stdout: unshare Run a command in a modified user namespace 2024-09-20T19:41:53.172 INFO:teuthology.orchestra.run.smithi040.stdout: untag Remove a name from a local image 2024-09-20T19:41:53.172 INFO:teuthology.orchestra.run.smithi040.stdout: update Update an existing container 2024-09-20T19:41:53.172 INFO:teuthology.orchestra.run.smithi040.stdout: version Display the Podman version information 2024-09-20T19:41:53.173 INFO:teuthology.orchestra.run.smithi040.stdout: volume Manage volumes 2024-09-20T19:41:53.173 INFO:teuthology.orchestra.run.smithi040.stdout: wait Block on one or more containers 2024-09-20T19:41:53.173 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T19:41:53.173 INFO:teuthology.orchestra.run.smithi040.stdout:Options: 2024-09-20T19:41:53.173 INFO:teuthology.orchestra.run.smithi040.stdout: --cgroup-manager string Cgroup manager to use ("cgroupfs"|"systemd") (default "systemd") 2024-09-20T19:41:53.173 INFO:teuthology.orchestra.run.smithi040.stdout: --config string Location of authentication config file 2024-09-20T19:41:53.173 INFO:teuthology.orchestra.run.smithi040.stdout: --conmon string Path of the conmon binary 2024-09-20T19:41:53.173 INFO:teuthology.orchestra.run.smithi040.stdout: -c, --connection string Connection to use for remote Podman service (CONTAINER_CONNECTION) 2024-09-20T19:41:53.173 INFO:teuthology.orchestra.run.smithi040.stdout: --events-backend string Events backend to use ("file"|"journald"|"none") (default "journald") 2024-09-20T19:41:53.173 INFO:teuthology.orchestra.run.smithi040.stdout: --help Help for podman 2024-09-20T19:41:53.173 INFO:teuthology.orchestra.run.smithi040.stdout: --hooks-dir stringArray Set the OCI hooks directory path (may be set multiple times) (default [/usr/share/containers/oci/hooks.d]) 2024-09-20T19:41:53.173 INFO:teuthology.orchestra.run.smithi040.stdout: --identity string path to SSH identity file, (CONTAINER_SSHKEY) 2024-09-20T19:41:53.173 INFO:teuthology.orchestra.run.smithi040.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-09-20T19:41:53.173 INFO:teuthology.orchestra.run.smithi040.stdout: --log-level string Log messages above specified level (trace, debug, info, warn, warning, error, fatal, panic) (default "warn") 2024-09-20T19:41:53.174 INFO:teuthology.orchestra.run.smithi040.stdout: --module stringArray Load the containers.conf(5) module 2024-09-20T19:41:53.174 INFO:teuthology.orchestra.run.smithi040.stdout: --network-cmd-path string Path to the command for configuring the network 2024-09-20T19:41:53.174 INFO:teuthology.orchestra.run.smithi040.stdout: --network-config-dir string Path of the configuration directory for networks 2024-09-20T19:41:53.174 INFO:teuthology.orchestra.run.smithi040.stdout: --out string Send output (stdout) from podman to a file 2024-09-20T19:41:53.174 INFO:teuthology.orchestra.run.smithi040.stdout: -r, --remote Access remote Podman service 2024-09-20T19:41:53.174 INFO:teuthology.orchestra.run.smithi040.stdout: --root string Path to the graph root directory where images, containers, etc. are stored 2024-09-20T19:41:53.174 INFO:teuthology.orchestra.run.smithi040.stdout: --runroot string Path to the 'run directory' where all state information is stored 2024-09-20T19:41:53.174 INFO:teuthology.orchestra.run.smithi040.stdout: --runtime string Path to the OCI-compatible binary used to run containers. (default "runc") 2024-09-20T19:41:53.174 INFO:teuthology.orchestra.run.smithi040.stdout: --runtime-flag stringArray add global flags for the container runtime 2024-09-20T19:41:53.174 INFO:teuthology.orchestra.run.smithi040.stdout: --ssh string define the ssh mode (default "golang") 2024-09-20T19:41:53.174 INFO:teuthology.orchestra.run.smithi040.stdout: --storage-driver string Select which storage driver is used to manage storage of images and containers 2024-09-20T19:41:53.174 INFO:teuthology.orchestra.run.smithi040.stdout: --storage-opt stringArray Used to pass an option to the storage driver 2024-09-20T19:41:53.174 INFO:teuthology.orchestra.run.smithi040.stdout: --syslog Output logging information to syslog as well as the console (default false) 2024-09-20T19:41:53.175 INFO:teuthology.orchestra.run.smithi040.stdout: --tmpdir string Path to the tmp directory for libpod state content. 2024-09-20T19:41:53.175 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T19:41:53.175 INFO:teuthology.orchestra.run.smithi040.stdout: Note: use the environment variable 'TMPDIR' to change the temporary storage location for container images, '/var/tmp'. 2024-09-20T19:41:53.175 INFO:teuthology.orchestra.run.smithi040.stdout: (default "/run/libpod") 2024-09-20T19:41:53.175 INFO:teuthology.orchestra.run.smithi040.stdout: --transient-store Enable transient container storage 2024-09-20T19:41:53.175 INFO:teuthology.orchestra.run.smithi040.stdout: --url string URL to access Podman service (CONTAINER_HOST) (default "unix:///run/podman/podman.sock") 2024-09-20T19:41:53.175 INFO:teuthology.orchestra.run.smithi040.stdout: -v, --version version for podman 2024-09-20T19:41:53.175 INFO:teuthology.orchestra.run.smithi040.stdout: --volumepath string Path to the volume directory in which volume data is stored 2024-09-20T19:41:53.176 DEBUG:teuthology.orchestra.run.smithi040:> sudo podman pull quay.io/samba.org/samba-ad-server:latest 2024-09-20T19:41:54.035 INFO:teuthology.orchestra.run.smithi040.stderr:Trying to pull quay.io/samba.org/samba-ad-server:latest... 2024-09-20T19:41:54.488 INFO:teuthology.orchestra.run.smithi040.stderr:Getting image source signatures 2024-09-20T19:41:54.495 INFO:teuthology.orchestra.run.smithi040.stderr:Copying blob sha256:d68d0cc04a2b22f8449425f1ce1e3c006ff3a65090ee2d57c92f44c89bb05428 2024-09-20T19:41:54.495 INFO:teuthology.orchestra.run.smithi040.stderr:Copying blob sha256:bb0bb43235cbb00a1b6c66a66cabe48123b04c17ab782660cefff48cf5bab107 2024-09-20T19:41:54.496 INFO:teuthology.orchestra.run.smithi040.stderr:Copying blob sha256:b09935e33631101c3c13cf9377a284cea0264538d974ee372499ef712f9c4d79 2024-09-20T19:41:54.496 INFO:teuthology.orchestra.run.smithi040.stderr:Copying blob sha256:81bb7142e95e25a39f1eb420c77172810ac8f241edd42444a5fde70461d101e5 2024-09-20T19:41:54.496 INFO:teuthology.orchestra.run.smithi040.stderr:Copying blob sha256:a4ab00b4675c45bbcbff379bfa0a6c3978b9d542ad326108e6d0d1433ae89d2b 2024-09-20T19:41:54.496 INFO:teuthology.orchestra.run.smithi040.stderr:Copying blob sha256:4e892222641c8e30225a7ade3b70936c4ef31c9884d53c67d4e759a5b9e2f83c 2024-09-20T19:41:59.966 INFO:teuthology.orchestra.run.smithi040.stderr:Copying config sha256:8b18648de8be480932d98cbf4d3964824eb0306d2b54bf3fe9022fa247387c94 2024-09-20T19:42:00.117 INFO:teuthology.orchestra.run.smithi040.stderr:Writing manifest to image destination 2024-09-20T19:42:00.340 INFO:teuthology.orchestra.run.smithi040.stdout:8b18648de8be480932d98cbf4d3964824eb0306d2b54bf3fe9022fa247387c94 2024-09-20T19:42:00.347 DEBUG:teuthology.orchestra.run.smithi040:> sudo podman pull quay.io/samba.org/samba-client:latest 2024-09-20T19:42:00.483 INFO:teuthology.orchestra.run.smithi040.stderr:Trying to pull quay.io/samba.org/samba-client:latest... 2024-09-20T19:42:00.801 INFO:teuthology.orchestra.run.smithi040.stderr:Getting image source signatures 2024-09-20T19:42:00.801 INFO:teuthology.orchestra.run.smithi040.stderr:Copying blob sha256:4506de3cf5884a6b30df2f0aa5544bdd8d8988ef45262f7572ead6b66d9acf78 2024-09-20T19:42:00.801 INFO:teuthology.orchestra.run.smithi040.stderr:Copying blob sha256:a4ab00b4675c45bbcbff379bfa0a6c3978b9d542ad326108e6d0d1433ae89d2b 2024-09-20T19:42:06.639 INFO:teuthology.orchestra.run.smithi040.stderr:Copying config sha256:b85f5fcbffcc5ae4d12567e6aa6306d51686f7638493506f90a44a122e81ab5f 2024-09-20T19:42:08.494 INFO:teuthology.orchestra.run.smithi040.stderr:Writing manifest to image destination 2024-09-20T19:42:08.703 INFO:teuthology.orchestra.run.smithi040.stdout:b85f5fcbffcc5ae4d12567e6aa6306d51686f7638493506f90a44a122e81ab5f 2024-09-20T19:42:08.708 DEBUG:teuthology.orchestra.run.smithi040:> ss -lunH 2024-09-20T19:42:08.738 INFO:teuthology.orchestra.run.smithi040.stdout:UNCONN 0 0 0.0.0.0:111 0.0.0.0:* 2024-09-20T19:42:08.738 INFO:teuthology.orchestra.run.smithi040.stdout:UNCONN 0 0 127.0.0.1:323 0.0.0.0:* 2024-09-20T19:42:08.738 INFO:teuthology.orchestra.run.smithi040.stdout:UNCONN 0 0 [::]:111 [::]:* 2024-09-20T19:42:08.738 INFO:teuthology.orchestra.run.smithi040.stdout:UNCONN 0 0 [::1]:323 [::]:* 2024-09-20T19:42:08.738 DEBUG:teuthology.orchestra.run.smithi040:> sudo mkdir -p /var/lib/samba/container/logs /var/lib/samba/container/data 2024-09-20T19:42:08.818 DEBUG:teuthology.orchestra.run.smithi040:> sudo mkdir -p /var/tmp/samba 2024-09-20T19:42:08.888 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-09-20T19:42:08.888 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/var/tmp/samba/container.json 2024-09-20T19:42:08.957 DEBUG:teuthology.orchestra.run.smithi040:> sudo podman run -d --name=samba-ad --network=host --privileged --volume=/var/tmp/samba:/etc/samba-container:ro -eSAMBACC_CONFIG=/etc/samba-container/container.json quay.io/samba.org/samba-ad-server:latest 2024-09-20T19:42:09.891 INFO:teuthology.orchestra.run.smithi040.stdout:33169e15ea9d33b2e9f30b0ccb1d3951d02ed87f038e0c4818295a0784a3a343 2024-09-20T19:42:10.146 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.40, idx=0 2024-09-20T19:42:10.146 DEBUG:teuthology.orchestra.run.smithi040:> sudo podman run --rm --net=host --dns=172.21.15.40 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-20T19:42:10.781 INFO:teuthology.orchestra.run.smithi040.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-09-20T19:42:11.713 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:42:12.214 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.40, idx=1 2024-09-20T19:42:12.214 DEBUG:teuthology.orchestra.run.smithi040:> sudo podman run --rm --net=host --dns=172.21.15.40 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-20T19:42:12.931 INFO:teuthology.orchestra.run.smithi040.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-09-20T19:42:13.931 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:42:14.932 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.40, idx=2 2024-09-20T19:42:14.933 DEBUG:teuthology.orchestra.run.smithi040:> sudo podman run --rm --net=host --dns=172.21.15.40 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-20T19:42:15.423 INFO:teuthology.orchestra.run.smithi040.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-09-20T19:42:15.896 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:42:17.897 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.40, idx=3 2024-09-20T19:42:17.898 DEBUG:teuthology.orchestra.run.smithi040:> sudo podman run --rm --net=host --dns=172.21.15.40 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-20T19:42:18.657 INFO:teuthology.orchestra.run.smithi040.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-09-20T19:42:19.589 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:42:23.591 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.40, idx=4 2024-09-20T19:42:23.591 DEBUG:teuthology.orchestra.run.smithi040:> sudo podman run --rm --net=host --dns=172.21.15.40 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-20T19:42:24.135 INFO:teuthology.orchestra.run.smithi040.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-09-20T19:42:24.759 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:42:32.760 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.40, idx=5 2024-09-20T19:42:32.760 DEBUG:teuthology.orchestra.run.smithi040:> sudo podman run --rm --net=host --dns=172.21.15.40 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-20T19:42:33.547 INFO:teuthology.orchestra.run.smithi040.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_CONNECTION_REFUSED) 2024-09-20T19:42:34.592 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:42:50.594 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.40, idx=6 2024-09-20T19:42:50.594 DEBUG:teuthology.orchestra.run.smithi040:> sudo podman run --rm --net=host --dns=172.21.15.40 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-20T19:42:51.534 INFO:teuthology.orchestra.run.smithi040.stdout: . D 0 Fri Sep 20 19:42:18 2024 2024-09-20T19:42:51.534 INFO:teuthology.orchestra.run.smithi040.stdout: .. D 0 Fri Sep 20 19:42:18 2024 2024-09-20T19:42:51.534 INFO:teuthology.orchestra.run.smithi040.stdout: domain1.sink.test D 0 Fri Sep 20 19:42:17 2024 2024-09-20T19:42:51.534 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T19:42:51.535 INFO:teuthology.orchestra.run.smithi040.stdout: 960311424 blocks of size 1024. 907754204 blocks available 2024-09-20T19:42:52.107 INFO:tasks.cephadm:SMB status probe succeeded 2024-09-20T19:42:52.108 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-20T19:42:52.116 INFO:tasks.cephadm:Config: {'single_host_defaults': True, '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': 'e8baca1eac6c3c9c88bf2ea4493e448bd54936a7'} 2024-09-20T19:42:52.116 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:42:52.116 INFO:tasks.cephadm:Cluster fsid is 861e5a06-7788-11ef-baf5-efdc52797490 2024-09-20T19:42:52.117 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-20T19:42:52.117 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.2'} 2024-09-20T19:42:52.117 INFO:tasks.cephadm:First mon is mon.a on smithi002 2024-09-20T19:42:52.117 INFO:tasks.cephadm:First mgr is x 2024-09-20T19:42:52.117 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-20T19:42:52.117 DEBUG:teuthology.orchestra.run.smithi002:> sudo hostname $(hostname -s) 2024-09-20T19:42:52.151 DEBUG:teuthology.orchestra.run.smithi040:> sudo hostname $(hostname -s) 2024-09-20T19:42:52.180 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-20T19:42:52.180 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:42:52.321 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'e8baca1eac6c3c9c88bf2ea4493e448bd54936a7', '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/83188/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-5127-ge8baca1e', 'node_name': '172.21.2.6+braggi06', '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.3.0-5127.ge8baca1e'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-09-20 14:53:51.724057', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-09-20-0910', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-09-20T19:42:52.455 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-adk-testing-2024-09-20-0910, sha1 e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:42:52.457 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/x86_64/flavors/default/cephadm 2024-09-20T19:42:52.457 INFO:tasks.cephadm:Downloading cephadm from url: https://4.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/x86_64/flavors/default/cephadm 2024-09-20T19:42:52.457 DEBUG:teuthology.orchestra.run.smithi002:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-20T19:42:52.989 INFO:teuthology.orchestra.run.smithi002.stdout:-rw-r--r--. 1 ubuntu ubuntu 804287 Sep 20 19:42 /home/ubuntu/cephtest/cephadm 2024-09-20T19:42:52.989 DEBUG:teuthology.orchestra.run.smithi040:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-20T19:42:53.522 INFO:teuthology.orchestra.run.smithi040.stdout:-rw-r--r--. 1 ubuntu ubuntu 804287 Sep 20 19:42 /home/ubuntu/cephtest/cephadm 2024-09-20T19:42:53.523 DEBUG:teuthology.orchestra.run.smithi002:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-20T19:42:53.543 DEBUG:teuthology.orchestra.run.smithi040:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-20T19:42:53.572 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 on all hosts... 2024-09-20T19:42:53.572 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 pull 2024-09-20T19:42:53.585 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 pull 2024-09-20T19:42:53.828 INFO:teuthology.orchestra.run.smithi040.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7... 2024-09-20T19:42:55.212 INFO:teuthology.orchestra.run.smithi002.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7... 2024-09-20T19:44:36.840 INFO:teuthology.orchestra.run.smithi002.stdout:{ 2024-09-20T19:44:36.840 INFO:teuthology.orchestra.run.smithi002.stdout: "ceph_version": "ceph version 19.3.0-5127-ge8baca1e (e8baca1eac6c3c9c88bf2ea4493e448bd54936a7) squid (dev)", 2024-09-20T19:44:36.840 INFO:teuthology.orchestra.run.smithi002.stdout: "image_id": "82f5f45939a4d8f62db4f02ae9374981c40785acf9bb0102013462d795122b30", 2024-09-20T19:44:36.840 INFO:teuthology.orchestra.run.smithi002.stdout: "repo_digests": [ 2024-09-20T19:44:36.840 INFO:teuthology.orchestra.run.smithi002.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:dc9dc647e3e3360d1adc5cf221a5bec436cbf643c6188f083c790ea05138208d" 2024-09-20T19:44:36.841 INFO:teuthology.orchestra.run.smithi002.stdout: ] 2024-09-20T19:44:36.841 INFO:teuthology.orchestra.run.smithi002.stdout:} 2024-09-20T19:44:43.217 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2024-09-20T19:44:43.217 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph_version": "ceph version 19.3.0-5127-ge8baca1e (e8baca1eac6c3c9c88bf2ea4493e448bd54936a7) squid (dev)", 2024-09-20T19:44:43.217 INFO:teuthology.orchestra.run.smithi040.stdout: "image_id": "82f5f45939a4d8f62db4f02ae9374981c40785acf9bb0102013462d795122b30", 2024-09-20T19:44:43.217 INFO:teuthology.orchestra.run.smithi040.stdout: "repo_digests": [ 2024-09-20T19:44:43.217 INFO:teuthology.orchestra.run.smithi040.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:dc9dc647e3e3360d1adc5cf221a5bec436cbf643c6188f083c790ea05138208d" 2024-09-20T19:44:43.217 INFO:teuthology.orchestra.run.smithi040.stdout: ] 2024-09-20T19:44:43.217 INFO:teuthology.orchestra.run.smithi040.stdout:} 2024-09-20T19:44:43.242 DEBUG:teuthology.orchestra.run.smithi002:> sudo mkdir -p /etc/ceph 2024-09-20T19:44:43.276 DEBUG:teuthology.orchestra.run.smithi040:> sudo mkdir -p /etc/ceph 2024-09-20T19:44:43.304 DEBUG:teuthology.orchestra.run.smithi002:> sudo chmod 777 /etc/ceph 2024-09-20T19:44:43.347 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 777 /etc/ceph 2024-09-20T19:44:43.372 INFO:tasks.cephadm:Writing seed config... 2024-09-20T19:44:43.373 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-20T19:44:43.373 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-20T19:44:43.373 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-20T19:44:43.374 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-20T19:44:43.374 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-20T19:44:43.374 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-20T19:44:43.374 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-20T19:44:43.375 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-09-20T19:44:43.375 DEBUG:teuthology.orchestra.run.smithi002:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-20T19:44:43.406 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 = 861e5a06-7788-11ef-baf5-efdc52797490 [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-09-20T19:44:43.406 DEBUG:teuthology.orchestra.run.smithi002:mon.a> sudo journalctl -f -n 0 -u ceph-861e5a06-7788-11ef-baf5-efdc52797490@mon.a.service 2024-09-20T19:44:43.449 DEBUG:teuthology.orchestra.run.smithi002:mgr.x> sudo journalctl -f -n 0 -u ceph-861e5a06-7788-11ef-baf5-efdc52797490@mgr.x.service 2024-09-20T19:44:43.492 INFO:tasks.cephadm:Bootstrapping... 2024-09-20T19:44:43.492 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -v bootstrap --fsid 861e5a06-7788-11ef-baf5-efdc52797490 --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.2 --single-host-defaults --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-20T19:44:43.708 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:44:43.708 INFO:teuthology.orchestra.run.smithi002.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7', '-v', 'bootstrap', '--fsid', '861e5a06-7788-11ef-baf5-efdc52797490', '--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.2', '--single-host-defaults', '--skip-admin-label'] 2024-09-20T19:44:43.709 INFO:teuthology.orchestra.run.smithi002.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-20T19:44:43.709 INFO:teuthology.orchestra.run.smithi002.stdout:Verifying podman|docker is present... 2024-09-20T19:44:43.732 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stdout 5.2.2 2024-09-20T19:44:43.732 INFO:teuthology.orchestra.run.smithi002.stdout:Verifying lvm2 is present... 2024-09-20T19:44:43.732 INFO:teuthology.orchestra.run.smithi002.stdout:Verifying time synchronization is in place... 2024-09-20T19:44:43.740 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-20T19:44:43.740 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-20T19:44:43.747 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-20T19:44:43.747 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout inactive 2024-09-20T19:44:43.753 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout enabled 2024-09-20T19:44:43.760 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout active 2024-09-20T19:44:43.760 INFO:teuthology.orchestra.run.smithi002.stdout:Unit chronyd.service is enabled and running 2024-09-20T19:44:43.760 INFO:teuthology.orchestra.run.smithi002.stdout:Repeating the final host check... 2024-09-20T19:44:43.782 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stdout 5.2.2 2024-09-20T19:44:43.783 INFO:teuthology.orchestra.run.smithi002.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-20T19:44:43.783 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl is present 2024-09-20T19:44:43.783 INFO:teuthology.orchestra.run.smithi002.stdout:lvcreate is present 2024-09-20T19:44:43.789 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-20T19:44:43.789 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-20T19:44:43.796 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-20T19:44:43.796 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout inactive 2024-09-20T19:44:43.802 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout enabled 2024-09-20T19:44:43.810 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout active 2024-09-20T19:44:43.810 INFO:teuthology.orchestra.run.smithi002.stdout:Unit chronyd.service is enabled and running 2024-09-20T19:44:43.810 INFO:teuthology.orchestra.run.smithi002.stdout:Host looks OK 2024-09-20T19:44:43.810 INFO:teuthology.orchestra.run.smithi002.stdout:Cluster fsid: 861e5a06-7788-11ef-baf5-efdc52797490 2024-09-20T19:44:43.810 INFO:teuthology.orchestra.run.smithi002.stdout:Acquiring lock 139926986069712 on /run/cephadm/861e5a06-7788-11ef-baf5-efdc52797490.lock 2024-09-20T19:44:43.810 INFO:teuthology.orchestra.run.smithi002.stdout:Lock 139926986069712 acquired on /run/cephadm/861e5a06-7788-11ef-baf5-efdc52797490.lock 2024-09-20T19:44:43.810 INFO:teuthology.orchestra.run.smithi002.stdout:Verifying IP 172.21.15.2 port 3300 ... 2024-09-20T19:44:43.811 INFO:teuthology.orchestra.run.smithi002.stdout:Verifying IP 172.21.15.2 port 6789 ... 2024-09-20T19:44:43.811 INFO:teuthology.orchestra.run.smithi002.stdout:Base mon IP(s) is [172.21.15.2:3300, 172.21.15.2:6789], mon addrv is [v2:172.21.15.2:3300,v1:172.21.15.2:6789] 2024-09-20T19:44:43.813 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.2 metric 100 2024-09-20T19:44:43.813 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.2 metric 100 2024-09-20T19:44:43.816 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-20T19:44:43.816 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-09-20T19:44:43.816 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1793sec hoplimit 64 pref medium 2024-09-20T19:44:43.819 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-20T19:44:43.819 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-20T19:44:43.819 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-20T19:44:43.819 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-09-20T19:44:43.819 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1920/64 scope link 2024-09-20T19:44:43.819 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-20T19:44:43.820 INFO:teuthology.orchestra.run.smithi002.stdout:Mon IP `172.21.15.2` is in CIDR network `172.21.0.0/20` 2024-09-20T19:44:43.820 INFO:teuthology.orchestra.run.smithi002.stdout:Mon IP `172.21.15.2` is in CIDR network `172.21.0.0/20` 2024-09-20T19:44:43.820 INFO:teuthology.orchestra.run.smithi002.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-20T19:44:43.820 INFO:teuthology.orchestra.run.smithi002.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-20T19:44:43.821 INFO:teuthology.orchestra.run.smithi002.stdout:Adjusting default settings to suit single-host cluster... 2024-09-20T19:44:43.821 INFO:teuthology.orchestra.run.smithi002.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7... 2024-09-20T19:44:44.317 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stdout 82f5f45939a4d8f62db4f02ae9374981c40785acf9bb0102013462d795122b30 2024-09-20T19:44:44.317 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7... 2024-09-20T19:44:44.317 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stderr Getting image source signatures 2024-09-20T19:44:44.317 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-20T19:44:44.317 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stderr Copying blob sha256:37dd1d0ec270b79acd9d97ddbf4dc10591523dcb8e45e975b12ce085114cc3b2 2024-09-20T19:44:44.317 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stderr Copying config sha256:82f5f45939a4d8f62db4f02ae9374981c40785acf9bb0102013462d795122b30 2024-09-20T19:44:44.317 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-20T19:44:45.305 INFO:teuthology.orchestra.run.smithi002.stdout:ceph: stdout ceph version 19.3.0-5127-ge8baca1e (e8baca1eac6c3c9c88bf2ea4493e448bd54936a7) squid (dev) 2024-09-20T19:44:45.305 INFO:teuthology.orchestra.run.smithi002.stdout:Ceph version: ceph version 19.3.0-5127-ge8baca1e (e8baca1eac6c3c9c88bf2ea4493e448bd54936a7) squid (dev) 2024-09-20T19:44:45.305 INFO:teuthology.orchestra.run.smithi002.stdout:Extracting ceph user uid/gid from container image... 2024-09-20T19:44:46.194 INFO:teuthology.orchestra.run.smithi002.stdout:stat: stdout 167 167 2024-09-20T19:44:46.194 INFO:teuthology.orchestra.run.smithi002.stdout:Creating initial keys... 2024-09-20T19:44:47.124 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-authtool: stdout AQCu0O1mrpB9IRAAQzaWaFzJXm9scJt4/2XXug== 2024-09-20T19:44:48.155 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-authtool: stdout AQCv0O1maCzVGhAAnXb1VSB74xkjaroCsxop8g== 2024-09-20T19:44:49.109 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-authtool: stdout AQCw0O1mpc2kHhAAB6DJ7daZiZMJYpo8vZe9WA== 2024-09-20T19:44:49.110 INFO:teuthology.orchestra.run.smithi002.stdout:Creating initial monmap... 2024-09-20T19:44:50.057 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-20T19:44:50.057 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-20T19:44:50.057 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 861e5a06-7788-11ef-baf5-efdc52797490 2024-09-20T19:44:50.057 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-20T19:44:50.057 INFO:teuthology.orchestra.run.smithi002.stdout:monmaptool for a [v2:172.21.15.2:3300,v1:172.21.15.2:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-20T19:44:50.057 INFO:teuthology.orchestra.run.smithi002.stdout:setting min_mon_release = quincy 2024-09-20T19:44:50.057 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/monmaptool: set fsid to 861e5a06-7788-11ef-baf5-efdc52797490 2024-09-20T19:44:50.058 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-20T19:44:50.058 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-20T19:44:50.058 INFO:teuthology.orchestra.run.smithi002.stdout:Creating mon... 2024-09-20T19:44:51.037 INFO:teuthology.orchestra.run.smithi002.stdout:create mon.a on 2024-09-20T19:44:51.412 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-20T19:44:51.610 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-861e5a06-7788-11ef-baf5-efdc52797490.target → /etc/systemd/system/ceph-861e5a06-7788-11ef-baf5-efdc52797490.target. 2024-09-20T19:44:51.610 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-861e5a06-7788-11ef-baf5-efdc52797490.target → /etc/systemd/system/ceph-861e5a06-7788-11ef-baf5-efdc52797490.target. 2024-09-20T19:44:51.837 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-861e5a06-7788-11ef-baf5-efdc52797490@mon.a 2024-09-20T19:44:51.838 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Failed to reset failed state of unit ceph-861e5a06-7788-11ef-baf5-efdc52797490@mon.a.service: Unit ceph-861e5a06-7788-11ef-baf5-efdc52797490@mon.a.service not loaded. 2024-09-20T19:44:51.997 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-861e5a06-7788-11ef-baf5-efdc52797490.target.wants/ceph-861e5a06-7788-11ef-baf5-efdc52797490@mon.a.service → /etc/systemd/system/ceph-861e5a06-7788-11ef-baf5-efdc52797490@.service. 2024-09-20T19:44:52.351 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:44:52 smithi002 podman[24928]: 2024-09-20 19:44:52.143552209 +0000 UTC m=+0.016265455 image pull 82f5f45939a4d8f62db4f02ae9374981c40785acf9bb0102013462d795122b30 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:44:52.545 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-20T19:44:52.545 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout disabled 2024-09-20T19:44:52.552 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-20T19:44:52.552 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout inactive 2024-09-20T19:44:52.552 INFO:teuthology.orchestra.run.smithi002.stdout:firewalld.service is not enabled 2024-09-20T19:44:52.552 INFO:teuthology.orchestra.run.smithi002.stdout:Not possible to enable service . firewalld.service is not available 2024-09-20T19:44:52.552 INFO:teuthology.orchestra.run.smithi002.stdout:Waiting for mon to start... 2024-09-20T19:44:52.552 INFO:teuthology.orchestra.run.smithi002.stdout:Waiting for mon... 2024-09-20T19:44:52.741 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:44:52 smithi002 podman[24928]: 2024-09-20 19:44:52.429575971 +0000 UTC m=+0.302289214 container init 92df3ad5dafc284c806d1e2c78cbbec60d006e823b9824119236e2dd24e4c74d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-861e5a06-7788-11ef-baf5-efdc52797490-mon-a, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-09-20T19:44:52.742 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:44:52 smithi002 podman[24928]: 2024-09-20 19:44:52.434590668 +0000 UTC m=+0.307303905 container start 92df3ad5dafc284c806d1e2c78cbbec60d006e823b9824119236e2dd24e4c74d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-861e5a06-7788-11ef-baf5-efdc52797490-mon-a, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240731, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, ceph=True) 2024-09-20T19:44:52.742 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:44:52 smithi002 ceph-mon[24966]: mkfs 861e5a06-7788-11ef-baf5-efdc52797490 2024-09-20T19:44:52.742 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:44:52 smithi002 ceph-mon[24966]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-20T19:44:52.742 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:44:52 smithi002 bash[24928]: 92df3ad5dafc284c806d1e2c78cbbec60d006e823b9824119236e2dd24e4c74d 2024-09-20T19:44:52.742 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:44:52 smithi002 systemd[1]: Started Ceph mon.a for 861e5a06-7788-11ef-baf5-efdc52797490. 2024-09-20T19:44:53.741 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:44:53 smithi002 ceph-mon[24966]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-20T19:44:53.741 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:44:53 smithi002 ceph-mon[24966]: monmap epoch 1 2024-09-20T19:44:53.741 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:44:53 smithi002 ceph-mon[24966]: fsid 861e5a06-7788-11ef-baf5-efdc52797490 2024-09-20T19:44:53.741 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:44:53 smithi002 ceph-mon[24966]: last_changed 2024-09-20T19:44:49.500466+0000 2024-09-20T19:44:53.742 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:44:53 smithi002 ceph-mon[24966]: created 2024-09-20T19:44:49.500466+0000 2024-09-20T19:44:53.742 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:44:53 smithi002 ceph-mon[24966]: min_mon_release 19 (squid) 2024-09-20T19:44:53.742 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:44:53 smithi002 ceph-mon[24966]: election_strategy: 1 2024-09-20T19:44:53.742 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:44:53 smithi002 ceph-mon[24966]: 0: [v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0] mon.a 2024-09-20T19:44:53.742 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:44:53 smithi002 ceph-mon[24966]: fsmap 2024-09-20T19:44:53.742 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:44:53 smithi002 ceph-mon[24966]: osdmap e1: 0 total, 0 up, 0 in 2024-09-20T19:44:53.742 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:44:53 smithi002 ceph-mon[24966]: mgrmap e1: no daemons active 2024-09-20T19:44:55.242 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:44:55 smithi002 ceph-mon[24966]: from='client.? 172.21.15.2:0/2057825775' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-20T19:45:01.074 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout cluster: 2024-09-20T19:45:01.074 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout id: 861e5a06-7788-11ef-baf5-efdc52797490 2024-09-20T19:45:01.074 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-20T19:45:01.074 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-09-20T19:45:01.074 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout services: 2024-09-20T19:45:01.074 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 2s) 2024-09-20T19:45:01.074 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-20T19:45:01.074 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-20T19:45:01.075 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-09-20T19:45:01.075 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout data: 2024-09-20T19:45:01.075 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-20T19:45:01.075 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-20T19:45:01.075 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-20T19:45:01.075 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout pgs: 2024-09-20T19:45:01.075 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-09-20T19:45:01.075 INFO:teuthology.orchestra.run.smithi002.stdout:mon is available 2024-09-20T19:45:01.075 INFO:teuthology.orchestra.run.smithi002.stdout:Assimilating anything we can from ceph.conf... 2024-09-20T19:45:04.491 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:04 smithi002 ceph-mon[24966]: from='client.? 172.21.15.2:0/2566643697' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-20T19:45:04.491 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:04 smithi002 ceph-mon[24966]: from='client.? 172.21.15.2:0/2566643697' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-20T19:45:04.910 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-09-20T19:45:04.910 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout [global] 2024-09-20T19:45:04.911 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout fsid = 861e5a06-7788-11ef-baf5-efdc52797490 2024-09-20T19:45:04.911 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-20T19:45:04.911 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.2:3300,v1:172.21.15.2:6789] 2024-09-20T19:45:04.911 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-20T19:45:04.911 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-20T19:45:04.911 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-20T19:45:04.911 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-20T19:45:04.911 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-09-20T19:45:04.911 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-20T19:45:04.911 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-20T19:45:04.911 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-09-20T19:45:04.911 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout [osd] 2024-09-20T19:45:04.911 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-20T19:45:04.911 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-20T19:45:04.912 INFO:teuthology.orchestra.run.smithi002.stdout:Generating new minimal ceph.conf... 2024-09-20T19:45:05.741 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:05 smithi002 ceph-mon[24966]: from='client.? 172.21.15.2:0/2768991941' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:45:05.961 INFO:teuthology.orchestra.run.smithi002.stdout:Restarting the monitor... 2024-09-20T19:45:06.241 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:05 smithi002 systemd[1]: Stopping Ceph mon.a for 861e5a06-7788-11ef-baf5-efdc52797490... 2024-09-20T19:45:06.708 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:06 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mon-a[24943]: 2024-09-20T19:45:06.249+0000 7f7b498bc640 -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-09-20T19:45:06.708 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:06 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mon-a[24943]: 2024-09-20T19:45:06.249+0000 7f7b498bc640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-20T19:45:06.708 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:06 smithi002 podman[25285]: 2024-09-20 19:45:06.495568739 +0000 UTC m=+0.361034715 container died 92df3ad5dafc284c806d1e2c78cbbec60d006e823b9824119236e2dd24e4c74d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-861e5a06-7788-11ef-baf5-efdc52797490-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240731) 2024-09-20T19:45:06.991 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:06 smithi002 podman[25285]: 2024-09-20 19:45:06.789583497 +0000 UTC m=+0.655049474 container cleanup 92df3ad5dafc284c806d1e2c78cbbec60d006e823b9824119236e2dd24e4c74d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-861e5a06-7788-11ef-baf5-efdc52797490-mon-a, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, maintainer=Guillaume Abrioux , GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.schema-version=1.0) 2024-09-20T19:45:06.991 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:06 smithi002 bash[25285]: ceph-861e5a06-7788-11ef-baf5-efdc52797490-mon-a 2024-09-20T19:45:07.357 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 podman[25302]: 2024-09-20 19:45:07.006926318 +0000 UTC m=+0.509773688 container remove 92df3ad5dafc284c806d1e2c78cbbec60d006e823b9824119236e2dd24e4c74d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-861e5a06-7788-11ef-baf5-efdc52797490-mon-a, org.label-schema.build-date=20240731, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-20T19:45:07.358 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 systemd[1]: ceph-861e5a06-7788-11ef-baf5-efdc52797490@mon.a.service: Deactivated successfully. 2024-09-20T19:45:07.358 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 systemd[1]: Stopped Ceph mon.a for 861e5a06-7788-11ef-baf5-efdc52797490. 2024-09-20T19:45:07.358 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 systemd[1]: Starting Ceph mon.a for 861e5a06-7788-11ef-baf5-efdc52797490... 2024-09-20T19:45:07.616 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 podman[25399]: 2024-09-20 19:45:07.259211166 +0000 UTC m=+0.016186529 image pull 82f5f45939a4d8f62db4f02ae9374981c40785acf9bb0102013462d795122b30 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:45:07.616 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 podman[25399]: 2024-09-20 19:45:07.374473128 +0000 UTC m=+0.131448480 container create b2e3067882e75dbddf2ef85379d8d4195a1b9d40e41f6c6dd1b69fb507abb492 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-861e5a06-7788-11ef-baf5-efdc52797490-mon-a, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, ceph=True) 2024-09-20T19:45:07.616 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 podman[25399]: 2024-09-20 19:45:07.593651216 +0000 UTC m=+0.350626570 container init b2e3067882e75dbddf2ef85379d8d4195a1b9d40e41f6c6dd1b69fb507abb492 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-861e5a06-7788-11ef-baf5-efdc52797490-mon-a, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, ceph=True, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-20T19:45:07.616 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 podman[25399]: 2024-09-20 19:45:07.598774958 +0000 UTC m=+0.355750311 container start b2e3067882e75dbddf2ef85379d8d4195a1b9d40e41f6c6dd1b69fb507abb492 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-861e5a06-7788-11ef-baf5-efdc52797490-mon-a, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0) 2024-09-20T19:45:07.706 INFO:teuthology.orchestra.run.smithi002.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-20T19:45:07.929 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: set uid:gid to 167:167 (ceph:ceph) 2024-09-20T19:45:07.929 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: ceph version 19.3.0-5127-ge8baca1e (e8baca1eac6c3c9c88bf2ea4493e448bd54936a7) squid (dev), process ceph-mon, pid 7 2024-09-20T19:45:07.929 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: pidfile_write: ignore empty --pid-file 2024-09-20T19:45:07.929 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: load: jerasure load: lrc 2024-09-20T19:45:07.929 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: RocksDB version: 7.9.2 2024-09-20T19:45:07.929 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Git sha 0 2024-09-20T19:45:07.929 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Compile date 2024-09-20 13:31:19 2024-09-20T19:45:07.929 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: DB SUMMARY 2024-09-20T19:45:07.929 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: DB Session ID: 0NO52FGB7FMEDXP4WKQT 2024-09-20T19:45:07.929 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: CURRENT file: CURRENT 2024-09-20T19:45:07.929 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: IDENTITY file: IDENTITY 2024-09-20T19:45:07.930 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-20T19:45:07.930 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-20T19:45:07.930 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 89491 ; 2024-09-20T19:45:07.930 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.error_if_exists: 0 2024-09-20T19:45:07.930 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.create_if_missing: 0 2024-09-20T19:45:07.930 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.paranoid_checks: 1 2024-09-20T19:45:07.930 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-20T19:45:07.930 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-20T19:45:07.930 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-20T19:45:07.930 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.env: 0x55c153d38120 2024-09-20T19:45:07.930 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.fs: PosixFileSystem 2024-09-20T19:45:07.930 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.info_log: 0x55c1554a3700 2024-09-20T19:45:07.930 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.max_file_opening_threads: 16 2024-09-20T19:45:07.930 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.statistics: (nil) 2024-09-20T19:45:07.931 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.use_fsync: 0 2024-09-20T19:45:07.931 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.max_log_file_size: 0 2024-09-20T19:45:07.931 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-20T19:45:07.931 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-20T19:45:07.931 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.keep_log_file_num: 1000 2024-09-20T19:45:07.931 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.recycle_log_file_num: 0 2024-09-20T19:45:07.931 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.allow_fallocate: 1 2024-09-20T19:45:07.931 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.allow_mmap_reads: 0 2024-09-20T19:45:07.931 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.allow_mmap_writes: 0 2024-09-20T19:45:07.931 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.use_direct_reads: 0 2024-09-20T19:45:07.931 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-20T19:45:07.931 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.create_missing_column_families: 0 2024-09-20T19:45:07.931 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.db_log_dir: 2024-09-20T19:45:07.931 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.wal_dir: 2024-09-20T19:45:07.932 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-20T19:45:07.933 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-20T19:45:07.933 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-20T19:45:07.933 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-20T19:45:07.933 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-20T19:45:07.933 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-20T19:45:07.933 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.advise_random_on_open: 1 2024-09-20T19:45:07.933 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.db_write_buffer_size: 0 2024-09-20T19:45:07.933 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.write_buffer_manager: 0x55c1554a7b80 2024-09-20T19:45:07.933 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-20T19:45:07.933 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-20T19:45:07.933 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-20T19:45:07.933 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.rate_limiter: (nil) 2024-09-20T19:45:07.934 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-20T19:45:07.934 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.wal_recovery_mode: 2 2024-09-20T19:45:07.934 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.enable_thread_tracking: 0 2024-09-20T19:45:07.934 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.enable_pipelined_write: 0 2024-09-20T19:45:07.934 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.unordered_write: 0 2024-09-20T19:45:07.934 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-20T19:45:07.934 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-20T19:45:07.934 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-20T19:45:07.934 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-20T19:45:07.934 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.row_cache: None 2024-09-20T19:45:07.934 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.wal_filter: None 2024-09-20T19:45:07.934 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-20T19:45:07.934 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.allow_ingest_behind: 0 2024-09-20T19:45:07.934 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.two_write_queues: 0 2024-09-20T19:45:07.935 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.manual_wal_flush: 0 2024-09-20T19:45:07.935 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.wal_compression: 0 2024-09-20T19:45:07.935 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.atomic_flush: 0 2024-09-20T19:45:07.935 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-20T19:45:07.935 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-20T19:45:07.935 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-20T19:45:07.935 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.log_readahead_size: 0 2024-09-20T19:45:07.935 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-20T19:45:07.935 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.best_efforts_recovery: 0 2024-09-20T19:45:07.935 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-20T19:45:07.935 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-20T19:45:07.935 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.allow_data_in_errors: 0 2024-09-20T19:45:07.935 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.db_host_id: __hostname__ 2024-09-20T19:45:07.935 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-20T19:45:07.936 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.max_background_jobs: 2 2024-09-20T19:45:07.936 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.max_background_compactions: -1 2024-09-20T19:45:07.936 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.max_subcompactions: 1 2024-09-20T19:45:07.936 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-20T19:45:07.936 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-20T19:45:07.936 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-20T19:45:07.936 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.max_total_wal_size: 0 2024-09-20T19:45:07.936 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-20T19:45:07.936 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-20T19:45:07.936 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-20T19:45:07.936 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-20T19:45:07.936 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.max_open_files: -1 2024-09-20T19:45:07.936 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.bytes_per_sync: 0 2024-09-20T19:45:07.936 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-20T19:45:07.936 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-20T19:45:07.936 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.compaction_readahead_size: 0 2024-09-20T19:45:07.937 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.max_background_flushes: -1 2024-09-20T19:45:07.937 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Compression algorithms supported: 2024-09-20T19:45:07.937 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: kZSTD supported: 0 2024-09-20T19:45:07.937 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: kXpressCompression supported: 0 2024-09-20T19:45:07.937 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: kBZip2Compression supported: 0 2024-09-20T19:45:07.937 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-20T19:45:07.937 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: kLZ4Compression supported: 1 2024-09-20T19:45:07.937 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: kZlibCompression supported: 1 2024-09-20T19:45:07.937 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: kLZ4HCCompression supported: 1 2024-09-20T19:45:07.937 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: kSnappyCompression supported: 1 2024-09-20T19:45:07.937 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-20T19:45:07.937 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-20T19:45:07.937 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-20T19:45:07.937 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-20T19:45:07.937 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-20T19:45:07.938 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.merge_operator: 2024-09-20T19:45:07.938 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.compaction_filter: None 2024-09-20T19:45:07.938 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.compaction_filter_factory: None 2024-09-20T19:45:07.938 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.sst_partitioner_factory: None 2024-09-20T19:45:07.938 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-20T19:45:07.938 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-20T19:45:07.938 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c1554a3320) 2024-09-20T19:45:07.938 INFO:journalctl@ceph.mon.a.smithi002.stdout: cache_index_and_filter_blocks: 1 2024-09-20T19:45:07.938 INFO:journalctl@ceph.mon.a.smithi002.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-20T19:45:07.938 INFO:journalctl@ceph.mon.a.smithi002.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-20T19:45:07.938 INFO:journalctl@ceph.mon.a.smithi002.stdout: pin_top_level_index_and_filter: 1 2024-09-20T19:45:07.938 INFO:journalctl@ceph.mon.a.smithi002.stdout: index_type: 0 2024-09-20T19:45:07.938 INFO:journalctl@ceph.mon.a.smithi002.stdout: data_block_index_type: 0 2024-09-20T19:45:07.938 INFO:journalctl@ceph.mon.a.smithi002.stdout: index_shortening: 1 2024-09-20T19:45:07.939 INFO:journalctl@ceph.mon.a.smithi002.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-20T19:45:07.939 INFO:journalctl@ceph.mon.a.smithi002.stdout: checksum: 4 2024-09-20T19:45:07.939 INFO:journalctl@ceph.mon.a.smithi002.stdout: no_block_cache: 0 2024-09-20T19:45:07.939 INFO:journalctl@ceph.mon.a.smithi002.stdout: block_cache: 0x55c155497610 2024-09-20T19:45:07.939 INFO:journalctl@ceph.mon.a.smithi002.stdout: block_cache_name: BinnedLRUCache 2024-09-20T19:45:07.939 INFO:journalctl@ceph.mon.a.smithi002.stdout: block_cache_options: 2024-09-20T19:45:07.939 INFO:journalctl@ceph.mon.a.smithi002.stdout: capacity : 536870912 2024-09-20T19:45:07.939 INFO:journalctl@ceph.mon.a.smithi002.stdout: num_shard_bits : 4 2024-09-20T19:45:07.939 INFO:journalctl@ceph.mon.a.smithi002.stdout: strict_capacity_limit : 0 2024-09-20T19:45:07.939 INFO:journalctl@ceph.mon.a.smithi002.stdout: high_pri_pool_ratio: 0.000 2024-09-20T19:45:07.939 INFO:journalctl@ceph.mon.a.smithi002.stdout: block_cache_compressed: (nil) 2024-09-20T19:45:07.939 INFO:journalctl@ceph.mon.a.smithi002.stdout: persistent_cache: (nil) 2024-09-20T19:45:07.939 INFO:journalctl@ceph.mon.a.smithi002.stdout: block_size: 4096 2024-09-20T19:45:07.939 INFO:journalctl@ceph.mon.a.smithi002.stdout: block_size_deviation: 10 2024-09-20T19:45:07.940 INFO:journalctl@ceph.mon.a.smithi002.stdout: block_restart_interval: 16 2024-09-20T19:45:07.940 INFO:journalctl@ceph.mon.a.smithi002.stdout: index_block_restart_interval: 1 2024-09-20T19:45:07.940 INFO:journalctl@ceph.mon.a.smithi002.stdout: metadata_block_size: 4096 2024-09-20T19:45:07.940 INFO:journalctl@ceph.mon.a.smithi002.stdout: partition_filters: 0 2024-09-20T19:45:07.940 INFO:journalctl@ceph.mon.a.smithi002.stdout: use_delta_encoding: 1 2024-09-20T19:45:07.940 INFO:journalctl@ceph.mon.a.smithi002.stdout: filter_policy: bloomfilter 2024-09-20T19:45:07.940 INFO:journalctl@ceph.mon.a.smithi002.stdout: whole_key_filtering: 1 2024-09-20T19:45:07.940 INFO:journalctl@ceph.mon.a.smithi002.stdout: verify_compression: 0 2024-09-20T19:45:07.940 INFO:journalctl@ceph.mon.a.smithi002.stdout: read_amp_bytes_per_bit: 0 2024-09-20T19:45:07.940 INFO:journalctl@ceph.mon.a.smithi002.stdout: format_version: 5 2024-09-20T19:45:07.940 INFO:journalctl@ceph.mon.a.smithi002.stdout: enable_index_compression: 1 2024-09-20T19:45:07.940 INFO:journalctl@ceph.mon.a.smithi002.stdout: block_align: 0 2024-09-20T19:45:07.940 INFO:journalctl@ceph.mon.a.smithi002.stdout: max_auto_readahead_size: 262144 2024-09-20T19:45:07.940 INFO:journalctl@ceph.mon.a.smithi002.stdout: prepopulate_block_cache: 0 2024-09-20T19:45:07.940 INFO:journalctl@ceph.mon.a.smithi002.stdout: initial_auto_readahead_size: 8192 2024-09-20T19:45:07.941 INFO:journalctl@ceph.mon.a.smithi002.stdout: num_file_reads_for_auto_readahead: 2 2024-09-20T19:45:07.941 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.write_buffer_size: 33554432 2024-09-20T19:45:07.941 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.max_write_buffer_number: 2 2024-09-20T19:45:07.941 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.compression: NoCompression 2024-09-20T19:45:07.941 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.bottommost_compression: Disabled 2024-09-20T19:45:07.941 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.prefix_extractor: nullptr 2024-09-20T19:45:07.941 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-20T19:45:07.941 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.num_levels: 7 2024-09-20T19:45:07.941 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-20T19:45:07.941 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-20T19:45:07.941 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-20T19:45:07.941 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-20T19:45:07.941 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-20T19:45:07.941 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-20T19:45:07.942 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-20T19:45:07.942 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-20T19:45:07.942 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-20T19:45:07.942 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-20T19:45:07.942 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-20T19:45:07.942 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-20T19:45:07.942 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-20T19:45:07.942 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.compression_opts.level: 32767 2024-09-20T19:45:07.942 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.compression_opts.strategy: 0 2024-09-20T19:45:07.942 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-20T19:45:07.942 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-20T19:45:07.942 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-20T19:45:07.942 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-20T19:45:07.942 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.compression_opts.enabled: false 2024-09-20T19:45:07.943 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-20T19:45:07.943 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-20T19:45:07.943 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-20T19:45:07.943 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-20T19:45:07.943 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.target_file_size_base: 67108864 2024-09-20T19:45:07.943 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-20T19:45:07.943 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-20T19:45:07.943 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-20T19:45:07.943 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-20T19:45:07.943 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-20T19:45:07.943 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-20T19:45:07.943 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-20T19:45:07.943 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-20T19:45:07.943 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-20T19:45:07.943 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-20T19:45:07.944 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-20T19:45:07.944 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-20T19:45:07.944 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-20T19:45:07.944 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-20T19:45:07.944 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.arena_block_size: 1048576 2024-09-20T19:45:07.944 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-20T19:45:07.944 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-20T19:45:07.944 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.disable_auto_compactions: 0 2024-09-20T19:45:07.944 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-20T19:45:07.944 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-20T19:45:07.944 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-20T19:45:07.944 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-20T19:45:07.944 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-20T19:45:07.944 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-20T19:45:07.944 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-20T19:45:07.945 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-20T19:45:07.945 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-20T19:45:07.945 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-20T19:45:07.945 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-20T19:45:07.945 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.inplace_update_support: 0 2024-09-20T19:45:07.945 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-20T19:45:07.945 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-20T19:45:07.945 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-20T19:45:07.945 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-20T19:45:07.945 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.bloom_locality: 0 2024-09-20T19:45:07.945 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.max_successive_merges: 0 2024-09-20T19:45:07.945 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-20T19:45:07.945 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.paranoid_file_checks: 0 2024-09-20T19:45:07.945 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.force_consistency_checks: 1 2024-09-20T19:45:07.946 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.report_bg_io_stats: 0 2024-09-20T19:45:07.946 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.ttl: 2592000 2024-09-20T19:45:07.946 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-20T19:45:07.946 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-20T19:45:07.946 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-20T19:45:07.946 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.enable_blob_files: false 2024-09-20T19:45:07.946 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.min_blob_size: 0 2024-09-20T19:45:07.946 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.blob_file_size: 268435456 2024-09-20T19:45:07.946 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-20T19:45:07.946 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-20T19:45:07.946 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-20T19:45:07.946 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-20T19:45:07.946 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-20T19:45:07.946 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.blob_file_starting_level: 0 2024-09-20T19:45:07.946 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-20T19:45:07.947 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: 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-09-20T19:45:07.947 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-20T19:45:07.947 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 67568c88-863c-4fdd-b204-81b3f476e0ab 2024-09-20T19:45:07.947 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726861507626698, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-20T19:45:07.947 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-20T19:45:07.947 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726861507627649, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 86023, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 267, "table_properties": {"data_size": 84152, "index_size": 255, "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": 10276, "raw_average_key_size": 46, "raw_value_size": 78258, "raw_average_value_size": 352, "num_data_blocks": 12, "num_entries": 222, "num_filter_entries": 222, "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": 1726861507, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "67568c88-863c-4fdd-b204-81b3f476e0ab", "db_session_id": "0NO52FGB7FMEDXP4WKQT", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-20T19:45:07.947 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726861507627746, "job": 1, "event": "recovery_finished"} 2024-09-20T19:45:07.947 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-20T19:45:07.947 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: 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-09-20T19:45:07.947 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55c1554c6e00 2024-09-20T19:45:07.947 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: DB pointer 0x55c1555c8000 2024-09-20T19:45:07.947 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-20T19:45:07.947 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-20T19:45:07.947 INFO:journalctl@ceph.mon.a.smithi002.stdout: ** DB Stats ** 2024-09-20T19:45:07.947 INFO:journalctl@ceph.mon.a.smithi002.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-20T19:45:07.948 INFO:journalctl@ceph.mon.a.smithi002.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-09-20T19:45:07.948 INFO:journalctl@ceph.mon.a.smithi002.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-20T19:45:07.948 INFO:journalctl@ceph.mon.a.smithi002.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-20T19:45:07.948 INFO:journalctl@ceph.mon.a.smithi002.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-09-20T19:45:07.948 INFO:journalctl@ceph.mon.a.smithi002.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-20T19:45:07.948 INFO:journalctl@ceph.mon.a.smithi002.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-20T19:45:07.948 INFO:journalctl@ceph.mon.a.smithi002.stdout: 2024-09-20T19:45:07.948 INFO:journalctl@ceph.mon.a.smithi002.stdout: ** Compaction Stats [default] ** 2024-09-20T19:45:07.948 INFO:journalctl@ceph.mon.a.smithi002.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-09-20T19:45:07.948 INFO:journalctl@ceph.mon.a.smithi002.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-20T19:45:07.948 INFO:journalctl@ceph.mon.a.smithi002.stdout: L0 2/0 85.87 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-20T19:45:07.948 INFO:journalctl@ceph.mon.a.smithi002.stdout: Sum 2/0 85.87 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-20T19:45:07.948 INFO:journalctl@ceph.mon.a.smithi002.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 141.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-20T19:45:07.948 INFO:journalctl@ceph.mon.a.smithi002.stdout: 2024-09-20T19:45:07.948 INFO:journalctl@ceph.mon.a.smithi002.stdout: ** Compaction Stats [default] ** 2024-09-20T19:45:07.949 INFO:journalctl@ceph.mon.a.smithi002.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-09-20T19:45:07.949 INFO:journalctl@ceph.mon.a.smithi002.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-20T19:45:07.949 INFO:journalctl@ceph.mon.a.smithi002.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 141.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-20T19:45:07.949 INFO:journalctl@ceph.mon.a.smithi002.stdout: 2024-09-20T19:45:07.949 INFO:journalctl@ceph.mon.a.smithi002.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-20T19:45:07.949 INFO:journalctl@ceph.mon.a.smithi002.stdout: 2024-09-20T19:45:07.949 INFO:journalctl@ceph.mon.a.smithi002.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-20T19:45:07.949 INFO:journalctl@ceph.mon.a.smithi002.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-20T19:45:07.950 INFO:journalctl@ceph.mon.a.smithi002.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-20T19:45:07.950 INFO:journalctl@ceph.mon.a.smithi002.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-20T19:45:07.950 INFO:journalctl@ceph.mon.a.smithi002.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-20T19:45:07.950 INFO:journalctl@ceph.mon.a.smithi002.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-20T19:45:07.950 INFO:journalctl@ceph.mon.a.smithi002.stdout: Cumulative compaction: 0.00 GB write, 24.89 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-20T19:45:07.950 INFO:journalctl@ceph.mon.a.smithi002.stdout: Interval compaction: 0.00 GB write, 24.89 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-20T19:45:07.951 INFO:journalctl@ceph.mon.a.smithi002.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-09-20T19:45:07.951 INFO:journalctl@ceph.mon.a.smithi002.stdout: Block cache BinnedLRUCache@0x55c155497610#7 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-09-20T19:45:07.951 INFO:journalctl@ceph.mon.a.smithi002.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-09-20T19:45:07.951 INFO:journalctl@ceph.mon.a.smithi002.stdout: 2024-09-20T19:45:07.951 INFO:journalctl@ceph.mon.a.smithi002.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-20T19:45:07.951 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: starting mon.a rank 0 at public addrs [v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0] at bind addrs [v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 861e5a06-7788-11ef-baf5-efdc52797490 2024-09-20T19:45:07.951 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: mon.a@-1(???) e1 preinit fsid 861e5a06-7788-11ef-baf5-efdc52797490 2024-09-20T19:45:07.951 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: mon.a@-1(???).mds e1 new map 2024-09-20T19:45:07.951 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: mon.a@-1(???).mds e1 print_map 2024-09-20T19:45:07.951 INFO:journalctl@ceph.mon.a.smithi002.stdout: e1 2024-09-20T19:45:07.952 INFO:journalctl@ceph.mon.a.smithi002.stdout: btime 2024-09-20T19:44:52:472144+0000 2024-09-20T19:45:07.952 INFO:journalctl@ceph.mon.a.smithi002.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-20T19:45:07.952 INFO:journalctl@ceph.mon.a.smithi002.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-09-20T19:45:07.952 INFO:journalctl@ceph.mon.a.smithi002.stdout: legacy client fscid: -1 2024-09-20T19:45:07.952 INFO:journalctl@ceph.mon.a.smithi002.stdout: 2024-09-20T19:45:07.952 INFO:journalctl@ceph.mon.a.smithi002.stdout: No filesystems configured 2024-09-20T19:45:07.952 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-20T19:45:07.952 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-20T19:45:07.952 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-20T19:45:07.952 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-20T19:45:07.952 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-20T19:45:07.952 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-20T19:45:07.953 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: monmap epoch 1 2024-09-20T19:45:07.953 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: fsid 861e5a06-7788-11ef-baf5-efdc52797490 2024-09-20T19:45:07.954 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: last_changed 2024-09-20T19:44:49.500466+0000 2024-09-20T19:45:07.954 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: created 2024-09-20T19:44:49.500466+0000 2024-09-20T19:45:07.954 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: min_mon_release 19 (squid) 2024-09-20T19:45:07.954 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: election_strategy: 1 2024-09-20T19:45:07.954 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: 0: [v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0] mon.a 2024-09-20T19:45:07.954 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: fsmap 2024-09-20T19:45:07.954 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: osdmap e1: 0 total, 0 up, 0 in 2024-09-20T19:45:07.954 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 ceph-mon[25446]: mgrmap e1: no daemons active 2024-09-20T19:45:07.954 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 bash[25399]: b2e3067882e75dbddf2ef85379d8d4195a1b9d40e41f6c6dd1b69fb507abb492 2024-09-20T19:45:07.954 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:07 smithi002 systemd[1]: Started Ceph mon.a for 861e5a06-7788-11ef-baf5-efdc52797490. 2024-09-20T19:45:08.745 INFO:teuthology.orchestra.run.smithi002.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-20T19:45:08.767 INFO:teuthology.orchestra.run.smithi002.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-20T19:45:08.767 INFO:teuthology.orchestra.run.smithi002.stdout:Creating mgr... 2024-09-20T19:45:08.768 INFO:teuthology.orchestra.run.smithi002.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-20T19:45:08.768 INFO:teuthology.orchestra.run.smithi002.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-20T19:45:09.037 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-861e5a06-7788-11ef-baf5-efdc52797490@mgr.x 2024-09-20T19:45:09.038 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Failed to reset failed state of unit ceph-861e5a06-7788-11ef-baf5-efdc52797490@mgr.x.service: Unit ceph-861e5a06-7788-11ef-baf5-efdc52797490@mgr.x.service not loaded. 2024-09-20T19:45:09.199 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-861e5a06-7788-11ef-baf5-efdc52797490.target.wants/ceph-861e5a06-7788-11ef-baf5-efdc52797490@mgr.x.service → /etc/systemd/system/ceph-861e5a06-7788-11ef-baf5-efdc52797490@.service. 2024-09-20T19:45:09.436 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:09 smithi002 ceph-mon[25446]: from='client.? 172.21.15.2:0/3648488080' entity='client.admin' 2024-09-20T19:45:09.741 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:09 smithi002 podman[25687]: 2024-09-20 19:45:09.340599568 +0000 UTC m=+0.016201270 image pull 82f5f45939a4d8f62db4f02ae9374981c40785acf9bb0102013462d795122b30 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:45:10.467 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-20T19:45:10.468 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout disabled 2024-09-20T19:45:10.475 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-20T19:45:10.475 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout inactive 2024-09-20T19:45:10.475 INFO:teuthology.orchestra.run.smithi002.stdout:firewalld.service is not enabled 2024-09-20T19:45:10.476 INFO:teuthology.orchestra.run.smithi002.stdout:Not possible to enable service . firewalld.service is not available 2024-09-20T19:45:10.485 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-20T19:45:10.485 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout disabled 2024-09-20T19:45:10.494 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-20T19:45:10.494 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout inactive 2024-09-20T19:45:10.494 INFO:teuthology.orchestra.run.smithi002.stdout:firewalld.service is not enabled 2024-09-20T19:45:10.494 INFO:teuthology.orchestra.run.smithi002.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-20T19:45:10.494 INFO:teuthology.orchestra.run.smithi002.stdout:Waiting for mgr to start... 2024-09-20T19:45:10.494 INFO:teuthology.orchestra.run.smithi002.stdout:Waiting for mgr... 2024-09-20T19:45:10.619 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:10 smithi002 podman[25687]: 2024-09-20 19:45:10.358857687 +0000 UTC m=+1.034459383 container init 503bef319c21280c3c4a06d99a93736a28b0ba0a52c3354752e8bbd0b006363c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, org.label-schema.vendor=CentOS, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-20T19:45:10.619 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:10 smithi002 podman[25687]: 2024-09-20 19:45:10.365405605 +0000 UTC m=+1.041007296 container start 503bef319c21280c3c4a06d99a93736a28b0ba0a52c3354752e8bbd0b006363c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, GIT_CLEAN=True, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-09-20T19:45:10.619 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:10 smithi002 bash[25687]: 503bef319c21280c3c4a06d99a93736a28b0ba0a52c3354752e8bbd0b006363c 2024-09-20T19:45:10.619 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:10 smithi002 systemd[1]: Started Ceph mgr.x for 861e5a06-7788-11ef-baf5-efdc52797490. 2024-09-20T19:45:11.241 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:11 smithi002 ceph-mon[25446]: from='client.? 172.21.15.2:0/3649652181' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-20T19:45:11.545 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-09-20T19:45:11.545 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout { 2024-09-20T19:45:11.545 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "fsid": "861e5a06-7788-11ef-baf5-efdc52797490", 2024-09-20T19:45:11.545 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "health": { 2024-09-20T19:45:11.545 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-20T19:45:11.545 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-20T19:45:11.545 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-20T19:45:11.545 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:45:11.545 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-20T19:45:11.545 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-20T19:45:11.546 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 0 2024-09-20T19:45:11.546 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:45:11.546 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-20T19:45:11.546 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "a" 2024-09-20T19:45:11.546 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:45:11.546 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-09-20T19:45:11.546 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-20T19:45:11.546 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:45:11.546 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-20T19:45:11.546 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-20T19:45:11.546 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:45:11.546 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-20T19:45:11.546 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:45:11.546 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-20T19:45:11.547 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-20T19:45:11.547 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-20T19:45:11.547 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-20T19:45:11.547 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-20T19:45:11.547 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-20T19:45:11.550 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:45:11.550 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-20T19:45:11.550 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-20T19:45:11.550 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-20T19:45:11.550 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-20T19:45:11.550 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-20T19:45:11.550 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-20T19:45:11.550 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-20T19:45:11.550 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-20T19:45:11.550 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-20T19:45:11.550 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:45:11.551 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-20T19:45:11.551 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:45:11.551 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "btime": "2024-09-20T19:44:52:472144+0000", 2024-09-20T19:45:11.551 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-20T19:45:11.551 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-20T19:45:11.551 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:45:11.551 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-20T19:45:11.551 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-20T19:45:11.551 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-20T19:45:11.551 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-20T19:45:11.551 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-20T19:45:11.551 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-20T19:45:11.551 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "restful" 2024-09-20T19:45:11.551 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:45:11.551 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-20T19:45:11.552 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:45:11.552 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-20T19:45:11.552 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:45:11.552 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "modified": "2024-09-20T19:44:52.472954+0000", 2024-09-20T19:45:11.552 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-20T19:45:11.552 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:45:11.552 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-20T19:45:11.552 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout } 2024-09-20T19:45:11.552 INFO:teuthology.orchestra.run.smithi002.stdout:mgr not available, waiting (1/15)... 2024-09-20T19:45:14.429 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:14 smithi002 ceph-mon[25446]: from='client.? 172.21.15.2:0/501838921' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-20T19:45:14.759 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-09-20T19:45:14.759 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout { 2024-09-20T19:45:14.759 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "fsid": "861e5a06-7788-11ef-baf5-efdc52797490", 2024-09-20T19:45:14.759 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "health": { 2024-09-20T19:45:14.759 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-20T19:45:14.759 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-20T19:45:14.760 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-20T19:45:14.760 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:45:14.760 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-20T19:45:14.760 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-20T19:45:14.760 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 0 2024-09-20T19:45:14.760 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:45:14.760 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-20T19:45:14.760 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "a" 2024-09-20T19:45:14.760 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:45:14.760 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-09-20T19:45:14.760 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-20T19:45:14.760 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:45:14.760 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-20T19:45:14.761 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-20T19:45:14.761 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:45:14.761 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-20T19:45:14.761 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:45:14.761 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-20T19:45:14.761 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-20T19:45:14.761 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-20T19:45:14.761 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-20T19:45:14.761 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-20T19:45:14.761 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-20T19:45:14.764 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:45:14.764 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-20T19:45:14.764 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-20T19:45:14.764 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-20T19:45:14.765 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-20T19:45:14.765 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-20T19:45:14.765 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-20T19:45:14.765 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-20T19:45:14.765 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-20T19:45:14.765 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-20T19:45:14.765 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:45:14.765 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-20T19:45:14.765 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:45:14.765 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "btime": "2024-09-20T19:44:52:472144+0000", 2024-09-20T19:45:14.765 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-20T19:45:14.765 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-20T19:45:14.765 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:45:14.765 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-20T19:45:14.766 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-20T19:45:14.766 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-20T19:45:14.766 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-20T19:45:14.766 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-20T19:45:14.766 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-20T19:45:14.766 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "restful" 2024-09-20T19:45:14.766 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:45:14.766 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-20T19:45:14.766 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:45:14.766 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-20T19:45:14.766 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:45:14.766 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "modified": "2024-09-20T19:44:52.472954+0000", 2024-09-20T19:45:14.766 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-20T19:45:14.766 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:45:14.767 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-20T19:45:14.767 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout } 2024-09-20T19:45:14.767 INFO:teuthology.orchestra.run.smithi002.stdout:mgr not available, waiting (2/15)... 2024-09-20T19:45:15.742 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:15 smithi002 ceph-mon[25446]: Activating manager daemon x 2024-09-20T19:45:15.742 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:15 smithi002 ceph-mon[25446]: mgrmap e2: x(active, starting, since 0.00293983s) 2024-09-20T19:45:15.742 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:15 smithi002 ceph-mon[25446]: from='mgr.14100 172.21.15.2:0/2286230757' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-20T19:45:15.742 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:15 smithi002 ceph-mon[25446]: from='mgr.14100 172.21.15.2:0/2286230757' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-20T19:45:15.742 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:15 smithi002 ceph-mon[25446]: from='mgr.14100 172.21.15.2:0/2286230757' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-20T19:45:15.742 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:15 smithi002 ceph-mon[25446]: from='mgr.14100 172.21.15.2:0/2286230757' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:45:15.742 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:15 smithi002 ceph-mon[25446]: from='mgr.14100 172.21.15.2:0/2286230757' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-20T19:45:15.742 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:15 smithi002 ceph-mon[25446]: Manager daemon x is now available 2024-09-20T19:45:15.742 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:15 smithi002 ceph-mon[25446]: from='mgr.14100 172.21.15.2:0/2286230757' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-20T19:45:15.742 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:15 smithi002 ceph-mon[25446]: from='mgr.14100 172.21.15.2:0/2286230757' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-20T19:45:15.742 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:15 smithi002 ceph-mon[25446]: from='mgr.14100 172.21.15.2:0/2286230757' entity='mgr.x' 2024-09-20T19:45:15.742 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:15 smithi002 ceph-mon[25446]: from='mgr.14100 172.21.15.2:0/2286230757' entity='mgr.x' 2024-09-20T19:45:15.743 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:15 smithi002 ceph-mon[25446]: from='mgr.14100 172.21.15.2:0/2286230757' entity='mgr.x' 2024-09-20T19:45:15.743 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:15 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: 2024-09-20T19:45:15.427+0000 7f91368a8040 -1 mgr[py] Module not found: 'dashboard' 2024-09-20T19:45:15.743 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:15 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: 2024-09-20T19:45:15.427+0000 7f91368a8040 -1 mgr[py] Traceback (most recent call last): 2024-09-20T19:45:15.743 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:15 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: File "/usr/share/ceph/mgr/dashboard/__init__.py", line 60, in 2024-09-20T19:45:15.743 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:15 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: from .module import Module, StandbyModule # noqa: F401 2024-09-20T19:45:15.743 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:15 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: File "/usr/share/ceph/mgr/dashboard/module.py", line 55, in 2024-09-20T19:45:15.743 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:15 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: from .plugins import PLUGIN_MANAGER, debug, feature_toggles, motd # isort:skip # noqa E501 # pylint: disable=unused-import 2024-09-20T19:45:15.743 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:15 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: File "/usr/share/ceph/mgr/dashboard/plugins/feature_toggles.py", line 15, in 2024-09-20T19:45:15.743 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:15 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: from ..controllers.rgw import Rgw, RgwBucket, RgwDaemon, RgwUser 2024-09-20T19:45:15.743 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:15 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: File "/usr/share/ceph/mgr/dashboard/controllers/rgw.py", line 17, in 2024-09-20T19:45:15.743 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:15 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: from ..services.rgw_client import _SYNC_GROUP_ID, NoRgwDaemonsException, RgwClient, RgwMultisite 2024-09-20T19:45:15.743 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:15 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: File "/usr/share/ceph/mgr/dashboard/services/rgw_client.py", line 251 2024-09-20T19:45:15.744 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:15 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: logger.warning(f"Credentials not found for RGW Daemon '{daemon_name}'. 2024-09-20T19:45:15.744 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:15 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: ^ 2024-09-20T19:45:15.744 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:15 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: SyntaxError: EOL while scanning string literal 2024-09-20T19:45:15.744 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:15 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: 2024-09-20T19:45:15.744 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:15 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: 2024-09-20T19:45:15.428+0000 7f91368a8040 -1 mgr[py] Class not found in module 'dashboard' 2024-09-20T19:45:15.744 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:15 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: 2024-09-20T19:45:15.428+0000 7f91368a8040 -1 mgr[py] Error loading module 'dashboard': (2) No such file or directory 2024-09-20T19:45:15.744 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:15 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: 2024-09-20T19:45:15.610+0000 7f91368a8040 -1 log_channel(cluster) log [ERR] : Failed to load ceph-mgr modules: dashboard 2024-09-20T19:45:17.741 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:17 smithi002 ceph-mon[25446]: mgrmap e3: x(active, since 1.00701s) 2024-09-20T19:45:17.741 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:17 smithi002 ceph-mon[25446]: from='client.? 172.21.15.2:0/3885162595' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-20T19:45:18.067 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-09-20T19:45:18.068 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout { 2024-09-20T19:45:18.068 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "fsid": "861e5a06-7788-11ef-baf5-efdc52797490", 2024-09-20T19:45:18.068 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "health": { 2024-09-20T19:45:18.068 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-20T19:45:18.068 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-20T19:45:18.068 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-20T19:45:18.068 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:45:18.068 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-20T19:45:18.068 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-20T19:45:18.068 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 0 2024-09-20T19:45:18.068 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:45:18.068 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-20T19:45:18.069 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "a" 2024-09-20T19:45:18.069 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:45:18.069 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-09-20T19:45:18.069 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-20T19:45:18.069 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:45:18.069 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-20T19:45:18.069 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-20T19:45:18.069 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:45:18.069 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-20T19:45:18.069 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:45:18.069 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-20T19:45:18.069 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-20T19:45:18.069 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-20T19:45:18.070 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-20T19:45:18.070 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-20T19:45:18.070 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-20T19:45:18.070 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:45:18.070 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-20T19:45:18.070 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-20T19:45:18.070 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-20T19:45:18.070 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-20T19:45:18.070 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-20T19:45:18.070 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-20T19:45:18.070 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-20T19:45:18.070 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-20T19:45:18.070 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-20T19:45:18.070 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:45:18.071 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-20T19:45:18.071 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:45:18.071 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "btime": "2024-09-20T19:44:52:472144+0000", 2024-09-20T19:45:18.071 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-20T19:45:18.071 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-20T19:45:18.071 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:45:18.071 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-20T19:45:18.071 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-20T19:45:18.071 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-20T19:45:18.071 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-20T19:45:18.071 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-20T19:45:18.071 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-20T19:45:18.071 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "restful" 2024-09-20T19:45:18.071 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:45:18.072 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-20T19:45:18.072 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:45:18.072 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-20T19:45:18.072 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:45:18.072 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "modified": "2024-09-20T19:44:52.472954+0000", 2024-09-20T19:45:18.072 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-20T19:45:18.072 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:45:18.072 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-20T19:45:18.072 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout } 2024-09-20T19:45:18.072 INFO:teuthology.orchestra.run.smithi002.stdout:mgr is available 2024-09-20T19:45:18.741 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:18 smithi002 ceph-mon[25446]: mgrmap e4: x(active, since 2s) 2024-09-20T19:45:19.212 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-09-20T19:45:19.212 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout [global] 2024-09-20T19:45:19.212 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout fsid = 861e5a06-7788-11ef-baf5-efdc52797490 2024-09-20T19:45:19.212 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-20T19:45:19.212 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.2:3300,v1:172.21.15.2:6789] 2024-09-20T19:45:19.212 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-20T19:45:19.212 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-20T19:45:19.212 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-20T19:45:19.212 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-20T19:45:19.212 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-09-20T19:45:19.213 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-20T19:45:19.213 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-20T19:45:19.213 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-09-20T19:45:19.213 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout [osd] 2024-09-20T19:45:19.213 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-20T19:45:19.213 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-20T19:45:19.213 INFO:teuthology.orchestra.run.smithi002.stdout:Enabling cephadm module... 2024-09-20T19:45:19.991 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:19 smithi002 ceph-mon[25446]: from='client.? 172.21.15.2:0/424612453' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-20T19:45:20.947 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:20 smithi002 ceph-mon[25446]: from='client.? 172.21.15.2:0/1841663997' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-20T19:45:20.947 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:20 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: ignoring --setuser ceph since I am not root 2024-09-20T19:45:20.947 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:20 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: ignoring --setgroup ceph since I am not root 2024-09-20T19:45:21.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:21 smithi002 ceph-mon[25446]: from='client.? 172.21.15.2:0/1841663997' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-20T19:45:21.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:21 smithi002 ceph-mon[25446]: mgrmap e5: x(active, since 5s) 2024-09-20T19:45:22.456 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout { 2024-09-20T19:45:22.457 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-20T19:45:22.457 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-20T19:45:22.457 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "active_name": "x", 2024-09-20T19:45:22.457 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-20T19:45:22.457 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout } 2024-09-20T19:45:22.457 INFO:teuthology.orchestra.run.smithi002.stdout:Waiting for the mgr to restart... 2024-09-20T19:45:22.457 INFO:teuthology.orchestra.run.smithi002.stdout:Waiting for mgr epoch 5... 2024-09-20T19:45:22.889 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:22 smithi002 ceph-mon[25446]: from='client.? 172.21.15.2:0/702603117' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-20T19:45:25.991 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:25 smithi002 ceph-mon[25446]: Active manager daemon x restarted 2024-09-20T19:45:25.991 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:25 smithi002 ceph-mon[25446]: Activating manager daemon x 2024-09-20T19:45:25.991 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:25 smithi002 ceph-mon[25446]: osdmap e2: 0 total, 0 up, 0 in 2024-09-20T19:45:25.992 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:25 smithi002 ceph-mon[25446]: mgrmap e6: x(active, starting, since 0.00340795s) 2024-09-20T19:45:25.992 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:25 smithi002 ceph-mon[25446]: from='mgr.14118 172.21.15.2:0/1465563184' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:45:25.992 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:25 smithi002 ceph-mon[25446]: from='mgr.14118 172.21.15.2:0/1465563184' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-20T19:45:25.992 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:25 smithi002 ceph-mon[25446]: from='mgr.14118 172.21.15.2:0/1465563184' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-20T19:45:25.992 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:25 smithi002 ceph-mon[25446]: from='mgr.14118 172.21.15.2:0/1465563184' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-20T19:45:25.992 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:25 smithi002 ceph-mon[25446]: from='mgr.14118 172.21.15.2:0/1465563184' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-20T19:45:25.992 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:25 smithi002 ceph-mon[25446]: Manager daemon x is now available 2024-09-20T19:45:25.992 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:25 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: 2024-09-20T19:45:25.724+0000 7f78cc329040 -1 mgr[py] Module not found: 'dashboard' 2024-09-20T19:45:25.992 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:25 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: 2024-09-20T19:45:25.724+0000 7f78cc329040 -1 mgr[py] Traceback (most recent call last): 2024-09-20T19:45:25.992 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:25 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: File "/usr/share/ceph/mgr/dashboard/__init__.py", line 60, in 2024-09-20T19:45:25.992 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:25 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: from .module import Module, StandbyModule # noqa: F401 2024-09-20T19:45:25.992 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:25 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: File "/usr/share/ceph/mgr/dashboard/module.py", line 55, in 2024-09-20T19:45:25.993 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:25 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: from .plugins import PLUGIN_MANAGER, debug, feature_toggles, motd # isort:skip # noqa E501 # pylint: disable=unused-import 2024-09-20T19:45:25.993 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:25 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: File "/usr/share/ceph/mgr/dashboard/plugins/feature_toggles.py", line 15, in 2024-09-20T19:45:25.993 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:25 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: from ..controllers.rgw import Rgw, RgwBucket, RgwDaemon, RgwUser 2024-09-20T19:45:25.993 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:25 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: File "/usr/share/ceph/mgr/dashboard/controllers/rgw.py", line 17, in 2024-09-20T19:45:25.993 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:25 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: from ..services.rgw_client import _SYNC_GROUP_ID, NoRgwDaemonsException, RgwClient, RgwMultisite 2024-09-20T19:45:25.993 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:25 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: File "/usr/share/ceph/mgr/dashboard/services/rgw_client.py", line 251 2024-09-20T19:45:25.993 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:25 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: logger.warning(f"Credentials not found for RGW Daemon '{daemon_name}'. 2024-09-20T19:45:25.993 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:25 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: ^ 2024-09-20T19:45:25.993 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:25 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: SyntaxError: EOL while scanning string literal 2024-09-20T19:45:25.993 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:25 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: 2024-09-20T19:45:25.993 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:25 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: 2024-09-20T19:45:25.725+0000 7f78cc329040 -1 mgr[py] Class not found in module 'dashboard' 2024-09-20T19:45:25.993 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:25 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: 2024-09-20T19:45:25.725+0000 7f78cc329040 -1 mgr[py] Error loading module 'dashboard': (2) No such file or directory 2024-09-20T19:45:25.993 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:25 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: 2024-09-20T19:45:25.909+0000 7f78cc329040 -1 log_channel(cluster) log [ERR] : Failed to load ceph-mgr modules: dashboard 2024-09-20T19:45:27.511 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout { 2024-09-20T19:45:27.511 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-20T19:45:27.511 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-20T19:45:27.511 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout } 2024-09-20T19:45:27.511 INFO:teuthology.orchestra.run.smithi002.stdout:mgr epoch 5 is available 2024-09-20T19:45:27.512 INFO:teuthology.orchestra.run.smithi002.stdout:Verifying orchestrator module is enabled... 2024-09-20T19:45:28.241 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:27 smithi002 ceph-mon[25446]: mgrmap e7: x(active, since 1.00444s) 2024-09-20T19:45:28.241 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:27 smithi002 ceph-mon[25446]: from='mgr.14118 172.21.15.2:0/1465563184' entity='mgr.x' 2024-09-20T19:45:28.241 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:27 smithi002 ceph-mon[25446]: from='mgr.14118 172.21.15.2:0/1465563184' entity='mgr.x' 2024-09-20T19:45:28.241 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:27 smithi002 ceph-mon[25446]: Found migration_current of "None". Setting to last migration. 2024-09-20T19:45:28.241 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:27 smithi002 ceph-mon[25446]: from='mgr.14118 172.21.15.2:0/1465563184' entity='mgr.x' 2024-09-20T19:45:28.241 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:27 smithi002 ceph-mon[25446]: from='mgr.14118 172.21.15.2:0/1465563184' entity='mgr.x' 2024-09-20T19:45:28.241 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:27 smithi002 ceph-mon[25446]: from='mgr.14118 172.21.15.2:0/1465563184' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:45:28.242 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:27 smithi002 ceph-mon[25446]: from='mgr.14118 172.21.15.2:0/1465563184' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:45:28.242 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:27 smithi002 ceph-mon[25446]: from='mgr.14118 172.21.15.2:0/1465563184' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-20T19:45:28.242 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:27 smithi002 ceph-mon[25446]: from='mgr.14118 172.21.15.2:0/1465563184' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-20T19:45:29.015 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:28 smithi002 ceph-mon[25446]: from='client.? 172.21.15.2:0/89881929' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-20T19:45:29.015 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:28 smithi002 ceph-mon[25446]: from='client.? 172.21.15.2:0/89881929' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-20T19:45:29.015 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:28 smithi002 ceph-mon[25446]: mgrmap e8: x(active, since 2s) 2024-09-20T19:45:29.015 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:28 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: 2024-09-20T19:45:28.968+0000 7f7832712640 -1 log_channel(cephadm) log [ERR] : [20/Sep/2024:19:45:28] ENGINE Error in HTTPServer.serve 2024-09-20T19:45:29.015 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:28 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: Traceback (most recent call last): 2024-09-20T19:45:29.015 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:28 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T19:45:29.016 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:28 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: self._connections.run(self.expiration_interval) 2024-09-20T19:45:29.016 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:28 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T19:45:29.016 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:28 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: self._run(expiration_interval) 2024-09-20T19:45:29.016 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:28 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T19:45:29.016 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:28 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T19:45:29.016 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:28 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T19:45:29.016 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:28 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T19:45:29.016 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:28 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T19:45:29.016 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:28 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: s = self.context.wrap_socket( 2024-09-20T19:45:29.016 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:28 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T19:45:29.016 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:28 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: return self.sslsocket_class._create( 2024-09-20T19:45:29.016 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:28 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T19:45:29.016 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:28 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: self.do_handshake() 2024-09-20T19:45:29.017 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:28 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T19:45:29.017 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:28 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: self._sslobj.do_handshake() 2024-09-20T19:45:29.017 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:28 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T19:45:29.017 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:28 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: 2024-09-20T19:45:29.017 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2024-09-20T19:45:29.017 INFO:teuthology.orchestra.run.smithi002.stdout:Setting orchestrator backend to cephadm... 2024-09-20T19:45:29.992 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:29 smithi002 ceph-mon[25446]: [20/Sep/2024:19:45:28] ENGINE Bus STARTING 2024-09-20T19:45:29.992 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:29 smithi002 ceph-mon[25446]: [20/Sep/2024:19:45:28] ENGINE Serving on http://172.21.15.2:8765 2024-09-20T19:45:29.992 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:29 smithi002 ceph-mon[25446]: [20/Sep/2024:19:45:28] ENGINE Serving on https://172.21.15.2:7150 2024-09-20T19:45:29.992 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:29 smithi002 ceph-mon[25446]: [20/Sep/2024:19:45:28] ENGINE Bus STARTED 2024-09-20T19:45:29.992 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:29 smithi002 ceph-mon[25446]: from='mgr.14118 172.21.15.2:0/1465563184' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:45:29.992 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:29 smithi002 ceph-mon[25446]: [20/Sep/2024:19:45:28] ENGINE Error in HTTPServer.serve 2024-09-20T19:45:29.992 INFO:journalctl@ceph.mon.a.smithi002.stdout: Traceback (most recent call last): 2024-09-20T19:45:29.992 INFO:journalctl@ceph.mon.a.smithi002.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T19:45:29.992 INFO:journalctl@ceph.mon.a.smithi002.stdout: self._connections.run(self.expiration_interval) 2024-09-20T19:45:29.992 INFO:journalctl@ceph.mon.a.smithi002.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T19:45:29.993 INFO:journalctl@ceph.mon.a.smithi002.stdout: self._run(expiration_interval) 2024-09-20T19:45:29.993 INFO:journalctl@ceph.mon.a.smithi002.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T19:45:29.993 INFO:journalctl@ceph.mon.a.smithi002.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T19:45:29.993 INFO:journalctl@ceph.mon.a.smithi002.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T19:45:29.993 INFO:journalctl@ceph.mon.a.smithi002.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T19:45:29.993 INFO:journalctl@ceph.mon.a.smithi002.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T19:45:29.993 INFO:journalctl@ceph.mon.a.smithi002.stdout: s = self.context.wrap_socket( 2024-09-20T19:45:29.993 INFO:journalctl@ceph.mon.a.smithi002.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T19:45:29.993 INFO:journalctl@ceph.mon.a.smithi002.stdout: return self.sslsocket_class._create( 2024-09-20T19:45:29.993 INFO:journalctl@ceph.mon.a.smithi002.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T19:45:29.993 INFO:journalctl@ceph.mon.a.smithi002.stdout: self.do_handshake() 2024-09-20T19:45:29.993 INFO:journalctl@ceph.mon.a.smithi002.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T19:45:29.993 INFO:journalctl@ceph.mon.a.smithi002.stdout: self._sslobj.do_handshake() 2024-09-20T19:45:29.993 INFO:journalctl@ceph.mon.a.smithi002.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T19:45:29.993 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:29 smithi002 ceph-mon[25446]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:45:29.994 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:29 smithi002 ceph-mon[25446]: from='mgr.14118 172.21.15.2:0/1465563184' entity='mgr.x' 2024-09-20T19:45:29.994 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:29 smithi002 ceph-mon[25446]: from='mgr.14118 172.21.15.2:0/1465563184' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:45:31.295 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-20T19:45:31.295 INFO:teuthology.orchestra.run.smithi002.stdout:Generating ssh key... 2024-09-20T19:45:31.991 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:31 smithi002 ceph-mon[25446]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:45:32.898 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:32 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: Generating public/private rsa key pair. 2024-09-20T19:45:32.899 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:32 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: Your identification has been saved in /tmp/tmptrjz76tq/key 2024-09-20T19:45:32.899 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:32 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: Your public key has been saved in /tmp/tmptrjz76tq/key.pub 2024-09-20T19:45:32.899 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:32 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: The key fingerprint is: 2024-09-20T19:45:32.899 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:32 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: SHA256:o3IXu8mXYOkv2XC96skWvk43//QhScw7NJ8RFvHPA4I ceph-861e5a06-7788-11ef-baf5-efdc52797490 2024-09-20T19:45:32.899 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:32 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: The key's randomart image is: 2024-09-20T19:45:32.899 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:32 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: +---[RSA 3072]----+ 2024-09-20T19:45:32.899 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:32 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: | o.| 2024-09-20T19:45:32.899 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:32 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: | . o| 2024-09-20T19:45:32.899 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:32 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: | E . . o.| 2024-09-20T19:45:32.899 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:32 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: | + o.o| 2024-09-20T19:45:32.899 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:32 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: | S. . * oo| 2024-09-20T19:45:32.899 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:32 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: | .=+o + = +| 2024-09-20T19:45:32.899 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:32 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: | . oooB.oo* +.| 2024-09-20T19:45:32.900 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:32 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: | o o+=*o.oo.o| 2024-09-20T19:45:32.900 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:32 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: | +BOo ..o| 2024-09-20T19:45:32.900 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:32 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: +----[SHA256]-----+ 2024-09-20T19:45:33.741 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:33 smithi002 ceph-mon[25446]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:45:33.741 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:33 smithi002 ceph-mon[25446]: Generating ssh key... 2024-09-20T19:45:33.741 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:33 smithi002 ceph-mon[25446]: from='mgr.14118 172.21.15.2:0/1465563184' entity='mgr.x' 2024-09-20T19:45:33.741 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:33 smithi002 ceph-mon[25446]: from='mgr.14118 172.21.15.2:0/1465563184' entity='mgr.x' 2024-09-20T19:45:34.307 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLvCd1uhxqznI4KR1lAxOkKb1fRr6URqd5EsuZTRRs8yerKHhJHgeMQv6QdRBuKdDDYCjTQLEo+woTuiryjjD9FiFJ6r6tRZbiQ1JrX8mynKCVqAZw/TSfNwZHmyjIqtBzQoNj2XrlgALO1aTfNyB1wkQUolSscLyHI6a/S3ILNkzQRjRHz/K/+raJWy+VVgrQMQnTo23yHcHzHsR++97Qt3AdoH5eJBSLDRbXFXuLBHfs4Kmr/0WU3N8lpo0k90DSZNDNWV1LZKqVCLKWc7PkN3BitcoUGRMNP3WB9jtHGGgu9bM1V0NUzsz7WP9V8u+d/KsQjNWrRdfeRTC4oq32iJA2HDuTEkfKgtHtKO7Nyz9dsLr1WcJC7Dfn801L/0grvb/jlVi+u8ZVBa5HQELG4vLi+R1XFa9VseIS1Y+lcIfxCfudJ1HEZ8mx1q1whT/UcTeHXW3uAjoWFjnUzhdwR0OuWX4AVqQgVt2EGQICsLb+XVGM1LkkxztdJGNh+JM= ceph-861e5a06-7788-11ef-baf5-efdc52797490 2024-09-20T19:45:34.307 INFO:teuthology.orchestra.run.smithi002.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-20T19:45:34.307 INFO:teuthology.orchestra.run.smithi002.stdout:Adding key to root@localhost authorized_keys... 2024-09-20T19:45:34.314 INFO:teuthology.orchestra.run.smithi002.stdout:Adding host smithi002... 2024-09-20T19:45:34.991 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:34 smithi002 ceph-mon[25446]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:45:35.907 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:35 smithi002 ceph-mon[25446]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi002", "addr": "172.21.15.2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:45:36.991 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:36 smithi002 ceph-mon[25446]: Deploying cephadm binary to smithi002 2024-09-20T19:45:39.288 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout Added host 'smithi002' with addr '172.21.15.2' 2024-09-20T19:45:39.289 INFO:teuthology.orchestra.run.smithi002.stdout:Deploying unmanaged mon service... 2024-09-20T19:45:39.918 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:39 smithi002 ceph-mon[25446]: from='mgr.14118 172.21.15.2:0/1465563184' entity='mgr.x' 2024-09-20T19:45:39.918 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:39 smithi002 ceph-mon[25446]: Added host smithi002 2024-09-20T19:45:39.919 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:39 smithi002 ceph-mon[25446]: from='mgr.14118 172.21.15.2:0/1465563184' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:45:40.503 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-20T19:45:40.503 INFO:teuthology.orchestra.run.smithi002.stdout:Deploying unmanaged mgr service... 2024-09-20T19:45:41.126 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:40 smithi002 ceph-mon[25446]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:45:41.126 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:40 smithi002 ceph-mon[25446]: Saving service mon spec with placement count:5 2024-09-20T19:45:41.126 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:40 smithi002 ceph-mon[25446]: from='mgr.14118 172.21.15.2:0/1465563184' entity='mgr.x' 2024-09-20T19:45:41.754 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-20T19:45:42.491 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:42 smithi002 ceph-mon[25446]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:45:42.491 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:42 smithi002 ceph-mon[25446]: Saving service mgr spec with placement count:2 2024-09-20T19:45:42.491 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:42 smithi002 ceph-mon[25446]: from='mgr.14118 172.21.15.2:0/1465563184' entity='mgr.x' 2024-09-20T19:45:44.081 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:43 smithi002 ceph-mon[25446]: from='client.? 172.21.15.2:0/3737794810' entity='client.admin' 2024-09-20T19:45:44.081 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:43 smithi002 ceph-mon[25446]: from='mgr.14118 172.21.15.2:0/1465563184' entity='mgr.x' 2024-09-20T19:45:44.081 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:43 smithi002 ceph-mon[25446]: from='mgr.14118 172.21.15.2:0/1465563184' entity='mgr.x' 2024-09-20T19:45:45.133 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 22 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -e NODE_NAME=smithi002 -v /var/log/ceph/861e5a06-7788-11ef-baf5-efdc52797490:/var/log/ceph:z -v /tmp/ceph-tmpk4_t0eta:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmm16auch:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 config set mgr mgr/dashboard/ssl_server_port 8443 2024-09-20T19:45:45.133 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stderr Error EINVAL: unrecognized config option 'mgr/dashboard/ssl_server_port' 2024-09-20T19:45:45.133 INFO:teuthology.orchestra.run.smithi002.stderr:RuntimeError: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -e NODE_NAME=smithi002 -v /var/log/ceph/861e5a06-7788-11ef-baf5-efdc52797490:/var/log/ceph:z -v /tmp/ceph-tmpk4_t0eta:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmm16auch:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 config set mgr mgr/dashboard/ssl_server_port 8443: Error EINVAL: unrecognized config option 'mgr/dashboard/ssl_server_port' 2024-09-20T19:45:45.133 INFO:teuthology.orchestra.run.smithi002.stderr: 2024-09-20T19:45:45.134 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-20T19:45:45.134 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-20T19:45:45.134 INFO:teuthology.orchestra.run.smithi002.stdout: *************** 2024-09-20T19:45:45.134 INFO:teuthology.orchestra.run.smithi002.stdout: Cephadm hit an issue during cluster installation. Current cluster files will be deleted automatically. 2024-09-20T19:45:45.134 INFO:teuthology.orchestra.run.smithi002.stdout: To disable this behaviour you can pass the --no-cleanup-on-failure flag. In case of any previous 2024-09-20T19:45:45.134 INFO:teuthology.orchestra.run.smithi002.stdout: broken installation, users must use the following command to completely delete the broken cluster: 2024-09-20T19:45:45.134 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-20T19:45:45.134 INFO:teuthology.orchestra.run.smithi002.stdout: > cephadm rm-cluster --force --zap-osds --fsid 2024-09-20T19:45:45.134 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-20T19:45:45.134 INFO:teuthology.orchestra.run.smithi002.stdout: for more information please refer to https://docs.ceph.com/en/latest/cephadm/operations/#purging-a-cluster 2024-09-20T19:45:45.134 INFO:teuthology.orchestra.run.smithi002.stdout: *************** 2024-09-20T19:45:45.134 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-20T19:45:45.134 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-20T19:45:45.135 INFO:teuthology.orchestra.run.smithi002.stdout:Deleting cluster with fsid: 861e5a06-7788-11ef-baf5-efdc52797490 2024-09-20T19:45:45.436 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stdout b2e3067882e7,33.33MB / 33.27GB 2024-09-20T19:45:45.436 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stdout 503bef319c21,466.5MB / 33.27GB 2024-09-20T19:45:45.467 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stdout b2e3067882e7,1.17% 2024-09-20T19:45:45.467 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stdout 503bef319c21,48.55% 2024-09-20T19:45:45.737 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:45 smithi002 systemd[1]: Stopping Ceph mon.a for 861e5a06-7788-11ef-baf5-efdc52797490... 2024-09-20T19:45:45.991 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:45 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mon-a[25415]: 2024-09-20T19:45:45.735+0000 7f5d689f7640 -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-09-20T19:45:45.991 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:45 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mon-a[25415]: 2024-09-20T19:45:45.735+0000 7f5d689f7640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-20T19:45:45.991 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:45 smithi002 podman[28079]: 2024-09-20 19:45:45.756484339 +0000 UTC m=+0.110392539 container died b2e3067882e75dbddf2ef85379d8d4195a1b9d40e41f6c6dd1b69fb507abb492 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-861e5a06-7788-11ef-baf5-efdc52797490-mon-a, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-20T19:45:46.427 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:46 smithi002 podman[28079]: 2024-09-20 19:45:46.108062178 +0000 UTC m=+0.461970382 container cleanup b2e3067882e75dbddf2ef85379d8d4195a1b9d40e41f6c6dd1b69fb507abb492 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-861e5a06-7788-11ef-baf5-efdc52797490-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2) 2024-09-20T19:45:46.427 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:46 smithi002 bash[28079]: ceph-861e5a06-7788-11ef-baf5-efdc52797490-mon-a 2024-09-20T19:45:46.741 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:46 smithi002 podman[28112]: 2024-09-20 19:45:46.426271672 +0000 UTC m=+0.664625918 container remove b2e3067882e75dbddf2ef85379d8d4195a1b9d40e41f6c6dd1b69fb507abb492 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-861e5a06-7788-11ef-baf5-efdc52797490-mon-a, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731) 2024-09-20T19:45:46.741 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:46 smithi002 systemd[1]: ceph-861e5a06-7788-11ef-baf5-efdc52797490@mon.a.service: Deactivated successfully. 2024-09-20T19:45:46.741 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:46 smithi002 systemd[1]: Stopped Ceph mon.a for 861e5a06-7788-11ef-baf5-efdc52797490. 2024-09-20T19:45:46.741 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 20 19:45:46 smithi002 systemd[1]: ceph-861e5a06-7788-11ef-baf5-efdc52797490@mon.a.service: Consumed 1.232s CPU time. 2024-09-20T19:45:46.786 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph-861e5a06-7788-11ef-baf5-efdc52797490.target.wants/ceph-861e5a06-7788-11ef-baf5-efdc52797490@mon.a.service". 2024-09-20T19:45:46.793 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 5 from systemctl stop ceph-861e5a06-7788-11ef-baf5-efdc52797490-init@mon.a.service 2024-09-20T19:45:46.793 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Failed to stop ceph-861e5a06-7788-11ef-baf5-efdc52797490-init@mon.a.service: Unit ceph-861e5a06-7788-11ef-baf5-efdc52797490-init@mon.a.service not loaded. 2024-09-20T19:45:46.800 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-861e5a06-7788-11ef-baf5-efdc52797490-init@mon.a.service 2024-09-20T19:45:46.800 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Failed to reset failed state of unit ceph-861e5a06-7788-11ef-baf5-efdc52797490-init@mon.a.service: Unit ceph-861e5a06-7788-11ef-baf5-efdc52797490-init@mon.a.service not loaded. 2024-09-20T19:45:46.806 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl disable ceph-861e5a06-7788-11ef-baf5-efdc52797490-init@mon.a.service 2024-09-20T19:45:46.806 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-861e5a06-7788-11ef-baf5-efdc52797490-init@mon.a.service does not exist. 2024-09-20T19:45:47.057 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:46 smithi002 systemd[1]: Stopping Ceph mgr.x for 861e5a06-7788-11ef-baf5-efdc52797490... 2024-09-20T19:45:47.352 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:47 smithi002 ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x[25702]: 2024-09-20T19:45:47.055+0000 7f78c82ca640 -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-09-20T19:45:47.353 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:47 smithi002 podman[28301]: 2024-09-20 19:45:47.087875218 +0000 UTC m=+0.120097933 container died 503bef319c21280c3c4a06d99a93736a28b0ba0a52c3354752e8bbd0b006363c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-20T19:45:47.697 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:47 smithi002 podman[28301]: 2024-09-20 19:45:47.453651288 +0000 UTC m=+0.485874034 container cleanup 503bef319c21280c3c4a06d99a93736a28b0ba0a52c3354752e8bbd0b006363c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-09-20T19:45:47.697 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:47 smithi002 bash[28301]: ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x 2024-09-20T19:45:47.973 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:47 smithi002 podman[28317]: 2024-09-20 19:45:47.69612975 +0000 UTC m=+0.607431622 container remove 503bef319c21280c3c4a06d99a93736a28b0ba0a52c3354752e8bbd0b006363c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-861e5a06-7788-11ef-baf5-efdc52797490-mgr-x, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2) 2024-09-20T19:45:47.973 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:47 smithi002 systemd[1]: ceph-861e5a06-7788-11ef-baf5-efdc52797490@mgr.x.service: Deactivated successfully. 2024-09-20T19:45:47.973 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:47 smithi002 systemd[1]: Stopped Ceph mgr.x for 861e5a06-7788-11ef-baf5-efdc52797490. 2024-09-20T19:45:47.973 INFO:journalctl@ceph.mgr.x.smithi002.stdout:Sep 20 19:45:47 smithi002 systemd[1]: ceph-861e5a06-7788-11ef-baf5-efdc52797490@mgr.x.service: Consumed 17.870s CPU time. 2024-09-20T19:45:48.076 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph-861e5a06-7788-11ef-baf5-efdc52797490.target.wants/ceph-861e5a06-7788-11ef-baf5-efdc52797490@mgr.x.service". 2024-09-20T19:45:48.084 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 5 from systemctl stop ceph-861e5a06-7788-11ef-baf5-efdc52797490-init@mgr.x.service 2024-09-20T19:45:48.084 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Failed to stop ceph-861e5a06-7788-11ef-baf5-efdc52797490-init@mgr.x.service: Unit ceph-861e5a06-7788-11ef-baf5-efdc52797490-init@mgr.x.service not loaded. 2024-09-20T19:45:48.091 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-861e5a06-7788-11ef-baf5-efdc52797490-init@mgr.x.service 2024-09-20T19:45:48.091 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Failed to reset failed state of unit ceph-861e5a06-7788-11ef-baf5-efdc52797490-init@mgr.x.service: Unit ceph-861e5a06-7788-11ef-baf5-efdc52797490-init@mgr.x.service not loaded. 2024-09-20T19:45:48.097 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl disable ceph-861e5a06-7788-11ef-baf5-efdc52797490-init@mgr.x.service 2024-09-20T19:45:48.098 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-861e5a06-7788-11ef-baf5-efdc52797490-init@mgr.x.service does not exist. 2024-09-20T19:45:48.261 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph.target.wants/ceph-861e5a06-7788-11ef-baf5-efdc52797490.target". 2024-09-20T19:45:48.261 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph-861e5a06-7788-11ef-baf5-efdc52797490.target". 2024-09-20T19:45:48.442 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-09-20T19:45:48.444 INFO:teuthology.orchestra.run.smithi002.stderr:Traceback (most recent call last): 2024-09-20T19:45:48.444 INFO:teuthology.orchestra.run.smithi002.stderr: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-20T19:45:48.464 INFO:teuthology.orchestra.run.smithi002.stderr: return _run_code(code, main_globals, None, 2024-09-20T19:45:48.464 INFO:teuthology.orchestra.run.smithi002.stderr: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-20T19:45:48.464 INFO:teuthology.orchestra.run.smithi002.stderr: exec(code, run_globals) 2024-09-20T19:45:48.464 INFO:teuthology.orchestra.run.smithi002.stderr: File "/tmp/tmp7xifg09j.cephadm.build/app/__main__.py", line 5628, in 2024-09-20T19:45:48.464 INFO:teuthology.orchestra.run.smithi002.stderr: File "/tmp/tmp7xifg09j.cephadm.build/app/__main__.py", line 5616, in main 2024-09-20T19:45:48.464 INFO:teuthology.orchestra.run.smithi002.stderr: File "/tmp/tmp7xifg09j.cephadm.build/app/__main__.py", line 2667, in _rollback 2024-09-20T19:45:48.464 INFO:teuthology.orchestra.run.smithi002.stderr: File "/tmp/tmp7xifg09j.cephadm.build/app/__main__.py", line 451, in _default_image 2024-09-20T19:45:48.464 INFO:teuthology.orchestra.run.smithi002.stderr: File "/tmp/tmp7xifg09j.cephadm.build/app/__main__.py", line 2933, in command_bootstrap 2024-09-20T19:45:48.464 INFO:teuthology.orchestra.run.smithi002.stderr: File "/tmp/tmp7xifg09j.cephadm.build/app/__main__.py", line 2431, in prepare_dashboard 2024-09-20T19:45:48.464 INFO:teuthology.orchestra.run.smithi002.stderr: File "/tmp/tmp7xifg09j.cephadm.build/app/__main__.py", line 2846, in cli 2024-09-20T19:45:48.464 INFO:teuthology.orchestra.run.smithi002.stderr: File "/tmp/tmp7xifg09j.cephadm.build/app/cephadmlib/container_types.py", line 429, in run 2024-09-20T19:45:48.464 INFO:teuthology.orchestra.run.smithi002.stderr: File "/tmp/tmp7xifg09j.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-09-20T19:45:48.465 INFO:teuthology.orchestra.run.smithi002.stderr:RuntimeError: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -e NODE_NAME=smithi002 -v /var/log/ceph/861e5a06-7788-11ef-baf5-efdc52797490:/var/log/ceph:z -v /tmp/ceph-tmpk4_t0eta:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmm16auch:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 config set mgr mgr/dashboard/ssl_server_port 8443: Error EINVAL: unrecognized config option 'mgr/dashboard/ssl_server_port' 2024-09-20T19:45:48.465 INFO:teuthology.orchestra.run.smithi002.stderr: 2024-09-20T19:45:48.488 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:45:48.489 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-20T19:45:48.489 DEBUG:teuthology.orchestra.run.smithi002:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-20T19:45:48.505 DEBUG:teuthology.orchestra.run.smithi040:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-20T19:45:48.526 INFO:tasks.cephadm:Stopping all daemons... 2024-09-20T19:45:48.526 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-20T19:45:48.526 DEBUG:teuthology.orchestra.run.smithi002:> sudo systemctl stop ceph-861e5a06-7788-11ef-baf5-efdc52797490@mon.a 2024-09-20T19:45:48.578 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to stop ceph-861e5a06-7788-11ef-baf5-efdc52797490@mon.a.service: Unit ceph-861e5a06-7788-11ef-baf5-efdc52797490@mon.a.service not loaded. 2024-09-20T19:45:48.579 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-09-20T19:45:48.580 ERROR:tasks.cephadm:Failed to stop "ceph.mon.a" Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 810, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi002 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -v bootstrap --fsid 861e5a06-7788-11ef-baf5-efdc52797490 --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.2 --single-host-defaults --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 897, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/daemon/cephadmunit.py", line 167, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi002 with status 5: 'sudo systemctl stop ceph-861e5a06-7788-11ef-baf5-efdc52797490@mon.a' 2024-09-20T19:45:48.581 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 810, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi002 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -v bootstrap --fsid 861e5a06-7788-11ef-baf5-efdc52797490 --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.2 --single-host-defaults --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 897, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/daemon/cephadmunit.py", line 167, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi002 with status 5: 'sudo systemctl stop ceph-861e5a06-7788-11ef-baf5-efdc52797490@mon.a' 2024-09-20T19:45:48.582 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-20T19:45:48.583 DEBUG:teuthology.misc:Transferring archived files from smithi002:/var/lib/ceph/861e5a06-7788-11ef-baf5-efdc52797490/crash to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912818/remote/smithi002/crash 2024-09-20T19:45:48.584 DEBUG:teuthology.orchestra.run.smithi002:> sudo tar c -f - -C /var/lib/ceph/861e5a06-7788-11ef-baf5-efdc52797490/crash -- . 2024-09-20T19:45:48.661 INFO:teuthology.orchestra.run.smithi002.stderr:tar: /var/lib/ceph/861e5a06-7788-11ef-baf5-efdc52797490/crash: Cannot open: No such file or directory 2024-09-20T19:45:48.662 INFO:teuthology.orchestra.run.smithi002.stderr:tar: Error is not recoverable: exiting now 2024-09-20T19:45:48.663 DEBUG:teuthology.misc:Transferring archived files from smithi040:/var/lib/ceph/861e5a06-7788-11ef-baf5-efdc52797490/crash to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912818/remote/smithi040/crash 2024-09-20T19:45:48.664 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /var/lib/ceph/861e5a06-7788-11ef-baf5-efdc52797490/crash -- . 2024-09-20T19:45:48.707 INFO:teuthology.orchestra.run.smithi040.stderr:tar: /var/lib/ceph/861e5a06-7788-11ef-baf5-efdc52797490/crash: Cannot open: No such file or directory 2024-09-20T19:45:48.707 INFO:teuthology.orchestra.run.smithi040.stderr:tar: Error is not recoverable: exiting now 2024-09-20T19:45:48.709 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-20T19:45:48.709 DEBUG:teuthology.orchestra.run.smithi002:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/861e5a06-7788-11ef-baf5-efdc52797490/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-09-20T19:45:48.735 INFO:teuthology.orchestra.run.smithi002.stderr:grep: /var/log/ceph/861e5a06-7788-11ef-baf5-efdc52797490/ceph.log: No such file or directory 2024-09-20T19:45:48.736 INFO:tasks.cephadm:Compressing logs... 2024-09-20T19:45:48.737 DEBUG:teuthology.orchestra.run.smithi002:> 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-09-20T19:45:48.779 DEBUG:teuthology.orchestra.run.smithi040:> 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-09-20T19:45:48.802 INFO:teuthology.orchestra.run.smithi002.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-09-20T19:45:48.804 INFO:teuthology.orchestra.run.smithi002.stderr: 2024-09-20T19:45:48.804 INFO:teuthology.orchestra.run.smithi002.stderr:real 0m0.012s 2024-09-20T19:45:48.804 INFO:teuthology.orchestra.run.smithi002.stderr:user 0m0.008s 2024-09-20T19:45:48.805 INFO:teuthology.orchestra.run.smithi002.stderr:sys 0m0.014s 2024-09-20T19:45:48.809 INFO:teuthology.orchestra.run.smithi040.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-09-20T19:45:48.809 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-20T19:45:48.810 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/cephadm.log: 56.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-20T19:45:48.812 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-09-20T19:45:48.812 INFO:teuthology.orchestra.run.smithi040.stderr:real 0m0.015s 2024-09-20T19:45:48.812 INFO:teuthology.orchestra.run.smithi040.stderr:user 0m0.011s 2024-09-20T19:45:48.812 INFO:teuthology.orchestra.run.smithi040.stderr:sys 0m0.016s 2024-09-20T19:45:48.812 INFO:tasks.cephadm:Archiving logs... 2024-09-20T19:45:48.813 DEBUG:teuthology.misc:Transferring archived files from smithi002:/var/log/ceph to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912818/remote/smithi002/log 2024-09-20T19:45:48.814 DEBUG:teuthology.orchestra.run.smithi002:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-20T19:45:48.869 DEBUG:teuthology.misc:Transferring archived files from smithi040:/var/log/ceph to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912818/remote/smithi040/log 2024-09-20T19:45:48.870 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-20T19:45:48.900 INFO:tasks.cephadm:Removing cluster... 2024-09-20T19:45:48.900 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 861e5a06-7788-11ef-baf5-efdc52797490 --force 2024-09-20T19:45:49.110 INFO:teuthology.orchestra.run.smithi002.stdout:Deleting cluster with fsid: 861e5a06-7788-11ef-baf5-efdc52797490 2024-09-20T19:45:49.226 INFO:tasks.cephadm:Removing cephadm ... 2024-09-20T19:45:49.227 DEBUG:teuthology.orchestra.run.smithi002:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-20T19:45:49.242 DEBUG:teuthology.orchestra.run.smithi040:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-20T19:45:49.263 INFO:tasks.cephadm:Teardown complete 2024-09-20T19:45:49.263 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 810, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi002 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -v bootstrap --fsid 861e5a06-7788-11ef-baf5-efdc52797490 --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.2 --single-host-defaults --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 112, 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_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 2334, 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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 1962, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 897, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/daemon/cephadmunit.py", line 167, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi002 with status 5: 'sudo systemctl stop ceph-861e5a06-7788-11ef-baf5-efdc52797490@mon.a' 2024-09-20T19:45:49.444 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=e9e6ac3c9cb84e35bd490c69f66b6ea7 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 810, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi002 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -v bootstrap --fsid 861e5a06-7788-11ef-baf5-efdc52797490 --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.2 --single-host-defaults --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 112, 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_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 2334, 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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 1962, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 897, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/daemon/cephadmunit.py", line 167, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi002 with status 5: 'sudo systemctl stop ceph-861e5a06-7788-11ef-baf5-efdc52797490@mon.a' 2024-09-20T19:45:49.449 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-20T19:45:49.458 DEBUG:teuthology.run_tasks:Unwinding manager cephadm.deploy_samba_ad_dc 2024-09-20T19:45:49.486 DEBUG:teuthology.orchestra.run.smithi040:> sudo podman stop samba-ad 2024-09-20T19:45:50.169 INFO:teuthology.orchestra.run.smithi040.stdout:samba-ad 2024-09-20T19:45:50.174 DEBUG:teuthology.orchestra.run.smithi040:> sudo podman rm samba-ad 2024-09-20T19:45:50.497 INFO:teuthology.orchestra.run.smithi040.stdout:samba-ad 2024-09-20T19:45:50.500 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -rf /var/lib/samba/container/logs /var/lib/samba/container/data 2024-09-20T19:45:50.526 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-20T19:45:50.535 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-20T19:45:50.536 DEBUG:teuthology.orchestra.run.smithi002:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-20T19:45:50.539 DEBUG:teuthology.orchestra.run.smithi040:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-20T19:45:50.554 INFO:teuthology.orchestra.run.smithi002.stderr:bash: line 1: ntpq: command not found 2024-09-20T19:45:50.559 INFO:teuthology.orchestra.run.smithi002.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-20T19:45:50.559 INFO:teuthology.orchestra.run.smithi002.stdout:=============================================================================== 2024-09-20T19:45:50.559 INFO:teuthology.orchestra.run.smithi002.stdout:^+ hv01.front.sepia.ceph.com 3 6 177 46 +624us[ +592us] +/- 62ms 2024-09-20T19:45:50.559 INFO:teuthology.orchestra.run.smithi002.stdout:^* hv02.front.sepia.ceph.com 3 6 177 45 +667us[ +634us] +/- 49ms 2024-09-20T19:45:50.560 INFO:teuthology.orchestra.run.smithi002.stdout:^+ hv03.front.sepia.ceph.com 3 6 177 44 -1677us[-1677us] +/- 70ms 2024-09-20T19:45:50.560 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:45:50.580 INFO:teuthology.orchestra.run.smithi040.stderr:bash: line 1: ntpq: command not found 2024-09-20T19:45:50.584 INFO:teuthology.orchestra.run.smithi040.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-20T19:45:50.585 INFO:teuthology.orchestra.run.smithi040.stdout:=============================================================================== 2024-09-20T19:45:50.585 INFO:teuthology.orchestra.run.smithi040.stdout:^+ hv01.front.sepia.ceph.com 3 6 177 46 +625us[ +625us] +/- 62ms 2024-09-20T19:45:50.585 INFO:teuthology.orchestra.run.smithi040.stdout:^* hv02.front.sepia.ceph.com 3 6 177 46 +670us[ +645us] +/- 49ms 2024-09-20T19:45:50.585 INFO:teuthology.orchestra.run.smithi040.stdout:^+ hv03.front.sepia.ceph.com 3 6 177 45 -1684us[-1684us] +/- 70ms 2024-09-20T19:45:50.585 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:45:50.585 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-20T19:45:50.594 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-20T19:45:50.595 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-20T19:45:50.603 DEBUG:teuthology.orchestra.run.smithi002:> 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-09-20T19:45:50.673 DEBUG:teuthology.orchestra.run.smithi040:> 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-09-20T19:45:50.732 DEBUG:teuthology.orchestra.run.smithi002:> 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 context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-20T19:45:50.764 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:45:50.764 DEBUG:teuthology.orchestra.run.smithi040:> 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 context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-20T19:45:50.791 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:45:50.792 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-20T19:45:50.803 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-20T19:45:50.812 INFO:teuthology.task.internal:Duration was 476.019337 seconds 2024-09-20T19:45:50.812 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-20T19:45:50.821 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-20T19:45:50.821 DEBUG:teuthology.orchestra.run.smithi002:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-20T19:45:50.824 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-20T19:45:50.866 INFO:teuthology.orchestra.run.smithi002.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-20T19:45:50.872 INFO:teuthology.orchestra.run.smithi040.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-20T19:45:51.304 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-20T19:45:51.305 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi002.front.sepia.ceph.com 2024-09-20T19:45:51.305 DEBUG:teuthology.orchestra.run.smithi002:> 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-09-20T19:45:51.331 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi040.front.sepia.ceph.com 2024-09-20T19:45:51.332 DEBUG:teuthology.orchestra.run.smithi040:> 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-09-20T19:45:51.375 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-20T19:45:51.375 DEBUG:teuthology.orchestra.run.smithi002:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-20T19:45:51.377 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-20T19:45:51.442 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-20T19:45:51.443 DEBUG:teuthology.orchestra.run.smithi002:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-20T19:45:51.450 DEBUG:teuthology.orchestra.run.smithi040:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-20T19:45:51.584 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-20T19:45:51.593 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-20T19:45:51.594 DEBUG:teuthology.orchestra.run.smithi002:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-20T19:45:51.619 DEBUG:teuthology.orchestra.run.smithi040:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-20T19:45:51.645 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-20T19:45:51.655 DEBUG:teuthology.orchestra.run.smithi002:> 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-09-20T19:45:51.663 DEBUG:teuthology.orchestra.run.smithi040:> 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-09-20T19:45:51.685 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern = core 2024-09-20T19:45:51.710 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = core 2024-09-20T19:45:51.733 DEBUG:teuthology.orchestra.run.smithi002:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-20T19:45:51.762 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:45:51.763 DEBUG:teuthology.orchestra.run.smithi040:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-20T19:45:51.788 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:45:51.788 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-20T19:45:51.798 INFO:teuthology.task.internal:Transferring archived files... 2024-09-20T19:45:51.798 DEBUG:teuthology.misc:Transferring archived files from smithi002:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912818/remote/smithi002 2024-09-20T19:45:51.798 DEBUG:teuthology.orchestra.run.smithi002:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-20T19:45:51.837 DEBUG:teuthology.misc:Transferring archived files from smithi040:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912818/remote/smithi040 2024-09-20T19:45:51.837 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-20T19:45:51.870 INFO:teuthology.task.internal:Removing archive directory... 2024-09-20T19:45:51.871 DEBUG:teuthology.orchestra.run.smithi002:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-20T19:45:51.874 DEBUG:teuthology.orchestra.run.smithi040:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-20T19:45:51.921 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-20T19:45:51.937 INFO:teuthology.task.internal:Not uploading archives. 2024-09-20T19:45:51.937 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-20T19:45:51.948 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-20T19:45:51.949 DEBUG:teuthology.orchestra.run.smithi002:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-20T19:45:51.951 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-20T19:45:51.964 INFO:teuthology.orchestra.run.smithi002.stdout: 266064 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 20 19:45 /home/ubuntu/cephtest 2024-09-20T19:45:51.977 INFO:teuthology.orchestra.run.smithi040.stdout: 265340 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 20 19:45 /home/ubuntu/cephtest 2024-09-20T19:45:51.978 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-20T19:45:51.987 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-20T19:45:52.016 INFO:teuthology.run:Summary data: description: orch:cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_mgr_res_dom} duration: 476.0193374156952 failure_reason: 'Command failed on smithi002 with status 5: ''sudo systemctl stop ceph-861e5a06-7788-11ef-baf5-efdc52797490@mon.a''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=e9e6ac3c9cb84e35bd490c69f66b6ea7 status: fail success: false 2024-09-20T19:45:52.016 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-20T19:45:52.108 INFO:teuthology.run:FAIL