2024-09-13T05:32:02.885 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-13T05:32:02.902 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-13T05:32:02.992 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi/7903143 branch: wip-guits-main-2024-09-12-1245 description: orch:cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_mgr_res_basic} email: gabrioux@ibm.com first_in_suite: false job_id: '7903143' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-main-2024-09-12-1245 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: 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - scontext=system_u:system_r:getty_t:s0 workunit: branch: wip-guits-main-2024-09-12-1245 sha1: 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 owner: scheduled_gabrioux@teuthology priority: 70 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: 1848 sha1: 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-main-2024-09-12-1245 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 targets: smithi086.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGev3PP2q4bGVWiy6qvjrNnGES9iBfRrKzchixqPRxYMqG79h+9ov6SaQkEPErepXdNtc747nJNTJ091n3dPvxs= smithi118.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFs1zz4w5OusTrJLS2p5DZ4mpMGkiMQjNZj7/73i/EcTXPwfRNhJTKMyNeZ41cUfzeUvSxsS+TOzQgOl2kmofGI= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install nvmetcli nvme-cli -y - cephadm.configure_samba_client_container: 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:\ \ modusr1\n auth_mode: user\n user_group_settings:\n - {source_type:\ \ resource, ref: ug1}\n placement:\n count: 1\n- resource_type: ceph.smb.usersgroups\n\ \ users_groups_id: ug1\n values:\n users:\n - {name: user1, password:\ \ t3stP4ss1}\n - {name: user2, password: t3stP4ss2}\n groups: []\n\ - resource_type: ceph.smb.share\n cluster_id: modusr1\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: modusr1\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.modusr1 - cephadm.exec: host.b: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U user1%t3stP4ss1 //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U user2%t3stP4ss2 //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share2 -c ls' - cephadm.shell: host.a: - cmd: ceph smb apply -i - stdin: "# --- Begin Embedded YAML\n- resource_type: ceph.smb.cluster\n cluster_id:\ \ modusr1\n intent: removed\n- resource_type: ceph.smb.usersgroups\n users_groups_id:\ \ ug1\n intent: removed\n- resource_type: ceph.smb.share\n cluster_id: modusr1\n\ \ share_id: share1\n intent: removed\n- resource_type: ceph.smb.share\n\ \ cluster_id: modusr1\n share_id: share2\n intent: removed\n# --- End Embedded\ \ YAML\n" - cephadm.wait_for_service_not_present: service: smb.modusr1 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-13_05:00:55 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-13T05:32:02.992 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/qa; will attempt to use it 2024-09-13T05:32:02.993 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/qa/tasks 2024-09-13T05:32:02.993 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-13T05:32:02.995 INFO:teuthology.task.internal:Checking packages... 2024-09-13T05:32:03.017 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3' 2024-09-13T05:32:03.017 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-13T05:32:03.017 INFO:teuthology.packaging:ref: None 2024-09-13T05:32:03.017 INFO:teuthology.packaging:tag: None 2024-09-13T05:32:03.017 INFO:teuthology.packaging:branch: wip-guits-main-2024-09-12-1245 2024-09-13T05:32:03.017 INFO:teuthology.packaging:sha1: 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 2024-09-13T05:32:03.018 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-guits-main-2024-09-12-1245 2024-09-13T05:32:03.166 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4911.g9d608eb1 2024-09-13T05:32:03.167 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-13T05:32:03.174 INFO:teuthology.task.internal:no buildpackages task found 2024-09-13T05:32:03.174 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-13T05:32:03.257 INFO:teuthology.task.internal:Saving configuration 2024-09-13T05:32:03.269 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-13T05:32:03.300 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-13T05:32:03.333 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi086.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi/7903143', '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-13 05:26:29.009636', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGev3PP2q4bGVWiy6qvjrNnGES9iBfRrKzchixqPRxYMqG79h+9ov6SaQkEPErepXdNtc747nJNTJ091n3dPvxs='} 2024-09-13T05:32:03.364 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi118.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi/7903143', '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-13 05:26:29.007713', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFs1zz4w5OusTrJLS2p5DZ4mpMGkiMQjNZj7/73i/EcTXPwfRNhJTKMyNeZ41cUfzeUvSxsS+TOzQgOl2kmofGI='} 2024-09-13T05:32:03.364 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-13T05:32:03.370 INFO:teuthology.task.internal:roles: ubuntu@smithi086.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-09-13T05:32:03.370 INFO:teuthology.task.internal:roles: ubuntu@smithi118.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2024-09-13T05:32:03.370 INFO:teuthology.run_tasks:Running task console_log... 2024-09-13T05:32:03.508 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f669836fbe0>, signals=[15]) 2024-09-13T05:32:03.508 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-13T05:32:03.515 INFO:teuthology.task.internal:Opening connections... 2024-09-13T05:32:03.515 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi086.front.sepia.ceph.com 2024-09-13T05:32:03.516 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:32:03.599 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi118.front.sepia.ceph.com 2024-09-13T05:32:03.600 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:32:03.684 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-13T05:32:03.691 DEBUG:teuthology.orchestra.run.smithi086:> uname -m 2024-09-13T05:32:03.709 INFO:teuthology.orchestra.run.smithi086.stdout:x86_64 2024-09-13T05:32:03.709 DEBUG:teuthology.orchestra.run.smithi086:> cat /etc/os-release 2024-09-13T05:32:03.766 INFO:teuthology.orchestra.run.smithi086.stdout:NAME="CentOS Stream" 2024-09-13T05:32:03.766 INFO:teuthology.orchestra.run.smithi086.stdout:VERSION="9" 2024-09-13T05:32:03.766 INFO:teuthology.orchestra.run.smithi086.stdout:ID="centos" 2024-09-13T05:32:03.766 INFO:teuthology.orchestra.run.smithi086.stdout:ID_LIKE="rhel fedora" 2024-09-13T05:32:03.766 INFO:teuthology.orchestra.run.smithi086.stdout:VERSION_ID="9" 2024-09-13T05:32:03.766 INFO:teuthology.orchestra.run.smithi086.stdout:PLATFORM_ID="platform:el9" 2024-09-13T05:32:03.766 INFO:teuthology.orchestra.run.smithi086.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-13T05:32:03.767 INFO:teuthology.orchestra.run.smithi086.stdout:ANSI_COLOR="0;31" 2024-09-13T05:32:03.767 INFO:teuthology.orchestra.run.smithi086.stdout:LOGO="fedora-logo-icon" 2024-09-13T05:32:03.767 INFO:teuthology.orchestra.run.smithi086.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-13T05:32:03.767 INFO:teuthology.orchestra.run.smithi086.stdout:HOME_URL="https://centos.org/" 2024-09-13T05:32:03.767 INFO:teuthology.orchestra.run.smithi086.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-13T05:32:03.767 INFO:teuthology.orchestra.run.smithi086.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-13T05:32:03.767 INFO:teuthology.orchestra.run.smithi086.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-13T05:32:03.768 INFO:teuthology.lock.ops:Updating smithi086.front.sepia.ceph.com on lock server 2024-09-13T05:32:03.811 DEBUG:teuthology.orchestra.run.smithi118:> uname -m 2024-09-13T05:32:03.830 INFO:teuthology.orchestra.run.smithi118.stdout:x86_64 2024-09-13T05:32:03.830 DEBUG:teuthology.orchestra.run.smithi118:> cat /etc/os-release 2024-09-13T05:32:03.887 INFO:teuthology.orchestra.run.smithi118.stdout:NAME="CentOS Stream" 2024-09-13T05:32:03.887 INFO:teuthology.orchestra.run.smithi118.stdout:VERSION="9" 2024-09-13T05:32:03.887 INFO:teuthology.orchestra.run.smithi118.stdout:ID="centos" 2024-09-13T05:32:03.887 INFO:teuthology.orchestra.run.smithi118.stdout:ID_LIKE="rhel fedora" 2024-09-13T05:32:03.887 INFO:teuthology.orchestra.run.smithi118.stdout:VERSION_ID="9" 2024-09-13T05:32:03.887 INFO:teuthology.orchestra.run.smithi118.stdout:PLATFORM_ID="platform:el9" 2024-09-13T05:32:03.887 INFO:teuthology.orchestra.run.smithi118.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-13T05:32:03.887 INFO:teuthology.orchestra.run.smithi118.stdout:ANSI_COLOR="0;31" 2024-09-13T05:32:03.887 INFO:teuthology.orchestra.run.smithi118.stdout:LOGO="fedora-logo-icon" 2024-09-13T05:32:03.887 INFO:teuthology.orchestra.run.smithi118.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-13T05:32:03.888 INFO:teuthology.orchestra.run.smithi118.stdout:HOME_URL="https://centos.org/" 2024-09-13T05:32:03.888 INFO:teuthology.orchestra.run.smithi118.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-13T05:32:03.888 INFO:teuthology.orchestra.run.smithi118.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-13T05:32:03.888 INFO:teuthology.orchestra.run.smithi118.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-13T05:32:03.888 INFO:teuthology.lock.ops:Updating smithi118.front.sepia.ceph.com on lock server 2024-09-13T05:32:03.919 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-13T05:32:03.928 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-13T05:32:03.995 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-13T05:32:03.995 DEBUG:teuthology.orchestra.run.smithi086:> test '!' -e /home/ubuntu/cephtest 2024-09-13T05:32:03.998 DEBUG:teuthology.orchestra.run.smithi118:> test '!' -e /home/ubuntu/cephtest 2024-09-13T05:32:04.015 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-13T05:32:04.057 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-13T05:32:04.058 DEBUG:teuthology.orchestra.run.smithi086:> test -z $(ls -A /var/lib/ceph) 2024-09-13T05:32:04.060 DEBUG:teuthology.orchestra.run.smithi118:> test -z $(ls -A /var/lib/ceph) 2024-09-13T05:32:04.152 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-13T05:32:04.223 INFO:teuthology.run_tasks:Running task kernel... 2024-09-13T05:32:04.237 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-13T05:32:04.237 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-13T05:32:04.237 DEBUG:teuthology.orchestra.run.smithi086:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-13T05:32:04.238 DEBUG:teuthology.orchestra.run.smithi118:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-13T05:32:04.255 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:32:04.255 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:32:04.256 DEBUG:teuthology.orchestra.run.smithi118:> uname -r 2024-09-13T05:32:04.256 DEBUG:teuthology.orchestra.run.smithi086:> uname -r 2024-09-13T05:32:04.314 INFO:teuthology.orchestra.run.smithi086.stdout:5.14.0-503.el9.x86_64 2024-09-13T05:32:04.314 INFO:teuthology.task.kernel:Running kernel on smithi086: 5.14.0-503.el9.x86_64 2024-09-13T05:32:04.314 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum install -y kernel 2024-09-13T05:32:04.315 INFO:teuthology.orchestra.run.smithi118.stdout:5.14.0-503.el9.x86_64 2024-09-13T05:32:04.315 INFO:teuthology.task.kernel:Running kernel on smithi118: 5.14.0-503.el9.x86_64 2024-09-13T05:32:04.316 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum install -y kernel 2024-09-13T05:32:06.639 INFO:teuthology.orchestra.run.smithi086.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.2 MB 00:00 2024-09-13T05:32:07.167 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.2 MB 00:00 2024-09-13T05:32:08.632 INFO:teuthology.orchestra.run.smithi086.stdout:CentOS Stream 9 - AppStream 23 MB/s | 20 MB 00:00 2024-09-13T05:32:12.675 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 9 - AppStream 4.6 MB/s | 20 MB 00:04 2024-09-13T05:32:12.949 INFO:teuthology.orchestra.run.smithi086.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.5 MB 00:00 2024-09-13T05:32:14.541 INFO:teuthology.orchestra.run.smithi086.stdout:CentOS Stream 9 - Extras packages 50 kB/s | 19 kB 00:00 2024-09-13T05:32:15.329 INFO:teuthology.orchestra.run.smithi086.stdout:Extra Packages for Enterprise Linux 34 MB/s | 23 MB 00:00 2024-09-13T05:32:17.109 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 9 - CRB 10 MB/s | 6.5 MB 00:00 2024-09-13T05:32:18.776 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 9 - Extras packages 42 kB/s | 19 kB 00:00 2024-09-13T05:32:19.606 INFO:teuthology.orchestra.run.smithi118.stdout:Extra Packages for Enterprise Linux 32 MB/s | 23 MB 00:00 2024-09-13T05:32:20.776 INFO:teuthology.orchestra.run.smithi086.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-09-13T05:32:22.791 INFO:teuthology.orchestra.run.smithi086.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-13T05:32:22.792 INFO:teuthology.orchestra.run.smithi086.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-13T05:32:22.887 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-09-13T05:32:22.898 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-09-13T05:32:22.899 INFO:teuthology.orchestra.run.smithi086.stdout: Package Architecture Version Repository Size 2024-09-13T05:32:22.899 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-09-13T05:32:22.899 INFO:teuthology.orchestra.run.smithi086.stdout:Installing: 2024-09-13T05:32:22.899 INFO:teuthology.orchestra.run.smithi086.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-13T05:32:22.899 INFO:teuthology.orchestra.run.smithi086.stdout:Installing dependencies: 2024-09-13T05:32:22.899 INFO:teuthology.orchestra.run.smithi086.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-13T05:32:22.899 INFO:teuthology.orchestra.run.smithi086.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-13T05:32:22.899 INFO:teuthology.orchestra.run.smithi086.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-13T05:32:22.899 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-13T05:32:22.899 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2024-09-13T05:32:22.899 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-09-13T05:32:22.899 INFO:teuthology.orchestra.run.smithi086.stdout:Install 4 Packages 2024-09-13T05:32:22.900 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-13T05:32:22.900 INFO:teuthology.orchestra.run.smithi086.stdout:Total download size: 79 M 2024-09-13T05:32:22.900 INFO:teuthology.orchestra.run.smithi086.stdout:Installed size: 126 M 2024-09-13T05:32:22.900 INFO:teuthology.orchestra.run.smithi086.stdout:Downloading Packages: 2024-09-13T05:32:23.120 INFO:teuthology.orchestra.run.smithi086.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 219 kB/s | 23 kB 00:00 2024-09-13T05:32:23.503 INFO:teuthology.orchestra.run.smithi086.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 32 MB/s | 16 MB 00:00 2024-09-13T05:32:23.879 INFO:teuthology.orchestra.run.smithi086.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 38 MB/s | 29 MB 00:00 2024-09-13T05:32:24.179 INFO:teuthology.orchestra.run.smithi086.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 30 MB/s | 35 MB 00:01 2024-09-13T05:32:24.179 INFO:teuthology.orchestra.run.smithi086.stdout:-------------------------------------------------------------------------------- 2024-09-13T05:32:24.179 INFO:teuthology.orchestra.run.smithi086.stdout:Total 62 MB/s | 79 MB 00:01 2024-09-13T05:32:24.860 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction check 2024-09-13T05:32:25.036 INFO:teuthology.orchestra.run.smithi118.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-09-13T05:32:25.201 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction check succeeded. 2024-09-13T05:32:25.202 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction test 2024-09-13T05:32:26.156 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction test succeeded. 2024-09-13T05:32:26.157 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction 2024-09-13T05:32:27.076 INFO:teuthology.orchestra.run.smithi118.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-13T05:32:27.076 INFO:teuthology.orchestra.run.smithi118.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-13T05:32:27.177 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-09-13T05:32:27.187 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-13T05:32:27.187 INFO:teuthology.orchestra.run.smithi118.stdout: Package Architecture Version Repository Size 2024-09-13T05:32:27.187 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-13T05:32:27.188 INFO:teuthology.orchestra.run.smithi118.stdout:Installing: 2024-09-13T05:32:27.188 INFO:teuthology.orchestra.run.smithi118.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-13T05:32:27.188 INFO:teuthology.orchestra.run.smithi118.stdout:Installing dependencies: 2024-09-13T05:32:27.188 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-13T05:32:27.188 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-13T05:32:27.188 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-13T05:32:27.188 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-13T05:32:27.188 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2024-09-13T05:32:27.188 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-13T05:32:27.188 INFO:teuthology.orchestra.run.smithi118.stdout:Install 4 Packages 2024-09-13T05:32:27.188 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-13T05:32:27.189 INFO:teuthology.orchestra.run.smithi118.stdout:Total download size: 79 M 2024-09-13T05:32:27.189 INFO:teuthology.orchestra.run.smithi118.stdout:Installed size: 126 M 2024-09-13T05:32:27.189 INFO:teuthology.orchestra.run.smithi118.stdout:Downloading Packages: 2024-09-13T05:32:27.756 INFO:teuthology.orchestra.run.smithi118.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 73 kB/s | 23 kB 00:00 2024-09-13T05:32:28.608 INFO:teuthology.orchestra.run.smithi086.stdout: Preparing : 1/1 2024-09-13T05:32:29.354 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-13T05:32:29.454 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T05:32:32.233 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T05:32:32.374 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T05:32:37.196 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T05:32:37.233 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:32:42.059 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:32:44.019 INFO:teuthology.orchestra.run.smithi118.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 967 kB/s | 16 MB 00:16 2024-09-13T05:32:58.084 INFO:teuthology.orchestra.run.smithi118.stdout:(3/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 1.1 MB/s | 35 MB 00:30 2024-09-13T05:32:58.718 INFO:teuthology.orchestra.run.smithi118.stdout:(4/4): kernel-modules-core-5.14.0-505.el9.x86_6 944 kB/s | 29 MB 00:30 2024-09-13T05:32:58.718 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2024-09-13T05:32:58.718 INFO:teuthology.orchestra.run.smithi118.stdout:Total 2.5 MB/s | 79 MB 00:31 2024-09-13T05:32:59.401 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2024-09-13T05:32:59.737 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2024-09-13T05:32:59.737 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2024-09-13T05:33:00.696 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2024-09-13T05:33:00.696 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2024-09-13T05:33:03.154 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2024-09-13T05:33:03.816 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-13T05:33:03.909 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T05:33:06.686 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T05:33:06.814 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T05:33:11.652 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T05:33:11.773 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:33:16.617 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:33:20.338 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:33:20.378 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:33:20.769 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:33:20.769 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-13T05:33:20.769 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T05:33:20.769 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T05:33:21.583 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:33:21.583 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-13T05:33:21.583 INFO:teuthology.orchestra.run.smithi086.stdout:Installed: 2024-09-13T05:33:21.583 INFO:teuthology.orchestra.run.smithi086.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-13T05:33:21.583 INFO:teuthology.orchestra.run.smithi086.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-13T05:33:21.583 INFO:teuthology.orchestra.run.smithi086.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-13T05:33:21.583 INFO:teuthology.orchestra.run.smithi086.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-13T05:33:21.583 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-13T05:33:21.583 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-09-13T05:33:21.937 DEBUG:teuthology.orchestra.run.smithi086:> rpm -q kernel | sort -rV | head -n 1 2024-09-13T05:33:22.010 INFO:teuthology.orchestra.run.smithi086.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-13T05:33:22.010 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-13T05:33:22.011 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-13T05:33:22.011 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-13T05:33:22.011 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-13T05:33:22.011 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-13T05:33:22.011 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi086.front.sepia.ceph.com, path=None, version=distro) 2024-09-13T05:33:22.011 DEBUG:teuthology.orchestra.run.smithi086:> rpm -q kernel | sort -rV | head -n 1 2024-09-13T05:33:22.070 INFO:teuthology.orchestra.run.smithi086.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-13T05:33:22.070 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-13T05:33:22.070 DEBUG:teuthology.orchestra.run.smithi086:> sudo rpm -qi grub2-tools 2024-09-13T05:33:22.109 INFO:teuthology.orchestra.run.smithi086.stdout:Name : grub2-tools 2024-09-13T05:33:22.109 INFO:teuthology.orchestra.run.smithi086.stdout:Epoch : 1 2024-09-13T05:33:22.109 INFO:teuthology.orchestra.run.smithi086.stdout:Version : 2.06 2024-09-13T05:33:22.109 INFO:teuthology.orchestra.run.smithi086.stdout:Release : 82.el9 2024-09-13T05:33:22.109 INFO:teuthology.orchestra.run.smithi086.stdout:Architecture: x86_64 2024-09-13T05:33:22.109 INFO:teuthology.orchestra.run.smithi086.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-13T05:33:22.109 INFO:teuthology.orchestra.run.smithi086.stdout:Group : Unspecified 2024-09-13T05:33:22.109 INFO:teuthology.orchestra.run.smithi086.stdout:Size : 8274670 2024-09-13T05:33:22.110 INFO:teuthology.orchestra.run.smithi086.stdout:License : GPLv3+ 2024-09-13T05:33:22.110 INFO:teuthology.orchestra.run.smithi086.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-13T05:33:22.110 INFO:teuthology.orchestra.run.smithi086.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-13T05:33:22.110 INFO:teuthology.orchestra.run.smithi086.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-13T05:33:22.110 INFO:teuthology.orchestra.run.smithi086.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-13T05:33:22.110 INFO:teuthology.orchestra.run.smithi086.stdout:Packager : builder@centos.org 2024-09-13T05:33:22.110 INFO:teuthology.orchestra.run.smithi086.stdout:Vendor : CentOS 2024-09-13T05:33:22.110 INFO:teuthology.orchestra.run.smithi086.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-13T05:33:22.110 INFO:teuthology.orchestra.run.smithi086.stdout:Summary : Support tools for GRUB. 2024-09-13T05:33:22.110 INFO:teuthology.orchestra.run.smithi086.stdout:Description : 2024-09-13T05:33:22.110 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-13T05:33:22.110 INFO:teuthology.orchestra.run.smithi086.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-13T05:33:22.110 INFO:teuthology.orchestra.run.smithi086.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-13T05:33:22.110 INFO:teuthology.orchestra.run.smithi086.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-13T05:33:22.110 INFO:teuthology.orchestra.run.smithi086.stdout:hardware devices. 2024-09-13T05:33:22.111 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-13T05:33:22.111 INFO:teuthology.orchestra.run.smithi086.stdout:This subpackage provides tools for support of all platforms. 2024-09-13T05:33:22.111 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-13T05:33:22.111 INFO:teuthology.task.kernel:Updating grub on smithi086 to boot 5.14.0-505.el9.x86_64 2024-09-13T05:33:22.112 DEBUG:teuthology.orchestra.run.smithi086:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-13T05:33:22.746 INFO:teuthology.orchestra.run.smithi086.stderr:Generating grub configuration file ... 2024-09-13T05:33:24.056 INFO:teuthology.orchestra.run.smithi086.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-13T05:33:24.087 INFO:teuthology.orchestra.run.smithi086.stderr:done 2024-09-13T05:33:24.100 DEBUG:teuthology.orchestra.run.smithi086:> mktemp 2024-09-13T05:33:24.116 INFO:teuthology.orchestra.run.smithi086.stdout:/tmp/tmp.wKRHfK25EI 2024-09-13T05:33:24.116 DEBUG:teuthology.orchestra.run.smithi086:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.wKRHfK25EI 2024-09-13T05:33:24.190 DEBUG:teuthology.orchestra.run.smithi086:> sudo chmod 0666 /tmp/tmp.wKRHfK25EI 2024-09-13T05:33:24.331 DEBUG:teuthology.orchestra.remote:smithi086:/tmp/tmp.wKRHfK25EI is 6KB 2024-09-13T05:33:24.378 DEBUG:teuthology.orchestra.run.smithi086:> rm -fr /tmp/tmp.wKRHfK25EI 2024-09-13T05:33:24.394 DEBUG:teuthology.orchestra.run.smithi086:> sudo /bin/ls /boot/loader/entries || true 2024-09-13T05:33:24.456 INFO:teuthology.orchestra.run.smithi086.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-13T05:33:24.456 INFO:teuthology.orchestra.run.smithi086.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-13T05:33:24.456 INFO:teuthology.orchestra.run.smithi086.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-13T05:33:24.456 INFO:teuthology.orchestra.run.smithi086.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-13T05:33:24.457 DEBUG:teuthology.orchestra.run.smithi086:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-13T05:33:24.626 DEBUG:teuthology.orchestra.run.smithi086:> sudo shutdown -r now 2024-09-13T05:33:54.629 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-13T05:33:54.629 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-09-13T05:33:54.630 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:33:55.437 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:33:55.476 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:33:55.843 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:33:55.843 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-13T05:33:55.843 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T05:33:55.843 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T05:33:56.697 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:33:56.697 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-13T05:33:56.697 INFO:teuthology.orchestra.run.smithi118.stdout:Installed: 2024-09-13T05:33:56.698 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-13T05:33:56.698 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-13T05:33:56.698 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-13T05:33:56.698 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-13T05:33:56.698 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-13T05:33:56.698 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-09-13T05:33:57.110 DEBUG:teuthology.orchestra.run.smithi118:> rpm -q kernel | sort -rV | head -n 1 2024-09-13T05:33:57.193 INFO:teuthology.orchestra.run.smithi118.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-13T05:33:57.194 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-13T05:33:57.194 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-13T05:33:57.194 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-13T05:33:57.194 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-13T05:33:57.194 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-13T05:33:57.194 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi118.front.sepia.ceph.com, path=None, version=distro) 2024-09-13T05:33:57.194 DEBUG:teuthology.orchestra.run.smithi118:> rpm -q kernel | sort -rV | head -n 1 2024-09-13T05:33:57.253 INFO:teuthology.orchestra.run.smithi118.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-13T05:33:57.253 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-13T05:33:57.253 DEBUG:teuthology.orchestra.run.smithi118:> sudo rpm -qi grub2-tools 2024-09-13T05:33:57.285 INFO:teuthology.orchestra.run.smithi118.stdout:Name : grub2-tools 2024-09-13T05:33:57.285 INFO:teuthology.orchestra.run.smithi118.stdout:Epoch : 1 2024-09-13T05:33:57.285 INFO:teuthology.orchestra.run.smithi118.stdout:Version : 2.06 2024-09-13T05:33:57.286 INFO:teuthology.orchestra.run.smithi118.stdout:Release : 82.el9 2024-09-13T05:33:57.286 INFO:teuthology.orchestra.run.smithi118.stdout:Architecture: x86_64 2024-09-13T05:33:57.286 INFO:teuthology.orchestra.run.smithi118.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-13T05:33:57.286 INFO:teuthology.orchestra.run.smithi118.stdout:Group : Unspecified 2024-09-13T05:33:57.286 INFO:teuthology.orchestra.run.smithi118.stdout:Size : 8274670 2024-09-13T05:33:57.286 INFO:teuthology.orchestra.run.smithi118.stdout:License : GPLv3+ 2024-09-13T05:33:57.286 INFO:teuthology.orchestra.run.smithi118.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-13T05:33:57.286 INFO:teuthology.orchestra.run.smithi118.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-13T05:33:57.286 INFO:teuthology.orchestra.run.smithi118.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-13T05:33:57.286 INFO:teuthology.orchestra.run.smithi118.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-13T05:33:57.286 INFO:teuthology.orchestra.run.smithi118.stdout:Packager : builder@centos.org 2024-09-13T05:33:57.286 INFO:teuthology.orchestra.run.smithi118.stdout:Vendor : CentOS 2024-09-13T05:33:57.286 INFO:teuthology.orchestra.run.smithi118.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-13T05:33:57.286 INFO:teuthology.orchestra.run.smithi118.stdout:Summary : Support tools for GRUB. 2024-09-13T05:33:57.287 INFO:teuthology.orchestra.run.smithi118.stdout:Description : 2024-09-13T05:33:57.287 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-13T05:33:57.287 INFO:teuthology.orchestra.run.smithi118.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-13T05:33:57.287 INFO:teuthology.orchestra.run.smithi118.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-13T05:33:57.287 INFO:teuthology.orchestra.run.smithi118.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-13T05:33:57.287 INFO:teuthology.orchestra.run.smithi118.stdout:hardware devices. 2024-09-13T05:33:57.287 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-13T05:33:57.287 INFO:teuthology.orchestra.run.smithi118.stdout:This subpackage provides tools for support of all platforms. 2024-09-13T05:33:57.288 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-13T05:33:57.288 INFO:teuthology.task.kernel:Updating grub on smithi118 to boot 5.14.0-505.el9.x86_64 2024-09-13T05:33:57.288 DEBUG:teuthology.orchestra.run.smithi118:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-13T05:33:57.944 INFO:teuthology.orchestra.run.smithi118.stderr:Generating grub configuration file ... 2024-09-13T05:33:59.283 INFO:teuthology.orchestra.run.smithi118.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-13T05:33:59.305 INFO:teuthology.orchestra.run.smithi118.stderr:done 2024-09-13T05:33:59.315 DEBUG:teuthology.orchestra.run.smithi118:> mktemp 2024-09-13T05:33:59.331 INFO:teuthology.orchestra.run.smithi118.stdout:/tmp/tmp.fhS99PMoO9 2024-09-13T05:33:59.332 DEBUG:teuthology.orchestra.run.smithi118:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.fhS99PMoO9 2024-09-13T05:33:59.402 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod 0666 /tmp/tmp.fhS99PMoO9 2024-09-13T05:33:59.536 DEBUG:teuthology.orchestra.remote:smithi118:/tmp/tmp.fhS99PMoO9 is 6KB 2024-09-13T05:33:59.586 DEBUG:teuthology.orchestra.run.smithi118:> rm -fr /tmp/tmp.fhS99PMoO9 2024-09-13T05:33:59.601 DEBUG:teuthology.orchestra.run.smithi118:> sudo /bin/ls /boot/loader/entries || true 2024-09-13T05:33:59.664 INFO:teuthology.orchestra.run.smithi118.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-13T05:33:59.664 INFO:teuthology.orchestra.run.smithi118.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-13T05:33:59.664 INFO:teuthology.orchestra.run.smithi118.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-13T05:33:59.664 INFO:teuthology.orchestra.run.smithi118.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-13T05:33:59.665 DEBUG:teuthology.orchestra.run.smithi118:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-13T05:33:59.819 DEBUG:teuthology.orchestra.run.smithi118:> sudo shutdown -r now 2024-09-13T05:34:13.053 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-09-13T05:34:22.062 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-09-13T05:34:22.063 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:34:25.149 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-09-13T05:34:29.826 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-13T05:34:29.826 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-09-13T05:34:29.827 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:34:37.157 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-09-13T05:34:37.157 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:34:48.381 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.118 2024-09-13T05:34:55.553 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-09-13T05:34:57.383 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-09-13T05:34:57.384 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:35:00.449 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.118 2024-09-13T05:35:10.564 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-09-13T05:35:10.565 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:35:10.897 DEBUG:teuthology.orchestra.run.smithi086:> true 2024-09-13T05:35:11.342 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-09-13T05:35:11.342 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-505.el9.x86_64"... 2024-09-13T05:35:11.343 DEBUG:teuthology.orchestra.run.smithi086:> uname -r 2024-09-13T05:35:11.357 INFO:teuthology.orchestra.run.smithi086.stdout:5.14.0-505.el9.x86_64 2024-09-13T05:35:11.358 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-13T05:35:11.358 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-13T05:35:11.358 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-13T05:35:12.360 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-13T05:35:12.360 DEBUG:teuthology.orchestra.run.smithi086:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-13T05:35:12.449 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-09-13T05:35:12.450 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:35:12.504 INFO:teuthology.orchestra.run.smithi086.stdout:ttyS1 2024-09-13T05:35:12.531 DEBUG:teuthology.parallel:result is None 2024-09-13T05:36:12.460 DEBUG:teuthology.orchestra.remote:timed out 2024-09-13T05:36:27.461 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-09-13T05:36:27.462 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:36:27.888 DEBUG:teuthology.orchestra.run.smithi118:> true 2024-09-13T05:36:28.238 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-09-13T05:36:28.239 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-505.el9.x86_64"... 2024-09-13T05:36:28.239 DEBUG:teuthology.orchestra.run.smithi118:> uname -r 2024-09-13T05:36:28.257 INFO:teuthology.orchestra.run.smithi118.stdout:5.14.0-505.el9.x86_64 2024-09-13T05:36:28.257 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-13T05:36:28.257 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-13T05:36:28.257 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-13T05:36:29.258 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-13T05:36:29.258 DEBUG:teuthology.orchestra.run.smithi118:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-13T05:36:29.337 INFO:teuthology.orchestra.run.smithi118.stdout:ttyS1 2024-09-13T05:36:29.359 DEBUG:teuthology.parallel:result is None 2024-09-13T05:36:29.360 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-13T05:36:29.370 INFO:teuthology.task.internal:Creating test directory... 2024-09-13T05:36:29.370 DEBUG:teuthology.orchestra.run.smithi086:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-13T05:36:29.373 DEBUG:teuthology.orchestra.run.smithi118:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-13T05:36:29.392 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-13T05:36:29.458 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-13T05:36:29.525 INFO:teuthology.task.internal:Creating archive directory... 2024-09-13T05:36:29.526 DEBUG:teuthology.orchestra.run.smithi086:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-13T05:36:29.528 DEBUG:teuthology.orchestra.run.smithi118:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-13T05:36:29.566 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-13T05:36:29.612 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-13T05:36:29.612 DEBUG:teuthology.orchestra.run.smithi086:> 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-13T05:36:29.614 DEBUG:teuthology.orchestra.run.smithi118:> 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-13T05:36:29.648 INFO:teuthology.orchestra.run.smithi086.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T05:36:29.650 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T05:36:29.659 INFO:teuthology.orchestra.run.smithi086.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T05:36:29.662 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T05:36:29.663 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-13T05:36:29.670 INFO:teuthology.task.internal:Configuring sudo... 2024-09-13T05:36:29.670 DEBUG:teuthology.orchestra.run.smithi086:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-13T05:36:29.704 DEBUG:teuthology.orchestra.run.smithi118:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-13T05:36:29.733 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-13T05:36:29.750 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-13T05:36:29.751 DEBUG:teuthology.orchestra.run.smithi086:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-13T05:36:29.773 DEBUG:teuthology.orchestra.run.smithi118:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-13T05:36:29.791 DEBUG:teuthology.orchestra.run.smithi086:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T05:36:29.880 DEBUG:teuthology.orchestra.run.smithi086:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T05:36:29.919 DEBUG:teuthology.orchestra.run.smithi086:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T05:36:30.012 DEBUG:teuthology.orchestra.run.smithi086:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T05:36:30.044 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-09-13T05:36:30.045 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-13T05:36:30.110 DEBUG:teuthology.orchestra.run.smithi118:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T05:36:30.165 DEBUG:teuthology.orchestra.run.smithi118:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T05:36:30.210 DEBUG:teuthology.orchestra.run.smithi118:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T05:36:30.304 DEBUG:teuthology.orchestra.run.smithi118:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T05:36:30.341 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-09-13T05:36:30.341 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-13T05:36:30.408 DEBUG:teuthology.orchestra.run.smithi086:> sudo service rsyslog restart 2024-09-13T05:36:30.411 DEBUG:teuthology.orchestra.run.smithi118:> sudo service rsyslog restart 2024-09-13T05:36:30.485 INFO:teuthology.orchestra.run.smithi086.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-13T05:36:30.495 INFO:teuthology.orchestra.run.smithi118.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-13T05:36:30.907 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-13T05:36:30.915 INFO:teuthology.task.internal:Starting timer... 2024-09-13T05:36:30.915 INFO:teuthology.run_tasks:Running task pcp... 2024-09-13T05:36:30.979 INFO:teuthology.run_tasks:Running task selinux... 2024-09-13T05:36:31.005 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0', 'scontext=system_u:system_r:getty_t:s0']} 2024-09-13T05:36:31.005 DEBUG:teuthology.orchestra.run.smithi086:> sudo service auditd rotate 2024-09-13T05:36:31.103 INFO:teuthology.orchestra.run.smithi086.stdout:Rotating logs: 2024-09-13T05:36:31.105 DEBUG:teuthology.orchestra.run.smithi118:> sudo service auditd rotate 2024-09-13T05:36:31.187 INFO:teuthology.orchestra.run.smithi118.stdout:Rotating logs: 2024-09-13T05:36:31.189 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-13T05:36:31.189 DEBUG:teuthology.orchestra.run.smithi086:> /usr/sbin/getenforce 2024-09-13T05:36:31.215 INFO:teuthology.orchestra.run.smithi086.stdout:Permissive 2024-09-13T05:36:31.215 DEBUG:teuthology.orchestra.run.smithi118:> /usr/sbin/getenforce 2024-09-13T05:36:31.249 INFO:teuthology.orchestra.run.smithi118.stdout:Permissive 2024-09-13T05:36:31.249 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi086.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi118.front.sepia.ceph.com': 'permissive'} 2024-09-13T05:36:31.250 DEBUG:teuthology.orchestra.run.smithi086:> 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 -e scontext=system_u:system_r:getty_t:s0 2024-09-13T05:36:31.284 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:36:31.285 DEBUG:teuthology.orchestra.run.smithi118:> 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 -e scontext=system_u:system_r:getty_t:s0 2024-09-13T05:36:31.319 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:36:31.320 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-13T05:36:31.320 DEBUG:teuthology.orchestra.run.smithi086:> sudo /usr/sbin/setenforce permissive 2024-09-13T05:36:31.361 DEBUG:teuthology.orchestra.run.smithi118:> sudo /usr/sbin/setenforce permissive 2024-09-13T05:36:31.403 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-13T05:36:31.412 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-13T05:36:31.425 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-13T05:36:31.429 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi086.front.sepia.ceph.com,smithi118.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-13T05:40:18.790 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi086.front.sepia.ceph.com'), Remote(name='ubuntu@smithi118.front.sepia.ceph.com')] 2024-09-13T05:40:18.791 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-09-13T05:40:18.792 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:40:18.875 DEBUG:teuthology.orchestra.run.smithi086:> true 2024-09-13T05:40:18.969 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-09-13T05:40:18.969 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-09-13T05:40:18.969 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:40:19.055 DEBUG:teuthology.orchestra.run.smithi118:> true 2024-09-13T05:40:19.139 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-09-13T05:40:19.139 INFO:teuthology.run_tasks:Running task clock... 2024-09-13T05:40:19.149 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-13T05:40:19.149 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-13T05:40:19.150 DEBUG:teuthology.orchestra.run.smithi086:> 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-13T05:40:19.152 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-13T05:40:19.152 DEBUG:teuthology.orchestra.run.smithi118:> 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-13T05:40:19.184 INFO:teuthology.orchestra.run.smithi086.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-13T05:40:19.200 INFO:teuthology.orchestra.run.smithi086.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-13T05:40:19.211 INFO:teuthology.orchestra.run.smithi118.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-13T05:40:19.226 INFO:teuthology.orchestra.run.smithi086.stderr:sudo: ntpd: command not found 2024-09-13T05:40:19.227 INFO:teuthology.orchestra.run.smithi118.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-13T05:40:19.238 INFO:teuthology.orchestra.run.smithi086.stdout:506 Cannot talk to daemon 2024-09-13T05:40:19.253 INFO:teuthology.orchestra.run.smithi086.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-13T05:40:19.253 INFO:teuthology.orchestra.run.smithi118.stderr:sudo: ntpd: command not found 2024-09-13T05:40:19.264 INFO:teuthology.orchestra.run.smithi118.stdout:506 Cannot talk to daemon 2024-09-13T05:40:19.267 INFO:teuthology.orchestra.run.smithi086.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-13T05:40:19.280 INFO:teuthology.orchestra.run.smithi118.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-13T05:40:19.294 INFO:teuthology.orchestra.run.smithi118.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-13T05:40:19.332 INFO:teuthology.orchestra.run.smithi086.stderr:bash: line 1: ntpq: command not found 2024-09-13T05:40:19.336 INFO:teuthology.orchestra.run.smithi086.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-13T05:40:19.336 INFO:teuthology.orchestra.run.smithi086.stdout:=============================================================================== 2024-09-13T05:40:19.336 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T05:40:19.336 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T05:40:19.336 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T05:40:19.336 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T05:40:19.352 INFO:teuthology.orchestra.run.smithi118.stderr:bash: line 1: ntpq: command not found 2024-09-13T05:40:19.356 INFO:teuthology.orchestra.run.smithi118.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-13T05:40:19.356 INFO:teuthology.orchestra.run.smithi118.stdout:=============================================================================== 2024-09-13T05:40:19.356 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T05:40:19.356 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T05:40:19.356 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T05:40:19.356 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T05:40:19.357 INFO:teuthology.run_tasks:Running task pexec... 2024-09-13T05:40:19.366 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-13T05:40:19.367 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi086.front.sepia.ceph.com 2024-09-13T05:40:19.367 DEBUG:teuthology.orchestra.run.smithi086:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-13T05:40:19.367 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi118.front.sepia.ceph.com 2024-09-13T05:40:19.367 DEBUG:teuthology.orchestra.run.smithi118:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-13T05:40:19.726 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-09-13T05:40:19.745 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-09-13T05:40:19.745 INFO:teuthology.orchestra.run.smithi086.stdout: Package Architecture Version Repository Size 2024-09-13T05:40:19.745 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-09-13T05:40:19.746 INFO:teuthology.orchestra.run.smithi086.stdout:Removing: 2024-09-13T05:40:19.746 INFO:teuthology.orchestra.run.smithi086.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-13T05:40:19.746 INFO:teuthology.orchestra.run.smithi086.stdout:Removing unused dependencies: 2024-09-13T05:40:19.746 INFO:teuthology.orchestra.run.smithi086.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-13T05:40:19.746 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-13T05:40:19.746 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2024-09-13T05:40:19.746 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-09-13T05:40:19.746 INFO:teuthology.orchestra.run.smithi086.stdout:Remove 2 Packages 2024-09-13T05:40:19.746 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-13T05:40:19.746 INFO:teuthology.orchestra.run.smithi086.stdout:Freed space: 5.5 M 2024-09-13T05:40:19.746 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction check 2024-09-13T05:40:19.750 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction check succeeded. 2024-09-13T05:40:19.750 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction test 2024-09-13T05:40:19.750 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-09-13T05:40:19.761 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-13T05:40:19.761 INFO:teuthology.orchestra.run.smithi118.stdout: Package Architecture Version Repository Size 2024-09-13T05:40:19.761 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-13T05:40:19.762 INFO:teuthology.orchestra.run.smithi118.stdout:Removing: 2024-09-13T05:40:19.762 INFO:teuthology.orchestra.run.smithi118.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-13T05:40:19.762 INFO:teuthology.orchestra.run.smithi118.stdout:Removing unused dependencies: 2024-09-13T05:40:19.762 INFO:teuthology.orchestra.run.smithi118.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-13T05:40:19.762 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-13T05:40:19.762 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2024-09-13T05:40:19.762 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-13T05:40:19.762 INFO:teuthology.orchestra.run.smithi118.stdout:Remove 2 Packages 2024-09-13T05:40:19.762 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-13T05:40:19.762 INFO:teuthology.orchestra.run.smithi118.stdout:Freed space: 5.5 M 2024-09-13T05:40:19.762 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2024-09-13T05:40:19.766 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2024-09-13T05:40:19.766 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2024-09-13T05:40:19.808 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction test succeeded. 2024-09-13T05:40:19.809 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction 2024-09-13T05:40:19.821 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2024-09-13T05:40:19.821 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2024-09-13T05:40:19.945 INFO:teuthology.orchestra.run.smithi086.stdout: Preparing : 1/1 2024-09-13T05:40:19.958 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2024-09-13T05:40:20.012 INFO:teuthology.orchestra.run.smithi086.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-13T05:40:20.045 INFO:teuthology.orchestra.run.smithi118.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-13T05:40:20.077 INFO:teuthology.orchestra.run.smithi086.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-13T05:40:20.099 INFO:teuthology.orchestra.run.smithi118.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-13T05:40:20.589 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-13T05:40:20.590 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-13T05:40:20.604 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-13T05:40:20.604 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-13T05:40:20.851 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-13T05:40:20.851 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-13T05:40:20.851 INFO:teuthology.orchestra.run.smithi118.stdout:Removed: 2024-09-13T05:40:20.851 INFO:teuthology.orchestra.run.smithi118.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-13T05:40:20.851 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-13T05:40:20.851 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-09-13T05:40:20.862 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-13T05:40:20.862 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-13T05:40:20.862 INFO:teuthology.orchestra.run.smithi086.stdout:Removed: 2024-09-13T05:40:20.862 INFO:teuthology.orchestra.run.smithi086.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-13T05:40:20.862 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-13T05:40:20.862 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-09-13T05:40:21.649 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:00:50 ago on Fri 13 Sep 2024 05:39:31 AM UTC. 2024-09-13T05:40:21.748 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:00:50 ago on Fri 13 Sep 2024 05:39:31 AM UTC. 2024-09-13T05:40:21.784 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-09-13T05:40:21.785 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-09-13T05:40:21.785 INFO:teuthology.orchestra.run.smithi086.stdout: Package Architecture Version Repository Size 2024-09-13T05:40:21.785 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-09-13T05:40:21.785 INFO:teuthology.orchestra.run.smithi086.stdout:Installing: 2024-09-13T05:40:21.785 INFO:teuthology.orchestra.run.smithi086.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-13T05:40:21.786 INFO:teuthology.orchestra.run.smithi086.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-13T05:40:21.786 INFO:teuthology.orchestra.run.smithi086.stdout:Installing dependencies: 2024-09-13T05:40:21.786 INFO:teuthology.orchestra.run.smithi086.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-13T05:40:21.786 INFO:teuthology.orchestra.run.smithi086.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-13T05:40:21.786 INFO:teuthology.orchestra.run.smithi086.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-13T05:40:21.786 INFO:teuthology.orchestra.run.smithi086.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-13T05:40:21.786 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-13T05:40:21.786 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2024-09-13T05:40:21.786 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-09-13T05:40:21.786 INFO:teuthology.orchestra.run.smithi086.stdout:Install 6 Packages 2024-09-13T05:40:21.786 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-13T05:40:21.791 INFO:teuthology.orchestra.run.smithi086.stdout:Total download size: 2.0 M 2024-09-13T05:40:21.791 INFO:teuthology.orchestra.run.smithi086.stdout:Installed size: 9.2 M 2024-09-13T05:40:21.791 INFO:teuthology.orchestra.run.smithi086.stdout:Downloading Packages: 2024-09-13T05:40:21.888 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-09-13T05:40:21.889 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-13T05:40:21.889 INFO:teuthology.orchestra.run.smithi118.stdout: Package Architecture Version Repository Size 2024-09-13T05:40:21.889 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-13T05:40:21.889 INFO:teuthology.orchestra.run.smithi118.stdout:Installing: 2024-09-13T05:40:21.889 INFO:teuthology.orchestra.run.smithi118.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-13T05:40:21.889 INFO:teuthology.orchestra.run.smithi118.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-13T05:40:21.889 INFO:teuthology.orchestra.run.smithi118.stdout:Installing dependencies: 2024-09-13T05:40:21.889 INFO:teuthology.orchestra.run.smithi118.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-13T05:40:21.890 INFO:teuthology.orchestra.run.smithi118.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-13T05:40:21.890 INFO:teuthology.orchestra.run.smithi118.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-13T05:40:21.890 INFO:teuthology.orchestra.run.smithi118.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-13T05:40:21.890 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-13T05:40:21.890 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2024-09-13T05:40:21.890 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-13T05:40:21.890 INFO:teuthology.orchestra.run.smithi118.stdout:Install 6 Packages 2024-09-13T05:40:21.890 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-13T05:40:21.905 INFO:teuthology.orchestra.run.smithi118.stdout:Total download size: 2.0 M 2024-09-13T05:40:21.905 INFO:teuthology.orchestra.run.smithi118.stdout:Installed size: 9.2 M 2024-09-13T05:40:21.905 INFO:teuthology.orchestra.run.smithi118.stdout:Downloading Packages: 2024-09-13T05:40:22.065 INFO:teuthology.orchestra.run.smithi118.stdout:(1/6): nvmetcli-0.7-3.el9.noarch.rpm 401 kB/s | 44 kB 00:00 2024-09-13T05:40:22.115 INFO:teuthology.orchestra.run.smithi118.stdout:(2/6): libnvme-1.9-3.el9.x86_64.rpm 659 kB/s | 106 kB 00:00 2024-09-13T05:40:22.141 INFO:teuthology.orchestra.run.smithi118.stdout:(3/6): python3-configshell-1.1.30-1.el9.noarch. 954 kB/s | 72 kB 00:00 2024-09-13T05:40:22.191 INFO:teuthology.orchestra.run.smithi086.stdout:(1/6): nvmetcli-0.7-3.el9.noarch.rpm 377 kB/s | 44 kB 00:00 2024-09-13T05:40:22.192 INFO:teuthology.orchestra.run.smithi118.stdout:(4/6): python3-kmod-0.9-32.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2024-09-13T05:40:22.217 INFO:teuthology.orchestra.run.smithi086.stdout:(2/6): libnvme-1.9-3.el9.x86_64.rpm 739 kB/s | 106 kB 00:00 2024-09-13T05:40:22.241 INFO:teuthology.orchestra.run.smithi118.stdout:(5/6): nvme-cli-2.9.1-6.el9.x86_64.rpm 3.1 MB/s | 906 kB 00:00 2024-09-13T05:40:22.267 INFO:teuthology.orchestra.run.smithi086.stdout:(3/6): python3-configshell-1.1.30-1.el9.noarch. 951 kB/s | 72 kB 00:00 2024-09-13T05:40:22.292 INFO:teuthology.orchestra.run.smithi086.stdout:(4/6): python3-kmod-0.9-32.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2024-09-13T05:40:22.326 INFO:teuthology.orchestra.run.smithi086.stdout:(5/6): nvme-cli-2.9.1-6.el9.x86_64.rpm 3.5 MB/s | 906 kB 00:00 2024-09-13T05:40:22.361 INFO:teuthology.orchestra.run.smithi118.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 3.8 MB/s | 837 kB 00:00 2024-09-13T05:40:22.361 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2024-09-13T05:40:22.361 INFO:teuthology.orchestra.run.smithi118.stdout:Total 4.4 MB/s | 2.0 MB 00:00 2024-09-13T05:40:22.432 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2024-09-13T05:40:22.434 INFO:teuthology.orchestra.run.smithi086.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 4.9 MB/s | 837 kB 00:00 2024-09-13T05:40:22.435 INFO:teuthology.orchestra.run.smithi086.stdout:-------------------------------------------------------------------------------- 2024-09-13T05:40:22.435 INFO:teuthology.orchestra.run.smithi086.stdout:Total 3.1 MB/s | 2.0 MB 00:00 2024-09-13T05:40:22.446 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2024-09-13T05:40:22.446 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2024-09-13T05:40:22.513 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction check 2024-09-13T05:40:22.527 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction check succeeded. 2024-09-13T05:40:22.527 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction test 2024-09-13T05:40:22.756 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2024-09-13T05:40:22.757 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2024-09-13T05:40:22.821 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction test succeeded. 2024-09-13T05:40:22.822 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction 2024-09-13T05:40:23.175 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2024-09-13T05:40:23.251 INFO:teuthology.orchestra.run.smithi086.stdout: Preparing : 1/1 2024-09-13T05:40:23.278 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2024-09-13T05:40:23.313 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/6 2024-09-13T05:40:23.341 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/6 2024-09-13T05:40:23.345 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2024-09-13T05:40:23.380 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/6 2024-09-13T05:40:23.408 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/6 2024-09-13T05:40:23.557 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/6 2024-09-13T05:40:23.598 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-13T05:40:23.614 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/6 2024-09-13T05:40:23.648 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-13T05:40:24.041 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-13T05:40:24.077 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/6 2024-09-13T05:40:24.087 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-13T05:40:24.118 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/6 2024-09-13T05:40:25.094 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/6 2024-09-13T05:40:25.094 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/6 2024-09-13T05:40:25.095 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/6 2024-09-13T05:40:25.095 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/6 2024-09-13T05:40:25.095 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/6 2024-09-13T05:40:25.095 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/6 2024-09-13T05:40:25.110 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/6 2024-09-13T05:40:25.110 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/6 2024-09-13T05:40:25.110 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/6 2024-09-13T05:40:25.110 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/6 2024-09-13T05:40:25.110 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/6 2024-09-13T05:40:25.110 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/6 2024-09-13T05:40:25.420 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2024-09-13T05:40:25.421 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-13T05:40:25.421 INFO:teuthology.orchestra.run.smithi086.stdout:Installed: 2024-09-13T05:40:25.421 INFO:teuthology.orchestra.run.smithi086.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-13T05:40:25.421 INFO:teuthology.orchestra.run.smithi086.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-13T05:40:25.421 INFO:teuthology.orchestra.run.smithi086.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-13T05:40:25.421 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-13T05:40:25.421 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-09-13T05:40:25.473 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2024-09-13T05:40:25.473 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-13T05:40:25.473 INFO:teuthology.orchestra.run.smithi118.stdout:Installed: 2024-09-13T05:40:25.473 INFO:teuthology.orchestra.run.smithi118.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-13T05:40:25.473 INFO:teuthology.orchestra.run.smithi118.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-13T05:40:25.474 INFO:teuthology.orchestra.run.smithi118.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-13T05:40:25.474 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-13T05:40:25.474 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-09-13T05:40:25.766 DEBUG:teuthology.parallel:result is None 2024-09-13T05:40:25.781 DEBUG:teuthology.parallel:result is None 2024-09-13T05:40:25.781 INFO:teuthology.run_tasks:Running task cephadm.configure_samba_client_container... 2024-09-13T05:40:25.892 INFO:tasks.cephadm:Testing if podman is available 2024-09-13T05:40:25.892 DEBUG:teuthology.orchestra.run.smithi118:> sudo podman --help 2024-09-13T05:40:27.069 INFO:teuthology.orchestra.run.smithi118.stdout:Manage pods, containers and images 2024-09-13T05:40:27.069 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-13T05:40:27.072 INFO:teuthology.orchestra.run.smithi118.stdout:Usage: 2024-09-13T05:40:27.072 INFO:teuthology.orchestra.run.smithi118.stdout: podman [options] [command] 2024-09-13T05:40:27.072 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-13T05:40:27.072 INFO:teuthology.orchestra.run.smithi118.stdout:Available Commands: 2024-09-13T05:40:27.072 INFO:teuthology.orchestra.run.smithi118.stdout: attach Attach to a running container 2024-09-13T05:40:27.072 INFO:teuthology.orchestra.run.smithi118.stdout: auto-update Auto update containers according to their auto-update policy 2024-09-13T05:40:27.072 INFO:teuthology.orchestra.run.smithi118.stdout: build Build an image using instructions from Containerfiles 2024-09-13T05:40:27.073 INFO:teuthology.orchestra.run.smithi118.stdout: commit Create new image based on the changed container 2024-09-13T05:40:27.073 INFO:teuthology.orchestra.run.smithi118.stdout: compose Run compose workloads via an external provider such as docker-compose or podman-compose 2024-09-13T05:40:27.073 INFO:teuthology.orchestra.run.smithi118.stdout: container Manage containers 2024-09-13T05:40:27.073 INFO:teuthology.orchestra.run.smithi118.stdout: cp Copy files/folders between a container and the local filesystem 2024-09-13T05:40:27.073 INFO:teuthology.orchestra.run.smithi118.stdout: create Create but do not start a container 2024-09-13T05:40:27.073 INFO:teuthology.orchestra.run.smithi118.stdout: diff Display the changes to the object's file system 2024-09-13T05:40:27.073 INFO:teuthology.orchestra.run.smithi118.stdout: events Show podman system events 2024-09-13T05:40:27.074 INFO:teuthology.orchestra.run.smithi118.stdout: exec Run a process in a running container 2024-09-13T05:40:27.074 INFO:teuthology.orchestra.run.smithi118.stdout: export Export container's filesystem contents as a tar archive 2024-09-13T05:40:27.074 INFO:teuthology.orchestra.run.smithi118.stdout: farm Farm out builds to remote machines 2024-09-13T05:40:27.074 INFO:teuthology.orchestra.run.smithi118.stdout: generate Generate structured data based on containers, pods or volumes 2024-09-13T05:40:27.074 INFO:teuthology.orchestra.run.smithi118.stdout: healthcheck Manage health checks on containers 2024-09-13T05:40:27.074 INFO:teuthology.orchestra.run.smithi118.stdout: help Help about any command 2024-09-13T05:40:27.074 INFO:teuthology.orchestra.run.smithi118.stdout: history Show history of a specified image 2024-09-13T05:40:27.074 INFO:teuthology.orchestra.run.smithi118.stdout: image Manage images 2024-09-13T05:40:27.075 INFO:teuthology.orchestra.run.smithi118.stdout: images List images in local storage 2024-09-13T05:40:27.075 INFO:teuthology.orchestra.run.smithi118.stdout: import Import a tarball to create a filesystem image 2024-09-13T05:40:27.075 INFO:teuthology.orchestra.run.smithi118.stdout: info Display podman system information 2024-09-13T05:40:27.075 INFO:teuthology.orchestra.run.smithi118.stdout: init Initialize one or more containers 2024-09-13T05:40:27.075 INFO:teuthology.orchestra.run.smithi118.stdout: inspect Display the configuration of object denoted by ID 2024-09-13T05:40:27.075 INFO:teuthology.orchestra.run.smithi118.stdout: kill Kill one or more running containers with a specific signal 2024-09-13T05:40:27.075 INFO:teuthology.orchestra.run.smithi118.stdout: kube Play containers, pods or volumes from a structured file 2024-09-13T05:40:27.075 INFO:teuthology.orchestra.run.smithi118.stdout: load Load image(s) from a tar archive 2024-09-13T05:40:27.075 INFO:teuthology.orchestra.run.smithi118.stdout: login Log in to a container registry 2024-09-13T05:40:27.075 INFO:teuthology.orchestra.run.smithi118.stdout: logout Log out of a container registry 2024-09-13T05:40:27.075 INFO:teuthology.orchestra.run.smithi118.stdout: logs Fetch the logs of one or more containers 2024-09-13T05:40:27.075 INFO:teuthology.orchestra.run.smithi118.stdout: machine Manage a virtual machine 2024-09-13T05:40:27.076 INFO:teuthology.orchestra.run.smithi118.stdout: manifest Manipulate manifest lists and image indexes 2024-09-13T05:40:27.076 INFO:teuthology.orchestra.run.smithi118.stdout: mount Mount a working container's root filesystem 2024-09-13T05:40:27.076 INFO:teuthology.orchestra.run.smithi118.stdout: network Manage networks 2024-09-13T05:40:27.076 INFO:teuthology.orchestra.run.smithi118.stdout: pause Pause all the processes in one or more containers 2024-09-13T05:40:27.076 INFO:teuthology.orchestra.run.smithi118.stdout: pod Manage pods 2024-09-13T05:40:27.076 INFO:teuthology.orchestra.run.smithi118.stdout: port List port mappings or a specific mapping for the container 2024-09-13T05:40:27.076 INFO:teuthology.orchestra.run.smithi118.stdout: ps List containers 2024-09-13T05:40:27.076 INFO:teuthology.orchestra.run.smithi118.stdout: pull Pull an image from a registry 2024-09-13T05:40:27.076 INFO:teuthology.orchestra.run.smithi118.stdout: push Push an image to a specified destination 2024-09-13T05:40:27.076 INFO:teuthology.orchestra.run.smithi118.stdout: rename Rename an existing container 2024-09-13T05:40:27.076 INFO:teuthology.orchestra.run.smithi118.stdout: restart Restart one or more containers 2024-09-13T05:40:27.076 INFO:teuthology.orchestra.run.smithi118.stdout: rm Remove one or more containers 2024-09-13T05:40:27.076 INFO:teuthology.orchestra.run.smithi118.stdout: rmi Remove one or more images from local storage 2024-09-13T05:40:27.076 INFO:teuthology.orchestra.run.smithi118.stdout: run Run a command in a new container 2024-09-13T05:40:27.077 INFO:teuthology.orchestra.run.smithi118.stdout: save Save image(s) to an archive 2024-09-13T05:40:27.077 INFO:teuthology.orchestra.run.smithi118.stdout: search Search registry for image 2024-09-13T05:40:27.077 INFO:teuthology.orchestra.run.smithi118.stdout: secret Manage secrets 2024-09-13T05:40:27.077 INFO:teuthology.orchestra.run.smithi118.stdout: start Start one or more containers 2024-09-13T05:40:27.077 INFO:teuthology.orchestra.run.smithi118.stdout: stats Display a live stream of container resource usage statistics 2024-09-13T05:40:27.077 INFO:teuthology.orchestra.run.smithi118.stdout: stop Stop one or more containers 2024-09-13T05:40:27.077 INFO:teuthology.orchestra.run.smithi118.stdout: system Manage podman 2024-09-13T05:40:27.077 INFO:teuthology.orchestra.run.smithi118.stdout: tag Add an additional name to a local image 2024-09-13T05:40:27.077 INFO:teuthology.orchestra.run.smithi118.stdout: top Display the running processes of a container 2024-09-13T05:40:27.077 INFO:teuthology.orchestra.run.smithi118.stdout: unmount Unmount working container's root filesystem 2024-09-13T05:40:27.077 INFO:teuthology.orchestra.run.smithi118.stdout: unpause Unpause the processes in one or more containers 2024-09-13T05:40:27.077 INFO:teuthology.orchestra.run.smithi118.stdout: unshare Run a command in a modified user namespace 2024-09-13T05:40:27.077 INFO:teuthology.orchestra.run.smithi118.stdout: untag Remove a name from a local image 2024-09-13T05:40:27.077 INFO:teuthology.orchestra.run.smithi118.stdout: update Update an existing container 2024-09-13T05:40:27.078 INFO:teuthology.orchestra.run.smithi118.stdout: version Display the Podman version information 2024-09-13T05:40:27.078 INFO:teuthology.orchestra.run.smithi118.stdout: volume Manage volumes 2024-09-13T05:40:27.078 INFO:teuthology.orchestra.run.smithi118.stdout: wait Block on one or more containers 2024-09-13T05:40:27.078 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-13T05:40:27.078 INFO:teuthology.orchestra.run.smithi118.stdout:Options: 2024-09-13T05:40:27.078 INFO:teuthology.orchestra.run.smithi118.stdout: --cgroup-manager string Cgroup manager to use ("cgroupfs"|"systemd") (default "systemd") 2024-09-13T05:40:27.078 INFO:teuthology.orchestra.run.smithi118.stdout: --config string Location of authentication config file 2024-09-13T05:40:27.078 INFO:teuthology.orchestra.run.smithi118.stdout: --conmon string Path of the conmon binary 2024-09-13T05:40:27.078 INFO:teuthology.orchestra.run.smithi118.stdout: -c, --connection string Connection to use for remote Podman service (CONTAINER_CONNECTION) 2024-09-13T05:40:27.078 INFO:teuthology.orchestra.run.smithi118.stdout: --events-backend string Events backend to use ("file"|"journald"|"none") (default "journald") 2024-09-13T05:40:27.078 INFO:teuthology.orchestra.run.smithi118.stdout: --help Help for podman 2024-09-13T05:40:27.078 INFO:teuthology.orchestra.run.smithi118.stdout: --hooks-dir stringArray Set the OCI hooks directory path (may be set multiple times) (default [/usr/share/containers/oci/hooks.d]) 2024-09-13T05:40:27.078 INFO:teuthology.orchestra.run.smithi118.stdout: --identity string path to SSH identity file, (CONTAINER_SSHKEY) 2024-09-13T05:40:27.078 INFO:teuthology.orchestra.run.smithi118.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-13T05:40:27.079 INFO:teuthology.orchestra.run.smithi118.stdout: --log-level string Log messages above specified level (trace, debug, info, warn, warning, error, fatal, panic) (default "warn") 2024-09-13T05:40:27.079 INFO:teuthology.orchestra.run.smithi118.stdout: --module stringArray Load the containers.conf(5) module 2024-09-13T05:40:27.079 INFO:teuthology.orchestra.run.smithi118.stdout: --network-cmd-path string Path to the command for configuring the network 2024-09-13T05:40:27.079 INFO:teuthology.orchestra.run.smithi118.stdout: --network-config-dir string Path of the configuration directory for networks 2024-09-13T05:40:27.079 INFO:teuthology.orchestra.run.smithi118.stdout: --out string Send output (stdout) from podman to a file 2024-09-13T05:40:27.079 INFO:teuthology.orchestra.run.smithi118.stdout: -r, --remote Access remote Podman service 2024-09-13T05:40:27.079 INFO:teuthology.orchestra.run.smithi118.stdout: --root string Path to the graph root directory where images, containers, etc. are stored 2024-09-13T05:40:27.079 INFO:teuthology.orchestra.run.smithi118.stdout: --runroot string Path to the 'run directory' where all state information is stored 2024-09-13T05:40:27.079 INFO:teuthology.orchestra.run.smithi118.stdout: --runtime string Path to the OCI-compatible binary used to run containers. (default "crun") 2024-09-13T05:40:27.079 INFO:teuthology.orchestra.run.smithi118.stdout: --runtime-flag stringArray add global flags for the container runtime 2024-09-13T05:40:27.079 INFO:teuthology.orchestra.run.smithi118.stdout: --ssh string define the ssh mode (default "golang") 2024-09-13T05:40:27.079 INFO:teuthology.orchestra.run.smithi118.stdout: --storage-driver string Select which storage driver is used to manage storage of images and containers 2024-09-13T05:40:27.079 INFO:teuthology.orchestra.run.smithi118.stdout: --storage-opt stringArray Used to pass an option to the storage driver 2024-09-13T05:40:27.079 INFO:teuthology.orchestra.run.smithi118.stdout: --syslog Output logging information to syslog as well as the console (default false) 2024-09-13T05:40:27.080 INFO:teuthology.orchestra.run.smithi118.stdout: --tmpdir string Path to the tmp directory for libpod state content. 2024-09-13T05:40:27.080 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-13T05:40:27.080 INFO:teuthology.orchestra.run.smithi118.stdout: Note: use the environment variable 'TMPDIR' to change the temporary storage location for container images, '/var/tmp'. 2024-09-13T05:40:27.080 INFO:teuthology.orchestra.run.smithi118.stdout: (default "/run/libpod") 2024-09-13T05:40:27.080 INFO:teuthology.orchestra.run.smithi118.stdout: --transient-store Enable transient container storage 2024-09-13T05:40:27.080 INFO:teuthology.orchestra.run.smithi118.stdout: --url string URL to access Podman service (CONTAINER_HOST) (default "unix:///run/podman/podman.sock") 2024-09-13T05:40:27.080 INFO:teuthology.orchestra.run.smithi118.stdout: -v, --version version for podman 2024-09-13T05:40:27.080 INFO:teuthology.orchestra.run.smithi118.stdout: --volumepath string Path to the volume directory in which volume data is stored 2024-09-13T05:40:27.081 DEBUG:teuthology.orchestra.run.smithi118:> sudo podman pull quay.io/samba.org/samba-client:latest 2024-09-13T05:40:28.254 INFO:teuthology.orchestra.run.smithi118.stderr:Trying to pull quay.io/samba.org/samba-client:latest... 2024-09-13T05:40:28.714 INFO:teuthology.orchestra.run.smithi118.stderr:Getting image source signatures 2024-09-13T05:40:28.720 INFO:teuthology.orchestra.run.smithi118.stderr:Copying blob sha256:0173e89a2fccbe07a3da704de9fece2e4fe720ef9b81fd8e5afb3613864730b0 2024-09-13T05:40:28.720 INFO:teuthology.orchestra.run.smithi118.stderr:Copying blob sha256:6fc7ed9b669f01b0ccb8e4e1c5b530ffcf65d5be96a3fd4bf628d4cdf0d5a491 2024-09-13T05:40:32.531 INFO:teuthology.orchestra.run.smithi118.stderr:Copying config sha256:e4bb8143df905275cc73355df8a2255ba12b45cb6555fc5e61dbe40e1e685530 2024-09-13T05:40:32.665 INFO:teuthology.orchestra.run.smithi118.stderr:Writing manifest to image destination 2024-09-13T05:40:32.884 INFO:teuthology.orchestra.run.smithi118.stdout:e4bb8143df905275cc73355df8a2255ba12b45cb6555fc5e61dbe40e1e685530 2024-09-13T05:40:32.889 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-13T05:40:32.899 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': '9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3'} 2024-09-13T05:40:32.899 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 2024-09-13T05:40:32.900 INFO:tasks.cephadm:Cluster fsid is b1819786-7192-11ef-bceb-c7b262605968 2024-09-13T05:40:32.900 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-13T05:40:32.900 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.86'} 2024-09-13T05:40:32.900 INFO:tasks.cephadm:First mon is mon.a on smithi086 2024-09-13T05:40:32.900 INFO:tasks.cephadm:First mgr is x 2024-09-13T05:40:32.900 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-13T05:40:32.900 DEBUG:teuthology.orchestra.run.smithi086:> sudo hostname $(hostname -s) 2024-09-13T05:40:32.934 DEBUG:teuthology.orchestra.run.smithi118:> sudo hostname $(hostname -s) 2024-09-13T05:40:32.964 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-13T05:40:32.965 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 2024-09-13T05:40:33.131 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3', '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/83020/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-4911-g9d608eb1', '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-4911.g9d608eb1'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-09-12 18:36:28.367049', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-main-2024-09-12-1245', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-09-13T05:40:33.275 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-guits-main-2024-09-12-1245, sha1 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 2024-09-13T05:40:33.277 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/centos/9/x86_64/flavors/default/cephadm 2024-09-13T05:40:33.277 INFO:tasks.cephadm:Downloading cephadm from url: https://1.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/centos/9/x86_64/flavors/default/cephadm 2024-09-13T05:40:33.277 DEBUG:teuthology.orchestra.run.smithi086:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-13T05:40:33.659 INFO:teuthology.orchestra.run.smithi086.stdout:-rw-r--r--. 1 ubuntu ubuntu 804133 Sep 13 05:40 /home/ubuntu/cephtest/cephadm 2024-09-13T05:40:33.659 DEBUG:teuthology.orchestra.run.smithi118:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-13T05:40:34.050 INFO:teuthology.orchestra.run.smithi118.stdout:-rw-r--r--. 1 ubuntu ubuntu 804133 Sep 13 05:40 /home/ubuntu/cephtest/cephadm 2024-09-13T05:40:34.050 DEBUG:teuthology.orchestra.run.smithi086:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-13T05:40:34.067 DEBUG:teuthology.orchestra.run.smithi118:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-13T05:40:34.095 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 on all hosts... 2024-09-13T05:40:34.095 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 pull 2024-09-13T05:40:34.109 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 pull 2024-09-13T05:40:34.335 INFO:teuthology.orchestra.run.smithi118.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3... 2024-09-13T05:40:35.616 INFO:teuthology.orchestra.run.smithi086.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3... 2024-09-13T05:41:05.481 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-13T05:41:05.481 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph_version": "ceph version 19.3.0-4911-g9d608eb1 (9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3) squid (dev)", 2024-09-13T05:41:05.481 INFO:teuthology.orchestra.run.smithi086.stdout: "image_id": "0ce38589d192f00a67c8f9b0cb5ac7ff2f64a4d81462c062375b6ecefcaf776f", 2024-09-13T05:41:05.481 INFO:teuthology.orchestra.run.smithi086.stdout: "repo_digests": [ 2024-09-13T05:41:05.482 INFO:teuthology.orchestra.run.smithi086.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:931e75f8a8ba7bd669ee47053a4500e7d74632603919af8ba169df149fde6cff" 2024-09-13T05:41:05.482 INFO:teuthology.orchestra.run.smithi086.stdout: ] 2024-09-13T05:41:05.482 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-13T05:41:05.817 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2024-09-13T05:41:05.817 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph_version": "ceph version 19.3.0-4911-g9d608eb1 (9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3) squid (dev)", 2024-09-13T05:41:05.817 INFO:teuthology.orchestra.run.smithi118.stdout: "image_id": "0ce38589d192f00a67c8f9b0cb5ac7ff2f64a4d81462c062375b6ecefcaf776f", 2024-09-13T05:41:05.817 INFO:teuthology.orchestra.run.smithi118.stdout: "repo_digests": [ 2024-09-13T05:41:05.818 INFO:teuthology.orchestra.run.smithi118.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:931e75f8a8ba7bd669ee47053a4500e7d74632603919af8ba169df149fde6cff" 2024-09-13T05:41:05.818 INFO:teuthology.orchestra.run.smithi118.stdout: ] 2024-09-13T05:41:05.818 INFO:teuthology.orchestra.run.smithi118.stdout:} 2024-09-13T05:41:05.845 DEBUG:teuthology.orchestra.run.smithi086:> sudo mkdir -p /etc/ceph 2024-09-13T05:41:05.872 DEBUG:teuthology.orchestra.run.smithi118:> sudo mkdir -p /etc/ceph 2024-09-13T05:41:05.903 DEBUG:teuthology.orchestra.run.smithi086:> sudo chmod 777 /etc/ceph 2024-09-13T05:41:05.937 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod 777 /etc/ceph 2024-09-13T05:41:05.968 INFO:tasks.cephadm:Writing seed config... 2024-09-13T05:41:05.970 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-13T05:41:05.970 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-13T05:41:05.970 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-13T05:41:05.970 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-13T05:41:05.970 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-13T05:41:05.970 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-13T05:41:05.971 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-13T05:41:05.971 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-09-13T05:41:05.971 DEBUG:teuthology.orchestra.run.smithi086:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-13T05:41:05.993 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 = b1819786-7192-11ef-bceb-c7b262605968 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-13T05:41:05.993 DEBUG:teuthology.orchestra.run.smithi086:mon.a> sudo journalctl -f -n 0 -u ceph-b1819786-7192-11ef-bceb-c7b262605968@mon.a.service 2024-09-13T05:41:06.036 DEBUG:teuthology.orchestra.run.smithi086:mgr.x> sudo journalctl -f -n 0 -u ceph-b1819786-7192-11ef-bceb-c7b262605968@mgr.x.service 2024-09-13T05:41:06.078 INFO:tasks.cephadm:Bootstrapping... 2024-09-13T05:41:06.078 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 -v bootstrap --fsid b1819786-7192-11ef-bceb-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id x --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.86 --single-host-defaults --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-13T05:41:06.279 INFO:teuthology.orchestra.run.smithi086.stdout:-------------------------------------------------------------------------------- 2024-09-13T05:41:06.279 INFO:teuthology.orchestra.run.smithi086.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3', '-v', 'bootstrap', '--fsid', 'b1819786-7192-11ef-bceb-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'x', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.86', '--single-host-defaults', '--skip-admin-label'] 2024-09-13T05:41:06.279 INFO:teuthology.orchestra.run.smithi086.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-13T05:41:06.279 INFO:teuthology.orchestra.run.smithi086.stdout:Verifying podman|docker is present... 2024-09-13T05:41:06.302 INFO:teuthology.orchestra.run.smithi086.stdout:/bin/podman: stdout 5.2.2 2024-09-13T05:41:06.303 INFO:teuthology.orchestra.run.smithi086.stdout:Verifying lvm2 is present... 2024-09-13T05:41:06.303 INFO:teuthology.orchestra.run.smithi086.stdout:Verifying time synchronization is in place... 2024-09-13T05:41:06.310 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-13T05:41:06.310 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-13T05:41:06.316 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-13T05:41:06.316 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stdout inactive 2024-09-13T05:41:06.323 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stdout enabled 2024-09-13T05:41:06.329 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stdout active 2024-09-13T05:41:06.329 INFO:teuthology.orchestra.run.smithi086.stdout:Unit chronyd.service is enabled and running 2024-09-13T05:41:06.329 INFO:teuthology.orchestra.run.smithi086.stdout:Repeating the final host check... 2024-09-13T05:41:06.351 INFO:teuthology.orchestra.run.smithi086.stdout:/bin/podman: stdout 5.2.2 2024-09-13T05:41:06.351 INFO:teuthology.orchestra.run.smithi086.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-13T05:41:06.351 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl is present 2024-09-13T05:41:06.351 INFO:teuthology.orchestra.run.smithi086.stdout:lvcreate is present 2024-09-13T05:41:06.358 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-13T05:41:06.358 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-13T05:41:06.364 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-13T05:41:06.364 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stdout inactive 2024-09-13T05:41:06.370 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stdout enabled 2024-09-13T05:41:06.377 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stdout active 2024-09-13T05:41:06.377 INFO:teuthology.orchestra.run.smithi086.stdout:Unit chronyd.service is enabled and running 2024-09-13T05:41:06.377 INFO:teuthology.orchestra.run.smithi086.stdout:Host looks OK 2024-09-13T05:41:06.377 INFO:teuthology.orchestra.run.smithi086.stdout:Cluster fsid: b1819786-7192-11ef-bceb-c7b262605968 2024-09-13T05:41:06.377 INFO:teuthology.orchestra.run.smithi086.stdout:Acquiring lock 140052647532240 on /run/cephadm/b1819786-7192-11ef-bceb-c7b262605968.lock 2024-09-13T05:41:06.377 INFO:teuthology.orchestra.run.smithi086.stdout:Lock 140052647532240 acquired on /run/cephadm/b1819786-7192-11ef-bceb-c7b262605968.lock 2024-09-13T05:41:06.378 INFO:teuthology.orchestra.run.smithi086.stdout:Verifying IP 172.21.15.86 port 3300 ... 2024-09-13T05:41:06.378 INFO:teuthology.orchestra.run.smithi086.stdout:Verifying IP 172.21.15.86 port 6789 ... 2024-09-13T05:41:06.378 INFO:teuthology.orchestra.run.smithi086.stdout:Base mon IP(s) is [172.21.15.86:3300, 172.21.15.86:6789], mon addrv is [v2:172.21.15.86:3300,v1:172.21.15.86:6789] 2024-09-13T05:41:06.381 INFO:teuthology.orchestra.run.smithi086.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.86 metric 100 2024-09-13T05:41:06.381 INFO:teuthology.orchestra.run.smithi086.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.86 metric 100 2024-09-13T05:41:06.385 INFO:teuthology.orchestra.run.smithi086.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-13T05:41:06.385 INFO:teuthology.orchestra.run.smithi086.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-09-13T05:41:06.385 INFO:teuthology.orchestra.run.smithi086.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-09-13T05:41:06.386 INFO:teuthology.orchestra.run.smithi086.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-13T05:41:06.387 INFO:teuthology.orchestra.run.smithi086.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-13T05:41:06.387 INFO:teuthology.orchestra.run.smithi086.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-13T05:41:06.388 INFO:teuthology.orchestra.run.smithi086.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-13T05:41:06.388 INFO:teuthology.orchestra.run.smithi086.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d809/64 scope link noprefixroute 2024-09-13T05:41:06.388 INFO:teuthology.orchestra.run.smithi086.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-13T05:41:06.389 INFO:teuthology.orchestra.run.smithi086.stdout:Mon IP `172.21.15.86` is in CIDR network `172.21.0.0/20` 2024-09-13T05:41:06.389 INFO:teuthology.orchestra.run.smithi086.stdout:Mon IP `172.21.15.86` is in CIDR network `172.21.0.0/20` 2024-09-13T05:41:06.389 INFO:teuthology.orchestra.run.smithi086.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-13T05:41:06.389 INFO:teuthology.orchestra.run.smithi086.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-13T05:41:06.389 INFO:teuthology.orchestra.run.smithi086.stdout:Adjusting default settings to suit single-host cluster... 2024-09-13T05:41:06.389 INFO:teuthology.orchestra.run.smithi086.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3... 2024-09-13T05:41:06.891 INFO:teuthology.orchestra.run.smithi086.stdout:/bin/podman: stdout 0ce38589d192f00a67c8f9b0cb5ac7ff2f64a4d81462c062375b6ecefcaf776f 2024-09-13T05:41:06.891 INFO:teuthology.orchestra.run.smithi086.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3... 2024-09-13T05:41:06.891 INFO:teuthology.orchestra.run.smithi086.stdout:/bin/podman: stderr Getting image source signatures 2024-09-13T05:41:06.891 INFO:teuthology.orchestra.run.smithi086.stdout:/bin/podman: stderr Copying blob sha256:bc7b3194bffc4a43291bc953f168b025376bdc90932f49f19c32c1cc58e911c2 2024-09-13T05:41:06.891 INFO:teuthology.orchestra.run.smithi086.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-13T05:41:06.891 INFO:teuthology.orchestra.run.smithi086.stdout:/bin/podman: stderr Copying config sha256:0ce38589d192f00a67c8f9b0cb5ac7ff2f64a4d81462c062375b6ecefcaf776f 2024-09-13T05:41:06.891 INFO:teuthology.orchestra.run.smithi086.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-13T05:41:07.854 INFO:teuthology.orchestra.run.smithi086.stdout:ceph: stdout ceph version 19.3.0-4911-g9d608eb1 (9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3) squid (dev) 2024-09-13T05:41:07.854 INFO:teuthology.orchestra.run.smithi086.stdout:Ceph version: ceph version 19.3.0-4911-g9d608eb1 (9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3) squid (dev) 2024-09-13T05:41:07.854 INFO:teuthology.orchestra.run.smithi086.stdout:Extracting ceph user uid/gid from container image... 2024-09-13T05:41:08.975 INFO:teuthology.orchestra.run.smithi086.stdout:stat: stdout 167 167 2024-09-13T05:41:08.975 INFO:teuthology.orchestra.run.smithi086.stdout:Creating initial keys... 2024-09-13T05:41:09.863 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-authtool: stdout AQB10ONmaczFEhAAnmRE8A5Gsw8vfgtHYSo9KQ== 2024-09-13T05:41:10.701 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-authtool: stdout AQB20ONm9HozCBAAevurJBPZQPu2zYiEnAHUzA== 2024-09-13T05:41:11.549 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph-authtool: stdout AQB30ONmbnyLAxAAFHGhqhXIS0p9eyPTSlEXzg== 2024-09-13T05:41:11.550 INFO:teuthology.orchestra.run.smithi086.stdout:Creating initial monmap... 2024-09-13T05:41:12.530 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-13T05:41:12.530 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-13T05:41:12.531 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to b1819786-7192-11ef-bceb-c7b262605968 2024-09-13T05:41:12.531 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-13T05:41:12.531 INFO:teuthology.orchestra.run.smithi086.stdout:monmaptool for a [v2:172.21.15.86:3300,v1:172.21.15.86:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-13T05:41:12.531 INFO:teuthology.orchestra.run.smithi086.stdout:setting min_mon_release = quincy 2024-09-13T05:41:12.531 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/monmaptool: set fsid to b1819786-7192-11ef-bceb-c7b262605968 2024-09-13T05:41:12.531 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-13T05:41:12.531 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-13T05:41:12.531 INFO:teuthology.orchestra.run.smithi086.stdout:Creating mon... 2024-09-13T05:41:13.351 INFO:teuthology.orchestra.run.smithi086.stdout:create mon.a on 2024-09-13T05:41:13.718 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-13T05:41:13.890 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-b1819786-7192-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-b1819786-7192-11ef-bceb-c7b262605968.target. 2024-09-13T05:41:13.890 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-b1819786-7192-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-b1819786-7192-11ef-bceb-c7b262605968.target. 2024-09-13T05:41:14.140 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b1819786-7192-11ef-bceb-c7b262605968@mon.a 2024-09-13T05:41:14.141 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b1819786-7192-11ef-bceb-c7b262605968@mon.a.service: Unit ceph-b1819786-7192-11ef-bceb-c7b262605968@mon.a.service not loaded. 2024-09-13T05:41:14.308 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b1819786-7192-11ef-bceb-c7b262605968.target.wants/ceph-b1819786-7192-11ef-bceb-c7b262605968@mon.a.service → /etc/systemd/system/ceph-b1819786-7192-11ef-bceb-c7b262605968@.service. 2024-09-13T05:41:14.580 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:14 smithi086 podman[24592]: 2024-09-13 05:41:14.543171088 +0000 UTC m=+0.128289102 container create 3fbe72290c79f325054bf4c1580ec2dd602a6626c547671afb9c3af08a128a3b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3, name=ceph-b1819786-7192-11ef-bceb-c7b262605968-mon-a, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-12-1245-9d608eb, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2024-09-13T05:41:14.867 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-13T05:41:14.867 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stdout disabled 2024-09-13T05:41:14.874 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-13T05:41:14.874 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stdout inactive 2024-09-13T05:41:14.874 INFO:teuthology.orchestra.run.smithi086.stdout:firewalld.service is not enabled 2024-09-13T05:41:14.874 INFO:teuthology.orchestra.run.smithi086.stdout:Not possible to enable service . firewalld.service is not available 2024-09-13T05:41:14.874 INFO:teuthology.orchestra.run.smithi086.stdout:Waiting for mon to start... 2024-09-13T05:41:14.875 INFO:teuthology.orchestra.run.smithi086.stdout:Waiting for mon... 2024-09-13T05:41:14.980 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:14 smithi086 podman[24592]: 2024-09-13 05:41:14.753516545 +0000 UTC m=+0.338634560 container init 3fbe72290c79f325054bf4c1580ec2dd602a6626c547671afb9c3af08a128a3b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3, name=ceph-b1819786-7192-11ef-bceb-c7b262605968-mon-a, RELEASE=wip-guits-main-2024-09-12-1245-9d608eb, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-09-13T05:41:14.980 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:14 smithi086 podman[24592]: 2024-09-13 05:41:14.756567574 +0000 UTC m=+0.341685588 container start 3fbe72290c79f325054bf4c1580ec2dd602a6626c547671afb9c3af08a128a3b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3, name=ceph-b1819786-7192-11ef-bceb-c7b262605968-mon-a, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-12-1245-9d608eb, GIT_BRANCH=HEAD) 2024-09-13T05:41:14.980 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:14 smithi086 ceph-mon[24612]: mkfs b1819786-7192-11ef-bceb-c7b262605968 2024-09-13T05:41:14.980 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:14 smithi086 ceph-mon[24612]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-13T05:41:14.980 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:14 smithi086 bash[24592]: 3fbe72290c79f325054bf4c1580ec2dd602a6626c547671afb9c3af08a128a3b 2024-09-13T05:41:14.980 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:14 smithi086 systemd[1]: Started Ceph mon.a for b1819786-7192-11ef-bceb-c7b262605968. 2024-09-13T05:41:15.968 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:15 smithi086 ceph-mon[24612]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-13T05:41:15.968 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:15 smithi086 ceph-mon[24612]: monmap epoch 1 2024-09-13T05:41:15.968 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:15 smithi086 ceph-mon[24612]: fsid b1819786-7192-11ef-bceb-c7b262605968 2024-09-13T05:41:15.968 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:15 smithi086 ceph-mon[24612]: last_changed 2024-09-13T05:41:11.870827+0000 2024-09-13T05:41:15.968 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:15 smithi086 ceph-mon[24612]: created 2024-09-13T05:41:11.870827+0000 2024-09-13T05:41:15.968 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:15 smithi086 ceph-mon[24612]: min_mon_release 19 (squid) 2024-09-13T05:41:15.968 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:15 smithi086 ceph-mon[24612]: election_strategy: 1 2024-09-13T05:41:15.968 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:15 smithi086 ceph-mon[24612]: 0: [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] mon.a 2024-09-13T05:41:15.968 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:15 smithi086 ceph-mon[24612]: fsmap 2024-09-13T05:41:15.968 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:15 smithi086 ceph-mon[24612]: osdmap e1: 0 total, 0 up, 0 in 2024-09-13T05:41:15.969 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:15 smithi086 ceph-mon[24612]: mgrmap e1: no daemons active 2024-09-13T05:41:15.969 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:15 smithi086 ceph-mon[24612]: from='client.? 172.21.15.86:0/4151443879' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-13T05:41:15.971 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout cluster: 2024-09-13T05:41:15.972 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout id: b1819786-7192-11ef-bceb-c7b262605968 2024-09-13T05:41:15.972 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-13T05:41:15.972 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 2024-09-13T05:41:15.972 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout services: 2024-09-13T05:41:15.972 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.547975s) 2024-09-13T05:41:15.972 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-13T05:41:15.972 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-13T05:41:15.972 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 2024-09-13T05:41:15.972 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout data: 2024-09-13T05:41:15.972 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-13T05:41:15.972 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-13T05:41:15.972 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-13T05:41:15.973 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout pgs: 2024-09-13T05:41:15.973 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 2024-09-13T05:41:15.973 INFO:teuthology.orchestra.run.smithi086.stdout:mon is available 2024-09-13T05:41:15.973 INFO:teuthology.orchestra.run.smithi086.stdout:Assimilating anything we can from ceph.conf... 2024-09-13T05:41:16.998 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:16 smithi086 ceph-mon[24612]: from='client.? 172.21.15.86:0/372270211' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-13T05:41:16.998 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:16 smithi086 ceph-mon[24612]: from='client.? 172.21.15.86:0/372270211' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-13T05:41:17.002 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 2024-09-13T05:41:17.002 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout [global] 2024-09-13T05:41:17.002 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout fsid = b1819786-7192-11ef-bceb-c7b262605968 2024-09-13T05:41:17.002 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-13T05:41:17.002 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.86:3300,v1:172.21.15.86:6789] 2024-09-13T05:41:17.003 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-13T05:41:17.003 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-13T05:41:17.003 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-13T05:41:17.003 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-13T05:41:17.003 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 2024-09-13T05:41:17.003 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-13T05:41:17.003 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-13T05:41:17.003 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 2024-09-13T05:41:17.003 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout [osd] 2024-09-13T05:41:17.003 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-13T05:41:17.003 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-13T05:41:17.003 INFO:teuthology.orchestra.run.smithi086.stdout:Generating new minimal ceph.conf... 2024-09-13T05:41:18.023 INFO:teuthology.orchestra.run.smithi086.stdout:Restarting the monitor... 2024-09-13T05:41:18.080 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:17 smithi086 ceph-mon[24612]: from='client.? 172.21.15.86:0/3174071746' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:41:18.081 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:18 smithi086 systemd[1]: Stopping Ceph mon.a for b1819786-7192-11ef-bceb-c7b262605968... 2024-09-13T05:41:18.580 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:18 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mon-a[24608]: 2024-09-13T05:41:18.298+0000 7f573ac89640 -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-13T05:41:18.580 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:18 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mon-a[24608]: 2024-09-13T05:41:18.298+0000 7f573ac89640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-13T05:41:18.580 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:18 smithi086 podman[24855]: 2024-09-13 05:41:18.482569124 +0000 UTC m=+0.294342801 container died 3fbe72290c79f325054bf4c1580ec2dd602a6626c547671afb9c3af08a128a3b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3, name=ceph-b1819786-7192-11ef-bceb-c7b262605968-mon-a, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-12-1245-9d608eb, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T05:41:19.080 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:18 smithi086 podman[24855]: 2024-09-13 05:41:18.840047187 +0000 UTC m=+0.651820909 container cleanup 3fbe72290c79f325054bf4c1580ec2dd602a6626c547671afb9c3af08a128a3b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3, name=ceph-b1819786-7192-11ef-bceb-c7b262605968-mon-a, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-12-1245-9d608eb, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0) 2024-09-13T05:41:19.080 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:18 smithi086 bash[24855]: ceph-b1819786-7192-11ef-bceb-c7b262605968-mon-a 2024-09-13T05:41:19.449 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 podman[24867]: 2024-09-13 05:41:19.107471283 +0000 UTC m=+0.620021732 container remove 3fbe72290c79f325054bf4c1580ec2dd602a6626c547671afb9c3af08a128a3b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3, name=ceph-b1819786-7192-11ef-bceb-c7b262605968-mon-a, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-12-1245-9d608eb, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.schema-version=1.0) 2024-09-13T05:41:19.449 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 systemd[1]: ceph-b1819786-7192-11ef-bceb-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-13T05:41:19.450 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 systemd[1]: Stopped Ceph mon.a for b1819786-7192-11ef-bceb-c7b262605968. 2024-09-13T05:41:19.450 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 systemd[1]: Starting Ceph mon.a for b1819786-7192-11ef-bceb-c7b262605968... 2024-09-13T05:41:19.728 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 podman[24961]: 2024-09-13 05:41:19.449824975 +0000 UTC m=+0.098784947 container create fbcfe20379d50832771b3a89f0a874d8b8cd1659c5da5e5ba4edebff3a7bebc6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3, name=ceph-b1819786-7192-11ef-bceb-c7b262605968-mon-a, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-12-1245-9d608eb) 2024-09-13T05:41:19.728 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 podman[24961]: 2024-09-13 05:41:19.366325902 +0000 UTC m=+0.015285872 image pull 0ce38589d192f00a67c8f9b0cb5ac7ff2f64a4d81462c062375b6ecefcaf776f quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 2024-09-13T05:41:19.728 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 podman[24961]: 2024-09-13 05:41:19.635726445 +0000 UTC m=+0.284686416 container init fbcfe20379d50832771b3a89f0a874d8b8cd1659c5da5e5ba4edebff3a7bebc6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3, name=ceph-b1819786-7192-11ef-bceb-c7b262605968-mon-a, ceph=True, RELEASE=wip-guits-main-2024-09-12-1245-9d608eb, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-09-13T05:41:19.728 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 podman[24961]: 2024-09-13 05:41:19.638671479 +0000 UTC m=+0.287631453 container start fbcfe20379d50832771b3a89f0a874d8b8cd1659c5da5e5ba4edebff3a7bebc6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3, name=ceph-b1819786-7192-11ef-bceb-c7b262605968-mon-a, RELEASE=wip-guits-main-2024-09-12-1245-9d608eb, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True) 2024-09-13T05:41:19.728 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: set uid:gid to 167:167 (ceph:ceph) 2024-09-13T05:41:19.728 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: ceph version 19.3.0-4911-g9d608eb1 (9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3) squid (dev), process ceph-mon, pid 2 2024-09-13T05:41:19.728 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: pidfile_write: ignore empty --pid-file 2024-09-13T05:41:19.729 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: load: jerasure load: lrc 2024-09-13T05:41:19.729 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: RocksDB version: 7.9.2 2024-09-13T05:41:19.729 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Git sha 0 2024-09-13T05:41:19.729 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Compile date 2024-09-12 17:11:01 2024-09-13T05:41:19.729 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: DB SUMMARY 2024-09-13T05:41:19.729 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: DB Session ID: ZHDGZIE5VRCCVC5BOFPT 2024-09-13T05:41:19.729 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: CURRENT file: CURRENT 2024-09-13T05:41:19.729 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: IDENTITY file: IDENTITY 2024-09-13T05:41:19.729 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-13T05:41:19.729 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-13T05:41:19.730 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 89214 ; 2024-09-13T05:41:19.730 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.error_if_exists: 0 2024-09-13T05:41:19.731 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.create_if_missing: 0 2024-09-13T05:41:19.731 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.paranoid_checks: 1 2024-09-13T05:41:19.732 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-13T05:41:19.732 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-13T05:41:19.732 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-13T05:41:19.732 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.env: 0x556975d54120 2024-09-13T05:41:19.732 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.fs: PosixFileSystem 2024-09-13T05:41:19.732 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.info_log: 0x556977c95700 2024-09-13T05:41:19.732 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.max_file_opening_threads: 16 2024-09-13T05:41:19.732 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.statistics: (nil) 2024-09-13T05:41:19.732 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.use_fsync: 0 2024-09-13T05:41:19.732 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.max_log_file_size: 0 2024-09-13T05:41:19.732 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-13T05:41:19.732 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-13T05:41:19.733 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.keep_log_file_num: 1000 2024-09-13T05:41:19.733 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.recycle_log_file_num: 0 2024-09-13T05:41:19.733 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.allow_fallocate: 1 2024-09-13T05:41:19.733 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.allow_mmap_reads: 0 2024-09-13T05:41:19.733 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.allow_mmap_writes: 0 2024-09-13T05:41:19.733 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.use_direct_reads: 0 2024-09-13T05:41:19.733 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-13T05:41:19.733 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.create_missing_column_families: 0 2024-09-13T05:41:19.733 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.db_log_dir: 2024-09-13T05:41:19.734 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.wal_dir: 2024-09-13T05:41:19.734 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-13T05:41:19.735 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-13T05:41:19.735 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-13T05:41:19.735 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-13T05:41:19.735 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-13T05:41:19.735 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-13T05:41:19.735 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.advise_random_on_open: 1 2024-09-13T05:41:19.735 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.db_write_buffer_size: 0 2024-09-13T05:41:19.735 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.write_buffer_manager: 0x556977c99b80 2024-09-13T05:41:19.735 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-13T05:41:19.736 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-13T05:41:19.736 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-13T05:41:19.736 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.rate_limiter: (nil) 2024-09-13T05:41:19.736 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-13T05:41:19.736 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.wal_recovery_mode: 2 2024-09-13T05:41:19.736 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.enable_thread_tracking: 0 2024-09-13T05:41:19.736 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.enable_pipelined_write: 0 2024-09-13T05:41:19.736 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.unordered_write: 0 2024-09-13T05:41:19.736 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-13T05:41:19.736 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-13T05:41:19.736 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-13T05:41:19.736 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-13T05:41:19.736 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.row_cache: None 2024-09-13T05:41:19.736 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.wal_filter: None 2024-09-13T05:41:19.737 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-13T05:41:19.737 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.allow_ingest_behind: 0 2024-09-13T05:41:19.737 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.two_write_queues: 0 2024-09-13T05:41:19.737 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.manual_wal_flush: 0 2024-09-13T05:41:19.737 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.wal_compression: 0 2024-09-13T05:41:19.737 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.atomic_flush: 0 2024-09-13T05:41:19.737 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-13T05:41:19.737 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-13T05:41:19.737 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-13T05:41:19.737 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.log_readahead_size: 0 2024-09-13T05:41:19.737 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-13T05:41:19.737 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.best_efforts_recovery: 0 2024-09-13T05:41:19.737 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-13T05:41:19.737 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-13T05:41:19.738 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.allow_data_in_errors: 0 2024-09-13T05:41:19.738 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.db_host_id: __hostname__ 2024-09-13T05:41:19.738 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-13T05:41:19.738 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.max_background_jobs: 2 2024-09-13T05:41:19.738 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.max_background_compactions: -1 2024-09-13T05:41:19.738 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.max_subcompactions: 1 2024-09-13T05:41:19.738 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-13T05:41:19.738 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-13T05:41:19.738 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-13T05:41:19.738 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.max_total_wal_size: 0 2024-09-13T05:41:19.738 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-13T05:41:19.738 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-13T05:41:19.738 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-13T05:41:19.739 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-13T05:41:19.739 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.max_open_files: -1 2024-09-13T05:41:19.739 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.bytes_per_sync: 0 2024-09-13T05:41:19.739 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-13T05:41:19.739 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-13T05:41:19.739 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.compaction_readahead_size: 0 2024-09-13T05:41:19.739 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.max_background_flushes: -1 2024-09-13T05:41:19.739 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Compression algorithms supported: 2024-09-13T05:41:19.739 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: kZSTD supported: 0 2024-09-13T05:41:19.739 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: kXpressCompression supported: 0 2024-09-13T05:41:19.739 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: kBZip2Compression supported: 0 2024-09-13T05:41:19.739 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-13T05:41:19.739 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: kLZ4Compression supported: 1 2024-09-13T05:41:19.740 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: kZlibCompression supported: 1 2024-09-13T05:41:19.740 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: kLZ4HCCompression supported: 1 2024-09-13T05:41:19.740 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: kSnappyCompression supported: 1 2024-09-13T05:41:19.740 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-13T05:41:19.740 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-13T05:41:19.740 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-13T05:41:19.740 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-13T05:41:19.740 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-13T05:41:19.740 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.merge_operator: 2024-09-13T05:41:19.740 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.compaction_filter: None 2024-09-13T05:41:19.740 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.compaction_filter_factory: None 2024-09-13T05:41:19.740 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.sst_partitioner_factory: None 2024-09-13T05:41:19.740 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-13T05:41:19.740 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-13T05:41:19.741 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556977c95320) 2024-09-13T05:41:19.741 INFO:journalctl@ceph.mon.a.smithi086.stdout: cache_index_and_filter_blocks: 1 2024-09-13T05:41:19.741 INFO:journalctl@ceph.mon.a.smithi086.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-13T05:41:19.741 INFO:journalctl@ceph.mon.a.smithi086.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-13T05:41:19.741 INFO:journalctl@ceph.mon.a.smithi086.stdout: pin_top_level_index_and_filter: 1 2024-09-13T05:41:19.741 INFO:journalctl@ceph.mon.a.smithi086.stdout: index_type: 0 2024-09-13T05:41:19.741 INFO:journalctl@ceph.mon.a.smithi086.stdout: data_block_index_type: 0 2024-09-13T05:41:19.741 INFO:journalctl@ceph.mon.a.smithi086.stdout: index_shortening: 1 2024-09-13T05:41:19.741 INFO:journalctl@ceph.mon.a.smithi086.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-13T05:41:19.741 INFO:journalctl@ceph.mon.a.smithi086.stdout: checksum: 4 2024-09-13T05:41:19.741 INFO:journalctl@ceph.mon.a.smithi086.stdout: no_block_cache: 0 2024-09-13T05:41:19.741 INFO:journalctl@ceph.mon.a.smithi086.stdout: block_cache: 0x556977c89610 2024-09-13T05:41:19.741 INFO:journalctl@ceph.mon.a.smithi086.stdout: block_cache_name: BinnedLRUCache 2024-09-13T05:41:19.742 INFO:journalctl@ceph.mon.a.smithi086.stdout: block_cache_options: 2024-09-13T05:41:19.742 INFO:journalctl@ceph.mon.a.smithi086.stdout: capacity : 536870912 2024-09-13T05:41:19.742 INFO:journalctl@ceph.mon.a.smithi086.stdout: num_shard_bits : 4 2024-09-13T05:41:19.742 INFO:journalctl@ceph.mon.a.smithi086.stdout: strict_capacity_limit : 0 2024-09-13T05:41:19.742 INFO:journalctl@ceph.mon.a.smithi086.stdout: high_pri_pool_ratio: 0.000 2024-09-13T05:41:19.742 INFO:journalctl@ceph.mon.a.smithi086.stdout: block_cache_compressed: (nil) 2024-09-13T05:41:19.742 INFO:journalctl@ceph.mon.a.smithi086.stdout: persistent_cache: (nil) 2024-09-13T05:41:19.742 INFO:journalctl@ceph.mon.a.smithi086.stdout: block_size: 4096 2024-09-13T05:41:19.742 INFO:journalctl@ceph.mon.a.smithi086.stdout: block_size_deviation: 10 2024-09-13T05:41:19.742 INFO:journalctl@ceph.mon.a.smithi086.stdout: block_restart_interval: 16 2024-09-13T05:41:19.742 INFO:journalctl@ceph.mon.a.smithi086.stdout: index_block_restart_interval: 1 2024-09-13T05:41:19.742 INFO:journalctl@ceph.mon.a.smithi086.stdout: metadata_block_size: 4096 2024-09-13T05:41:19.742 INFO:journalctl@ceph.mon.a.smithi086.stdout: partition_filters: 0 2024-09-13T05:41:19.743 INFO:journalctl@ceph.mon.a.smithi086.stdout: use_delta_encoding: 1 2024-09-13T05:41:19.743 INFO:journalctl@ceph.mon.a.smithi086.stdout: filter_policy: bloomfilter 2024-09-13T05:41:19.743 INFO:journalctl@ceph.mon.a.smithi086.stdout: whole_key_filtering: 1 2024-09-13T05:41:19.743 INFO:journalctl@ceph.mon.a.smithi086.stdout: verify_compression: 0 2024-09-13T05:41:19.743 INFO:journalctl@ceph.mon.a.smithi086.stdout: read_amp_bytes_per_bit: 0 2024-09-13T05:41:19.743 INFO:journalctl@ceph.mon.a.smithi086.stdout: format_version: 5 2024-09-13T05:41:19.743 INFO:journalctl@ceph.mon.a.smithi086.stdout: enable_index_compression: 1 2024-09-13T05:41:19.743 INFO:journalctl@ceph.mon.a.smithi086.stdout: block_align: 0 2024-09-13T05:41:19.743 INFO:journalctl@ceph.mon.a.smithi086.stdout: max_auto_readahead_size: 262144 2024-09-13T05:41:19.743 INFO:journalctl@ceph.mon.a.smithi086.stdout: prepopulate_block_cache: 0 2024-09-13T05:41:19.743 INFO:journalctl@ceph.mon.a.smithi086.stdout: initial_auto_readahead_size: 8192 2024-09-13T05:41:19.743 INFO:journalctl@ceph.mon.a.smithi086.stdout: num_file_reads_for_auto_readahead: 2 2024-09-13T05:41:19.743 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.write_buffer_size: 33554432 2024-09-13T05:41:19.743 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.max_write_buffer_number: 2 2024-09-13T05:41:19.744 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.compression: NoCompression 2024-09-13T05:41:19.744 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.bottommost_compression: Disabled 2024-09-13T05:41:19.744 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.prefix_extractor: nullptr 2024-09-13T05:41:19.744 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-13T05:41:19.744 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.num_levels: 7 2024-09-13T05:41:19.744 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-13T05:41:19.744 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-13T05:41:19.744 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-13T05:41:19.744 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-13T05:41:19.744 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-13T05:41:19.744 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-13T05:41:19.744 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-13T05:41:19.744 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-13T05:41:19.744 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-13T05:41:19.745 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-13T05:41:19.745 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-13T05:41:19.745 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-13T05:41:19.745 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-13T05:41:19.745 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.compression_opts.level: 32767 2024-09-13T05:41:19.745 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.compression_opts.strategy: 0 2024-09-13T05:41:19.745 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-13T05:41:19.745 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-13T05:41:19.745 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-13T05:41:19.745 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-13T05:41:19.745 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.compression_opts.enabled: false 2024-09-13T05:41:19.745 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-13T05:41:19.745 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-13T05:41:19.746 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-13T05:41:19.746 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-13T05:41:19.746 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.target_file_size_base: 67108864 2024-09-13T05:41:19.746 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-13T05:41:19.746 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-13T05:41:19.746 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-13T05:41:19.746 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-13T05:41:19.746 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-13T05:41:19.746 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-13T05:41:19.746 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-13T05:41:19.746 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-13T05:41:19.746 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-13T05:41:19.746 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-13T05:41:19.747 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-13T05:41:19.747 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-13T05:41:19.747 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-13T05:41:19.747 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-13T05:41:19.747 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.arena_block_size: 1048576 2024-09-13T05:41:19.747 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-13T05:41:19.747 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-13T05:41:19.747 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.disable_auto_compactions: 0 2024-09-13T05:41:19.747 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-13T05:41:19.747 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-13T05:41:19.747 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-13T05:41:19.747 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-13T05:41:19.747 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-13T05:41:19.748 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-13T05:41:19.748 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-13T05:41:19.748 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-13T05:41:19.748 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-13T05:41:19.748 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-13T05:41:19.748 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-13T05:41:19.748 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.inplace_update_support: 0 2024-09-13T05:41:19.748 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-13T05:41:19.748 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-13T05:41:19.748 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-13T05:41:19.748 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-13T05:41:19.749 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.bloom_locality: 0 2024-09-13T05:41:19.749 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.max_successive_merges: 0 2024-09-13T05:41:19.749 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-13T05:41:19.749 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.paranoid_file_checks: 0 2024-09-13T05:41:19.749 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.force_consistency_checks: 1 2024-09-13T05:41:19.749 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.report_bg_io_stats: 0 2024-09-13T05:41:19.749 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.ttl: 2592000 2024-09-13T05:41:19.749 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-13T05:41:19.749 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-13T05:41:19.749 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-13T05:41:19.749 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.enable_blob_files: false 2024-09-13T05:41:19.749 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.min_blob_size: 0 2024-09-13T05:41:19.749 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.blob_file_size: 268435456 2024-09-13T05:41:19.749 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-13T05:41:19.750 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-13T05:41:19.750 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-13T05:41:19.750 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-13T05:41:19.750 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-13T05:41:19.750 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.blob_file_starting_level: 0 2024-09-13T05:41:19.750 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-13T05:41:19.750 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: 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-13T05:41:19.750 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-13T05:41:19.750 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: d56c852a-3dad-480d-9e95-c2f3d2abae02 2024-09-13T05:41:19.750 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726206079664680, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-13T05:41:19.750 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-13T05:41:19.750 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726206079665514, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85857, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 261, "table_properties": {"data_size": 84004, "index_size": 237, "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": 10246, "raw_average_key_size": 46, "raw_value_size": 78155, "raw_average_value_size": 355, "num_data_blocks": 11, "num_entries": 220, "num_filter_entries": 220, "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": 1726206079, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d56c852a-3dad-480d-9e95-c2f3d2abae02", "db_session_id": "ZHDGZIE5VRCCVC5BOFPT", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-13T05:41:19.750 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726206079665605, "job": 1, "event": "recovery_finished"} 2024-09-13T05:41:19.751 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-13T05:41:19.751 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: 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-13T05:41:19.751 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x556977cb8e00 2024-09-13T05:41:19.751 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: DB pointer 0x556977dba000 2024-09-13T05:41:19.751 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-13T05:41:19.751 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-13T05:41:19.751 INFO:journalctl@ceph.mon.a.smithi086.stdout: ** DB Stats ** 2024-09-13T05:41:19.751 INFO:journalctl@ceph.mon.a.smithi086.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T05:41:19.751 INFO:journalctl@ceph.mon.a.smithi086.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-13T05:41:19.751 INFO:journalctl@ceph.mon.a.smithi086.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T05:41:19.751 INFO:journalctl@ceph.mon.a.smithi086.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T05:41:19.751 INFO:journalctl@ceph.mon.a.smithi086.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-13T05:41:19.751 INFO:journalctl@ceph.mon.a.smithi086.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T05:41:19.752 INFO:journalctl@ceph.mon.a.smithi086.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T05:41:19.752 INFO:journalctl@ceph.mon.a.smithi086.stdout: 2024-09-13T05:41:19.752 INFO:journalctl@ceph.mon.a.smithi086.stdout: ** Compaction Stats [default] ** 2024-09-13T05:41:19.752 INFO:journalctl@ceph.mon.a.smithi086.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-13T05:41:19.752 INFO:journalctl@ceph.mon.a.smithi086.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-13T05:41:19.752 INFO:journalctl@ceph.mon.a.smithi086.stdout: L0 2/0 85.71 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 155.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T05:41:19.752 INFO:journalctl@ceph.mon.a.smithi086.stdout: Sum 2/0 85.71 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 155.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T05:41:19.752 INFO:journalctl@ceph.mon.a.smithi086.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 155.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T05:41:19.752 INFO:journalctl@ceph.mon.a.smithi086.stdout: 2024-09-13T05:41:19.752 INFO:journalctl@ceph.mon.a.smithi086.stdout: ** Compaction Stats [default] ** 2024-09-13T05:41:19.752 INFO:journalctl@ceph.mon.a.smithi086.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-13T05:41:19.752 INFO:journalctl@ceph.mon.a.smithi086.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-13T05:41:19.752 INFO:journalctl@ceph.mon.a.smithi086.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 155.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T05:41:19.753 INFO:journalctl@ceph.mon.a.smithi086.stdout: 2024-09-13T05:41:19.753 INFO:journalctl@ceph.mon.a.smithi086.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-13T05:41:19.753 INFO:journalctl@ceph.mon.a.smithi086.stdout: 2024-09-13T05:41:19.753 INFO:journalctl@ceph.mon.a.smithi086.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T05:41:19.753 INFO:journalctl@ceph.mon.a.smithi086.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-13T05:41:19.753 INFO:journalctl@ceph.mon.a.smithi086.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-13T05:41:19.753 INFO:journalctl@ceph.mon.a.smithi086.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-13T05:41:19.753 INFO:journalctl@ceph.mon.a.smithi086.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-13T05:41:19.753 INFO:journalctl@ceph.mon.a.smithi086.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-13T05:41:19.754 INFO:journalctl@ceph.mon.a.smithi086.stdout: Cumulative compaction: 0.00 GB write, 26.73 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T05:41:19.754 INFO:journalctl@ceph.mon.a.smithi086.stdout: Interval compaction: 0.00 GB write, 26.73 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T05:41:19.754 INFO:journalctl@ceph.mon.a.smithi086.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-13T05:41:19.754 INFO:journalctl@ceph.mon.a.smithi086.stdout: Block cache BinnedLRUCache@0x556977c89610#2 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-09-13T05:41:19.754 INFO:journalctl@ceph.mon.a.smithi086.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-09-13T05:41:19.754 INFO:journalctl@ceph.mon.a.smithi086.stdout: 2024-09-13T05:41:19.754 INFO:journalctl@ceph.mon.a.smithi086.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-13T05:41:19.754 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: starting mon.a rank 0 at public addrs [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] at bind addrs [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid b1819786-7192-11ef-bceb-c7b262605968 2024-09-13T05:41:19.754 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: mon.a@-1(???) e1 preinit fsid b1819786-7192-11ef-bceb-c7b262605968 2024-09-13T05:41:19.754 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: mon.a@-1(???).mds e1 new map 2024-09-13T05:41:19.754 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: mon.a@-1(???).mds e1 print_map 2024-09-13T05:41:19.754 INFO:journalctl@ceph.mon.a.smithi086.stdout: e1 2024-09-13T05:41:19.754 INFO:journalctl@ceph.mon.a.smithi086.stdout: btime 2024-09-13T05:41:14:795059+0000 2024-09-13T05:41:19.755 INFO:journalctl@ceph.mon.a.smithi086.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-13T05:41:19.755 INFO:journalctl@ceph.mon.a.smithi086.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-13T05:41:19.755 INFO:journalctl@ceph.mon.a.smithi086.stdout: legacy client fscid: -1 2024-09-13T05:41:19.755 INFO:journalctl@ceph.mon.a.smithi086.stdout: 2024-09-13T05:41:19.755 INFO:journalctl@ceph.mon.a.smithi086.stdout: No filesystems configured 2024-09-13T05:41:19.755 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-13T05:41:19.755 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T05:41:19.755 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T05:41:19.755 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T05:41:19.755 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-13T05:41:19.755 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-13T05:41:19.755 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: monmap epoch 1 2024-09-13T05:41:19.755 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: fsid b1819786-7192-11ef-bceb-c7b262605968 2024-09-13T05:41:19.755 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: last_changed 2024-09-13T05:41:11.870827+0000 2024-09-13T05:41:19.756 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: created 2024-09-13T05:41:11.870827+0000 2024-09-13T05:41:19.756 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: min_mon_release 19 (squid) 2024-09-13T05:41:19.756 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: election_strategy: 1 2024-09-13T05:41:19.756 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: 0: [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] mon.a 2024-09-13T05:41:19.756 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: fsmap 2024-09-13T05:41:19.756 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: osdmap e1: 0 total, 0 up, 0 in 2024-09-13T05:41:19.756 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 ceph-mon[24980]: mgrmap e1: no daemons active 2024-09-13T05:41:19.757 INFO:teuthology.orchestra.run.smithi086.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-13T05:41:20.013 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 bash[24961]: fbcfe20379d50832771b3a89f0a874d8b8cd1659c5da5e5ba4edebff3a7bebc6 2024-09-13T05:41:20.013 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:19 smithi086 systemd[1]: Started Ceph mon.a for b1819786-7192-11ef-bceb-c7b262605968. 2024-09-13T05:41:20.768 INFO:teuthology.orchestra.run.smithi086.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-13T05:41:20.790 INFO:teuthology.orchestra.run.smithi086.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-13T05:41:20.790 INFO:teuthology.orchestra.run.smithi086.stdout:Creating mgr... 2024-09-13T05:41:20.791 INFO:teuthology.orchestra.run.smithi086.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-13T05:41:20.791 INFO:teuthology.orchestra.run.smithi086.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-13T05:41:21.036 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b1819786-7192-11ef-bceb-c7b262605968@mgr.x 2024-09-13T05:41:21.036 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b1819786-7192-11ef-bceb-c7b262605968@mgr.x.service: Unit ceph-b1819786-7192-11ef-bceb-c7b262605968@mgr.x.service not loaded. 2024-09-13T05:41:21.181 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b1819786-7192-11ef-bceb-c7b262605968.target.wants/ceph-b1819786-7192-11ef-bceb-c7b262605968@mgr.x.service → /etc/systemd/system/ceph-b1819786-7192-11ef-bceb-c7b262605968@.service. 2024-09-13T05:41:21.330 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:21 smithi086 ceph-mon[24980]: from='client.? 172.21.15.86:0/3299782159' entity='client.admin' 2024-09-13T05:41:21.330 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:21 smithi086 systemd[1]: Starting Ceph mgr.x for b1819786-7192-11ef-bceb-c7b262605968... 2024-09-13T05:41:21.729 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:21 smithi086 podman[25190]: 2024-09-13 05:41:21.316550049 +0000 UTC m=+0.015368524 image pull 0ce38589d192f00a67c8f9b0cb5ac7ff2f64a4d81462c062375b6ecefcaf776f quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 2024-09-13T05:41:21.729 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:21 smithi086 podman[25190]: 2024-09-13 05:41:21.426399122 +0000 UTC m=+0.125217639 container create aa4bedfb2b69c8363ba6e8da7448ad7190c5269aebfa006aab6e462d84b63733 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3, name=ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-12-1245-9d608eb) 2024-09-13T05:41:21.729 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:21 smithi086 podman[25190]: 2024-09-13 05:41:21.645107614 +0000 UTC m=+0.343926085 container init aa4bedfb2b69c8363ba6e8da7448ad7190c5269aebfa006aab6e462d84b63733 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3, name=ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-12-1245-9d608eb) 2024-09-13T05:41:21.729 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:21 smithi086 podman[25190]: 2024-09-13 05:41:21.647817342 +0000 UTC m=+0.346635810 container start aa4bedfb2b69c8363ba6e8da7448ad7190c5269aebfa006aab6e462d84b63733 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3, name=ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x, org.label-schema.schema-version=1.0, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-12-1245-9d608eb, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-09-13T05:41:21.729 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:21 smithi086 bash[25190]: aa4bedfb2b69c8363ba6e8da7448ad7190c5269aebfa006aab6e462d84b63733 2024-09-13T05:41:21.743 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-13T05:41:21.743 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stdout disabled 2024-09-13T05:41:21.751 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-13T05:41:21.751 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stdout inactive 2024-09-13T05:41:21.751 INFO:teuthology.orchestra.run.smithi086.stdout:firewalld.service is not enabled 2024-09-13T05:41:21.751 INFO:teuthology.orchestra.run.smithi086.stdout:Not possible to enable service . firewalld.service is not available 2024-09-13T05:41:21.760 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-13T05:41:21.760 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stdout disabled 2024-09-13T05:41:21.767 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-13T05:41:21.767 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stdout inactive 2024-09-13T05:41:21.768 INFO:teuthology.orchestra.run.smithi086.stdout:firewalld.service is not enabled 2024-09-13T05:41:21.768 INFO:teuthology.orchestra.run.smithi086.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-13T05:41:21.768 INFO:teuthology.orchestra.run.smithi086.stdout:Waiting for mgr to start... 2024-09-13T05:41:21.768 INFO:teuthology.orchestra.run.smithi086.stdout:Waiting for mgr... 2024-09-13T05:41:21.982 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:21 smithi086 systemd[1]: Started Ceph mgr.x for b1819786-7192-11ef-bceb-c7b262605968. 2024-09-13T05:41:22.580 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:22 smithi086 ceph-mon[24980]: from='client.? 172.21.15.86:0/995213970' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-13T05:41:22.783 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 2024-09-13T05:41:22.783 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout { 2024-09-13T05:41:22.784 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "fsid": "b1819786-7192-11ef-bceb-c7b262605968", 2024-09-13T05:41:22.784 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "health": { 2024-09-13T05:41:22.784 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-13T05:41:22.784 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-13T05:41:22.784 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-13T05:41:22.784 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:41:22.784 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-13T05:41:22.784 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-13T05:41:22.784 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 0 2024-09-13T05:41:22.784 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout ], 2024-09-13T05:41:22.784 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-13T05:41:22.784 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "a" 2024-09-13T05:41:22.784 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout ], 2024-09-13T05:41:22.785 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-13T05:41:22.785 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-13T05:41:22.785 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:41:22.785 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-13T05:41:22.785 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-13T05:41:22.785 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:41:22.785 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-13T05:41:22.785 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:41:22.785 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-13T05:41:22.785 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-13T05:41:22.785 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-13T05:41:22.785 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-13T05:41:22.785 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-13T05:41:22.785 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-13T05:41:22.786 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:41:22.786 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-13T05:41:22.786 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-13T05:41:22.786 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-13T05:41:22.786 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-13T05:41:22.786 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-13T05:41:22.786 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-13T05:41:22.786 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-13T05:41:22.786 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-13T05:41:22.786 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-13T05:41:22.786 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:41:22.786 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-13T05:41:22.786 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:41:22.786 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "btime": "2024-09-13T05:41:14:795059+0000", 2024-09-13T05:41:22.787 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-13T05:41:22.787 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-13T05:41:22.787 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:41:22.787 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-13T05:41:22.787 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-13T05:41:22.787 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-13T05:41:22.787 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-13T05:41:22.787 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-13T05:41:22.787 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-13T05:41:22.787 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "restful" 2024-09-13T05:41:22.787 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout ], 2024-09-13T05:41:22.787 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T05:41:22.787 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:41:22.787 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-13T05:41:22.788 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:41:22.788 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "modified": "2024-09-13T05:41:14.795691+0000", 2024-09-13T05:41:22.788 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T05:41:22.788 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:41:22.788 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-13T05:41:22.788 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout } 2024-09-13T05:41:22.788 INFO:teuthology.orchestra.run.smithi086.stdout:mgr not available, waiting (1/15)... 2024-09-13T05:41:25.580 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:25 smithi086 ceph-mon[24980]: from='client.? 172.21.15.86:0/1313810308' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-13T05:41:25.794 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 2024-09-13T05:41:25.795 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout { 2024-09-13T05:41:25.795 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "fsid": "b1819786-7192-11ef-bceb-c7b262605968", 2024-09-13T05:41:25.795 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "health": { 2024-09-13T05:41:25.795 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-13T05:41:25.795 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-13T05:41:25.795 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-13T05:41:25.795 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:41:25.795 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-13T05:41:25.795 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-13T05:41:25.795 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 0 2024-09-13T05:41:25.795 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout ], 2024-09-13T05:41:25.795 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-13T05:41:25.796 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "a" 2024-09-13T05:41:25.796 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout ], 2024-09-13T05:41:25.796 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-09-13T05:41:25.796 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-13T05:41:25.796 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:41:25.796 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-13T05:41:25.796 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-13T05:41:25.796 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:41:25.796 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-13T05:41:25.796 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:41:25.796 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-13T05:41:25.796 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-13T05:41:25.796 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-13T05:41:25.796 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-13T05:41:25.797 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-13T05:41:25.797 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-13T05:41:25.800 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:41:25.800 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-13T05:41:25.800 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-13T05:41:25.800 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-13T05:41:25.800 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-13T05:41:25.800 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-13T05:41:25.800 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-13T05:41:25.800 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-13T05:41:25.800 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-13T05:41:25.800 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-13T05:41:25.801 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:41:25.801 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-13T05:41:25.801 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:41:25.801 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "btime": "2024-09-13T05:41:14:795059+0000", 2024-09-13T05:41:25.801 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-13T05:41:25.801 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-13T05:41:25.801 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:41:25.801 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-13T05:41:25.801 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-13T05:41:25.801 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-13T05:41:25.801 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-13T05:41:25.801 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-13T05:41:25.801 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-13T05:41:25.801 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "restful" 2024-09-13T05:41:25.802 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout ], 2024-09-13T05:41:25.802 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T05:41:25.802 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:41:25.802 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-13T05:41:25.802 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:41:25.802 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "modified": "2024-09-13T05:41:14.795691+0000", 2024-09-13T05:41:25.802 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T05:41:25.802 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:41:25.802 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-13T05:41:25.802 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout } 2024-09-13T05:41:25.802 INFO:teuthology.orchestra.run.smithi086.stdout:mgr not available, waiting (2/15)... 2024-09-13T05:41:27.081 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:26 smithi086 ceph-mon[24980]: Activating manager daemon x 2024-09-13T05:41:27.081 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:26 smithi086 ceph-mon[24980]: mgrmap e2: x(active, starting, since 0.00305805s) 2024-09-13T05:41:27.081 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:26 smithi086 ceph-mon[24980]: from='mgr.14100 172.21.15.86:0/4101712538' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-13T05:41:27.082 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:26 smithi086 ceph-mon[24980]: from='mgr.14100 172.21.15.86:0/4101712538' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-13T05:41:27.082 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:26 smithi086 ceph-mon[24980]: from='mgr.14100 172.21.15.86:0/4101712538' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-13T05:41:27.082 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:26 smithi086 ceph-mon[24980]: from='mgr.14100 172.21.15.86:0/4101712538' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T05:41:27.082 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:26 smithi086 ceph-mon[24980]: from='mgr.14100 172.21.15.86:0/4101712538' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-13T05:41:27.082 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:26 smithi086 ceph-mon[24980]: Manager daemon x is now available 2024-09-13T05:41:27.082 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:26 smithi086 ceph-mon[24980]: from='mgr.14100 172.21.15.86:0/4101712538' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-13T05:41:27.083 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:26 smithi086 ceph-mon[24980]: from='mgr.14100 172.21.15.86:0/4101712538' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-13T05:41:27.083 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:26 smithi086 ceph-mon[24980]: from='mgr.14100 172.21.15.86:0/4101712538' entity='mgr.x' 2024-09-13T05:41:27.083 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:26 smithi086 ceph-mon[24980]: from='mgr.14100 172.21.15.86:0/4101712538' entity='mgr.x' 2024-09-13T05:41:27.083 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:26 smithi086 ceph-mon[24980]: from='mgr.14100 172.21.15.86:0/4101712538' entity='mgr.x' 2024-09-13T05:41:28.830 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:28 smithi086 ceph-mon[24980]: mgrmap e3: x(active, since 1.00671s) 2024-09-13T05:41:28.830 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:28 smithi086 ceph-mon[24980]: from='client.? 172.21.15.86:0/549759151' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-13T05:41:28.975 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 2024-09-13T05:41:28.975 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout { 2024-09-13T05:41:28.975 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "fsid": "b1819786-7192-11ef-bceb-c7b262605968", 2024-09-13T05:41:28.975 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "health": { 2024-09-13T05:41:28.975 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-13T05:41:28.975 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-13T05:41:28.975 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-13T05:41:28.975 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:41:28.975 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-13T05:41:28.976 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-13T05:41:28.976 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 0 2024-09-13T05:41:28.976 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout ], 2024-09-13T05:41:28.976 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-13T05:41:28.976 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "a" 2024-09-13T05:41:28.976 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout ], 2024-09-13T05:41:28.976 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2024-09-13T05:41:28.976 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-13T05:41:28.976 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:41:28.976 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-13T05:41:28.976 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-13T05:41:28.976 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:41:28.976 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-13T05:41:28.976 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:41:28.977 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-13T05:41:28.977 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-13T05:41:28.977 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-13T05:41:28.977 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-13T05:41:28.977 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-13T05:41:28.977 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-13T05:41:28.980 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:41:28.980 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-13T05:41:28.980 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-13T05:41:28.981 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-13T05:41:28.981 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-13T05:41:28.981 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-13T05:41:28.981 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-13T05:41:28.981 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-13T05:41:28.981 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-13T05:41:28.981 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-13T05:41:28.981 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:41:28.981 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-13T05:41:28.981 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:41:28.981 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "btime": "2024-09-13T05:41:14:795059+0000", 2024-09-13T05:41:28.981 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-13T05:41:28.981 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-13T05:41:28.982 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:41:28.982 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-13T05:41:28.982 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-13T05:41:28.982 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-13T05:41:28.982 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-13T05:41:28.982 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-13T05:41:28.982 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-13T05:41:28.982 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "restful" 2024-09-13T05:41:28.982 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout ], 2024-09-13T05:41:28.982 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T05:41:28.982 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:41:28.982 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-13T05:41:28.982 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:41:28.982 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "modified": "2024-09-13T05:41:14.795691+0000", 2024-09-13T05:41:28.983 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T05:41:28.983 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:41:28.983 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-13T05:41:28.983 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout } 2024-09-13T05:41:28.983 INFO:teuthology.orchestra.run.smithi086.stdout:mgr is available 2024-09-13T05:41:29.830 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:29 smithi086 ceph-mon[24980]: mgrmap e4: x(active, since 2s) 2024-09-13T05:41:29.830 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:29 smithi086 ceph-mon[24980]: from='client.? 172.21.15.86:0/1200667101' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-13T05:41:30.221 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 2024-09-13T05:41:30.221 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout [global] 2024-09-13T05:41:30.221 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout fsid = b1819786-7192-11ef-bceb-c7b262605968 2024-09-13T05:41:30.222 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-13T05:41:30.222 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.86:3300,v1:172.21.15.86:6789] 2024-09-13T05:41:30.222 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-13T05:41:30.222 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-13T05:41:30.222 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-13T05:41:30.222 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-13T05:41:30.222 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 2024-09-13T05:41:30.222 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-13T05:41:30.222 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-13T05:41:30.222 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 2024-09-13T05:41:30.222 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout [osd] 2024-09-13T05:41:30.222 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-13T05:41:30.222 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-13T05:41:30.223 INFO:teuthology.orchestra.run.smithi086.stdout:Enabling cephadm module... 2024-09-13T05:41:31.215 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:30 smithi086 ceph-mon[24980]: from='client.? 172.21.15.86:0/2707786620' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-13T05:41:31.216 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:30 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: ignoring --setuser ceph since I am not root 2024-09-13T05:41:31.216 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:30 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: ignoring --setgroup ceph since I am not root 2024-09-13T05:41:32.330 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:31 smithi086 ceph-mon[24980]: from='client.? 172.21.15.86:0/2707786620' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-13T05:41:32.330 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:31 smithi086 ceph-mon[24980]: mgrmap e5: x(active, since 4s) 2024-09-13T05:41:35.080 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:34 smithi086 ceph-mon[24980]: from='client.? 172.21.15.86:0/3947316794' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-13T05:41:36.330 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:36 smithi086 ceph-mon[24980]: Active manager daemon x restarted 2024-09-13T05:41:36.331 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:36 smithi086 ceph-mon[24980]: Activating manager daemon x 2024-09-13T05:41:36.331 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:36 smithi086 ceph-mon[24980]: osdmap e2: 0 total, 0 up, 0 in 2024-09-13T05:41:36.331 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:36 smithi086 ceph-mon[24980]: mgrmap e6: x(active, starting, since 0.00319151s) 2024-09-13T05:41:36.331 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:36 smithi086 ceph-mon[24980]: from='mgr.14118 172.21.15.86:0/948565137' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T05:41:36.331 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:36 smithi086 ceph-mon[24980]: from='mgr.14118 172.21.15.86:0/948565137' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-13T05:41:36.331 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:36 smithi086 ceph-mon[24980]: from='mgr.14118 172.21.15.86:0/948565137' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-13T05:41:36.331 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:36 smithi086 ceph-mon[24980]: from='mgr.14118 172.21.15.86:0/948565137' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-13T05:41:36.331 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:36 smithi086 ceph-mon[24980]: from='mgr.14118 172.21.15.86:0/948565137' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-13T05:41:36.331 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:36 smithi086 ceph-mon[24980]: Manager daemon x is now available 2024-09-13T05:41:38.081 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:37 smithi086 ceph-mon[24980]: from='mgr.14118 172.21.15.86:0/948565137' entity='mgr.x' 2024-09-13T05:41:38.081 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:37 smithi086 ceph-mon[24980]: from='mgr.14118 172.21.15.86:0/948565137' entity='mgr.x' 2024-09-13T05:41:38.081 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:37 smithi086 ceph-mon[24980]: Found migration_current of "None". Setting to last migration. 2024-09-13T05:41:38.082 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:37 smithi086 ceph-mon[24980]: from='mgr.14118 172.21.15.86:0/948565137' entity='mgr.x' 2024-09-13T05:41:38.082 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:37 smithi086 ceph-mon[24980]: from='mgr.14118 172.21.15.86:0/948565137' entity='mgr.x' 2024-09-13T05:41:38.082 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:37 smithi086 ceph-mon[24980]: from='mgr.14118 172.21.15.86:0/948565137' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:41:38.082 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:37 smithi086 ceph-mon[24980]: from='mgr.14118 172.21.15.86:0/948565137' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:41:38.082 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:37 smithi086 ceph-mon[24980]: from='mgr.14118 172.21.15.86:0/948565137' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-13T05:41:38.082 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:37 smithi086 ceph-mon[24980]: from='mgr.14118 172.21.15.86:0/948565137' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-13T05:41:38.082 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:37 smithi086 ceph-mon[24980]: mgrmap e7: x(active, since 1.00583s) 2024-09-13T05:41:38.082 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:37 smithi086 ceph-mon[24980]: from='mgr.14118 172.21.15.86:0/948565137' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:41:38.083 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:37 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: 2024-09-13T05:41:37.651+0000 7f7aeb7d4640 -1 log_channel(cephadm) log [ERR] : [13/Sep/2024:05:41:37] ENGINE Error in HTTPServer.serve 2024-09-13T05:41:38.083 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:37 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: Traceback (most recent call last): 2024-09-13T05:41:38.083 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:37 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T05:41:38.083 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:37 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: self._connections.run(self.expiration_interval) 2024-09-13T05:41:38.084 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:37 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T05:41:38.084 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:37 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: self._run(expiration_interval) 2024-09-13T05:41:38.084 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:37 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T05:41:38.084 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:37 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T05:41:38.084 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:37 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T05:41:38.084 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:37 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T05:41:38.084 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:37 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T05:41:38.085 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:37 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: s = self.context.wrap_socket( 2024-09-13T05:41:38.085 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:37 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T05:41:38.085 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:37 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: return self.sslsocket_class._create( 2024-09-13T05:41:38.085 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:37 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T05:41:38.085 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:37 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: self.do_handshake() 2024-09-13T05:41:38.085 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:37 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T05:41:38.085 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:37 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: self._sslobj.do_handshake() 2024-09-13T05:41:38.085 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:37 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T05:41:38.085 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:37 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: 2024-09-13T05:41:39.080 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:38 smithi086 ceph-mon[24980]: [13/Sep/2024:05:41:37] ENGINE Bus STARTING 2024-09-13T05:41:39.080 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:38 smithi086 ceph-mon[24980]: [13/Sep/2024:05:41:37] ENGINE Serving on https://172.21.15.86:7150 2024-09-13T05:41:39.080 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:38 smithi086 ceph-mon[24980]: [13/Sep/2024:05:41:37] ENGINE Error in HTTPServer.serve 2024-09-13T05:41:39.080 INFO:journalctl@ceph.mon.a.smithi086.stdout: Traceback (most recent call last): 2024-09-13T05:41:39.080 INFO:journalctl@ceph.mon.a.smithi086.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T05:41:39.080 INFO:journalctl@ceph.mon.a.smithi086.stdout: self._connections.run(self.expiration_interval) 2024-09-13T05:41:39.081 INFO:journalctl@ceph.mon.a.smithi086.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T05:41:39.081 INFO:journalctl@ceph.mon.a.smithi086.stdout: self._run(expiration_interval) 2024-09-13T05:41:39.081 INFO:journalctl@ceph.mon.a.smithi086.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T05:41:39.081 INFO:journalctl@ceph.mon.a.smithi086.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T05:41:39.081 INFO:journalctl@ceph.mon.a.smithi086.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T05:41:39.081 INFO:journalctl@ceph.mon.a.smithi086.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T05:41:39.081 INFO:journalctl@ceph.mon.a.smithi086.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T05:41:39.081 INFO:journalctl@ceph.mon.a.smithi086.stdout: s = self.context.wrap_socket( 2024-09-13T05:41:39.081 INFO:journalctl@ceph.mon.a.smithi086.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T05:41:39.081 INFO:journalctl@ceph.mon.a.smithi086.stdout: return self.sslsocket_class._create( 2024-09-13T05:41:39.081 INFO:journalctl@ceph.mon.a.smithi086.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T05:41:39.081 INFO:journalctl@ceph.mon.a.smithi086.stdout: self.do_handshake() 2024-09-13T05:41:39.081 INFO:journalctl@ceph.mon.a.smithi086.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T05:41:39.081 INFO:journalctl@ceph.mon.a.smithi086.stdout: self._sslobj.do_handshake() 2024-09-13T05:41:39.082 INFO:journalctl@ceph.mon.a.smithi086.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T05:41:39.082 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:38 smithi086 ceph-mon[24980]: [13/Sep/2024:05:41:37] ENGINE Serving on http://172.21.15.86:8765 2024-09-13T05:41:39.082 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:38 smithi086 ceph-mon[24980]: [13/Sep/2024:05:41:37] ENGINE Bus STARTED 2024-09-13T05:41:40.080 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:39 smithi086 ceph-mon[24980]: mgrmap e8: x(active, since 2s) 2024-09-13T05:41:40.815 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout { 2024-09-13T05:41:40.816 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-13T05:41:40.816 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-13T05:41:40.816 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "active_name": "x", 2024-09-13T05:41:40.816 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-13T05:41:40.816 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout } 2024-09-13T05:41:40.816 INFO:teuthology.orchestra.run.smithi086.stdout:Waiting for the mgr to restart... 2024-09-13T05:41:40.816 INFO:teuthology.orchestra.run.smithi086.stdout:Waiting for mgr epoch 5... 2024-09-13T05:41:44.080 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:44 smithi086 ceph-mon[24980]: from='client.14128 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-13T05:41:44.080 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:44 smithi086 ceph-mon[24980]: from='client.14128 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-13T05:41:44.416 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout { 2024-09-13T05:41:44.417 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 8, 2024-09-13T05:41:44.417 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-13T05:41:44.417 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout } 2024-09-13T05:41:44.417 INFO:teuthology.orchestra.run.smithi086.stdout:mgr epoch 5 is available 2024-09-13T05:41:44.417 INFO:teuthology.orchestra.run.smithi086.stdout:Verifying orchestrator module is enabled... 2024-09-13T05:41:45.478 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:45 smithi086 ceph-mon[24980]: from='client.? 172.21.15.86:0/4156060796' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-13T05:41:45.587 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2024-09-13T05:41:45.587 INFO:teuthology.orchestra.run.smithi086.stdout:Setting orchestrator backend to cephadm... 2024-09-13T05:41:46.489 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:46 smithi086 ceph-mon[24980]: from='client.? 172.21.15.86:0/4156060796' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-13T05:41:46.489 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:46 smithi086 ceph-mon[24980]: mgrmap e9: x(active, since 9s) 2024-09-13T05:41:47.367 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:47 smithi086 ceph-mon[24980]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:41:47.367 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:47 smithi086 ceph-mon[24980]: from='mgr.14118 172.21.15.86:0/948565137' entity='mgr.x' 2024-09-13T05:41:47.367 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:47 smithi086 ceph-mon[24980]: from='mgr.14118 172.21.15.86:0/948565137' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:41:47.890 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-13T05:41:47.890 INFO:teuthology.orchestra.run.smithi086.stdout:Generating ssh key... 2024-09-13T05:41:48.580 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:48 smithi086 ceph-mon[24980]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:41:49.330 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:48 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: Generating public/private rsa key pair. 2024-09-13T05:41:49.330 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:48 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: Your identification has been saved in /tmp/tmpur7bzvjj/key 2024-09-13T05:41:49.331 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:48 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: Your public key has been saved in /tmp/tmpur7bzvjj/key.pub 2024-09-13T05:41:49.331 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:48 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: The key fingerprint is: 2024-09-13T05:41:49.331 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:48 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: SHA256:+NaR/pAzfVeauRFE6VOAOraw0/hnuDg0LUehpif9BDw ceph-b1819786-7192-11ef-bceb-c7b262605968 2024-09-13T05:41:49.331 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:48 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: The key's randomart image is: 2024-09-13T05:41:49.331 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:48 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: +---[RSA 3072]----+ 2024-09-13T05:41:49.331 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:48 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: | .oo | 2024-09-13T05:41:49.331 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:48 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: | . ... .| 2024-09-13T05:41:49.331 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:48 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: | . . o ... | 2024-09-13T05:41:49.331 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:48 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: | .E =. .o | 2024-09-13T05:41:49.331 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:48 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: | .+S@oo ...| 2024-09-13T05:41:49.331 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:48 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: | o.Xo*+ =.| 2024-09-13T05:41:49.331 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:48 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: | +oOB.. * .| 2024-09-13T05:41:49.331 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:48 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: | ...+=o. + | 2024-09-13T05:41:49.331 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:48 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: | ...+. . | 2024-09-13T05:41:49.332 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:41:48 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: +----[SHA256]-----+ 2024-09-13T05:41:50.071 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:49 smithi086 ceph-mon[24980]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:41:50.071 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:49 smithi086 ceph-mon[24980]: Generating ssh key... 2024-09-13T05:41:50.071 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:49 smithi086 ceph-mon[24980]: from='mgr.14118 172.21.15.86:0/948565137' entity='mgr.x' 2024-09-13T05:41:50.072 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:49 smithi086 ceph-mon[24980]: from='mgr.14118 172.21.15.86:0/948565137' entity='mgr.x' 2024-09-13T05:41:50.943 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4LfX1bia5htL13yijG8tzIGFuv8vQngW9NpZrL+YcOodau1+FydL+kdJdzmDCg1GM6nd1UD0YOYmRj8sx79w3Z9XM5g7XaYi29IWMHwQRjhn/6nTBB7qnNmC/pj7Vya25O+c5n9QLWJ4TH0my7ps+lq77b4byn//Tn0rRcF3ljvRN93TZA9d2aLwUWNGR9O96AFqvCGTc2ql8H+I2lG9r21GHzxIeXYZkvBh1RmoLzD92eMBLiMDN5lTukTwiyrzJdga+y6LBmxVxSaS6h/66IXu6NGBJyq+lMyqpZt+n9GmvkSy6aiBZO5I9MzppetRktq7lAlc1aGItYlvza2MZ803buEOmOQK4IzkKoLtSf9Ov4gmRSGhxBALqD4hUODteYLV2h7V75k7rHZfv9gzGMVgbAciXPGSOkmc3YQk9+g10psEn4EgIo7JO2GAZgVKkkoV8TYUERnSUAxTPh05X//s3h4WyaENUY1zvb0KJtuoa95ypAq7DqzhzRMm3Mb0= ceph-b1819786-7192-11ef-bceb-c7b262605968 2024-09-13T05:41:50.943 INFO:teuthology.orchestra.run.smithi086.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-13T05:41:50.943 INFO:teuthology.orchestra.run.smithi086.stdout:Adding key to root@localhost authorized_keys... 2024-09-13T05:41:50.951 INFO:teuthology.orchestra.run.smithi086.stdout:Adding host smithi086... 2024-09-13T05:41:51.252 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:51 smithi086 ceph-mon[24980]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:41:52.267 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:52 smithi086 ceph-mon[24980]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi086", "addr": "172.21.15.86", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:41:53.330 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:53 smithi086 ceph-mon[24980]: Deploying cephadm binary to smithi086 2024-09-13T05:41:55.167 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout Added host 'smithi086' with addr '172.21.15.86' 2024-09-13T05:41:55.167 INFO:teuthology.orchestra.run.smithi086.stdout:Deploying unmanaged mon service... 2024-09-13T05:41:55.788 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:55 smithi086 ceph-mon[24980]: from='mgr.14118 172.21.15.86:0/948565137' entity='mgr.x' 2024-09-13T05:41:55.788 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:55 smithi086 ceph-mon[24980]: Added host smithi086 2024-09-13T05:41:55.788 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:55 smithi086 ceph-mon[24980]: from='mgr.14118 172.21.15.86:0/948565137' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:41:56.341 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-13T05:41:56.341 INFO:teuthology.orchestra.run.smithi086.stdout:Deploying unmanaged mgr service... 2024-09-13T05:41:56.929 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:56 smithi086 ceph-mon[24980]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:41:56.930 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:56 smithi086 ceph-mon[24980]: Saving service mon spec with placement count:5 2024-09-13T05:41:56.930 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:56 smithi086 ceph-mon[24980]: from='mgr.14118 172.21.15.86:0/948565137' entity='mgr.x' 2024-09-13T05:41:58.058 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:57 smithi086 ceph-mon[24980]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:41:58.059 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:57 smithi086 ceph-mon[24980]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:41:58.059 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:57 smithi086 ceph-mon[24980]: Saving service mgr spec with placement count:2 2024-09-13T05:41:58.059 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:57 smithi086 ceph-mon[24980]: from='mgr.14118 172.21.15.86:0/948565137' entity='mgr.x' 2024-09-13T05:41:58.059 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:57 smithi086 ceph-mon[24980]: from='mgr.14118 172.21.15.86:0/948565137' entity='mgr.x' 2024-09-13T05:41:58.327 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-13T05:41:59.959 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:59 smithi086 ceph-mon[24980]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:41:59.959 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:59 smithi086 ceph-mon[24980]: from='mgr.14118 172.21.15.86:0/948565137' entity='mgr.x' 2024-09-13T05:41:59.959 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:41:59 smithi086 ceph-mon[24980]: from='client.? 172.21.15.86:0/962942266' entity='client.admin' 2024-09-13T05:42:00.868 INFO:teuthology.orchestra.run.smithi086.stdout:Enabling the dashboard module... 2024-09-13T05:42:01.580 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:01 smithi086 ceph-mon[24980]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:42:01.580 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:01 smithi086 ceph-mon[24980]: from='client.? 172.21.15.86:0/13850621' entity='client.admin' 2024-09-13T05:42:02.471 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:02 smithi086 ceph-mon[24980]: from='client.? 172.21.15.86:0/3107885714' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-13T05:42:02.471 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:02 smithi086 ceph-mon[24980]: from='mgr.14118 172.21.15.86:0/948565137' entity='mgr.x' 2024-09-13T05:42:02.471 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:42:02 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: ignoring --setuser ceph since I am not root 2024-09-13T05:42:02.472 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:42:02 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: ignoring --setgroup ceph since I am not root 2024-09-13T05:42:03.446 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:03 smithi086 ceph-mon[24980]: from='client.? 172.21.15.86:0/3107885714' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-13T05:42:03.446 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:03 smithi086 ceph-mon[24980]: mgrmap e10: x(active, since 26s) 2024-09-13T05:42:03.930 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout { 2024-09-13T05:42:03.930 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "epoch": 10, 2024-09-13T05:42:03.930 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-13T05:42:03.930 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "active_name": "x", 2024-09-13T05:42:03.930 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-13T05:42:03.930 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout } 2024-09-13T05:42:03.931 INFO:teuthology.orchestra.run.smithi086.stdout:Waiting for the mgr to restart... 2024-09-13T05:42:03.931 INFO:teuthology.orchestra.run.smithi086.stdout:Waiting for mgr epoch 10... 2024-09-13T05:42:04.196 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:04 smithi086 ceph-mon[24980]: from='client.? 172.21.15.86:0/3961338164' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-13T05:42:07.682 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:07 smithi086 ceph-mon[24980]: Active manager daemon x restarted 2024-09-13T05:42:07.682 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:07 smithi086 ceph-mon[24980]: Activating manager daemon x 2024-09-13T05:42:07.682 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:07 smithi086 ceph-mon[24980]: osdmap e3: 0 total, 0 up, 0 in 2024-09-13T05:42:07.682 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:07 smithi086 ceph-mon[24980]: mgrmap e11: x(active, starting, since 0.00345506s) 2024-09-13T05:42:07.682 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:07 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T05:42:07.683 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:07 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-13T05:42:07.683 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:07 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-13T05:42:07.683 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:07 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-13T05:42:07.683 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:07 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-13T05:42:07.683 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:07 smithi086 ceph-mon[24980]: Manager daemon x is now available 2024-09-13T05:42:08.580 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:08 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:42:08.580 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:08 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-13T05:42:08.580 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:08 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-13T05:42:08.580 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:08 smithi086 ceph-mon[24980]: mgrmap e12: x(active, since 1.00576s) 2024-09-13T05:42:08.581 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:42:08 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: 2024-09-13T05:42:08.357+0000 7fcdc7da4640 -1 log_channel(cephadm) log [ERR] : [13/Sep/2024:05:42:08] ENGINE Error in HTTPServer.serve 2024-09-13T05:42:08.581 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:42:08 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: Traceback (most recent call last): 2024-09-13T05:42:08.581 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:42:08 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T05:42:08.581 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:42:08 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: self._connections.run(self.expiration_interval) 2024-09-13T05:42:08.581 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:42:08 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T05:42:08.581 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:42:08 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: self._run(expiration_interval) 2024-09-13T05:42:08.581 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:42:08 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T05:42:08.581 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:42:08 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T05:42:08.582 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:42:08 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T05:42:08.582 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:42:08 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T05:42:08.582 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:42:08 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T05:42:08.582 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:42:08 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: s = self.context.wrap_socket( 2024-09-13T05:42:08.582 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:42:08 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T05:42:08.582 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:42:08 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: return self.sslsocket_class._create( 2024-09-13T05:42:08.582 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:42:08 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T05:42:08.582 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:42:08 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: self.do_handshake() 2024-09-13T05:42:08.582 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:42:08 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T05:42:08.582 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:42:08 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: self._sslobj.do_handshake() 2024-09-13T05:42:08.582 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:42:08 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T05:42:08.582 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:42:08 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x[25206]: 2024-09-13T05:42:08.890 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout { 2024-09-13T05:42:08.890 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 12, 2024-09-13T05:42:08.890 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-13T05:42:08.890 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout } 2024-09-13T05:42:08.891 INFO:teuthology.orchestra.run.smithi086.stdout:mgr epoch 10 is available 2024-09-13T05:42:08.891 INFO:teuthology.orchestra.run.smithi086.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-09-13T05:42:09.476 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:09 smithi086 ceph-mon[24980]: [13/Sep/2024:05:42:08] ENGINE Bus STARTING 2024-09-13T05:42:09.477 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:09 smithi086 ceph-mon[24980]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-13T05:42:09.477 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:09 smithi086 ceph-mon[24980]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-13T05:42:09.477 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:09 smithi086 ceph-mon[24980]: [13/Sep/2024:05:42:08] ENGINE Serving on https://172.21.15.86:7150 2024-09-13T05:42:09.477 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:09 smithi086 ceph-mon[24980]: [13/Sep/2024:05:42:08] ENGINE Error in HTTPServer.serve 2024-09-13T05:42:09.477 INFO:journalctl@ceph.mon.a.smithi086.stdout: Traceback (most recent call last): 2024-09-13T05:42:09.477 INFO:journalctl@ceph.mon.a.smithi086.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T05:42:09.477 INFO:journalctl@ceph.mon.a.smithi086.stdout: self._connections.run(self.expiration_interval) 2024-09-13T05:42:09.477 INFO:journalctl@ceph.mon.a.smithi086.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T05:42:09.478 INFO:journalctl@ceph.mon.a.smithi086.stdout: self._run(expiration_interval) 2024-09-13T05:42:09.478 INFO:journalctl@ceph.mon.a.smithi086.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T05:42:09.478 INFO:journalctl@ceph.mon.a.smithi086.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T05:42:09.478 INFO:journalctl@ceph.mon.a.smithi086.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T05:42:09.478 INFO:journalctl@ceph.mon.a.smithi086.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T05:42:09.478 INFO:journalctl@ceph.mon.a.smithi086.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T05:42:09.479 INFO:journalctl@ceph.mon.a.smithi086.stdout: s = self.context.wrap_socket( 2024-09-13T05:42:09.479 INFO:journalctl@ceph.mon.a.smithi086.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T05:42:09.479 INFO:journalctl@ceph.mon.a.smithi086.stdout: return self.sslsocket_class._create( 2024-09-13T05:42:09.479 INFO:journalctl@ceph.mon.a.smithi086.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T05:42:09.479 INFO:journalctl@ceph.mon.a.smithi086.stdout: self.do_handshake() 2024-09-13T05:42:09.479 INFO:journalctl@ceph.mon.a.smithi086.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T05:42:09.479 INFO:journalctl@ceph.mon.a.smithi086.stdout: self._sslobj.do_handshake() 2024-09-13T05:42:09.479 INFO:journalctl@ceph.mon.a.smithi086.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T05:42:09.479 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:09 smithi086 ceph-mon[24980]: [13/Sep/2024:05:42:08] ENGINE Serving on http://172.21.15.86:8765 2024-09-13T05:42:09.479 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:09 smithi086 ceph-mon[24980]: [13/Sep/2024:05:42:08] ENGINE Bus STARTED 2024-09-13T05:42:10.428 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:10 smithi086 ceph-mon[24980]: mgrmap e13: x(active, since 2s) 2024-09-13T05:42:10.428 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:10 smithi086 ceph-mon[24980]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:42:10.428 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:10 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' 2024-09-13T05:42:10.430 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+zCCAuOgAwIBAgIUTB28jQT4/BaV6M9eK6bVCHd0bjAwDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMzA1NDIwOVoXDTM0\nMDkxNDA1NDIwOVowFzEVMBMGA1UEAwwMMTcyLjIxLjE1Ljg2MIICIjANBgkqhkiG\n9w0BAQEFAAOCAg8AMIICCgKCAgEAq9+rkBbAjbrMRt/ZN6cb6eIg1cIC2f+SFNWr\nuurD8NaVXZp6qFQ2/JzDvqNAn35TmQxsNdUxsWRU9Jg21f0qwUuC8b3WDRKAvhjM\nOjgWC+NRmzgfwlpc1aAXe3lRT2+zoco0PKw3M3xAjr4bwOfIpB7BatE1Pe8qOTc7\nKei5pv30skym6q+0p7o6PSlMRhpGRTH0ujcJ+ewwv4TPgN1I0jtuUuSjwFnc+xCC\nWB6s8huqzOojRc4H0L3Dk5/8hD0HJVZ5gWdLpbTarsPaaN0FyaTxuwJKdf/KBMEG\nXBIKZOE1TUcUwZtrFQl+vC9kAnFNIk4zB6A4XTkw1qYig2SyDhW4feL4/aDsacz0\nSjGevLAZa4QLYhlDvoleWt0i1b51DsDhlmd8pHOoA8aXv93FanQB/Lq/fV+fY8WI\nIm3PT1geQHNteTcNi9HZzmRAJy6p4JBrjYVkVRCUBbM1zJDtqwNr0OWW7SbBBCZ4\nzb0OJGEXFb8kXOIb0A5huzTQEwf0kI4QMaollJT8Y0hPuG19JA8LpcCf2+2p1W56\nGQ0RAgyM07L0ffFif0AkQz1aIfS+XsURKCfiw1dgMMYxlNlU5qRLTgCs1pM9SrXi\nYLSIDrDMIKRzoPELUMDdmAldwtrGRIg5ouKopNlPBfGgGChg0qb/weAsp+p7ScbW\n5PVEn6sCAwEAAaM/MD0wLQYDVR0RBCYwJIIJc21pdGhpMDg2ghFkYXNoYm9hcmRf\nc2VydmVyc4cErBUPVjAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQAC\nDcGDPxTj43mDGkWcf2GlLzxEcxubINiL5qguwRMB3mLnPv9d5ee5FkZpCapSyNfV\nkMqExVLOL0oX+fqlAYCZL/QCo6+Lq4GnQcBgzFHHxLruA9cDPPm0ckrjv+jvPuJl\nzeUFeYk3NR+Puv5k6Qn+adtYcY2Zj8mq+YIyaMaxX2Be/UEgV7REES0AROiYYedr\nNAKaIojRwlun5V8Y5C1lOkrykQPvpvFUd51kaOar3vMNzgPbnmLiFEF2NjJr83kw\nDxni2nklOiLqxc0F7Ra7nQ0rqdOmA6UStOuE6y/H8XeS+ITV6HRFNRlo60nsXcxN\nR/AUrFNh7+fTO7pCGeD679YKmhek2vjjC/2bbfFAiwfcRvEw7FAksWvjMNUWO+gB\nxsS5HsRWTMXDFX50mTdtcmd9e7q0+nd24EeOyeWw/ZHXroRoUmq/lmVOMm3hSx/Y\nXkgUKzjav8dMOLVyGdMy18ybL2qRDQh03k4DLOuRliibl93TGaxku0Gu/8u66Itu\nw4QuSzvjIX63hFf3UIVfFQc9qp5l0Wr/uqz4vLT9u3LN2hRWEjFzp+ldDFXpkOjq\naauPIranpnKLpMy336c9ojK3ooJGWQf43kYBfFN8dN3DAnn/DzFq63Lls5xI8VwZ\n1HiB8jJpzy7uBxMVIrCIgCNo+Aa5CycfH5bGnwwzLA==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKAIBAAKCAgEAq9+rkBbAjbrMRt/ZN6cb6eIg1cIC2f+SFNWruurD8NaVXZp6\nqFQ2/JzDvqNAn35TmQxsNdUxsWRU9Jg21f0qwUuC8b3WDRKAvhjMOjgWC+NRmzgf\nwlpc1aAXe3lRT2+zoco0PKw3M3xAjr4bwOfIpB7BatE1Pe8qOTc7Kei5pv30skym\n6q+0p7o6PSlMRhpGRTH0ujcJ+ewwv4TPgN1I0jtuUuSjwFnc+xCCWB6s8huqzOoj\nRc4H0L3Dk5/8hD0HJVZ5gWdLpbTarsPaaN0FyaTxuwJKdf/KBMEGXBIKZOE1TUcU\nwZtrFQl+vC9kAnFNIk4zB6A4XTkw1qYig2SyDhW4feL4/aDsacz0SjGevLAZa4QL\nYhlDvoleWt0i1b51DsDhlmd8pHOoA8aXv93FanQB/Lq/fV+fY8WIIm3PT1geQHNt\neTcNi9HZzmRAJy6p4JBrjYVkVRCUBbM1zJDtqwNr0OWW7SbBBCZ4zb0OJGEXFb8k\nXOIb0A5huzTQEwf0kI4QMaollJT8Y0hPuG19JA8LpcCf2+2p1W56GQ0RAgyM07L0\nffFif0AkQz1aIfS+XsURKCfiw1dgMMYxlNlU5qRLTgCs1pM9SrXiYLSIDrDMIKRz\noPELUMDdmAldwtrGRIg5ouKopNlPBfGgGChg0qb/weAsp+p7ScbW5PVEn6sCAwEA\nAQKCAgADmI/ohAQDqHCwBkHvWfs0XFX53Zpyq4Kyazqxvp9ahsV5lQr+QkN46zdl\n4djZyBUBWD2xWKRhWkCJcjUqKqb+LqbEM7JqnpmmoIfcAKK8HUWZUkYef7EpNQrD\nZhPkmL6GODVPPv5+q28BrYo7cdNZql0QmjpGG/QNs2afp1ivB5QwNiNYjf7hHX0s\nx2mVno9xe4HryCKuIcTD/7LZttzYV9mkjq0QZVuWvc8u/yFOMB8ANOEyYNpQAeW5\nd85FiVirbXuS+1wdUO3cXIj8IFeyfYAjPKvd0Sa4YmjQJ1POrYQ7JC1pKZJxeRE3\nkw7sGtPAJSkIfqUp6ibn7seSaS/CdooG3peM5DOV0Bz+4ra54O5Kj5w3uXX7cb4O\n/Q+/IKcI8PVpNn+RepvHUNNO8VDcw4US3uUrWVZt1VBdGF0W4cZ896GHdJ97v8C8\nosoFnOeNo7SA2h8BiqVVhMqIrbNiv90E2eIIC8aOUUO3b9pvW2Jh5b+m6KrmCs8t\nBkpJuZFqgDy0ybdfn93SQ0LCetZTHXrwq1Gu6M1a4MKBwjI57XwEXQXKSyRkamUy\nnsMOZEIxQTnxV09fxWFe3+aHZDPu48ZtRK4IdA1UzFAGowgrqiUiayQlT1+YwXb8\n+yMyP97vactqbBr7mYTLDiQ8UHpvdMq7pUdcHjAArPZVOZ5LZQKCAQEA5AdwRVzF\nGUakgjqw6jG+dF8y6PnE6XkNUttKbzGFWkMK9hoKgEI5MLo0oRAm/kVhbbjmyLge\nNYB0dZYBklGz8YRygSQhLeGGToLpMSUNgA6O68k6XWbI5G52ss/5mw/ln2TdpMul\nob3+sR9xcs2Fe9UVhceDAUnfHmtLfUUJQopFLbYx5uZUzbzBgCEsOWyZsN6mGJCz\negi3q6OknKNJjG6jr61IHG7MB4Nx8zL2KGYRkxMmVlkp84s9w608eoCr0ssWyp+e\noyTgnqBdQrqZioB8gU3sX7+nUl1F4r5nqwzHJYXjiiSF9PrV8nzUl6JRpVsBaPr4\ncDPhEl51SfVwdwKCAQEAwPTX2rU99Z6cbeRSmqyUQB1Eqps+lrA6tVg0OQfmnLxf\n9kcQMuIs3q8XYYgDjNvI2iEu2EmbAFdJeasK+IT/h5P4rdRjzQDC+Mcfyca6qhBP\nkn9OtuAUl6XyrV4c2clmEFWa7htbWJa3c0n7cNSS+vbE+929WLAT57z2jbHOpP79\nbkDaEDNUdRwSePwX1rAOL12LYsoBH1icasxGsLghK4VedpG9JDQaAmawIFxqMP4v\nHsmH+qpJvrq7cka9vNXUn0fyq+Xcl+syvOVLSHPto1x+pup/qjzbbN5l2wmEf1GR\nacQ66FtZo/+w3VJKPyu8rXe8ssBIeKth7ZGTLs5rbQKCAQBRW9IT/XiZfxn9GSG8\nPYldjgXlGBDI2JcHZBSXvcx9mwQTMNFkV7x+BUH34YJ4IJsVge5d2Ut1/WIP/jiL\nUzlnx8DvEMwBycCYzJ6VGUpK0Wbu+7omTyEIV91kCU5eo/pit6NZRAvRvK9d1QEu\nW+PvfeSS+c9lK00/Vjr19CbMpfbuy13cq3vAeEN2Ct/zkSr470fF5gMTXH7j75wx\nAxWf1G30pVfgRSvo1l5Wzm0Dlv9YQXHhRyjvq1ObOHkmoDguGqYEH5WDUgoOrtr3\njwpvX06M+BeJRiFWAs+HijYE0qdPXQkFZeihssmZHi7f91s4K1NCeKEhr3Dzk943\nSCobAoIBAQCXg2q/hNOrO6mvrLqkU+FxWsohgRercaQX47PWGHsgFdbwZqq0md8L\n2MbuQcQv5iEYDzheg6Wfpeq/C+zoal7QEgQSUxUu02tFt+4hHdhTU813xlmDxf7F\neXxOX/kdlkR7jQzD7V1T+b0BXVWAKptjT0QsVdipfFGVBU9Awh72dneADJJuaC/o\naWuj7qe1X7czwCuEHgS1nXntbowPlfYN24LqbdPsSrEls4aXUpnb8KwFa9BHp1GS\n38PyntO8JNf5XqCSFEOcUwYbR51OviEaxrV40ef/QBw4p4WpchbFdsJNH9X1wE1q\nNoulrkk4w1o7iCr23X/KqSCTUF0XQuUdAoIBAAZvKTr+UhBFbC0DPTz+H1ZJO9mm\nSqKtR8jKtINJltDXW/QofA3P0hVBCcVLm9tYkdhX7NVTfCyFRECIFcqekpz0DKXo\nNXd7UsdNl01ZkGt5l3G+nPylCPSRqzTJfxgSt7sxh4/MU7NLHbIEqvNku7fdxOQw\nPNllhFLkjRNP5c7mWRSMynnq+kBaXMMP6Vfik5zj5ZRQzyAfJ0W2iS/sgIxmySzg\nBi44vnEBtsIbwG8/EC1K/Ua3QjG3BsNul0O2QS/8n4yLdoGR0/Zra/mE7iPOmA7O\n2pAdu7pXSn+IR1KheinGVWHf9CJ+s7oD463rywN9gl8GGmUTzeGYK/Oz43Y=\n-----END RSA PRIVATE KEY-----\n"} 2024-09-13T05:42:11.797 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-09-13T05:42:12.049 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:11 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' 2024-09-13T05:42:12.050 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:11 smithi086 ceph-mon[24980]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:42:12.050 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:11 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' 2024-09-13T05:42:13.138 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-09-13T05:42:13.138 INFO:teuthology.orchestra.run.smithi086.stdout:Creating initial admin user... 2024-09-13T05:42:13.680 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:13 smithi086 ceph-mon[24980]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:42:13.681 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:13 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' 2024-09-13T05:42:14.580 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:14 smithi086 ceph-mon[24980]: mgrmap e14: x(active, since 6s) 2024-09-13T05:42:14.580 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:14 smithi086 ceph-mon[24980]: from='client.14170 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:42:14.580 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:14 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' 2024-09-13T05:42:14.880 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$U4/xDm95VE018bpOy39unOBJdjxtNMOfYtunduZrmcwVsRmXt2YZ2", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726206134, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-13T05:42:14.880 INFO:teuthology.orchestra.run.smithi086.stdout:Fetching dashboard port number... 2024-09-13T05:42:15.767 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:15 smithi086 ceph-mon[24980]: from='client.? 172.21.15.86:0/2112913279' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-13T05:42:15.994 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stdout 8443 2024-09-13T05:42:16.003 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-13T05:42:16.003 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stdout disabled 2024-09-13T05:42:16.010 INFO:teuthology.orchestra.run.smithi086.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-13T05:42:16.010 INFO:teuthology.orchestra.run.smithi086.stdout:systemctl: stdout inactive 2024-09-13T05:42:16.010 INFO:teuthology.orchestra.run.smithi086.stdout:firewalld.service is not enabled 2024-09-13T05:42:16.010 INFO:teuthology.orchestra.run.smithi086.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-13T05:42:16.012 INFO:teuthology.orchestra.run.smithi086.stdout:Ceph Dashboard is now available at: 2024-09-13T05:42:16.012 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-13T05:42:16.012 INFO:teuthology.orchestra.run.smithi086.stdout: URL: https://smithi086.front.sepia.ceph.com:8443/ 2024-09-13T05:42:16.012 INFO:teuthology.orchestra.run.smithi086.stdout: User: admin 2024-09-13T05:42:16.012 INFO:teuthology.orchestra.run.smithi086.stdout: Password: jodfnl4cx9 2024-09-13T05:42:16.012 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-13T05:42:16.013 INFO:teuthology.orchestra.run.smithi086.stdout:Saving cluster configuration to /var/lib/ceph/b1819786-7192-11ef-bceb-c7b262605968/config directory 2024-09-13T05:42:17.293 INFO:teuthology.orchestra.run.smithi086.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-13T05:42:17.293 INFO:teuthology.orchestra.run.smithi086.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-13T05:42:17.293 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-13T05:42:17.293 INFO:teuthology.orchestra.run.smithi086.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid b1819786-7192-11ef-bceb-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-13T05:42:17.293 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-13T05:42:17.294 INFO:teuthology.orchestra.run.smithi086.stdout:Or, if you are only running a single cluster on this host: 2024-09-13T05:42:17.294 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-13T05:42:17.294 INFO:teuthology.orchestra.run.smithi086.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-13T05:42:17.294 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-13T05:42:17.294 INFO:teuthology.orchestra.run.smithi086.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-13T05:42:17.294 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-13T05:42:17.294 INFO:teuthology.orchestra.run.smithi086.stdout: ceph telemetry on 2024-09-13T05:42:17.294 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-13T05:42:17.294 INFO:teuthology.orchestra.run.smithi086.stdout:For more information see: 2024-09-13T05:42:17.294 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-13T05:42:17.294 INFO:teuthology.orchestra.run.smithi086.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-13T05:42:17.294 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-13T05:42:17.294 INFO:teuthology.orchestra.run.smithi086.stdout:Bootstrap complete. 2024-09-13T05:42:17.333 INFO:tasks.cephadm:Fetching config... 2024-09-13T05:42:17.333 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-09-13T05:42:17.333 DEBUG:teuthology.orchestra.run.smithi086:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-13T05:42:17.350 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-13T05:42:17.350 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-09-13T05:42:17.350 DEBUG:teuthology.orchestra.run.smithi086:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-13T05:42:17.406 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-13T05:42:17.406 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-09-13T05:42:17.407 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/var/lib/ceph/b1819786-7192-11ef-bceb-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-13T05:42:17.471 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-13T05:42:17.471 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-09-13T05:42:17.471 DEBUG:teuthology.orchestra.run.smithi086:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-13T05:42:17.527 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-13T05:42:17.527 DEBUG:teuthology.orchestra.run.smithi086:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4LfX1bia5htL13yijG8tzIGFuv8vQngW9NpZrL+YcOodau1+FydL+kdJdzmDCg1GM6nd1UD0YOYmRj8sx79w3Z9XM5g7XaYi29IWMHwQRjhn/6nTBB7qnNmC/pj7Vya25O+c5n9QLWJ4TH0my7ps+lq77b4byn//Tn0rRcF3ljvRN93TZA9d2aLwUWNGR9O96AFqvCGTc2ql8H+I2lG9r21GHzxIeXYZkvBh1RmoLzD92eMBLiMDN5lTukTwiyrzJdga+y6LBmxVxSaS6h/66IXu6NGBJyq+lMyqpZt+n9GmvkSy6aiBZO5I9MzppetRktq7lAlc1aGItYlvza2MZ803buEOmOQK4IzkKoLtSf9Ov4gmRSGhxBALqD4hUODteYLV2h7V75k7rHZfv9gzGMVgbAciXPGSOkmc3YQk9+g10psEn4EgIo7JO2GAZgVKkkoV8TYUERnSUAxTPh05X//s3h4WyaENUY1zvb0KJtuoa95ypAq7DqzhzRMm3Mb0= ceph-b1819786-7192-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-13T05:42:17.600 INFO:teuthology.orchestra.run.smithi086.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4LfX1bia5htL13yijG8tzIGFuv8vQngW9NpZrL+YcOodau1+FydL+kdJdzmDCg1GM6nd1UD0YOYmRj8sx79w3Z9XM5g7XaYi29IWMHwQRjhn/6nTBB7qnNmC/pj7Vya25O+c5n9QLWJ4TH0my7ps+lq77b4byn//Tn0rRcF3ljvRN93TZA9d2aLwUWNGR9O96AFqvCGTc2ql8H+I2lG9r21GHzxIeXYZkvBh1RmoLzD92eMBLiMDN5lTukTwiyrzJdga+y6LBmxVxSaS6h/66IXu6NGBJyq+lMyqpZt+n9GmvkSy6aiBZO5I9MzppetRktq7lAlc1aGItYlvza2MZ803buEOmOQK4IzkKoLtSf9Ov4gmRSGhxBALqD4hUODteYLV2h7V75k7rHZfv9gzGMVgbAciXPGSOkmc3YQk9+g10psEn4EgIo7JO2GAZgVKkkoV8TYUERnSUAxTPh05X//s3h4WyaENUY1zvb0KJtuoa95ypAq7DqzhzRMm3Mb0= ceph-b1819786-7192-11ef-bceb-c7b262605968 2024-09-13T05:42:17.611 DEBUG:teuthology.orchestra.run.smithi118:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4LfX1bia5htL13yijG8tzIGFuv8vQngW9NpZrL+YcOodau1+FydL+kdJdzmDCg1GM6nd1UD0YOYmRj8sx79w3Z9XM5g7XaYi29IWMHwQRjhn/6nTBB7qnNmC/pj7Vya25O+c5n9QLWJ4TH0my7ps+lq77b4byn//Tn0rRcF3ljvRN93TZA9d2aLwUWNGR9O96AFqvCGTc2ql8H+I2lG9r21GHzxIeXYZkvBh1RmoLzD92eMBLiMDN5lTukTwiyrzJdga+y6LBmxVxSaS6h/66IXu6NGBJyq+lMyqpZt+n9GmvkSy6aiBZO5I9MzppetRktq7lAlc1aGItYlvza2MZ803buEOmOQK4IzkKoLtSf9Ov4gmRSGhxBALqD4hUODteYLV2h7V75k7rHZfv9gzGMVgbAciXPGSOkmc3YQk9+g10psEn4EgIo7JO2GAZgVKkkoV8TYUERnSUAxTPh05X//s3h4WyaENUY1zvb0KJtuoa95ypAq7DqzhzRMm3Mb0= ceph-b1819786-7192-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-13T05:42:17.669 INFO:teuthology.orchestra.run.smithi118.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4LfX1bia5htL13yijG8tzIGFuv8vQngW9NpZrL+YcOodau1+FydL+kdJdzmDCg1GM6nd1UD0YOYmRj8sx79w3Z9XM5g7XaYi29IWMHwQRjhn/6nTBB7qnNmC/pj7Vya25O+c5n9QLWJ4TH0my7ps+lq77b4byn//Tn0rRcF3ljvRN93TZA9d2aLwUWNGR9O96AFqvCGTc2ql8H+I2lG9r21GHzxIeXYZkvBh1RmoLzD92eMBLiMDN5lTukTwiyrzJdga+y6LBmxVxSaS6h/66IXu6NGBJyq+lMyqpZt+n9GmvkSy6aiBZO5I9MzppetRktq7lAlc1aGItYlvza2MZ803buEOmOQK4IzkKoLtSf9Ov4gmRSGhxBALqD4hUODteYLV2h7V75k7rHZfv9gzGMVgbAciXPGSOkmc3YQk9+g10psEn4EgIo7JO2GAZgVKkkoV8TYUERnSUAxTPh05X//s3h4WyaENUY1zvb0KJtuoa95ypAq7DqzhzRMm3Mb0= ceph-b1819786-7192-11ef-bceb-c7b262605968 2024-09-13T05:42:17.681 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b1819786-7192-11ef-bceb-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-13T05:42:17.869 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:17 smithi086 ceph-mon[24980]: from='client.? 172.21.15.86:0/2144873868' entity='client.admin' 2024-09-13T05:42:17.929 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/b1819786-7192-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T05:42:19.088 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-13T05:42:19.088 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b1819786-7192-11ef-bceb-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-13T05:42:19.518 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/b1819786-7192-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T05:42:19.761 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:19 smithi086 ceph-mon[24980]: from='client.? 172.21.15.86:0/485386298' entity='client.admin' 2024-09-13T05:42:19.761 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:19 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' 2024-09-13T05:42:19.761 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:19 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' 2024-09-13T05:42:19.761 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:19 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi086", "name": "osd_memory_target"} : dispatch 2024-09-13T05:42:19.761 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:19 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' 2024-09-13T05:42:19.761 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:19 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:42:19.761 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:19 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' 2024-09-13T05:42:20.807 INFO:tasks.cephadm:Remote smithi118 excluded from cephadm cluster by role 2024-09-13T05:42:20.808 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-13T05:42:20.808 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b1819786-7192-11ef-bceb-c7b262605968 -- ceph osd crush tunables default 2024-09-13T05:42:21.047 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/b1819786-7192-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T05:42:21.450 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:21 smithi086 ceph-mon[24980]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:42:21.450 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:21 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' 2024-09-13T05:42:21.451 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:21 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:42:21.451 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:21 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:42:21.451 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:21 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:42:21.451 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:21 smithi086 ceph-mon[24980]: Updating smithi086:/etc/ceph/ceph.conf 2024-09-13T05:42:21.451 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:21 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' 2024-09-13T05:42:21.451 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:21 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' 2024-09-13T05:42:21.451 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:21 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' 2024-09-13T05:42:22.161 INFO:teuthology.orchestra.run.smithi086.stderr:adjusted tunables profile to default 2024-09-13T05:42:22.478 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:22 smithi086 ceph-mon[24980]: Updating smithi086:/var/lib/ceph/b1819786-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:42:22.478 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:22 smithi086 ceph-mon[24980]: Updating smithi086:/etc/ceph/ceph.client.admin.keyring 2024-09-13T05:42:22.478 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:22 smithi086 ceph-mon[24980]: Updating smithi086:/var/lib/ceph/b1819786-7192-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T05:42:22.478 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:22 smithi086 ceph-mon[24980]: from='client.? 172.21.15.86:0/2078299011' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-13T05:42:22.784 INFO:tasks.cephadm:Adding mon.a on smithi086 2024-09-13T05:42:22.785 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b1819786-7192-11ef-bceb-c7b262605968 -- ceph orch apply mon '1;smithi086:172.21.15.86=a' 2024-09-13T05:42:23.030 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/b1819786-7192-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T05:42:23.449 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:23 smithi086 ceph-mon[24980]: from='client.? 172.21.15.86:0/2078299011' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-13T05:42:23.449 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:23 smithi086 ceph-mon[24980]: osdmap e4: 0 total, 0 up, 0 in 2024-09-13T05:42:23.654 INFO:teuthology.orchestra.run.smithi086.stdout:Scheduled mon update... 2024-09-13T05:42:24.203 INFO:tasks.cephadm:Waiting for 1 mons in monmap... 2024-09-13T05:42:24.204 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b1819786-7192-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-13T05:42:24.830 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:24 smithi086 ceph-mon[24980]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "1;smithi086:172.21.15.86=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:42:24.831 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:24 smithi086 ceph-mon[24980]: Saving service mon spec with placement smithi086:172.21.15.86=a;count:1 2024-09-13T05:42:24.831 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:24 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' 2024-09-13T05:42:24.831 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:24 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:42:24.831 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:24 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:42:24.831 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:24 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:42:24.831 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:24 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' 2024-09-13T05:42:24.831 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:24 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' 2024-09-13T05:42:24.831 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:24 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' 2024-09-13T05:42:24.831 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:24 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' 2024-09-13T05:42:24.831 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:24 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' 2024-09-13T05:42:24.831 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:24 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' 2024-09-13T05:42:24.831 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:24 smithi086 ceph-mon[24980]: Reconfiguring mon.a (unknown last config time)... 2024-09-13T05:42:24.831 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:24 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T05:42:24.831 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:24 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T05:42:24.832 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:24 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:42:24.832 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:24 smithi086 ceph-mon[24980]: Reconfiguring daemon mon.a on smithi086 2024-09-13T05:42:25.280 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/b1819786-7192-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T05:42:25.990 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-13T05:42:25.991 INFO:teuthology.orchestra.run.smithi086.stdout:{"epoch":1,"fsid":"b1819786-7192-11ef-bceb-c7b262605968","modified":"2024-09-13T05:41:11.870827Z","created":"2024-09-13T05:41:11.870827Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-13T05:42:25.991 INFO:teuthology.orchestra.run.smithi086.stderr:dumped monmap epoch 1 2024-09-13T05:42:26.306 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:26 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' 2024-09-13T05:42:26.306 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:26 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' 2024-09-13T05:42:26.306 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:26 smithi086 ceph-mon[24980]: from='client.? 172.21.15.86:0/2378207009' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T05:42:26.560 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-13T05:42:26.560 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b1819786-7192-11ef-bceb-c7b262605968 -- ceph config generate-minimal-conf 2024-09-13T05:42:26.795 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/b1819786-7192-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T05:42:27.431 INFO:teuthology.orchestra.run.smithi086.stdout:# minimal ceph.conf for b1819786-7192-11ef-bceb-c7b262605968 2024-09-13T05:42:27.431 INFO:teuthology.orchestra.run.smithi086.stdout:[global] 2024-09-13T05:42:27.432 INFO:teuthology.orchestra.run.smithi086.stdout: fsid = b1819786-7192-11ef-bceb-c7b262605968 2024-09-13T05:42:27.432 INFO:teuthology.orchestra.run.smithi086.stdout: mon_host = [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] 2024-09-13T05:42:28.001 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-13T05:42:28.001 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-09-13T05:42:28.002 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/etc/ceph/ceph.conf 2024-09-13T05:42:28.029 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-09-13T05:42:28.029 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-13T05:42:28.095 INFO:tasks.cephadm:Adding mgr.x on smithi086 2024-09-13T05:42:28.095 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b1819786-7192-11ef-bceb-c7b262605968 -- ceph orch apply mgr '1;smithi086=x' 2024-09-13T05:42:28.368 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/b1819786-7192-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T05:42:28.615 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:28 smithi086 ceph-mon[24980]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:42:28.615 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:28 smithi086 ceph-mon[24980]: from='client.? 172.21.15.86:0/239987408' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:42:28.990 INFO:teuthology.orchestra.run.smithi086.stdout:Scheduled mgr update... 2024-09-13T05:42:29.568 DEBUG:tasks.cephadm:set 0 configs 2024-09-13T05:42:29.568 INFO:tasks.cephadm:Deploying OSDs... 2024-09-13T05:42:29.568 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-09-13T05:42:29.568 DEBUG:teuthology.orchestra.run.smithi086:> dd if=/scratch_devs of=/dev/stdout 2024-09-13T05:42:29.584 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-13T05:42:29.585 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/vg_nvme/lv_1 2024-09-13T05:42:29.640 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-13T05:42:29.640 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T05:42:29.641 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 5h/5d Inode: 968 Links: 1 2024-09-13T05:42:29.641 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T05:42:29.641 INFO:teuthology.orchestra.run.smithi086.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T05:42:29.641 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2024-09-13 05:42:18.214596978 +0000 2024-09-13T05:42:29.641 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2024-09-13 05:40:24.199051323 +0000 2024-09-13T05:42:29.641 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2024-09-13 05:40:24.199051323 +0000 2024-09-13T05:42:29.641 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: 2024-09-13 05:40:24.199051323 +0000 2024-09-13T05:42:29.642 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-13T05:42:29.704 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2024-09-13T05:42:29.705 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2024-09-13T05:42:29.705 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000265632 s, 1.9 MB/s 2024-09-13T05:42:29.706 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-13T05:42:29.763 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/vg_nvme/lv_2 2024-09-13T05:42:29.819 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-13T05:42:29.819 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T05:42:29.819 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 5h/5d Inode: 979 Links: 1 2024-09-13T05:42:29.819 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T05:42:29.819 INFO:teuthology.orchestra.run.smithi086.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T05:42:29.820 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2024-09-13 05:42:18.245596310 +0000 2024-09-13T05:42:29.820 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2024-09-13 05:40:24.200051309 +0000 2024-09-13T05:42:29.820 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2024-09-13 05:40:24.200051309 +0000 2024-09-13T05:42:29.820 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: 2024-09-13 05:40:24.200051309 +0000 2024-09-13T05:42:29.820 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-13T05:42:29.883 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2024-09-13T05:42:29.884 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2024-09-13T05:42:29.884 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.00020546 s, 2.5 MB/s 2024-09-13T05:42:29.885 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-13T05:42:29.942 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/vg_nvme/lv_3 2024-09-13T05:42:29.998 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-13T05:42:29.998 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T05:42:29.998 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 5h/5d Inode: 971 Links: 1 2024-09-13T05:42:29.999 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T05:42:29.999 INFO:teuthology.orchestra.run.smithi086.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T05:42:29.999 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2024-09-13 05:42:18.275595662 +0000 2024-09-13T05:42:29.999 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2024-09-13 05:40:24.199051323 +0000 2024-09-13T05:42:29.999 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2024-09-13 05:40:24.199051323 +0000 2024-09-13T05:42:29.999 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: 2024-09-13 05:40:24.199051323 +0000 2024-09-13T05:42:29.999 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-13T05:42:30.062 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2024-09-13T05:42:30.062 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2024-09-13T05:42:30.062 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000198832 s, 2.6 MB/s 2024-09-13T05:42:30.063 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-13T05:42:30.080 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:29 smithi086 ceph-mon[24980]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi086=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:42:30.081 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:29 smithi086 ceph-mon[24980]: Saving service mgr spec with placement smithi086=x;count:1 2024-09-13T05:42:30.081 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:29 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' 2024-09-13T05:42:30.081 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:29 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:42:30.081 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:29 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:42:30.081 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:29 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:42:30.081 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:29 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' 2024-09-13T05:42:30.081 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:29 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' 2024-09-13T05:42:30.081 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:29 smithi086 ceph-mon[24980]: Reconfiguring mgr.x (unknown last config time)... 2024-09-13T05:42:30.081 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:29 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-13T05:42:30.081 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:29 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2024-09-13T05:42:30.082 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:29 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:42:30.082 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:29 smithi086 ceph-mon[24980]: Reconfiguring daemon mgr.x on smithi086 2024-09-13T05:42:30.097 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/vg_nvme/lv_4 2024-09-13T05:42:30.152 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-13T05:42:30.152 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T05:42:30.152 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 5h/5d Inode: 977 Links: 1 2024-09-13T05:42:30.153 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T05:42:30.153 INFO:teuthology.orchestra.run.smithi086.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T05:42:30.153 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2024-09-13 05:42:18.308594951 +0000 2024-09-13T05:42:30.153 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2024-09-13 05:40:24.200051309 +0000 2024-09-13T05:42:30.153 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2024-09-13 05:40:24.200051309 +0000 2024-09-13T05:42:30.153 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: 2024-09-13 05:40:24.200051309 +0000 2024-09-13T05:42:30.153 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-13T05:42:30.215 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2024-09-13T05:42:30.215 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2024-09-13T05:42:30.215 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.00027672 s, 1.9 MB/s 2024-09-13T05:42:30.218 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-13T05:42:30.276 INFO:tasks.cephadm:Deploying osd.0 on smithi086 with /dev/vg_nvme/lv_4... 2024-09-13T05:42:30.276 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b1819786-7192-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-13T05:42:30.572 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/b1819786-7192-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T05:42:31.080 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:30 smithi086 ceph-mon[24980]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:42:31.080 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:30 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' 2024-09-13T05:42:31.080 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:30 smithi086 ceph-mon[24980]: from='mgr.14152 172.21.15.86:0/4226155575' entity='mgr.x' 2024-09-13T05:42:32.821 INFO:teuthology.orchestra.run.smithi086.stderr:Non-zero exit code 1 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 -e NODE_NAME=smithi086 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b1819786-7192-11ef-bceb-c7b262605968:/var/run/ceph:z -v /var/log/ceph/b1819786-7192-11ef-bceb-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/b1819786-7192-11ef-bceb-c7b262605968/crash:/var/lib/ceph/crash:z -v /run/systemd/journal:/run/systemd/journal -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /var/lib/ceph/b1819786-7192-11ef-bceb-c7b262605968/selinux:/sys/fs/selinux:ro -v /:/rootfs:rslave -v /etc/hosts:/etc/hosts:ro -v /tmp/ceph-tmphn3558h8:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp87u7xuz5:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 lvm zap /dev/vg_nvme/lv_4 2024-09-13T05:42:32.821 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr --> Zapping: /dev/vg_nvme/lv_4 2024-09-13T05:42:32.821 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr --> Removing all BlueStore signature on /dev/vg_nvme/lv_4 if any... 2024-09-13T05:42:32.822 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr Running command: /usr/bin/ceph-bluestore-tool zap-device /dev/vg_nvme/lv_4 --yes-i-really-really-mean-it 2024-09-13T05:42:32.822 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr stderr: Unknown options: [zap-device,/dev/vg_nvme/lv_4] 2024-09-13T05:42:32.822 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr Traceback (most recent call last): 2024-09-13T05:42:32.822 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr File "/usr/sbin/ceph-volume", line 33, in 2024-09-13T05:42:32.822 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr sys.exit(load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')()) 2024-09-13T05:42:32.822 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr File "/usr/lib/python3.9/site-packages/ceph_volume/main.py", line 54, in __init__ 2024-09-13T05:42:32.822 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr self.main(self.argv) 2024-09-13T05:42:32.822 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr File "/usr/lib/python3.9/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-09-13T05:42:32.822 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr return f(*a, **kw) 2024-09-13T05:42:32.822 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr File "/usr/lib/python3.9/site-packages/ceph_volume/main.py", line 166, in main 2024-09-13T05:42:32.822 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-09-13T05:42:32.822 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr File "/usr/lib/python3.9/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-09-13T05:42:32.822 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr instance.main() 2024-09-13T05:42:32.823 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr File "/usr/lib/python3.9/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-09-13T05:42:32.823 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr terminal.dispatch(self.mapper, self.argv) 2024-09-13T05:42:32.823 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr File "/usr/lib/python3.9/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-09-13T05:42:32.823 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr instance.main() 2024-09-13T05:42:32.823 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr File "/usr/lib/python3.9/site-packages/ceph_volume/devices/lvm/zap.py", line 430, in main 2024-09-13T05:42:32.823 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr self.zap() 2024-09-13T05:42:32.823 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr File "/usr/lib/python3.9/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-09-13T05:42:32.823 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr return func(*a, **kw) 2024-09-13T05:42:32.823 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr File "/usr/lib/python3.9/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap 2024-09-13T05:42:32.823 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr self.zap_lv(device) 2024-09-13T05:42:32.823 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr File "/usr/lib/python3.9/site-packages/ceph_volume/devices/lvm/zap.py", line 197, in zap_lv 2024-09-13T05:42:32.823 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr zap_device(device.path) 2024-09-13T05:42:32.825 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr File "/usr/lib/python3.9/site-packages/ceph_volume/devices/lvm/zap.py", line 25, in zap_device 2024-09-13T05:42:32.825 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr zap_bluestore(path) 2024-09-13T05:42:32.825 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr File "/usr/lib/python3.9/site-packages/ceph_volume/devices/lvm/zap.py", line 36, in zap_bluestore 2024-09-13T05:42:32.826 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr process.run([ 2024-09-13T05:42:32.826 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr File "/usr/lib/python3.9/site-packages/ceph_volume/process.py", line 147, in run 2024-09-13T05:42:32.826 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr raise RuntimeError(msg) 2024-09-13T05:42:32.826 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: stderr RuntimeError: command returned non-zero exit status: 1 2024-09-13T05:42:32.826 INFO:teuthology.orchestra.run.smithi086.stderr:Traceback (most recent call last): 2024-09-13T05:42:32.826 INFO:teuthology.orchestra.run.smithi086.stderr: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-13T05:42:32.826 INFO:teuthology.orchestra.run.smithi086.stderr: return _run_code(code, main_globals, None, 2024-09-13T05:42:32.826 INFO:teuthology.orchestra.run.smithi086.stderr: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-13T05:42:32.826 INFO:teuthology.orchestra.run.smithi086.stderr: exec(code, run_globals) 2024-09-13T05:42:32.826 INFO:teuthology.orchestra.run.smithi086.stderr: File "/tmp/tmprnbq0edz.cephadm.build/app/__main__.py", line 5628, in 2024-09-13T05:42:32.826 INFO:teuthology.orchestra.run.smithi086.stderr: File "/tmp/tmprnbq0edz.cephadm.build/app/__main__.py", line 5616, in main 2024-09-13T05:42:32.826 INFO:teuthology.orchestra.run.smithi086.stderr: File "/tmp/tmprnbq0edz.cephadm.build/app/__main__.py", line 414, in _infer_config 2024-09-13T05:42:32.826 INFO:teuthology.orchestra.run.smithi086.stderr: File "/tmp/tmprnbq0edz.cephadm.build/app/__main__.py", line 329, in _infer_fsid 2024-09-13T05:42:32.826 INFO:teuthology.orchestra.run.smithi086.stderr: File "/tmp/tmprnbq0edz.cephadm.build/app/__main__.py", line 442, in _infer_image 2024-09-13T05:42:32.827 INFO:teuthology.orchestra.run.smithi086.stderr: File "/tmp/tmprnbq0edz.cephadm.build/app/__main__.py", line 316, in _validate_fsid 2024-09-13T05:42:32.827 INFO:teuthology.orchestra.run.smithi086.stderr: File "/tmp/tmprnbq0edz.cephadm.build/app/__main__.py", line 3353, in command_ceph_volume 2024-09-13T05:42:32.827 INFO:teuthology.orchestra.run.smithi086.stderr: File "/tmp/tmprnbq0edz.cephadm.build/app/cephadmlib/call_wrappers.py", line 310, in call_throws 2024-09-13T05:42:32.827 INFO:teuthology.orchestra.run.smithi086.stderr:RuntimeError: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 -e NODE_NAME=smithi086 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/b1819786-7192-11ef-bceb-c7b262605968:/var/run/ceph:z -v /var/log/ceph/b1819786-7192-11ef-bceb-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/b1819786-7192-11ef-bceb-c7b262605968/crash:/var/lib/ceph/crash:z -v /run/systemd/journal:/run/systemd/journal -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /var/lib/ceph/b1819786-7192-11ef-bceb-c7b262605968/selinux:/sys/fs/selinux:ro -v /:/rootfs:rslave -v /etc/hosts:/etc/hosts:ro -v /tmp/ceph-tmphn3558h8:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp87u7xuz5:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 lvm zap /dev/vg_nvme/lv_4 2024-09-13T05:42:32.850 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:42:32.851 ERROR:teuthology.contextutil:Saw exception from nested tasks 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_9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/qa/tasks/cephadm.py", line 1121, in ceph_osds remote.run( 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 smithi086 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b1819786-7192-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4' 2024-09-13T05:42:32.853 DEBUG:teuthology.orchestra.run.smithi086:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T05:42:32.880 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T05:42:32.910 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-13T05:42:32.910 DEBUG:teuthology.orchestra.run.smithi086:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-13T05:42:32.935 DEBUG:teuthology.orchestra.run.smithi118:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-13T05:42:32.969 INFO:tasks.cephadm:Stopping all daemons... 2024-09-13T05:42:32.969 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-13T05:42:32.969 DEBUG:teuthology.orchestra.run.smithi086:> sudo systemctl stop ceph-b1819786-7192-11ef-bceb-c7b262605968@mon.a 2024-09-13T05:42:33.080 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:32 smithi086 ceph-mon[24980]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:42:33.080 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:33 smithi086 systemd[1]: Stopping Ceph mon.a for b1819786-7192-11ef-bceb-c7b262605968... 2024-09-13T05:42:33.580 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:33 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mon-a[24976]: 2024-09-13T05:42:33.259+0000 7fa507eb1640 -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-13T05:42:33.580 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:33 smithi086 ceph-b1819786-7192-11ef-bceb-c7b262605968-mon-a[24976]: 2024-09-13T05:42:33.259+0000 7fa507eb1640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-13T05:42:33.580 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:33 smithi086 podman[32701]: 2024-09-13 05:42:33.474183282 +0000 UTC m=+0.313820084 container died fbcfe20379d50832771b3a89f0a874d8b8cd1659c5da5e5ba4edebff3a7bebc6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3, name=ceph-b1819786-7192-11ef-bceb-c7b262605968-mon-a, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-12-1245-9d608eb, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731) 2024-09-13T05:42:34.080 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:33 smithi086 podman[32701]: 2024-09-13 05:42:33.87611394 +0000 UTC m=+0.715750741 container cleanup fbcfe20379d50832771b3a89f0a874d8b8cd1659c5da5e5ba4edebff3a7bebc6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3, name=ceph-b1819786-7192-11ef-bceb-c7b262605968-mon-a, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-main-2024-09-12-1245-9d608eb, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731) 2024-09-13T05:42:34.080 INFO:journalctl@ceph.mon.a.smithi086.stdout:Sep 13 05:42:33 smithi086 bash[32701]: ceph-b1819786-7192-11ef-bceb-c7b262605968-mon-a 2024-09-13T05:42:34.229 DEBUG:teuthology.orchestra.run.smithi086:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b1819786-7192-11ef-bceb-c7b262605968@mon.a.service' 2024-09-13T05:42:34.275 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T05:42:34.275 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-13T05:42:34.275 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-09-13T05:42:34.275 DEBUG:teuthology.orchestra.run.smithi086:> sudo systemctl stop ceph-b1819786-7192-11ef-bceb-c7b262605968@mgr.x 2024-09-13T05:42:34.580 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:42:34 smithi086 systemd[1]: Stopping Ceph mgr.x for b1819786-7192-11ef-bceb-c7b262605968... 2024-09-13T05:42:34.889 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:42:34 smithi086 podman[32820]: 2024-09-13 05:42:34.603361266 +0000 UTC m=+0.153924013 container died aa4bedfb2b69c8363ba6e8da7448ad7190c5269aebfa006aab6e462d84b63733 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3, name=ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-12-1245-9d608eb, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS) 2024-09-13T05:42:35.214 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:42:34 smithi086 podman[32820]: 2024-09-13 05:42:34.980033925 +0000 UTC m=+0.530596672 container cleanup aa4bedfb2b69c8363ba6e8da7448ad7190c5269aebfa006aab6e462d84b63733 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3, name=ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x, RELEASE=wip-guits-main-2024-09-12-1245-9d608eb, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T05:42:35.214 INFO:journalctl@ceph.mgr.x.smithi086.stdout:Sep 13 05:42:34 smithi086 bash[32820]: ceph-b1819786-7192-11ef-bceb-c7b262605968-mgr-x 2024-09-13T05:42:35.347 DEBUG:teuthology.orchestra.run.smithi086:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b1819786-7192-11ef-bceb-c7b262605968@mgr.x.service' 2024-09-13T05:42:35.381 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T05:42:35.382 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-09-13T05:42:35.382 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b1819786-7192-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-13T05:42:35.616 INFO:teuthology.orchestra.run.smithi086.stdout:Deleting cluster with fsid: b1819786-7192-11ef-bceb-c7b262605968 2024-09-13T05:42:36.564 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b1819786-7192-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-13T05:42:36.767 INFO:teuthology.orchestra.run.smithi118.stdout:Deleting cluster with fsid: b1819786-7192-11ef-bceb-c7b262605968 2024-09-13T05:42:36.883 DEBUG:teuthology.orchestra.run.smithi086:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T05:42:36.910 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T05:42:36.935 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-13T05:42:36.937 DEBUG:teuthology.misc:Transferring archived files from smithi086:/var/lib/ceph/b1819786-7192-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi/7903143/remote/smithi086/crash 2024-09-13T05:42:36.937 DEBUG:teuthology.orchestra.run.smithi086:> sudo tar c -f - -C /var/lib/ceph/b1819786-7192-11ef-bceb-c7b262605968/crash -- . 2024-09-13T05:42:36.985 INFO:teuthology.orchestra.run.smithi086.stderr:tar: /var/lib/ceph/b1819786-7192-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-13T05:42:36.985 INFO:teuthology.orchestra.run.smithi086.stderr:tar: Error is not recoverable: exiting now 2024-09-13T05:42:36.986 DEBUG:teuthology.misc:Transferring archived files from smithi118:/var/lib/ceph/b1819786-7192-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi/7903143/remote/smithi118/crash 2024-09-13T05:42:36.987 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /var/lib/ceph/b1819786-7192-11ef-bceb-c7b262605968/crash -- . 2024-09-13T05:42:37.017 INFO:teuthology.orchestra.run.smithi118.stderr:tar: /var/lib/ceph/b1819786-7192-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-13T05:42:37.017 INFO:teuthology.orchestra.run.smithi118.stderr:tar: Error is not recoverable: exiting now 2024-09-13T05:42:37.018 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-13T05:42:37.018 DEBUG:teuthology.orchestra.run.smithi086:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/b1819786-7192-11ef-bceb-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-09-13T05:42:37.063 INFO:tasks.cephadm:Compressing logs... 2024-09-13T05:42:37.063 DEBUG:teuthology.orchestra.run.smithi086:> 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-13T05:42:37.106 DEBUG:teuthology.orchestra.run.smithi118:> 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-13T05:42:37.129 INFO:teuthology.orchestra.run.smithi086.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/b1819786-7192-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-13T05:42:37.129 INFO:teuthology.orchestra.run.smithi086.stderr:: No such file or directory 2024-09-13T05:42:37.129 INFO:teuthology.orchestra.run.smithi086.stderr:gzip -5 --verbose -- /var/log/ceph/b1819786-7192-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-13T05:42:37.129 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/b1819786-7192-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/b1819786-7192-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-13T05:42:37.129 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/b1819786-7192-11ef-bceb-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/b1819786-7192-11ef-bceb-c7b262605968/ceph-mon.a.log 2024-09-13T05:42:37.129 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/b1819786-7192-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/b1819786-7192-11ef-bceb-c7b262605968/ceph.log 2024-09-13T05:42:37.129 INFO:teuthology.orchestra.run.smithi086.stderr: 87.0% -- replaced with /var/log/ceph/b1819786-7192-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-13T05:42:37.129 INFO:teuthology.orchestra.run.smithi086.stderr: 78.3% -- replaced with /var/log/ceph/b1819786-7192-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-13T05:42:37.129 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/b1819786-7192-11ef-bceb-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/b1819786-7192-11ef-bceb-c7b262605968/ceph-mgr.x.log 2024-09-13T05:42:37.130 INFO:teuthology.orchestra.run.smithi086.stderr: 90.6% -- replaced with /var/log/ceph/b1819786-7192-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-13T05:42:37.130 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/b1819786-7192-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-13T05:42:37.130 INFO:teuthology.orchestra.run.smithi086.stderr: 81.1% -- replaced with /var/log/ceph/b1819786-7192-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-13T05:42:37.131 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/b1819786-7192-11ef-bceb-c7b262605968/ceph-mgr.x.log: /var/log/ceph/cephadm.log: 82.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-13T05:42:37.131 INFO:teuthology.orchestra.run.smithi118.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-13T05:42:37.131 INFO:teuthology.orchestra.run.smithi118.stderr:: No such file or directory 2024-09-13T05:42:37.132 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/cephadm.log: 76.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-13T05:42:37.132 INFO:teuthology.orchestra.run.smithi118.stderr: 2024-09-13T05:42:37.132 INFO:teuthology.orchestra.run.smithi118.stderr:real 0m0.012s 2024-09-13T05:42:37.132 INFO:teuthology.orchestra.run.smithi118.stderr:user 0m0.013s 2024-09-13T05:42:37.132 INFO:teuthology.orchestra.run.smithi118.stderr:sys 0m0.009s 2024-09-13T05:42:37.149 INFO:teuthology.orchestra.run.smithi086.stderr: 88.8% -- replaced with /var/log/ceph/b1819786-7192-11ef-bceb-c7b262605968/ceph-mgr.x.log.gz 2024-09-13T05:42:37.158 INFO:teuthology.orchestra.run.smithi086.stderr: 91.2% -- replaced with /var/log/ceph/b1819786-7192-11ef-bceb-c7b262605968/ceph-mon.a.log.gz 2024-09-13T05:42:37.160 INFO:teuthology.orchestra.run.smithi086.stderr: 2024-09-13T05:42:37.160 INFO:teuthology.orchestra.run.smithi086.stderr:real 0m0.042s 2024-09-13T05:42:37.160 INFO:teuthology.orchestra.run.smithi086.stderr:user 0m0.056s 2024-09-13T05:42:37.160 INFO:teuthology.orchestra.run.smithi086.stderr:sys 0m0.022s 2024-09-13T05:42:37.160 INFO:tasks.cephadm:Archiving logs... 2024-09-13T05:42:37.161 DEBUG:teuthology.misc:Transferring archived files from smithi086:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi/7903143/remote/smithi086/log 2024-09-13T05:42:37.161 DEBUG:teuthology.orchestra.run.smithi086:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-13T05:42:37.240 DEBUG:teuthology.misc:Transferring archived files from smithi118:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi/7903143/remote/smithi118/log 2024-09-13T05:42:37.241 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-13T05:42:37.266 INFO:tasks.cephadm:Removing cluster... 2024-09-13T05:42:37.266 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b1819786-7192-11ef-bceb-c7b262605968 --force 2024-09-13T05:42:37.458 INFO:teuthology.orchestra.run.smithi086.stdout:Deleting cluster with fsid: b1819786-7192-11ef-bceb-c7b262605968 2024-09-13T05:42:37.575 INFO:tasks.cephadm:Removing cephadm ... 2024-09-13T05:42:37.575 DEBUG:teuthology.orchestra.run.smithi086:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-13T05:42:37.590 DEBUG:teuthology.orchestra.run.smithi118:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-13T05:42:37.606 INFO:tasks.cephadm:Teardown complete 2024-09-13T05:42:37.606 ERROR:teuthology.run_tasks:Saw exception from tasks. 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_9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/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_9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/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_9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/qa/tasks/cephadm.py", line 1121, in ceph_osds remote.run( 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 smithi086 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b1819786-7192-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4' 2024-09-13T05:42:37.843 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=6fb4081e5bd544fa923ae7752f2f1983 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_9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/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_9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/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_9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/qa/tasks/cephadm.py", line 1121, in ceph_osds remote.run( 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 smithi086 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b1819786-7192-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4' 2024-09-13T05:42:37.847 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-13T05:42:37.855 DEBUG:teuthology.run_tasks:Unwinding manager cephadm.configure_samba_client_container 2024-09-13T05:42:37.868 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-13T05:42:37.877 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-13T05:42:37.877 DEBUG:teuthology.orchestra.run.smithi086:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-13T05:42:37.901 DEBUG:teuthology.orchestra.run.smithi118:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-13T05:42:37.906 INFO:teuthology.orchestra.run.smithi086.stderr:bash: line 1: ntpq: command not found 2024-09-13T05:42:37.911 INFO:teuthology.orchestra.run.smithi086.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-13T05:42:37.911 INFO:teuthology.orchestra.run.smithi086.stdout:=============================================================================== 2024-09-13T05:42:37.912 INFO:teuthology.orchestra.run.smithi086.stdout:^* hv01.front.sepia.ceph.com 3 6 77 2 +436us[ +426us] +/- 41ms 2024-09-13T05:42:37.912 INFO:teuthology.orchestra.run.smithi086.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 3 -965us[ -976us] +/- 56ms 2024-09-13T05:42:37.912 INFO:teuthology.orchestra.run.smithi086.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 3 +559us[ +548us] +/- 84ms 2024-09-13T05:42:37.912 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T05:42:37.917 INFO:teuthology.orchestra.run.smithi118.stderr:bash: line 1: ntpq: command not found 2024-09-13T05:42:37.922 INFO:teuthology.orchestra.run.smithi118.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-13T05:42:37.922 INFO:teuthology.orchestra.run.smithi118.stdout:=============================================================================== 2024-09-13T05:42:37.922 INFO:teuthology.orchestra.run.smithi118.stdout:^* hv01.front.sepia.ceph.com 3 6 77 2 +436us[ +387us] +/- 41ms 2024-09-13T05:42:37.922 INFO:teuthology.orchestra.run.smithi118.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 2 -964us[-1012us] +/- 56ms 2024-09-13T05:42:37.923 INFO:teuthology.orchestra.run.smithi118.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 3 +551us[ +503us] +/- 84ms 2024-09-13T05:42:37.923 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T05:42:37.924 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-13T05:42:37.933 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-13T05:42:37.933 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-13T05:42:37.942 DEBUG:teuthology.orchestra.run.smithi086:> 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-13T05:42:38.012 DEBUG:teuthology.orchestra.run.smithi118:> 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-13T05:42:38.071 DEBUG:teuthology.orchestra.run.smithi086:> 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 -e scontext=system_u:system_r:getty_t:s0 2024-09-13T05:42:38.098 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:42:38.098 DEBUG:teuthology.orchestra.run.smithi118:> 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 -e scontext=system_u:system_r:getty_t:s0 2024-09-13T05:42:38.126 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:42:38.126 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-13T05:42:38.135 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-13T05:42:38.169 INFO:teuthology.task.internal:Duration was 367.253861 seconds 2024-09-13T05:42:38.169 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-13T05:42:38.221 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-13T05:42:38.222 DEBUG:teuthology.orchestra.run.smithi086:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-13T05:42:38.224 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-13T05:42:38.261 INFO:teuthology.orchestra.run.smithi086.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-13T05:42:38.264 INFO:teuthology.orchestra.run.smithi118.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-13T05:42:38.621 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-13T05:42:38.622 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi086.front.sepia.ceph.com 2024-09-13T05:42:38.622 DEBUG:teuthology.orchestra.run.smithi086:> 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-13T05:42:38.682 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi118.front.sepia.ceph.com 2024-09-13T05:42:38.682 DEBUG:teuthology.orchestra.run.smithi118:> 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-13T05:42:38.707 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-13T05:42:38.707 DEBUG:teuthology.orchestra.run.smithi086:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-13T05:42:38.724 DEBUG:teuthology.orchestra.run.smithi118:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-13T05:42:38.774 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-13T05:42:38.775 DEBUG:teuthology.orchestra.run.smithi086:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-13T05:42:38.791 DEBUG:teuthology.orchestra.run.smithi118:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-13T05:42:38.911 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-13T05:42:38.920 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-13T05:42:38.921 DEBUG:teuthology.orchestra.run.smithi086:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-13T05:42:38.946 DEBUG:teuthology.orchestra.run.smithi118:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-13T05:42:38.971 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-13T05:42:38.988 DEBUG:teuthology.orchestra.run.smithi086:> 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-13T05:42:38.990 DEBUG:teuthology.orchestra.run.smithi118:> 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-13T05:42:39.011 INFO:teuthology.orchestra.run.smithi086.stdout:kernel.core_pattern = core 2024-09-13T05:42:39.034 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern = core 2024-09-13T05:42:39.083 DEBUG:teuthology.orchestra.run.smithi086:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-13T05:42:39.109 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:42:39.110 DEBUG:teuthology.orchestra.run.smithi118:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-13T05:42:39.137 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:42:39.137 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-13T05:42:39.147 INFO:teuthology.task.internal:Transferring archived files... 2024-09-13T05:42:39.147 DEBUG:teuthology.misc:Transferring archived files from smithi086:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi/7903143/remote/smithi086 2024-09-13T05:42:39.148 DEBUG:teuthology.orchestra.run.smithi086:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-13T05:42:39.185 DEBUG:teuthology.misc:Transferring archived files from smithi118:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi/7903143/remote/smithi118 2024-09-13T05:42:39.186 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-13T05:42:39.218 INFO:teuthology.task.internal:Removing archive directory... 2024-09-13T05:42:39.218 DEBUG:teuthology.orchestra.run.smithi086:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-13T05:42:39.222 DEBUG:teuthology.orchestra.run.smithi118:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-13T05:42:39.269 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-13T05:42:39.281 INFO:teuthology.task.internal:Not uploading archives. 2024-09-13T05:42:39.281 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-13T05:42:39.345 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-13T05:42:39.346 DEBUG:teuthology.orchestra.run.smithi086:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-13T05:42:39.348 DEBUG:teuthology.orchestra.run.smithi118:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-13T05:42:39.360 INFO:teuthology.orchestra.run.smithi086.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 13 05:42 /home/ubuntu/cephtest 2024-09-13T05:42:39.362 INFO:teuthology.orchestra.run.smithi118.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 13 05:42 /home/ubuntu/cephtest 2024-09-13T05:42:39.363 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-13T05:42:39.379 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-13T05:42:39.486 INFO:teuthology.run:Summary data: description: orch:cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_mgr_res_basic} duration: 367.2538607120514 failure_reason: 'Command failed on smithi086 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b1819786-7192-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4''' owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=6fb4081e5bd544fa923ae7752f2f1983 status: fail success: false 2024-09-13T05:42:39.486 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-13T05:42:39.584 INFO:teuthology.run:FAIL