2023-11-16T01:28:37.861 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-16T01:28:37.861 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --archive /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459686 --name yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459686/orig.config.yaml 2023-11-16T01:28:37.908 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-16T01:28:37.993 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459686 branch: wip-yuri3-testing-2023-11-14-1227-pacific description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} email: yweinste@redhat.com first_in_suite: false job_id: '7459686' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri3-testing-2023-11-14-1227-pacific 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 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri3-testing-2023-11-14-1227-pacific sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 7739 sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri3-testing-2023-11-14-1227-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac targets: smithi071.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLfKvH+fI2Ng2l9POOyLGJDAYFG6fzh+aoFRG74ezK+ZHTjh0jawM4Iz8hb2dESRMRb/dRtvS2eiyuCr24tkzQc= smithi158.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEa7bDiKHHUPapCAhvRFafWvUtVK0Gj1kqk74/7t37KOVEAlTV3UVBCHkN74KEFkIaPdu9/JxJdUVijOMeq0S2Y= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v16.2.5 cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v16.2.5 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 5 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-15_21:10:46 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1224587 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2023-11-16T01:28:37.993 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa; will attempt to use it 2023-11-16T01:28:37.994 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks 2023-11-16T01:28:37.994 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-16T01:28:37.998 INFO:teuthology.task.internal:Checking packages... 2023-11-16T01:28:38.048 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'ed3c8e926b9de93026c8a7c1d86be5d6821b52ac' 2023-11-16T01:28:38.049 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-16T01:28:38.049 INFO:teuthology.packaging:ref: None 2023-11-16T01:28:38.049 INFO:teuthology.packaging:tag: None 2023-11-16T01:28:38.049 INFO:teuthology.packaging:branch: wip-yuri3-testing-2023-11-14-1227-pacific 2023-11-16T01:28:38.049 INFO:teuthology.packaging:sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 2023-11-16T01:28:38.049 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri3-testing-2023-11-14-1227-pacific 2023-11-16T01:28:38.273 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-171.ged3c8e92 2023-11-16T01:28:38.273 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-16T01:28:38.281 INFO:teuthology.task.internal:no buildpackages task found 2023-11-16T01:28:38.282 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-16T01:28:38.340 INFO:teuthology.task.internal:Saving configuration 2023-11-16T01:28:38.356 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-16T01:28:38.399 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T01:28:38.424 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459686', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-16 01:22:44.994925', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLfKvH+fI2Ng2l9POOyLGJDAYFG6fzh+aoFRG74ezK+ZHTjh0jawM4Iz8hb2dESRMRb/dRtvS2eiyuCr24tkzQc='} 2023-11-16T01:28:38.448 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi158.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459686', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-16 01:22:44.993077', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEa7bDiKHHUPapCAhvRFafWvUtVK0Gj1kqk74/7t37KOVEAlTV3UVBCHkN74KEFkIaPdu9/JxJdUVijOMeq0S2Y='} 2023-11-16T01:28:38.449 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-16T01:28:38.456 INFO:teuthology.task.internal:roles: ubuntu@smithi071.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-11-16T01:28:38.456 INFO:teuthology.task.internal:roles: ubuntu@smithi158.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-11-16T01:28:38.456 INFO:teuthology.run_tasks:Running task console_log... 2023-11-16T01:28:38.695 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fef439e8f70>, signals=[15]) 2023-11-16T01:28:38.695 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-16T01:28:38.701 INFO:teuthology.task.internal:Opening connections... 2023-11-16T01:28:38.701 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi071.front.sepia.ceph.com 2023-11-16T01:28:38.703 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:28:38.774 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi158.front.sepia.ceph.com 2023-11-16T01:28:38.775 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:28:38.842 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-16T01:28:38.850 DEBUG:teuthology.orchestra.run.smithi071:> uname -m 2023-11-16T01:28:38.876 INFO:teuthology.orchestra.run.smithi071.stdout:x86_64 2023-11-16T01:28:38.877 DEBUG:teuthology.orchestra.run.smithi071:> cat /etc/os-release 2023-11-16T01:28:38.936 INFO:teuthology.orchestra.run.smithi071.stdout:NAME="CentOS Stream" 2023-11-16T01:28:38.937 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION="8" 2023-11-16T01:28:38.937 INFO:teuthology.orchestra.run.smithi071.stdout:ID="centos" 2023-11-16T01:28:38.937 INFO:teuthology.orchestra.run.smithi071.stdout:ID_LIKE="rhel fedora" 2023-11-16T01:28:38.937 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION_ID="8" 2023-11-16T01:28:38.937 INFO:teuthology.orchestra.run.smithi071.stdout:PLATFORM_ID="platform:el8" 2023-11-16T01:28:38.937 INFO:teuthology.orchestra.run.smithi071.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-16T01:28:38.937 INFO:teuthology.orchestra.run.smithi071.stdout:ANSI_COLOR="0;31" 2023-11-16T01:28:38.938 INFO:teuthology.orchestra.run.smithi071.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-16T01:28:38.938 INFO:teuthology.orchestra.run.smithi071.stdout:HOME_URL="https://centos.org/" 2023-11-16T01:28:38.938 INFO:teuthology.orchestra.run.smithi071.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-16T01:28:38.938 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-16T01:28:38.938 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-16T01:28:38.938 INFO:teuthology.lock.ops:Updating smithi071.front.sepia.ceph.com on lock server 2023-11-16T01:28:38.960 DEBUG:teuthology.orchestra.run.smithi158:> uname -m 2023-11-16T01:28:38.982 INFO:teuthology.orchestra.run.smithi158.stdout:x86_64 2023-11-16T01:28:38.982 DEBUG:teuthology.orchestra.run.smithi158:> cat /etc/os-release 2023-11-16T01:28:39.041 INFO:teuthology.orchestra.run.smithi158.stdout:NAME="CentOS Stream" 2023-11-16T01:28:39.042 INFO:teuthology.orchestra.run.smithi158.stdout:VERSION="8" 2023-11-16T01:28:39.042 INFO:teuthology.orchestra.run.smithi158.stdout:ID="centos" 2023-11-16T01:28:39.042 INFO:teuthology.orchestra.run.smithi158.stdout:ID_LIKE="rhel fedora" 2023-11-16T01:28:39.042 INFO:teuthology.orchestra.run.smithi158.stdout:VERSION_ID="8" 2023-11-16T01:28:39.042 INFO:teuthology.orchestra.run.smithi158.stdout:PLATFORM_ID="platform:el8" 2023-11-16T01:28:39.042 INFO:teuthology.orchestra.run.smithi158.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-16T01:28:39.042 INFO:teuthology.orchestra.run.smithi158.stdout:ANSI_COLOR="0;31" 2023-11-16T01:28:39.042 INFO:teuthology.orchestra.run.smithi158.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-16T01:28:39.042 INFO:teuthology.orchestra.run.smithi158.stdout:HOME_URL="https://centos.org/" 2023-11-16T01:28:39.042 INFO:teuthology.orchestra.run.smithi158.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-16T01:28:39.042 INFO:teuthology.orchestra.run.smithi158.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-16T01:28:39.043 INFO:teuthology.orchestra.run.smithi158.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-16T01:28:39.043 INFO:teuthology.lock.ops:Updating smithi158.front.sepia.ceph.com on lock server 2023-11-16T01:28:39.067 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-16T01:28:39.076 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-16T01:28:39.178 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-16T01:28:39.179 DEBUG:teuthology.orchestra.run.smithi071:> test '!' -e /home/ubuntu/cephtest 2023-11-16T01:28:39.181 DEBUG:teuthology.orchestra.run.smithi158:> test '!' -e /home/ubuntu/cephtest 2023-11-16T01:28:39.201 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-16T01:28:39.248 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-16T01:28:39.248 DEBUG:teuthology.orchestra.run.smithi071:> test -z $(ls -A /var/lib/ceph) 2023-11-16T01:28:39.251 DEBUG:teuthology.orchestra.run.smithi158:> test -z $(ls -A /var/lib/ceph) 2023-11-16T01:28:39.293 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-16T01:28:39.353 INFO:teuthology.run_tasks:Running task kernel... 2023-11-16T01:28:39.368 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-16T01:28:39.368 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-16T01:28:39.369 DEBUG:teuthology.orchestra.run.smithi071:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-16T01:28:39.369 DEBUG:teuthology.orchestra.run.smithi158:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-16T01:28:39.388 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T01:28:39.389 DEBUG:teuthology.orchestra.run.smithi158:> uname -r 2023-11-16T01:28:39.389 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T01:28:39.390 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2023-11-16T01:28:39.448 INFO:teuthology.orchestra.run.smithi158.stdout:4.18.0-489.el8.x86_64 2023-11-16T01:28:39.448 INFO:teuthology.task.kernel:Running kernel on smithi158: 4.18.0-489.el8.x86_64 2023-11-16T01:28:39.449 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum install -y kernel 2023-11-16T01:28:39.452 INFO:teuthology.orchestra.run.smithi071.stdout:4.18.0-489.el8.x86_64 2023-11-16T01:28:39.452 INFO:teuthology.task.kernel:Running kernel on smithi071: 4.18.0-489.el8.x86_64 2023-11-16T01:28:39.452 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum install -y kernel 2023-11-16T01:28:44.834 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - AppStream 12 MB/s | 34 MB 00:02 2023-11-16T01:28:48.078 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 8 - AppStream 5.6 MB/s | 34 MB 00:06 2023-11-16T01:28:53.475 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - BaseOS 22 MB/s | 53 MB 00:02 2023-11-16T01:28:57.894 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 8 - BaseOS 15 MB/s | 53 MB 00:03 2023-11-16T01:29:01.299 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - Extras 58 kB/s | 18 kB 00:00 2023-11-16T01:29:01.866 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - Extras common packages 18 kB/s | 6.9 kB 00:00 2023-11-16T01:29:02.235 INFO:teuthology.orchestra.run.smithi071.stdout:Copr repo for python3-asyncssh owned by ceph 16 kB/s | 3.5 kB 00:00 2023-11-16T01:29:03.844 INFO:teuthology.orchestra.run.smithi071.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2023-11-16T01:29:05.794 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 8 - Extras 61 kB/s | 18 kB 00:00 2023-11-16T01:29:06.227 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 8 - Extras common packages 27 kB/s | 6.9 kB 00:00 2023-11-16T01:29:06.515 INFO:teuthology.orchestra.run.smithi158.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-11-16T01:29:07.399 INFO:teuthology.orchestra.run.smithi158.stdout:Extra Packages for Enterprise Linux 22 MB/s | 16 MB 00:00 2023-11-16T01:29:07.677 INFO:teuthology.orchestra.run.smithi071.stdout:lab-extras 452 kB/s | 24 kB 00:00 2023-11-16T01:29:11.241 INFO:teuthology.orchestra.run.smithi158.stdout:lab-extras 404 kB/s | 24 kB 00:00 2023-11-16T01:29:11.285 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-16T01:29:11.285 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-16T01:29:11.551 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2023-11-16T01:29:11.552 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-11-16T01:29:11.552 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2023-11-16T01:29:11.552 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-11-16T01:29:11.552 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2023-11-16T01:29:11.552 INFO:teuthology.orchestra.run.smithi071.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-16T01:29:11.552 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2023-11-16T01:29:11.552 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-16T01:29:11.552 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-16T01:29:11.552 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-16T01:29:11.552 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2023-11-16T01:29:11.553 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-11-16T01:29:11.553 INFO:teuthology.orchestra.run.smithi071.stdout:Install 3 Packages 2023-11-16T01:29:11.553 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-16T01:29:11.553 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 89 M 2023-11-16T01:29:11.553 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 96 M 2023-11-16T01:29:11.553 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2023-11-16T01:29:12.870 INFO:teuthology.orchestra.run.smithi071.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 8.9 MB/s | 10 MB 00:01 2023-11-16T01:29:14.270 INFO:teuthology.orchestra.run.smithi071.stdout:(2/3): kernel-core-4.18.0-521.el8.x86_64.rpm 17 MB/s | 43 MB 00:02 2023-11-16T01:29:14.881 INFO:teuthology.orchestra.run.smithi158.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-16T01:29:14.882 INFO:teuthology.orchestra.run.smithi158.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-16T01:29:15.181 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-11-16T01:29:15.181 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-11-16T01:29:15.181 INFO:teuthology.orchestra.run.smithi158.stdout: Package Architecture Version Repository Size 2023-11-16T01:29:15.181 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-11-16T01:29:15.181 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2023-11-16T01:29:15.181 INFO:teuthology.orchestra.run.smithi158.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-16T01:29:15.182 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2023-11-16T01:29:15.182 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-16T01:29:15.182 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-16T01:29:15.182 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:29:15.182 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-11-16T01:29:15.182 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-11-16T01:29:15.182 INFO:teuthology.orchestra.run.smithi158.stdout:Install 3 Packages 2023-11-16T01:29:15.183 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:29:15.184 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 89 M 2023-11-16T01:29:15.184 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 96 M 2023-11-16T01:29:15.184 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2023-11-16T01:29:16.197 INFO:teuthology.orchestra.run.smithi071.stdout:(3/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 8.1 MB/s | 36 MB 00:04 2023-11-16T01:29:16.198 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2023-11-16T01:29:16.198 INFO:teuthology.orchestra.run.smithi071.stdout:Total 19 MB/s | 89 MB 00:04 2023-11-16T01:29:16.684 INFO:teuthology.orchestra.run.smithi158.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 7.8 MB/s | 10 MB 00:01 2023-11-16T01:29:16.872 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2023-11-16T01:29:17.289 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2023-11-16T01:29:17.289 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2023-11-16T01:29:17.661 INFO:teuthology.orchestra.run.smithi158.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 16 MB/s | 36 MB 00:02 2023-11-16T01:29:18.522 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2023-11-16T01:29:18.550 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2023-11-16T01:29:19.844 INFO:teuthology.orchestra.run.smithi158.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 9.8 MB/s | 43 MB 00:04 2023-11-16T01:29:19.845 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2023-11-16T01:29:19.845 INFO:teuthology.orchestra.run.smithi158.stdout:Total 19 MB/s | 89 MB 00:04 2023-11-16T01:29:20.521 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2023-11-16T01:29:20.945 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2023-11-16T01:29:20.945 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2023-11-16T01:29:21.300 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2023-11-16T01:29:21.837 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-16T01:29:22.158 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2023-11-16T01:29:22.177 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2023-11-16T01:29:24.928 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2023-11-16T01:29:25.370 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-16T01:29:36.680 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-16T01:29:36.716 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-16T01:29:36.717 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-16T01:29:36.718 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-16T01:29:36.718 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-16T01:29:36.718 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-16T01:29:36.718 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-16T01:29:36.718 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-16T01:29:51.370 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-16T01:29:51.394 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-16T01:29:51.740 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-16T01:29:51.740 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-16T01:29:51.740 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-16T01:29:52.514 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-16T01:29:52.514 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-16T01:29:52.514 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2023-11-16T01:29:52.514 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-16T01:29:52.514 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-16T01:29:52.514 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-16T01:29:52.515 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2023-11-16T01:29:52.746 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q kernel | sort -rV | head -n 1 2023-11-16T01:29:52.963 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-16T01:29:52.963 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-16T01:29:52.963 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-16T01:29:52.963 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-16T01:29:52.963 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-16T01:29:52.964 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-16T01:29:52.964 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi071.front.sepia.ceph.com, path=None, version=distro) 2023-11-16T01:29:52.964 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q kernel | sort -rV | head -n 1 2023-11-16T01:29:53.173 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-16T01:29:53.173 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-16T01:29:53.174 DEBUG:teuthology.orchestra.run.smithi071:> sudo rpm -qi grub2-tools 2023-11-16T01:29:53.210 INFO:teuthology.orchestra.run.smithi071.stdout:Name : grub2-tools 2023-11-16T01:29:53.211 INFO:teuthology.orchestra.run.smithi071.stdout:Epoch : 1 2023-11-16T01:29:53.211 INFO:teuthology.orchestra.run.smithi071.stdout:Version : 2.02 2023-11-16T01:29:53.211 INFO:teuthology.orchestra.run.smithi071.stdout:Release : 129.el8 2023-11-16T01:29:53.211 INFO:teuthology.orchestra.run.smithi071.stdout:Architecture: x86_64 2023-11-16T01:29:53.211 INFO:teuthology.orchestra.run.smithi071.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-16T01:29:53.211 INFO:teuthology.orchestra.run.smithi071.stdout:Group : System Environment/Base 2023-11-16T01:29:53.211 INFO:teuthology.orchestra.run.smithi071.stdout:Size : 9265586 2023-11-16T01:29:53.211 INFO:teuthology.orchestra.run.smithi071.stdout:License : GPLv3+ 2023-11-16T01:29:53.211 INFO:teuthology.orchestra.run.smithi071.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-16T01:29:53.211 INFO:teuthology.orchestra.run.smithi071.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-16T01:29:53.212 INFO:teuthology.orchestra.run.smithi071.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-16T01:29:53.212 INFO:teuthology.orchestra.run.smithi071.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-16T01:29:53.212 INFO:teuthology.orchestra.run.smithi071.stdout:Relocations : (not relocatable) 2023-11-16T01:29:53.212 INFO:teuthology.orchestra.run.smithi071.stdout:Packager : CentOS BuildSystem 2023-11-16T01:29:53.212 INFO:teuthology.orchestra.run.smithi071.stdout:Vendor : CentOS 2023-11-16T01:29:53.212 INFO:teuthology.orchestra.run.smithi071.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-16T01:29:53.212 INFO:teuthology.orchestra.run.smithi071.stdout:Summary : Support tools for GRUB. 2023-11-16T01:29:53.212 INFO:teuthology.orchestra.run.smithi071.stdout:Description : 2023-11-16T01:29:53.212 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-16T01:29:53.212 INFO:teuthology.orchestra.run.smithi071.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-16T01:29:53.212 INFO:teuthology.orchestra.run.smithi071.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-16T01:29:53.212 INFO:teuthology.orchestra.run.smithi071.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-16T01:29:53.212 INFO:teuthology.orchestra.run.smithi071.stdout:hardware devices. 2023-11-16T01:29:53.213 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-16T01:29:53.213 INFO:teuthology.orchestra.run.smithi071.stdout:This subpackage provides tools for support of all platforms. 2023-11-16T01:29:53.213 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-16T01:29:53.213 INFO:teuthology.task.kernel:Updating grub on smithi071 to boot 4.18.0-521.el8.x86_64 2023-11-16T01:29:53.213 DEBUG:teuthology.orchestra.run.smithi071:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-16T01:29:54.526 INFO:teuthology.orchestra.run.smithi071.stderr:Generating grub configuration file ... 2023-11-16T01:29:55.026 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-16T01:29:55.050 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-16T01:29:55.390 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-16T01:29:55.390 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-16T01:29:55.390 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-16T01:29:56.167 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-16T01:29:56.167 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:29:56.167 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2023-11-16T01:29:56.167 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-16T01:29:56.167 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-16T01:29:56.167 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:29:56.167 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-11-16T01:29:56.324 DEBUG:teuthology.orchestra.run.smithi158:> rpm -q kernel | sort -rV | head -n 1 2023-11-16T01:29:56.543 INFO:teuthology.orchestra.run.smithi158.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-16T01:29:56.543 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-16T01:29:56.543 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-16T01:29:56.543 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-16T01:29:56.543 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-16T01:29:56.544 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-16T01:29:56.544 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi158.front.sepia.ceph.com, path=None, version=distro) 2023-11-16T01:29:56.544 DEBUG:teuthology.orchestra.run.smithi158:> rpm -q kernel | sort -rV | head -n 1 2023-11-16T01:29:56.752 INFO:teuthology.orchestra.run.smithi158.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-16T01:29:56.753 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-16T01:29:56.754 DEBUG:teuthology.orchestra.run.smithi158:> sudo rpm -qi grub2-tools 2023-11-16T01:29:56.787 INFO:teuthology.orchestra.run.smithi158.stdout:Name : grub2-tools 2023-11-16T01:29:56.787 INFO:teuthology.orchestra.run.smithi158.stdout:Epoch : 1 2023-11-16T01:29:56.788 INFO:teuthology.orchestra.run.smithi158.stdout:Version : 2.02 2023-11-16T01:29:56.788 INFO:teuthology.orchestra.run.smithi158.stdout:Release : 129.el8 2023-11-16T01:29:56.788 INFO:teuthology.orchestra.run.smithi158.stdout:Architecture: x86_64 2023-11-16T01:29:56.788 INFO:teuthology.orchestra.run.smithi158.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-16T01:29:56.788 INFO:teuthology.orchestra.run.smithi158.stdout:Group : System Environment/Base 2023-11-16T01:29:56.788 INFO:teuthology.orchestra.run.smithi158.stdout:Size : 9265586 2023-11-16T01:29:56.788 INFO:teuthology.orchestra.run.smithi158.stdout:License : GPLv3+ 2023-11-16T01:29:56.788 INFO:teuthology.orchestra.run.smithi158.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-16T01:29:56.788 INFO:teuthology.orchestra.run.smithi158.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-16T01:29:56.788 INFO:teuthology.orchestra.run.smithi158.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-16T01:29:56.788 INFO:teuthology.orchestra.run.smithi158.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-16T01:29:56.788 INFO:teuthology.orchestra.run.smithi158.stdout:Relocations : (not relocatable) 2023-11-16T01:29:56.788 INFO:teuthology.orchestra.run.smithi158.stdout:Packager : CentOS BuildSystem 2023-11-16T01:29:56.789 INFO:teuthology.orchestra.run.smithi158.stdout:Vendor : CentOS 2023-11-16T01:29:56.789 INFO:teuthology.orchestra.run.smithi158.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-16T01:29:56.789 INFO:teuthology.orchestra.run.smithi158.stdout:Summary : Support tools for GRUB. 2023-11-16T01:29:56.789 INFO:teuthology.orchestra.run.smithi158.stdout:Description : 2023-11-16T01:29:56.789 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:29:56.789 INFO:teuthology.orchestra.run.smithi158.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-16T01:29:56.789 INFO:teuthology.orchestra.run.smithi158.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-16T01:29:56.789 INFO:teuthology.orchestra.run.smithi158.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-16T01:29:56.789 INFO:teuthology.orchestra.run.smithi158.stdout:hardware devices. 2023-11-16T01:29:56.789 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:29:56.789 INFO:teuthology.orchestra.run.smithi158.stdout:This subpackage provides tools for support of all platforms. 2023-11-16T01:29:56.790 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-16T01:29:56.790 INFO:teuthology.task.kernel:Updating grub on smithi158 to boot 4.18.0-521.el8.x86_64 2023-11-16T01:29:56.791 DEBUG:teuthology.orchestra.run.smithi158:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-16T01:29:57.043 INFO:teuthology.orchestra.run.smithi071.stderr:done 2023-11-16T01:29:57.048 DEBUG:teuthology.orchestra.run.smithi071:> mktemp 2023-11-16T01:29:57.071 INFO:teuthology.orchestra.run.smithi071.stdout:/tmp/tmp.udsPMetz1p 2023-11-16T01:29:57.071 DEBUG:teuthology.orchestra.run.smithi071:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.udsPMetz1p 2023-11-16T01:29:57.144 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 0666 /tmp/tmp.udsPMetz1p 2023-11-16T01:29:57.290 DEBUG:teuthology.orchestra.remote:smithi071:/tmp/tmp.udsPMetz1p is 6KB 2023-11-16T01:29:57.338 DEBUG:teuthology.orchestra.run.smithi071:> rm -fr /tmp/tmp.udsPMetz1p 2023-11-16T01:29:57.356 DEBUG:teuthology.orchestra.run.smithi071:> sudo /bin/ls /boot/loader/entries || true 2023-11-16T01:29:57.426 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-16T01:29:57.426 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-16T01:29:57.426 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-16T01:29:57.427 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-16T01:29:57.428 DEBUG:teuthology.orchestra.run.smithi071:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-16T01:29:57.579 DEBUG:teuthology.orchestra.run.smithi071:> sudo shutdown -r now 2023-11-16T01:29:58.532 INFO:teuthology.orchestra.run.smithi158.stderr:Generating grub configuration file ... 2023-11-16T01:30:01.046 INFO:teuthology.orchestra.run.smithi158.stderr:done 2023-11-16T01:30:01.048 DEBUG:teuthology.orchestra.run.smithi158:> mktemp 2023-11-16T01:30:01.084 INFO:teuthology.orchestra.run.smithi158.stdout:/tmp/tmp.0x0PfnkDuP 2023-11-16T01:30:01.084 DEBUG:teuthology.orchestra.run.smithi158:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.0x0PfnkDuP 2023-11-16T01:30:01.158 DEBUG:teuthology.orchestra.run.smithi158:> sudo chmod 0666 /tmp/tmp.0x0PfnkDuP 2023-11-16T01:30:01.297 DEBUG:teuthology.orchestra.remote:smithi158:/tmp/tmp.0x0PfnkDuP is 6KB 2023-11-16T01:30:01.346 DEBUG:teuthology.orchestra.run.smithi158:> rm -fr /tmp/tmp.0x0PfnkDuP 2023-11-16T01:30:01.364 DEBUG:teuthology.orchestra.run.smithi158:> sudo /bin/ls /boot/loader/entries || true 2023-11-16T01:30:01.439 INFO:teuthology.orchestra.run.smithi158.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-16T01:30:01.439 INFO:teuthology.orchestra.run.smithi158.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-16T01:30:01.439 INFO:teuthology.orchestra.run.smithi158.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-16T01:30:01.439 INFO:teuthology.orchestra.run.smithi158.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-16T01:30:01.440 DEBUG:teuthology.orchestra.run.smithi158:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-16T01:30:01.605 DEBUG:teuthology.orchestra.run.smithi158:> sudo shutdown -r now 2023-11-16T01:30:27.606 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-16T01:30:27.606 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2023-11-16T01:30:27.607 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:30:31.610 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-16T01:30:31.613 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-11-16T01:30:31.614 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:30:46.014 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2023-11-16T01:30:50.107 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.158 2023-11-16T01:30:55.018 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2023-11-16T01:30:55.019 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:30:58.074 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2023-11-16T01:30:59.109 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-11-16T01:30:59.110 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:31:02.170 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.158 2023-11-16T01:31:10.083 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2023-11-16T01:31:10.083 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:31:14.175 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-11-16T01:31:14.176 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:31:17.242 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.158 2023-11-16T01:31:32.255 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-11-16T01:31:32.256 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:31:42.212 DEBUG:teuthology.orchestra.run.smithi071:> true 2023-11-16T01:31:42.658 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2023-11-16T01:31:42.659 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-521.el8.x86_64"... 2023-11-16T01:31:42.659 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2023-11-16T01:31:42.674 INFO:teuthology.orchestra.run.smithi071.stdout:4.18.0-521.el8.x86_64 2023-11-16T01:31:42.675 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-16T01:31:42.675 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-16T01:31:42.675 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-16T01:31:43.676 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-16T01:31:43.676 DEBUG:teuthology.orchestra.run.smithi071:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-16T01:31:43.744 INFO:teuthology.orchestra.run.smithi071.stdout:ttyS1 2023-11-16T01:31:43.765 DEBUG:teuthology.parallel:result is None 2023-11-16T01:32:04.175 DEBUG:teuthology.orchestra.run.smithi158:> true 2023-11-16T01:32:04.417 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-11-16T01:32:04.417 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-521.el8.x86_64"... 2023-11-16T01:32:04.418 DEBUG:teuthology.orchestra.run.smithi158:> uname -r 2023-11-16T01:32:04.474 INFO:teuthology.orchestra.run.smithi158.stdout:4.18.0-521.el8.x86_64 2023-11-16T01:32:04.475 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-16T01:32:04.475 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-16T01:32:04.475 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-16T01:32:05.476 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-16T01:32:05.476 DEBUG:teuthology.orchestra.run.smithi158:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-16T01:32:05.536 INFO:teuthology.orchestra.run.smithi158.stdout:ttyS1 2023-11-16T01:32:05.549 DEBUG:teuthology.parallel:result is None 2023-11-16T01:32:05.550 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-16T01:32:05.557 INFO:teuthology.task.internal:Creating test directory... 2023-11-16T01:32:05.557 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-16T01:32:05.560 DEBUG:teuthology.orchestra.run.smithi158:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-16T01:32:05.580 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-16T01:32:05.586 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-16T01:32:05.594 INFO:teuthology.task.internal:Creating archive directory... 2023-11-16T01:32:05.594 DEBUG:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-16T01:32:05.622 DEBUG:teuthology.orchestra.run.smithi158:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-16T01:32:05.665 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-16T01:32:05.672 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-16T01:32:05.672 DEBUG:teuthology.orchestra.run.smithi071:> 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 2023-11-16T01:32:05.703 DEBUG:teuthology.orchestra.run.smithi158:> 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 2023-11-16T01:32:05.744 INFO:teuthology.orchestra.run.smithi158.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T01:32:05.747 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T01:32:05.754 INFO:teuthology.orchestra.run.smithi158.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T01:32:05.758 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T01:32:05.759 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-16T01:32:05.766 INFO:teuthology.task.internal:Configuring sudo... 2023-11-16T01:32:05.766 DEBUG:teuthology.orchestra.run.smithi071:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-16T01:32:05.768 DEBUG:teuthology.orchestra.run.smithi158:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-16T01:32:05.827 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-16T01:32:05.836 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-16T01:32:05.836 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-16T01:32:05.839 DEBUG:teuthology.orchestra.run.smithi158:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-16T01:32:05.889 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T01:32:05.942 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T01:32:06.007 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T01:32:06.054 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T01:32:06.094 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-11-16T01:32:06.094 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-16T01:32:06.160 DEBUG:teuthology.orchestra.run.smithi158:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T01:32:06.207 DEBUG:teuthology.orchestra.run.smithi158:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T01:32:06.250 DEBUG:teuthology.orchestra.run.smithi158:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T01:32:06.341 DEBUG:teuthology.orchestra.run.smithi158:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T01:32:06.387 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-11-16T01:32:06.387 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-16T01:32:06.457 DEBUG:teuthology.orchestra.run.smithi071:> sudo service rsyslog restart 2023-11-16T01:32:06.459 DEBUG:teuthology.orchestra.run.smithi158:> sudo service rsyslog restart 2023-11-16T01:32:06.538 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T01:32:06.588 INFO:teuthology.orchestra.run.smithi158.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T01:32:06.993 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-16T01:32:07.001 INFO:teuthology.task.internal:Starting timer... 2023-11-16T01:32:07.001 INFO:teuthology.run_tasks:Running task pcp... 2023-11-16T01:32:07.015 INFO:teuthology.run_tasks:Running task selinux... 2023-11-16T01:32:07.025 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-16T01:32:07.026 DEBUG:teuthology.orchestra.run.smithi071:> sudo service auditd rotate 2023-11-16T01:32:07.128 INFO:teuthology.orchestra.run.smithi071.stdout:Rotating logs: 2023-11-16T01:32:07.129 DEBUG:teuthology.orchestra.run.smithi158:> sudo service auditd rotate 2023-11-16T01:32:07.280 INFO:teuthology.orchestra.run.smithi158.stdout:Rotating logs: 2023-11-16T01:32:07.281 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-16T01:32:07.282 DEBUG:teuthology.orchestra.run.smithi071:> /usr/sbin/getenforce 2023-11-16T01:32:07.339 INFO:teuthology.orchestra.run.smithi071.stdout:Permissive 2023-11-16T01:32:07.339 DEBUG:teuthology.orchestra.run.smithi158:> /usr/sbin/getenforce 2023-11-16T01:32:07.371 INFO:teuthology.orchestra.run.smithi158.stdout:Permissive 2023-11-16T01:32:07.371 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi071.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi158.front.sepia.ceph.com': 'permissive'} 2023-11-16T01:32:07.372 DEBUG:teuthology.orchestra.run.smithi071:> 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 2023-11-16T01:32:07.399 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T01:32:07.400 DEBUG:teuthology.orchestra.run.smithi158:> 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 2023-11-16T01:32:07.442 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T01:32:07.443 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-16T01:32:07.443 DEBUG:teuthology.orchestra.run.smithi071:> sudo /usr/sbin/setenforce permissive 2023-11-16T01:32:07.469 DEBUG:teuthology.orchestra.run.smithi158:> sudo /usr/sbin/setenforce permissive 2023-11-16T01:32:07.513 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-16T01:32:07.524 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-11-16T01:32:07.529 INFO:teuthology.repo_utils:Fetching main from origin 2023-11-16T01:32:07.655 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-16T01:32:07.675 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'}]}] 2023-11-16T01:32:07.677 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi071.front.sepia.ceph.com,smithi158.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-16T01:39:43.290 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi071.front.sepia.ceph.com'), Remote(name='ubuntu@smithi158.front.sepia.ceph.com')] 2023-11-16T01:39:43.291 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2023-11-16T01:39:43.292 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:39:43.361 DEBUG:teuthology.orchestra.run.smithi071:> true 2023-11-16T01:39:43.428 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2023-11-16T01:39:43.429 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-11-16T01:39:43.429 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:39:43.496 DEBUG:teuthology.orchestra.run.smithi158:> true 2023-11-16T01:39:43.566 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-11-16T01:39:43.566 INFO:teuthology.run_tasks:Running task clock... 2023-11-16T01:39:43.578 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-16T01:39:43.578 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-16T01:39:43.578 DEBUG:teuthology.orchestra.run.smithi071:> 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 2023-11-16T01:39:43.581 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-16T01:39:43.581 DEBUG:teuthology.orchestra.run.smithi158:> 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 2023-11-16T01:39:43.610 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-16T01:39:43.626 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-16T01:39:43.640 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-16T01:39:43.655 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-16T01:39:43.692 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: ntpd: command not found 2023-11-16T01:39:43.703 INFO:teuthology.orchestra.run.smithi071.stdout:506 Cannot talk to daemon 2023-11-16T01:39:43.716 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-16T01:39:43.730 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-16T01:39:43.730 INFO:teuthology.orchestra.run.smithi158.stderr:sudo: ntpd: command not found 2023-11-16T01:39:43.741 INFO:teuthology.orchestra.run.smithi158.stdout:506 Cannot talk to daemon 2023-11-16T01:39:43.755 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-16T01:39:43.768 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-16T01:39:43.791 INFO:teuthology.orchestra.run.smithi071.stderr:bash: ntpq: command not found 2023-11-16T01:39:43.794 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T01:39:43.794 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2023-11-16T01:39:43.794 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T01:39:43.795 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T01:39:43.795 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T01:39:43.795 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T01:39:43.836 INFO:teuthology.orchestra.run.smithi158.stderr:bash: ntpq: command not found 2023-11-16T01:39:43.840 INFO:teuthology.orchestra.run.smithi158.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T01:39:43.840 INFO:teuthology.orchestra.run.smithi158.stdout:=============================================================================== 2023-11-16T01:39:43.840 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T01:39:43.840 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T01:39:43.840 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T01:39:43.840 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T01:39:43.841 INFO:teuthology.run_tasks:Running task pexec... 2023-11-16T01:39:43.850 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-16T01:39:43.851 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi071.front.sepia.ceph.com 2023-11-16T01:39:43.851 DEBUG:teuthology.orchestra.run.smithi071:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-16T01:39:43.852 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi158.front.sepia.ceph.com 2023-11-16T01:39:43.852 DEBUG:teuthology.orchestra.run.smithi158:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-16T01:39:44.727 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:35 ago on Thu 16 Nov 2023 01:38:09 AM UTC. 2023-11-16T01:39:44.765 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:01:36 ago on Thu 16 Nov 2023 01:38:08 AM UTC. 2023-11-16T01:39:46.824 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2023-11-16T01:39:46.825 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-11-16T01:39:46.825 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2023-11-16T01:39:46.825 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-11-16T01:39:46.825 INFO:teuthology.orchestra.run.smithi071.stdout:Resetting modules: 2023-11-16T01:39:46.825 INFO:teuthology.orchestra.run.smithi071.stdout: container-tools 2023-11-16T01:39:46.825 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-16T01:39:46.825 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2023-11-16T01:39:46.825 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-11-16T01:39:46.825 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-16T01:39:46.889 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-11-16T01:39:46.889 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-11-16T01:39:46.890 INFO:teuthology.orchestra.run.smithi158.stdout: Package Architecture Version Repository Size 2023-11-16T01:39:46.890 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-11-16T01:39:46.890 INFO:teuthology.orchestra.run.smithi158.stdout:Resetting modules: 2023-11-16T01:39:46.890 INFO:teuthology.orchestra.run.smithi158.stdout: container-tools 2023-11-16T01:39:46.890 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:39:46.890 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-11-16T01:39:46.890 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-11-16T01:39:46.890 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:39:47.085 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2023-11-16T01:39:47.143 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-11-16T01:39:48.042 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:38 ago on Thu 16 Nov 2023 01:38:09 AM UTC. 2023-11-16T01:39:48.095 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:01:39 ago on Thu 16 Nov 2023 01:38:08 AM UTC. 2023-11-16T01:39:50.118 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2023-11-16T01:39:50.196 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-11-16T01:39:50.297 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-11-16T01:39:50.298 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2023-11-16T01:39:50.298 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-11-16T01:39:50.298 INFO:teuthology.orchestra.run.smithi071.stdout:Installing group/module packages: 2023-11-16T01:39:50.298 INFO:teuthology.orchestra.run.smithi071.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-16T01:39:50.298 INFO:teuthology.orchestra.run.smithi071.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-16T01:39:50.298 INFO:teuthology.orchestra.run.smithi071.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-16T01:39:50.298 INFO:teuthology.orchestra.run.smithi071.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-16T01:39:50.298 INFO:teuthology.orchestra.run.smithi071.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-16T01:39:50.298 INFO:teuthology.orchestra.run.smithi071.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-16T01:39:50.298 INFO:teuthology.orchestra.run.smithi071.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-16T01:39:50.298 INFO:teuthology.orchestra.run.smithi071.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-16T01:39:50.298 INFO:teuthology.orchestra.run.smithi071.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-16T01:39:50.299 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2023-11-16T01:39:50.299 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-16T01:39:50.299 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-16T01:39:50.299 INFO:teuthology.orchestra.run.smithi071.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-16T01:39:50.299 INFO:teuthology.orchestra.run.smithi071.stdout:Installing weak dependencies: 2023-11-16T01:39:50.299 INFO:teuthology.orchestra.run.smithi071.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-16T01:39:50.299 INFO:teuthology.orchestra.run.smithi071.stdout:Installing module profiles: 2023-11-16T01:39:50.299 INFO:teuthology.orchestra.run.smithi071.stdout: container-tools/common 2023-11-16T01:39:50.299 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-16T01:39:50.299 INFO:teuthology.orchestra.run.smithi071.stdout:Enabling module streams: 2023-11-16T01:39:50.299 INFO:teuthology.orchestra.run.smithi071.stdout: container-tools rhel8 2023-11-16T01:39:50.299 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-16T01:39:50.300 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2023-11-16T01:39:50.300 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-11-16T01:39:50.300 INFO:teuthology.orchestra.run.smithi071.stdout:Install 13 Packages 2023-11-16T01:39:50.300 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-16T01:39:50.300 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 27 M 2023-11-16T01:39:50.300 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 89 M 2023-11-16T01:39:50.301 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2023-11-16T01:39:50.374 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-11-16T01:39:50.374 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2023-11-16T01:39:50.375 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-11-16T01:39:50.375 INFO:teuthology.orchestra.run.smithi158.stdout:Installing group/module packages: 2023-11-16T01:39:50.375 INFO:teuthology.orchestra.run.smithi158.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-16T01:39:50.375 INFO:teuthology.orchestra.run.smithi158.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-16T01:39:50.375 INFO:teuthology.orchestra.run.smithi158.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-16T01:39:50.375 INFO:teuthology.orchestra.run.smithi158.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-16T01:39:50.375 INFO:teuthology.orchestra.run.smithi158.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-16T01:39:50.375 INFO:teuthology.orchestra.run.smithi158.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-16T01:39:50.375 INFO:teuthology.orchestra.run.smithi158.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-16T01:39:50.375 INFO:teuthology.orchestra.run.smithi158.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-16T01:39:50.375 INFO:teuthology.orchestra.run.smithi158.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-16T01:39:50.376 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2023-11-16T01:39:50.376 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-16T01:39:50.376 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-16T01:39:50.376 INFO:teuthology.orchestra.run.smithi158.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-16T01:39:50.376 INFO:teuthology.orchestra.run.smithi158.stdout:Installing weak dependencies: 2023-11-16T01:39:50.376 INFO:teuthology.orchestra.run.smithi158.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-16T01:39:50.376 INFO:teuthology.orchestra.run.smithi158.stdout:Installing module profiles: 2023-11-16T01:39:50.376 INFO:teuthology.orchestra.run.smithi158.stdout: container-tools/common 2023-11-16T01:39:50.376 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:39:50.376 INFO:teuthology.orchestra.run.smithi158.stdout:Enabling module streams: 2023-11-16T01:39:50.376 INFO:teuthology.orchestra.run.smithi158.stdout: container-tools rhel8 2023-11-16T01:39:50.376 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:39:50.377 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-11-16T01:39:50.377 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-11-16T01:39:50.377 INFO:teuthology.orchestra.run.smithi158.stdout:Install 13 Packages 2023-11-16T01:39:50.377 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:39:50.377 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 27 M 2023-11-16T01:39:50.377 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 89 M 2023-11-16T01:39:50.378 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2023-11-16T01:39:50.696 INFO:teuthology.orchestra.run.smithi071.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 2.0 MB/s | 750 kB 00:00 2023-11-16T01:39:50.730 INFO:teuthology.orchestra.run.smithi071.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.6 MB/s | 1.0 MB 00:00 2023-11-16T01:39:50.763 INFO:teuthology.orchestra.run.smithi071.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 567 kB/s | 38 kB 00:00 2023-11-16T01:39:50.769 INFO:teuthology.orchestra.run.smithi158.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 2.1 MB/s | 750 kB 00:00 2023-11-16T01:39:50.803 INFO:teuthology.orchestra.run.smithi158.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.6 MB/s | 1.0 MB 00:00 2023-11-16T01:39:50.805 INFO:teuthology.orchestra.run.smithi071.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.1 MB/s | 241 kB 00:00 2023-11-16T01:39:50.836 INFO:teuthology.orchestra.run.smithi158.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 565 kB/s | 38 kB 00:00 2023-11-16T01:39:50.878 INFO:teuthology.orchestra.run.smithi158.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.1 MB/s | 241 kB 00:00 2023-11-16T01:39:50.889 INFO:teuthology.orchestra.run.smithi071.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.1 MB/s | 178 kB 00:00 2023-11-16T01:39:50.945 INFO:teuthology.orchestra.run.smithi158.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.6 MB/s | 178 kB 00:00 2023-11-16T01:39:50.956 INFO:teuthology.orchestra.run.smithi071.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 371 kB/s | 25 kB 00:00 2023-11-16T01:39:51.012 INFO:teuthology.orchestra.run.smithi158.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 371 kB/s | 25 kB 00:00 2023-11-16T01:39:51.065 INFO:teuthology.orchestra.run.smithi071.stdout:(7/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 13 MB/s | 9.6 MB 00:00 2023-11-16T01:39:51.071 INFO:teuthology.orchestra.run.smithi158.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 17 MB/s | 3.9 MB 00:00 2023-11-16T01:39:51.090 INFO:teuthology.orchestra.run.smithi071.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 702 kB/s | 94 kB 00:00 2023-11-16T01:39:51.097 INFO:teuthology.orchestra.run.smithi158.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.1 MB/s | 94 kB 00:00 2023-11-16T01:39:51.174 INFO:teuthology.orchestra.run.smithi071.stdout:(9/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 9.6 MB/s | 3.9 MB 00:00 2023-11-16T01:39:51.230 INFO:teuthology.orchestra.run.smithi158.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 12 MB/s | 9.6 MB 00:00 2023-11-16T01:39:51.241 INFO:teuthology.orchestra.run.smithi071.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 790 kB/s | 53 kB 00:00 2023-11-16T01:39:51.299 INFO:teuthology.orchestra.run.smithi158.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 768 kB/s | 53 kB 00:00 2023-11-16T01:39:51.299 INFO:teuthology.orchestra.run.smithi071.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 12 MB/s | 2.5 MB 00:00 2023-11-16T01:39:51.324 INFO:teuthology.orchestra.run.smithi071.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 492 kB/s | 41 kB 00:00 2023-11-16T01:39:51.349 INFO:teuthology.orchestra.run.smithi158.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 10 MB/s | 2.5 MB 00:00 2023-11-16T01:39:51.366 INFO:teuthology.orchestra.run.smithi158.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 612 kB/s | 41 kB 00:00 2023-11-16T01:39:51.443 INFO:teuthology.orchestra.run.smithi071.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 22 MB/s | 8.1 MB 00:00 2023-11-16T01:39:51.444 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2023-11-16T01:39:51.445 INFO:teuthology.orchestra.run.smithi071.stdout:Total 23 MB/s | 27 MB 00:01 2023-11-16T01:39:51.516 INFO:teuthology.orchestra.run.smithi158.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 18 MB/s | 8.1 MB 00:00 2023-11-16T01:39:51.517 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2023-11-16T01:39:51.517 INFO:teuthology.orchestra.run.smithi158.stdout:Total 23 MB/s | 27 MB 00:01 2023-11-16T01:39:51.708 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2023-11-16T01:39:51.729 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2023-11-16T01:39:51.729 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2023-11-16T01:39:51.784 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2023-11-16T01:39:51.805 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2023-11-16T01:39:51.806 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2023-11-16T01:39:51.978 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2023-11-16T01:39:51.981 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2023-11-16T01:39:52.055 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2023-11-16T01:39:52.058 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2023-11-16T01:39:52.740 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2023-11-16T01:39:52.950 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-16T01:39:53.081 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2023-11-16T01:39:53.095 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-16T01:39:53.304 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-16T01:39:53.317 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-16T01:39:53.504 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-16T01:39:53.531 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-16T01:39:53.720 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-16T01:39:53.981 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-16T01:39:54.058 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-16T01:39:54.553 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-16T01:39:55.048 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-16T01:39:55.305 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-16T01:39:55.534 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-16T01:39:55.557 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-16T01:39:55.799 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-16T01:39:55.816 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-16T01:39:55.994 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-16T01:39:56.243 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-16T01:39:56.250 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-16T01:39:56.657 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-16T01:39:57.294 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-16T01:39:57.510 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-16T01:39:57.569 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-16T01:39:57.702 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-16T01:39:57.847 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-16T01:39:58.118 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-16T01:39:58.118 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-16T01:39:58.118 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-16T01:39:58.119 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-16T01:39:58.119 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-16T01:39:58.119 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-16T01:39:58.119 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-16T01:39:58.119 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-16T01:39:58.119 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-16T01:39:58.119 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-16T01:39:58.119 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-16T01:39:58.119 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-16T01:39:58.119 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-16T01:39:58.145 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-16T01:39:58.578 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-16T01:39:58.579 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-16T01:39:58.579 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-16T01:39:58.579 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-16T01:39:58.579 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-16T01:39:58.579 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-16T01:39:58.579 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-16T01:39:58.579 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-16T01:39:58.579 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-16T01:39:58.579 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-16T01:39:58.579 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-16T01:39:58.579 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-16T01:39:58.580 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-16T01:39:58.879 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-16T01:39:58.879 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:39:58.879 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2023-11-16T01:39:58.879 INFO:teuthology.orchestra.run.smithi158.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T01:39:58.879 INFO:teuthology.orchestra.run.smithi158.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T01:39:58.879 INFO:teuthology.orchestra.run.smithi158.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-16T01:39:58.879 INFO:teuthology.orchestra.run.smithi158.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-16T01:39:58.880 INFO:teuthology.orchestra.run.smithi158.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T01:39:58.880 INFO:teuthology.orchestra.run.smithi158.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-16T01:39:58.880 INFO:teuthology.orchestra.run.smithi158.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-16T01:39:58.880 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-16T01:39:58.880 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-16T01:39:58.880 INFO:teuthology.orchestra.run.smithi158.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T01:39:58.880 INFO:teuthology.orchestra.run.smithi158.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-16T01:39:58.880 INFO:teuthology.orchestra.run.smithi158.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-16T01:39:58.880 INFO:teuthology.orchestra.run.smithi158.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-16T01:39:58.880 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:39:58.880 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-11-16T01:39:59.155 DEBUG:teuthology.parallel:result is None 2023-11-16T01:39:59.455 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-16T01:39:59.455 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-16T01:39:59.455 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2023-11-16T01:39:59.456 INFO:teuthology.orchestra.run.smithi071.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T01:39:59.456 INFO:teuthology.orchestra.run.smithi071.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T01:39:59.456 INFO:teuthology.orchestra.run.smithi071.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-16T01:39:59.456 INFO:teuthology.orchestra.run.smithi071.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-16T01:39:59.456 INFO:teuthology.orchestra.run.smithi071.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T01:39:59.456 INFO:teuthology.orchestra.run.smithi071.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-16T01:39:59.456 INFO:teuthology.orchestra.run.smithi071.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-16T01:39:59.456 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-16T01:39:59.456 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-16T01:39:59.456 INFO:teuthology.orchestra.run.smithi071.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T01:39:59.456 INFO:teuthology.orchestra.run.smithi071.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-16T01:39:59.456 INFO:teuthology.orchestra.run.smithi071.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-16T01:39:59.456 INFO:teuthology.orchestra.run.smithi071.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-16T01:39:59.456 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-16T01:39:59.457 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2023-11-16T01:39:59.757 DEBUG:teuthology.parallel:result is None 2023-11-16T01:39:59.757 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-16T01:39:59.846 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v16.2.5', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v16.2.5', 'roleless': 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, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'ed3c8e926b9de93026c8a7c1d86be5d6821b52ac'} 2023-11-16T01:39:59.847 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.5 2023-11-16T01:39:59.847 INFO:tasks.cephadm:Cluster fsid is 0dfc133e-8421-11ee-8dbe-212e2dc638e7 2023-11-16T01:39:59.847 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-16T01:39:59.848 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-16T01:39:59.848 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi071': '172.21.15.71', 'mon.smithi158': '172.21.15.158'} 2023-11-16T01:39:59.848 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-16T01:39:59.848 DEBUG:teuthology.orchestra.run.smithi071:> sudo hostname $(hostname -s) 2023-11-16T01:39:59.875 DEBUG:teuthology.orchestra.run.smithi158:> sudo hostname $(hostname -s) 2023-11-16T01:39:59.906 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2023-11-16T01:39:59.907 DEBUG:teuthology.orchestra.run.smithi071:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-16T01:40:00.219 INFO:teuthology.orchestra.run.smithi071.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Nov 16 01:40 /home/ubuntu/cephtest/cephadm 2023-11-16T01:40:00.219 DEBUG:teuthology.orchestra.run.smithi158:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-16T01:40:00.409 INFO:teuthology.orchestra.run.smithi158.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Nov 16 01:40 /home/ubuntu/cephtest/cephadm 2023-11-16T01:40:00.409 DEBUG:teuthology.orchestra.run.smithi071:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-16T01:40:00.430 DEBUG:teuthology.orchestra.run.smithi158:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-16T01:40:00.463 DEBUG:teuthology.orchestra.run.smithi071:> sudo mkdir -p /etc/ceph 2023-11-16T01:40:00.498 DEBUG:teuthology.orchestra.run.smithi158:> sudo mkdir -p /etc/ceph 2023-11-16T01:40:00.532 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 777 /etc/ceph 2023-11-16T01:40:00.566 DEBUG:teuthology.orchestra.run.smithi158:> sudo chmod 777 /etc/ceph 2023-11-16T01:40:00.604 INFO:tasks.cephadm:Writing seed config... 2023-11-16T01:40:00.605 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-16T01:40:00.605 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-16T01:40:00.605 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-16T01:40:00.605 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-16T01:40:00.605 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-16T01:40:00.605 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-16T01:40:00.605 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-16T01:40:00.605 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-16T01:40:00.606 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-11-16T01:40:00.606 DEBUG:teuthology.orchestra.run.smithi071:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-16T01:40:00.624 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false 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 ruleset-failure-domain=osd 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 = 0dfc133e-8421-11ee-8dbe-212e2dc638e7 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 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 2023-11-16T01:40:00.624 DEBUG:teuthology.orchestra.run.smithi071:mon.smithi071> sudo journalctl -f -n 0 -u ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@mon.smithi071.service 2023-11-16T01:40:00.666 INFO:tasks.cephadm:Bootstrapping... 2023-11-16T01:40:00.667 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 -v bootstrap --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 --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-ip 172.21.15.71 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-16T01:40:00.694 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:-- Logs begin at Thu 2023-11-16 01:31:19 UTC. -- 2023-11-16T01:40:00.964 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-11-16T01:40:02.619 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: 4.6.1 2023-11-16T01:40:02.632 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying podman|docker is present... 2023-11-16T01:40:02.632 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-11-16T01:40:02.654 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: 4.6.1 2023-11-16T01:40:02.668 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying lvm2 is present... 2023-11-16T01:40:02.668 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying time synchronization is in place... 2023-11-16T01:40:02.668 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-enabled chrony.service 2023-11-16T01:40:02.675 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-16T01:40:02.675 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-active chrony.service 2023-11-16T01:40:02.681 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2023-11-16T01:40:02.682 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-enabled chronyd.service 2023-11-16T01:40:02.688 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: enabled 2023-11-16T01:40:02.688 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-active chronyd.service 2023-11-16T01:40:02.694 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: active 2023-11-16T01:40:02.695 INFO:teuthology.orchestra.run.smithi071.stderr:Unit chronyd.service is enabled and running 2023-11-16T01:40:02.695 INFO:teuthology.orchestra.run.smithi071.stderr:Repeating the final host check... 2023-11-16T01:40:02.695 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-11-16T01:40:02.715 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: 4.6.1 2023-11-16T01:40:02.731 INFO:teuthology.orchestra.run.smithi071.stderr:podman|docker (/bin/podman) is present 2023-11-16T01:40:02.731 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl is present 2023-11-16T01:40:02.731 INFO:teuthology.orchestra.run.smithi071.stderr:lvcreate is present 2023-11-16T01:40:02.732 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-enabled chrony.service 2023-11-16T01:40:02.736 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-16T01:40:02.737 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-active chrony.service 2023-11-16T01:40:02.742 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2023-11-16T01:40:02.743 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-enabled chronyd.service 2023-11-16T01:40:02.748 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: enabled 2023-11-16T01:40:02.749 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-active chronyd.service 2023-11-16T01:40:02.754 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: active 2023-11-16T01:40:02.755 INFO:teuthology.orchestra.run.smithi071.stderr:Unit chronyd.service is enabled and running 2023-11-16T01:40:02.755 INFO:teuthology.orchestra.run.smithi071.stderr:Host looks OK 2023-11-16T01:40:02.755 INFO:teuthology.orchestra.run.smithi071.stderr:Cluster fsid: 0dfc133e-8421-11ee-8dbe-212e2dc638e7 2023-11-16T01:40:02.755 INFO:teuthology.orchestra.run.smithi071.stderr:Acquiring lock 139678652313728 on /run/cephadm/0dfc133e-8421-11ee-8dbe-212e2dc638e7.lock 2023-11-16T01:40:02.755 INFO:teuthology.orchestra.run.smithi071.stderr:Lock 139678652313728 acquired on /run/cephadm/0dfc133e-8421-11ee-8dbe-212e2dc638e7.lock 2023-11-16T01:40:02.756 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying IP 172.21.15.71 port 3300 ... 2023-11-16T01:40:02.756 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying IP 172.21.15.71 port 6789 ... 2023-11-16T01:40:02.756 INFO:teuthology.orchestra.run.smithi071.stderr:Base mon IP is 172.21.15.71, final addrv is [v2:172.21.15.71:3300,v1:172.21.15.71:6789] 2023-11-16T01:40:02.756 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /sbin/ip route ls 2023-11-16T01:40:02.758 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.71 metric 100 2023-11-16T01:40:02.758 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.71 metric 100 2023-11-16T01:40:02.759 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /sbin/ip -6 route ls 2023-11-16T01:40:02.761 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-16T01:40:02.761 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-11-16T01:40:02.761 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1781sec hoplimit 64 pref medium 2023-11-16T01:40:02.762 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /sbin/ip -6 addr ls 2023-11-16T01:40:02.764 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-16T01:40:02.764 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-16T01:40:02.764 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-16T01:40:02.764 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-11-16T01:40:02.764 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d765/64 scope link 2023-11-16T01:40:02.764 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-16T01:40:02.765 INFO:teuthology.orchestra.run.smithi071.stderr:Mon IP `172.21.15.71` is in CIDR network `172.21.0.0/20` 2023-11-16T01:40:02.765 INFO:teuthology.orchestra.run.smithi071.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-16T01:40:02.766 INFO:teuthology.orchestra.run.smithi071.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2023-11-16T01:40:02.766 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.5 2023-11-16T01:40:02.850 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.5... 2023-11-16T01:40:09.314 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Getting image source signatures 2023-11-16T01:40:09.317 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2023-11-16T01:40:09.317 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2023-11-16T01:40:22.906 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2023-11-16T01:40:22.988 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Writing manifest to image destination 2023-11-16T01:40:23.242 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2023-11-16T01:40:23.256 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --version 2023-11-16T01:40:24.233 INFO:teuthology.orchestra.run.smithi071.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2023-11-16T01:40:24.786 INFO:teuthology.orchestra.run.smithi071.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2023-11-16T01:40:24.786 INFO:teuthology.orchestra.run.smithi071.stderr:Extracting ceph user uid/gid from container image... 2023-11-16T01:40:24.786 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2023-11-16T01:40:24.799 INFO:teuthology.orchestra.run.smithi071.stderr:stat: 167 167 2023-11-16T01:40:25.118 INFO:teuthology.orchestra.run.smithi071.stderr:Creating initial keys... 2023-11-16T01:40:25.118 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-11-16T01:40:25.438 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-authtool: AQAJc1VlSR5RGRAAYmqPT15PU2Ogx8wKPDH4bA== 2023-11-16T01:40:25.789 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-11-16T01:40:26.080 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-authtool: AQAKc1Vl3Q+tAxAALF9YvzV1zoTj+uPUM0TVDw== 2023-11-16T01:40:26.419 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-11-16T01:40:26.679 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-authtool: AQAKc1VlixWiJxAAVz24RuXZAKkW0hv2vkQd2A== 2023-11-16T01:40:27.028 INFO:teuthology.orchestra.run.smithi071.stderr:Creating initial monmap... 2023-11-16T01:40:27.028 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmptyv77o85:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --create --clobber --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 --addv smithi071 [v2:172.21.15.71:3300,v1:172.21.15.71:6789] /tmp/monmap 2023-11-16T01:40:27.365 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-16T01:40:27.365 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 0dfc133e-8421-11ee-8dbe-212e2dc638e7 2023-11-16T01:40:27.365 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-16T01:40:27.713 INFO:teuthology.orchestra.run.smithi071.stderr:monmaptool for smithi071 [v2:172.21.15.71:3300,v1:172.21.15.71:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-16T01:40:27.713 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/monmaptool: set fsid to 0dfc133e-8421-11ee-8dbe-212e2dc638e7 2023-11-16T01:40:27.713 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-16T01:40:27.713 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-11-16T01:40:27.713 INFO:teuthology.orchestra.run.smithi071.stderr:Creating mon... 2023-11-16T01:40:27.715 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/mon.smithi071:/var/lib/ceph/mon/ceph-smithi071:z -v /tmp/ceph-tmp3_yca31a:/tmp/keyring:z -v /tmp/ceph-tmptyv77o85:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --mkfs -i smithi071 --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true 2023-11-16T01:40:28.004 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.977+0000 7fedb33a1700 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-16T01:40:28.005 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.978+0000 7fedb33a1700 1 imported monmap: 2023-11-16T01:40:28.005 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: epoch 0 2023-11-16T01:40:28.005 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 2023-11-16T01:40:28.005 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: last_changed 2023-11-16T01:40:27.320124+0000 2023-11-16T01:40:28.005 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: created 2023-11-16T01:40:27.320124+0000 2023-11-16T01:40:28.005 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-11-16T01:40:28.005 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-11-16T01:40:28.005 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.smithi071 2023-11-16T01:40:28.005 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-16T01:40:28.005 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.978+0000 7fedb33a1700 0 /usr/bin/ceph-mon: set fsid to 0dfc133e-8421-11ee-8dbe-212e2dc638e7 2023-11-16T01:40:28.005 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: RocksDB version: 6.8.1 2023-11-16T01:40:28.005 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-16T01:40:28.006 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-16T01:40:28.006 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Compile date Jul 8 2021 2023-11-16T01:40:28.006 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: DB SUMMARY 2023-11-16T01:40:28.006 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-16T01:40:28.006 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi071/store.db dir, Total Num: 0, files: 2023-11-16T01:40:28.006 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-16T01:40:28.006 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi071/store.db: 2023-11-16T01:40:28.006 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-16T01:40:28.006 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.error_if_exists: 0 2023-11-16T01:40:28.006 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.create_if_missing: 1 2023-11-16T01:40:28.006 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.paranoid_checks: 1 2023-11-16T01:40:28.006 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.env: 0x55e27a0741c0 2023-11-16T01:40:28.006 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.fs: Posix File System 2023-11-16T01:40:28.007 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.info_log: 0x55e27ac5b000 2023-11-16T01:40:28.007 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-16T01:40:28.007 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.statistics: (nil) 2023-11-16T01:40:28.007 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.use_fsync: 0 2023-11-16T01:40:28.007 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.max_log_file_size: 0 2023-11-16T01:40:28.007 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-16T01:40:28.007 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-16T01:40:28.007 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-16T01:40:28.007 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-16T01:40:28.007 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.allow_fallocate: 1 2023-11-16T01:40:28.007 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-16T01:40:28.007 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-16T01:40:28.008 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.use_direct_reads: 0 2023-11-16T01:40:28.008 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-16T01:40:28.008 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.create_missing_column_families: 0 2023-11-16T01:40:28.008 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.db_log_dir: 2023-11-16T01:40:28.008 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi071/store.db 2023-11-16T01:40:28.008 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-16T01:40:28.008 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.max_subcompactions: 1 2023-11-16T01:40:28.008 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.max_background_flushes: -1 2023-11-16T01:40:28.008 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-16T01:40:28.008 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-16T01:40:28.008 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-16T01:40:28.008 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-16T01:40:28.009 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-16T01:40:28.009 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.advise_random_on_open: 1 2023-11-16T01:40:28.009 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-16T01:40:28.009 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.write_buffer_manager: 0x55e27ac63530 2023-11-16T01:40:28.009 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-16T01:40:28.009 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-16T01:40:28.009 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-16T01:40:28.009 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-16T01:40:28.009 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.rate_limiter: (nil) 2023-11-16T01:40:28.009 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-16T01:40:28.010 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-16T01:40:28.010 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-16T01:40:28.010 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-16T01:40:28.010 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.unordered_write: 0 2023-11-16T01:40:28.010 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-16T01:40:28.010 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-16T01:40:28.010 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-16T01:40:28.010 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-16T01:40:28.010 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.row_cache: None 2023-11-16T01:40:28.010 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.wal_filter: None 2023-11-16T01:40:28.010 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-16T01:40:28.010 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-16T01:40:28.011 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.preserve_deletes: 0 2023-11-16T01:40:28.011 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.two_write_queues: 0 2023-11-16T01:40:28.011 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.manual_wal_flush: 0 2023-11-16T01:40:28.011 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.atomic_flush: 0 2023-11-16T01:40:28.011 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-16T01:40:28.011 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-16T01:40:28.011 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-16T01:40:28.011 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.log_readahead_size: 0 2023-11-16T01:40:28.011 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-16T01:40:28.011 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.max_background_jobs: 2 2023-11-16T01:40:28.011 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.max_background_compactions: -1 2023-11-16T01:40:28.011 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-16T01:40:28.012 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-16T01:40:28.012 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-16T01:40:28.012 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.max_total_wal_size: 0 2023-11-16T01:40:28.012 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-16T01:40:28.012 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-16T01:40:28.012 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-16T01:40:28.012 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-16T01:40:28.012 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.max_open_files: -1 2023-11-16T01:40:28.012 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.bytes_per_sync: 0 2023-11-16T01:40:28.012 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-16T01:40:28.012 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-16T01:40:28.012 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-16T01:40:28.012 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Compression algorithms supported: 2023-11-16T01:40:28.013 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-16T01:40:28.013 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: kZSTD supported: 0 2023-11-16T01:40:28.013 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: kXpressCompression supported: 0 2023-11-16T01:40:28.013 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-16T01:40:28.013 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: kLZ4Compression supported: 1 2023-11-16T01:40:28.013 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: kBZip2Compression supported: 0 2023-11-16T01:40:28.013 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: kZlibCompression supported: 1 2023-11-16T01:40:28.013 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: kSnappyCompression supported: 1 2023-11-16T01:40:28.013 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-16T01:40:28.013 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.979+0000 7fedb33a1700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-11-16T01:40:28.014 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-16T01:40:28.014 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi071/store.db/MANIFEST-000001 2023-11-16T01:40:28.014 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-16T01:40:28.014 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-16T01:40:28.014 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-16T01:40:28.014 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-16T01:40:28.014 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.merge_operator: 2023-11-16T01:40:28.014 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.compaction_filter: None 2023-11-16T01:40:28.014 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.compaction_filter_factory: None 2023-11-16T01:40:28.014 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-16T01:40:28.014 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-16T01:40:28.014 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e27ab74160) 2023-11-16T01:40:28.015 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-11-16T01:40:28.015 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-16T01:40:28.015 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-16T01:40:28.015 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-11-16T01:40:28.015 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: index_type: 0 2023-11-16T01:40:28.015 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-11-16T01:40:28.015 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-11-16T01:40:28.015 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-11-16T01:40:28.015 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-11-16T01:40:28.015 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: checksum: 1 2023-11-16T01:40:28.015 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-11-16T01:40:28.015 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_cache: 0x55e27abaad10 2023-11-16T01:40:28.015 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-11-16T01:40:28.016 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-11-16T01:40:28.016 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-11-16T01:40:28.016 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-11-16T01:40:28.016 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-11-16T01:40:28.016 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-11-16T01:40:28.016 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-11-16T01:40:28.016 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-11-16T01:40:28.016 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-11-16T01:40:28.016 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-11-16T01:40:28.016 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-11-16T01:40:28.016 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-11-16T01:40:28.016 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-11-16T01:40:28.016 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-11-16T01:40:28.017 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-11-16T01:40:28.017 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-16T01:40:28.017 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-11-16T01:40:28.017 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-11-16T01:40:28.017 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-11-16T01:40:28.017 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: format_version: 2 2023-11-16T01:40:28.017 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-11-16T01:40:28.017 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_align: 0 2023-11-16T01:40:28.017 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-16T01:40:28.017 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-16T01:40:28.017 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-16T01:40:28.017 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.compression: NoCompression 2023-11-16T01:40:28.018 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-16T01:40:28.018 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-16T01:40:28.018 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-16T01:40:28.018 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.num_levels: 7 2023-11-16T01:40:28.018 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-16T01:40:28.018 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-16T01:40:28.018 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-16T01:40:28.018 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-16T01:40:28.018 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-16T01:40:28.018 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-16T01:40:28.018 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-16T01:40:28.019 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-16T01:40:28.019 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-16T01:40:28.019 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-16T01:40:28.019 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.compression_opts.level: 32767 2023-11-16T01:40:28.019 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-16T01:40:28.019 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-16T01:40:28.019 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-16T01:40:28.019 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.compression_opts.enabled: false 2023-11-16T01:40:28.019 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-16T01:40:28.019 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-16T01:40:28.019 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-16T01:40:28.019 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-16T01:40:28.019 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-16T01:40:28.020 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-16T01:40:28.020 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-16T01:40:28.020 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-16T01:40:28.020 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-16T01:40:28.020 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-16T01:40:28.020 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-16T01:40:28.020 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-16T01:40:28.020 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-16T01:40:28.020 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-16T01:40:28.020 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-16T01:40:28.020 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-16T01:40:28.020 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-16T01:40:28.021 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.arena_block_size: 4194304 2023-11-16T01:40:28.021 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-16T01:40:28.021 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-16T01:40:28.021 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-16T01:40:28.021 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-16T01:40:28.021 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-16T01:40:28.021 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-16T01:40:28.021 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-16T01:40:28.021 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-16T01:40:28.021 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-16T01:40:28.021 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-16T01:40:28.021 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-16T01:40:28.021 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-16T01:40:28.022 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-16T01:40:28.022 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-16T01:40:28.022 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.table_properties_collectors: 2023-11-16T01:40:28.022 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.inplace_update_support: 0 2023-11-16T01:40:28.022 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-16T01:40:28.022 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-16T01:40:28.022 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-16T01:40:28.022 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-16T01:40:28.022 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.bloom_locality: 0 2023-11-16T01:40:28.022 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.max_successive_merges: 0 2023-11-16T01:40:28.022 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-16T01:40:28.023 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-16T01:40:28.023 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.force_consistency_checks: 0 2023-11-16T01:40:28.023 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-16T01:40:28.023 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.ttl: 2592000 2023-11-16T01:40:28.023 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-16T01:40:28.023 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi071/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-16T01:40:28.023 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-16T01:40:28.023 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.980+0000 7fedb33a1700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-16T01:40:28.023 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-16T01:40:28.023 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.981+0000 7fedb33a1700 4 rocksdb: DB pointer 0x55e27ac6f800 2023-11-16T01:40:28.023 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.981+0000 7fed9c22a700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-16T01:40:28.023 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.981+0000 7fed9c22a700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-16T01:40:28.023 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-11-16T01:40:28.024 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T01:40:28.024 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-16T01:40:28.024 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-16T01:40:28.024 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-16T01:40:28.024 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-16T01:40:28.024 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-16T01:40:28.024 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-16T01:40:28.024 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-16T01:40:28.024 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-16T01:40:28.024 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 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 2023-11-16T01:40:28.024 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T01:40:28.024 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-16T01:40:28.025 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-16T01:40:28.025 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-16T01:40:28.025 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-16T01:40:28.025 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 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 2023-11-16T01:40:28.025 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T01:40:28.025 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T01:40:28.025 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-16T01:40:28.025 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-16T01:40:28.025 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-16T01:40:28.025 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-16T01:40:28.025 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-16T01:40:28.025 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T01:40:28.025 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T01:40:28.026 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 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 2023-11-16T01:40:28.026 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-16T01:40:28.026 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-16T01:40:28.026 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-16T01:40:28.026 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-16T01:40:28.026 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 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 2023-11-16T01:40:28.026 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T01:40:28.026 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-16T01:40:28.026 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-16T01:40:28.026 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-16T01:40:28.026 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-16T01:40:28.026 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 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 2023-11-16T01:40:28.027 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T01:40:28.027 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T01:40:28.027 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-16T01:40:28.027 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-16T01:40:28.027 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-16T01:40:28.027 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-16T01:40:28.027 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-16T01:40:28.027 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T01:40:28.027 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T01:40:28.027 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 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 2023-11-16T01:40:28.027 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-16T01:40:28.027 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-16T01:40:28.028 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-16T01:40:28.028 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.982+0000 7fedb33a1700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-11-16T01:40:28.028 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.982+0000 7fedb33a1700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-11-16T01:40:28.028 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:40:27.982+0000 7fedb33a1700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi071 for mon.smithi071 2023-11-16T01:40:28.321 INFO:teuthology.orchestra.run.smithi071.stderr:create mon.smithi071 on 2023-11-16T01:40:28.321 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7 2023-11-16T01:40:28.325 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl disable ceph.target 2023-11-16T01:40:28.415 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl enable ceph.target 2023-11-16T01:40:28.422 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-16T01:40:28.501 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl start ceph.target 2023-11-16T01:40:28.508 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl enable ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7.target 2023-11-16T01:40:28.515 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7.target → /etc/systemd/system/ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7.target. 2023-11-16T01:40:28.515 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7.target → /etc/systemd/system/ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7.target. 2023-11-16T01:40:28.591 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl start ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7.target 2023-11-16T01:40:28.599 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl daemon-reload 2023-11-16T01:40:28.680 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl stop ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@mon.smithi071 2023-11-16T01:40:28.704 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl reset-failed ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@mon.smithi071 2023-11-16T01:40:28.709 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Failed to reset failed state of unit ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@mon.smithi071.service: Unit ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@mon.smithi071.service not loaded. 2023-11-16T01:40:28.710 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl enable ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@mon.smithi071 2023-11-16T01:40:28.716 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Created symlink /etc/systemd/system/ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7.target.wants/ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@mon.smithi071.service → /etc/systemd/system/ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@.service. 2023-11-16T01:40:28.801 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl start ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@mon.smithi071 2023-11-16T01:40:28.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:28 smithi071 systemd[1]: Starting Ceph mon.smithi071 for 0dfc133e-8421-11ee-8dbe-212e2dc638e7... 2023-11-16T01:40:29.125 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-16T01:40:29.133 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: disabled 2023-11-16T01:40:29.134 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-active firewalld.service 2023-11-16T01:40:29.140 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2023-11-16T01:40:29.141 INFO:teuthology.orchestra.run.smithi071.stderr:firewalld.service is not enabled 2023-11-16T01:40:29.141 INFO:teuthology.orchestra.run.smithi071.stderr:Not possible to enable service . firewalld.service is not available 2023-11-16T01:40:29.142 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mon to start... 2023-11-16T01:40:29.142 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mon... 2023-11-16T01:40:29.142 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/mon.smithi071:/var/lib/ceph/mon/ceph-smithi071:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status 2023-11-16T01:40:29.453 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:29 smithi071 bash[107042]: 87514980abff66c852652514a5b66ff96d0118c1f934650c0d521bc07381c9fb 2023-11-16T01:40:29.453 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:29 smithi071 systemd[1]: Started Ceph mon.smithi071 for 0dfc133e-8421-11ee-8dbe-212e2dc638e7. 2023-11-16T01:40:29.453 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:29 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107056]: cluster 2023-11-16T01:40:29.166500+0000 mon.smithi071 (mon.0) 0 : [INF] mkfs 0dfc133e-8421-11ee-8dbe-212e2dc638e7 2023-11-16T01:40:29.453 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:29 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107056]: cluster 2023-11-16T01:40:29.139105+0000 mon.smithi071 (mon.0) 1 : cluster [INF] mon.smithi071 is new leader, mons smithi071 in quorum (ranks 0) 2023-11-16T01:40:29.638 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: cluster: 2023-11-16T01:40:29.639 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: id: 0dfc133e-8421-11ee-8dbe-212e2dc638e7 2023-11-16T01:40:29.639 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-16T01:40:29.639 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-11-16T01:40:29.639 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: services: 2023-11-16T01:40:29.639 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi071 (age 0.470394s) 2023-11-16T01:40:29.639 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-16T01:40:29.639 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-16T01:40:29.639 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-11-16T01:40:29.639 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: data: 2023-11-16T01:40:29.639 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-16T01:40:29.639 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-16T01:40:29.639 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-16T01:40:29.640 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: pgs: 2023-11-16T01:40:29.640 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-11-16T01:40:29.943 INFO:teuthology.orchestra.run.smithi071.stderr:mon is available 2023-11-16T01:40:29.943 INFO:teuthology.orchestra.run.smithi071.stderr:Assimilating anything we can from ceph.conf... 2023-11-16T01:40:29.943 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z -v /var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/mon.smithi071:/var/lib/ceph/mon/ceph-smithi071:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi071/config 2023-11-16T01:40:30.202 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:30 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107056]: cluster 2023-11-16T01:40:29.163167+0000 mon.smithi071 (mon.0) 2 : cluster [INF] mon.smithi071 is new leader, mons smithi071 in quorum (ranks 0) 2023-11-16T01:40:30.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:30 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107056]: cluster 2023-11-16T01:40:29.163485+0000 mon.smithi071 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi071=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0]} 2023-11-16T01:40:30.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:30 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107056]: cluster 2023-11-16T01:40:29.172205+0000 mon.smithi071 (mon.0) 4 : cluster [DBG] fsmap 2023-11-16T01:40:30.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:30 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107056]: cluster 2023-11-16T01:40:29.175909+0000 mon.smithi071 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-16T01:40:30.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:30 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107056]: cluster 2023-11-16T01:40:29.176304+0000 mon.smithi071 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-11-16T01:40:30.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:30 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107056]: audit 2023-11-16T01:40:29.633525+0000 mon.smithi071 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.71:0/2797369030' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-16T01:40:30.431 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-11-16T01:40:30.431 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [global] 2023-11-16T01:40:30.431 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: fsid = 0dfc133e-8421-11ee-8dbe-212e2dc638e7 2023-11-16T01:40:30.431 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.71:3300,v1:172.21.15.71:6789] 2023-11-16T01:40:30.431 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-16T01:40:30.431 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-16T01:40:30.431 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-16T01:40:30.431 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-16T01:40:30.431 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-11-16T01:40:30.431 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [mgr] 2023-11-16T01:40:30.432 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-16T01:40:30.432 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-11-16T01:40:30.432 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [osd] 2023-11-16T01:40:30.432 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-16T01:40:30.432 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-16T01:40:30.781 INFO:teuthology.orchestra.run.smithi071.stderr:Generating new minimal ceph.conf... 2023-11-16T01:40:30.782 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z -v /var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/mon.smithi071:/var/lib/ceph/mon/ceph-smithi071:z docker.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi071/config 2023-11-16T01:40:31.453 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107056]: audit 2023-11-16T01:40:30.425077+0000 mon.smithi071 (mon.0) 8 : audit [INF] from='client.? 172.21.15.71:0/3615596618' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-16T01:40:31.453 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107056]: audit 2023-11-16T01:40:30.428336+0000 mon.smithi071 (mon.0) 9 : audit [INF] from='client.? 172.21.15.71:0/3615596618' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-16T01:40:31.581 INFO:teuthology.orchestra.run.smithi071.stderr:Restarting the monitor... 2023-11-16T01:40:31.581 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl restart ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@mon.smithi071 2023-11-16T01:40:31.780 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:31 smithi071 systemd[1]: Stopping Ceph mon.smithi071 for 0dfc133e-8421-11ee-8dbe-212e2dc638e7... 2023-11-16T01:40:31.780 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107056]: debug 2023-11-16T01:40:31.660+0000 7f62b528e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi071 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-16T01:40:31.780 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107056]: debug 2023-11-16T01:40:31.660+0000 7f62b528e700 -1 mon.smithi071@0(leader) e1 *** Got Signal Terminated *** 2023-11-16T01:40:32.191 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:31 smithi071 podman[107386]: ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071 2023-11-16T01:40:32.192 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:31 smithi071 systemd[1]: ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@mon.smithi071.service: Succeeded. 2023-11-16T01:40:32.192 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:31 smithi071 systemd[1]: Stopped Ceph mon.smithi071 for 0dfc133e-8421-11ee-8dbe-212e2dc638e7. 2023-11-16T01:40:32.192 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:31 smithi071 systemd[1]: Starting Ceph mon.smithi071 for 0dfc133e-8421-11ee-8dbe-212e2dc638e7... 2023-11-16T01:40:32.274 INFO:teuthology.orchestra.run.smithi071.stderr:Setting mon public_network to 172.21.0.0/20 2023-11-16T01:40:32.274 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2023-11-16T01:40:32.691 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.259+0000 7f3e16bf5700 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-16T01:40:32.691 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.259+0000 7f3e16bf5700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2023-11-16T01:40:32.691 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.259+0000 7f3e16bf5700 0 pidfile_write: ignore empty --pid-file 2023-11-16T01:40:32.691 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.263+0000 7f3e16bf5700 0 load: jerasure load: lrc load: isa 2023-11-16T01:40:32.691 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: RocksDB version: 6.8.1 2023-11-16T01:40:32.692 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: 2023-11-16T01:40:32.692 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-16T01:40:32.692 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Compile date Jul 8 2021 2023-11-16T01:40:32.692 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: DB SUMMARY 2023-11-16T01:40:32.692 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: 2023-11-16T01:40:32.692 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: CURRENT file: CURRENT 2023-11-16T01:40:32.692 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: 2023-11-16T01:40:32.692 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: IDENTITY file: IDENTITY 2023-11-16T01:40:32.692 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: 2023-11-16T01:40:32.692 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-11-16T01:40:32.692 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: 2023-11-16T01:40:32.692 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi071/store.db dir, Total Num: 1, files: 000004.sst 2023-11-16T01:40:32.693 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: 2023-11-16T01:40:32.693 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi071/store.db: 000006.log size: 80410 ; 2023-11-16T01:40:32.693 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: 2023-11-16T01:40:32.693 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.error_if_exists: 0 2023-11-16T01:40:32.693 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.create_if_missing: 0 2023-11-16T01:40:32.693 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.paranoid_checks: 1 2023-11-16T01:40:32.693 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.env: 0x55a16a49a1c0 2023-11-16T01:40:32.693 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.fs: Posix File System 2023-11-16T01:40:32.693 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.info_log: 0x55a16b7a5a40 2023-11-16T01:40:32.693 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-16T01:40:32.693 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.statistics: (nil) 2023-11-16T01:40:32.693 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.use_fsync: 0 2023-11-16T01:40:32.694 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.max_log_file_size: 0 2023-11-16T01:40:32.694 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-16T01:40:32.694 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-16T01:40:32.694 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-16T01:40:32.694 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-16T01:40:32.694 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.allow_fallocate: 1 2023-11-16T01:40:32.694 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-16T01:40:32.694 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-16T01:40:32.694 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.use_direct_reads: 0 2023-11-16T01:40:32.694 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-16T01:40:32.694 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.create_missing_column_families: 0 2023-11-16T01:40:32.694 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.db_log_dir: 2023-11-16T01:40:32.695 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi071/store.db 2023-11-16T01:40:32.695 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-16T01:40:32.695 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.max_subcompactions: 1 2023-11-16T01:40:32.695 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.max_background_flushes: -1 2023-11-16T01:40:32.695 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-16T01:40:32.695 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-16T01:40:32.695 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-16T01:40:32.695 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-16T01:40:32.695 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-16T01:40:32.695 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.advise_random_on_open: 1 2023-11-16T01:40:32.695 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-16T01:40:32.697 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.write_buffer_manager: 0x55a16c41c030 2023-11-16T01:40:32.697 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-16T01:40:32.697 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-16T01:40:32.697 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-16T01:40:32.697 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-16T01:40:32.697 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.rate_limiter: (nil) 2023-11-16T01:40:32.697 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-16T01:40:32.697 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-16T01:40:32.697 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-16T01:40:32.697 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-16T01:40:32.698 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.unordered_write: 0 2023-11-16T01:40:32.698 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-16T01:40:32.698 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-16T01:40:32.698 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-16T01:40:32.698 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-16T01:40:32.698 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.row_cache: None 2023-11-16T01:40:32.698 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.wal_filter: None 2023-11-16T01:40:32.699 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-16T01:40:32.699 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-16T01:40:32.699 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.preserve_deletes: 0 2023-11-16T01:40:32.699 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.two_write_queues: 0 2023-11-16T01:40:32.699 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.manual_wal_flush: 0 2023-11-16T01:40:32.699 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.atomic_flush: 0 2023-11-16T01:40:32.699 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-16T01:40:32.699 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-16T01:40:32.699 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-16T01:40:32.699 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.log_readahead_size: 0 2023-11-16T01:40:32.699 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-16T01:40:32.700 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.max_background_jobs: 2 2023-11-16T01:40:32.700 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.max_background_compactions: -1 2023-11-16T01:40:32.700 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-16T01:40:32.700 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-16T01:40:32.700 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-16T01:40:32.700 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.max_total_wal_size: 0 2023-11-16T01:40:32.701 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-16T01:40:32.701 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-16T01:40:32.701 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-16T01:40:32.701 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-16T01:40:32.701 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.max_open_files: -1 2023-11-16T01:40:32.701 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.bytes_per_sync: 0 2023-11-16T01:40:32.701 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-16T01:40:32.701 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-16T01:40:32.701 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-16T01:40:32.701 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Compression algorithms supported: 2023-11-16T01:40:32.701 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-16T01:40:32.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: kZSTD supported: 0 2023-11-16T01:40:32.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: kXpressCompression supported: 0 2023-11-16T01:40:32.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-16T01:40:32.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: kLZ4Compression supported: 1 2023-11-16T01:40:32.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: kBZip2Compression supported: 0 2023-11-16T01:40:32.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: kZlibCompression supported: 1 2023-11-16T01:40:32.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: kSnappyCompression supported: 1 2023-11-16T01:40:32.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 bash[107458]: 16e04c8a740b0c3672c7ef6b7da076943846d39ac60f77e1e7aab5f3eb5928f1 2023-11-16T01:40:32.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-16T01:40:32.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi071/store.db/MANIFEST-000005 2023-11-16T01:40:32.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: 2023-11-16T01:40:32.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-16T01:40:32.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: 2023-11-16T01:40:32.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-16T01:40:32.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.merge_operator: 2023-11-16T01:40:32.705 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.compaction_filter: None 2023-11-16T01:40:32.705 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.compaction_filter_factory: None 2023-11-16T01:40:32.705 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-16T01:40:32.705 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-16T01:40:32.705 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a16b6bfcc0) 2023-11-16T01:40:32.705 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cache_index_and_filter_blocks: 1 2023-11-16T01:40:32.705 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-16T01:40:32.706 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-16T01:40:32.706 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: pin_top_level_index_and_filter: 1 2023-11-16T01:40:32.706 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: index_type: 0 2023-11-16T01:40:32.706 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: data_block_index_type: 0 2023-11-16T01:40:32.706 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: index_shortening: 1 2023-11-16T01:40:32.706 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: data_block_hash_table_util_ratio: 0.750000 2023-11-16T01:40:32.707 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: hash_index_allow_collision: 1 2023-11-16T01:40:32.707 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: checksum: 1 2023-11-16T01:40:32.707 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: no_block_cache: 0 2023-11-16T01:40:32.707 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: block_cache: 0x55a16b6f4f10 2023-11-16T01:40:32.707 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: block_cache_name: BinnedLRUCache 2023-11-16T01:40:32.707 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: block_cache_options: 2023-11-16T01:40:32.708 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: capacity : 536870912 2023-11-16T01:40:32.708 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: num_shard_bits : 4 2023-11-16T01:40:32.708 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: strict_capacity_limit : 0 2023-11-16T01:40:32.708 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: high_pri_pool_ratio: 0.000 2023-11-16T01:40:32.709 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: block_cache_compressed: (nil) 2023-11-16T01:40:32.709 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: persistent_cache: (nil) 2023-11-16T01:40:32.709 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: block_size: 4096 2023-11-16T01:40:32.709 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: block_size_deviation: 10 2023-11-16T01:40:32.709 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: block_restart_interval: 16 2023-11-16T01:40:32.709 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: index_block_restart_interval: 1 2023-11-16T01:40:32.709 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: metadata_block_size: 4096 2023-11-16T01:40:32.710 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: partition_filters: 0 2023-11-16T01:40:32.710 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: use_delta_encoding: 1 2023-11-16T01:40:32.710 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-16T01:40:32.710 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: whole_key_filtering: 1 2023-11-16T01:40:32.711 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: verify_compression: 0 2023-11-16T01:40:32.711 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: read_amp_bytes_per_bit: 0 2023-11-16T01:40:32.711 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: format_version: 2 2023-11-16T01:40:32.711 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: enable_index_compression: 1 2023-11-16T01:40:32.711 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: block_align: 0 2023-11-16T01:40:32.712 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: 2023-11-16T01:40:32.712 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-16T01:40:32.712 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-16T01:40:32.712 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.compression: NoCompression 2023-11-16T01:40:32.712 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-16T01:40:32.712 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-16T01:40:32.713 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-16T01:40:32.713 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.num_levels: 7 2023-11-16T01:40:32.713 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-16T01:40:32.713 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-16T01:40:32.713 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-16T01:40:32.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-16T01:40:32.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-16T01:40:32.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-16T01:40:32.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-16T01:40:32.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-16T01:40:32.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-16T01:40:32.715 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-16T01:40:32.715 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.compression_opts.level: 32767 2023-11-16T01:40:32.715 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-16T01:40:32.715 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-16T01:40:32.715 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-16T01:40:32.715 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.compression_opts.enabled: false 2023-11-16T01:40:32.715 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-16T01:40:32.715 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-16T01:40:32.715 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-16T01:40:32.715 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-16T01:40:32.715 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-16T01:40:32.715 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-16T01:40:32.716 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-16T01:40:32.716 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-16T01:40:32.716 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-16T01:40:32.716 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-16T01:40:32.716 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-16T01:40:32.716 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-16T01:40:32.716 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-16T01:40:32.716 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-16T01:40:32.716 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-16T01:40:32.716 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-16T01:40:32.716 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-16T01:40:32.716 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.arena_block_size: 4194304 2023-11-16T01:40:32.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-16T01:40:32.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-16T01:40:32.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-16T01:40:32.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-16T01:40:32.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-16T01:40:32.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-16T01:40:32.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-16T01:40:32.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-16T01:40:32.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-16T01:40:32.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-16T01:40:32.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-16T01:40:32.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-16T01:40:32.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-16T01:40:32.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-16T01:40:32.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.table_properties_collectors: 2023-11-16T01:40:32.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.inplace_update_support: 0 2023-11-16T01:40:32.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-16T01:40:32.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-16T01:40:32.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-16T01:40:32.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-16T01:40:32.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.bloom_locality: 0 2023-11-16T01:40:32.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.max_successive_merges: 0 2023-11-16T01:40:32.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-16T01:40:32.719 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-16T01:40:32.719 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.force_consistency_checks: 0 2023-11-16T01:40:32.719 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-16T01:40:32.719 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.ttl: 2592000 2023-11-16T01:40:32.719 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-16T01:40:32.719 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi071/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-16T01:40:32.719 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: 2023-11-16T01:40:32.719 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.264+0000 7f3e16bf5700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-11-16T01:40:32.719 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: 2023-11-16T01:40:32.719 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.265+0000 7f3e16bf5700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700098832266462, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-11-16T01:40:32.719 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.265+0000 7f3e16bf5700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-11-16T01:40:32.719 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.265+0000 7f3e16bf5700 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-11-16T01:40:32.720 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.265+0000 7f3e16bf5700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700098832267214, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 77333, "table_properties": {"data_size": 75630, "index_size": 308, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9283, "raw_average_key_size": 47, "raw_value_size": 70277, "raw_average_value_size": 360, "num_data_blocks": 10, "num_entries": 195, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1700098832, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-16T01:40:32.720 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.265+0000 7f3e16bf5700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-11-16T01:40:32.720 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: 2023-11-16T01:40:32.720 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.266+0000 7f3e16bf5700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700098832267596, "job": 1, "event": "recovery_finished"} 2023-11-16T01:40:32.720 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.266+0000 7f3e16bf5700 4 rocksdb: DB pointer 0x55a16b7b9800 2023-11-16T01:40:32.720 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.266+0000 7f3dfd9fd700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-16T01:40:32.720 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.266+0000 7f3dfd9fd700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-16T01:40:32.720 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: ** DB Stats ** 2023-11-16T01:40:32.720 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T01:40:32.720 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-16T01:40:32.720 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-16T01:40:32.720 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-16T01:40:32.721 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-16T01:40:32.721 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-16T01:40:32.721 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-16T01:40:32.721 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: 2023-11-16T01:40:32.721 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: ** Compaction Stats [default] ** 2023-11-16T01:40:32.721 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: 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 2023-11-16T01:40:32.721 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T01:40:32.722 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: L0 2/0 77.21 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 145.5 0.00 0.00 1 0.001 0 0 2023-11-16T01:40:32.722 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Sum 2/0 77.21 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 145.5 0.00 0.00 1 0.001 0 0 2023-11-16T01:40:32.722 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 145.5 0.00 0.00 1 0.001 0 0 2023-11-16T01:40:32.722 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: 2023-11-16T01:40:32.722 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: ** Compaction Stats [default] ** 2023-11-16T01:40:32.723 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: 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 2023-11-16T01:40:32.723 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T01:40:32.723 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 145.5 0.00 0.00 1 0.001 0 0 2023-11-16T01:40:32.723 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T01:40:32.723 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-16T01:40:32.723 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-16T01:40:32.723 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: AddFile(Total Files): cumulative 0, interval 0 2023-11-16T01:40:32.723 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-16T01:40:32.723 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: AddFile(Keys): cumulative 0, interval 0 2023-11-16T01:40:32.723 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Cumulative compaction: 0.00 GB write, 29.28 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T01:40:32.723 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Interval compaction: 0.00 GB write, 29.28 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T01:40:32.723 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: 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 2023-11-16T01:40:32.724 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: 2023-11-16T01:40:32.724 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: ** File Read Latency Histogram By Level [default] ** 2023-11-16T01:40:32.724 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: 2023-11-16T01:40:32.724 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: ** Compaction Stats [default] ** 2023-11-16T01:40:32.724 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: 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 2023-11-16T01:40:32.724 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T01:40:32.724 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: L0 2/0 77.21 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 145.5 0.00 0.00 1 0.001 0 0 2023-11-16T01:40:32.724 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Sum 2/0 77.21 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 145.5 0.00 0.00 1 0.001 0 0 2023-11-16T01:40:32.724 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-16T01:40:32.724 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: 2023-11-16T01:40:32.724 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: ** Compaction Stats [default] ** 2023-11-16T01:40:32.724 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: 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 2023-11-16T01:40:32.725 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T01:40:32.725 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 145.5 0.00 0.00 1 0.001 0 0 2023-11-16T01:40:32.725 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T01:40:32.725 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-16T01:40:32.725 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-16T01:40:32.725 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: AddFile(Total Files): cumulative 0, interval 0 2023-11-16T01:40:32.725 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-16T01:40:32.725 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: AddFile(Keys): cumulative 0, interval 0 2023-11-16T01:40:32.725 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Cumulative compaction: 0.00 GB write, 28.96 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T01:40:32.725 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T01:40:32.726 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: 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 2023-11-16T01:40:32.726 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: 2023-11-16T01:40:32.726 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: ** File Read Latency Histogram By Level [default] ** 2023-11-16T01:40:32.726 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: 2023-11-16T01:40:32.726 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.267+0000 7f3e16bf5700 0 starting mon.smithi071 rank 0 at public addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] at bind addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi071 fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 2023-11-16T01:40:32.727 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.268+0000 7f3e16bf5700 1 mon.smithi071@-1(???) e1 preinit fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 2023-11-16T01:40:32.727 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.268+0000 7f3e16bf5700 0 mon.smithi071@-1(???).mds e1 new map 2023-11-16T01:40:32.727 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.268+0000 7f3e16bf5700 0 mon.smithi071@-1(???).mds e1 print_map 2023-11-16T01:40:32.727 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: e1 2023-11-16T01:40:32.727 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-16T01:40:32.728 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: 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} 2023-11-16T01:40:32.728 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: legacy client fscid: -1 2023-11-16T01:40:32.728 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: 2023-11-16T01:40:32.728 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: No filesystems configured 2023-11-16T01:40:32.728 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: 2023-11-16T01:40:32.729 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.269+0000 7f3e16bf5700 0 mon.smithi071@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-16T01:40:32.729 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.269+0000 7f3e16bf5700 0 mon.smithi071@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-16T01:40:32.729 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.269+0000 7f3e16bf5700 0 mon.smithi071@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-16T01:40:32.729 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.269+0000 7f3e16bf5700 0 mon.smithi071@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-16T01:40:32.730 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:30.425077+0000 mon.smithi071 (mon.0) 8 : audit [INF] from='client.? 172.21.15.71:0/3615596618' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-16T01:40:32.730 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:30.428336+0000 mon.smithi071 (mon.0) 9 : audit [INF] from='client.? 172.21.15.71:0/3615596618' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-16T01:40:32.730 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.269+0000 7f3e16bf5700 1 mon.smithi071@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-16T01:40:32.730 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.270+0000 7f3e16bf5700 20 expand_channel_meta expand map: {default=false} 2023-11-16T01:40:32.730 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.270+0000 7f3e16bf5700 20 expand_channel_meta from 'false' to 'false' 2023-11-16T01:40:32.731 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.270+0000 7f3e16bf5700 20 expand_channel_meta expanded map: {default=false} 2023-11-16T01:40:32.731 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.270+0000 7f3e16bf5700 20 expand_channel_meta expand map: {default=info} 2023-11-16T01:40:32.731 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.270+0000 7f3e16bf5700 20 expand_channel_meta from 'info' to 'info' 2023-11-16T01:40:32.732 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.270+0000 7f3e16bf5700 20 expand_channel_meta expanded map: {default=info} 2023-11-16T01:40:32.732 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.270+0000 7f3e16bf5700 20 expand_channel_meta expand map: {default=daemon} 2023-11-16T01:40:32.732 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.270+0000 7f3e16bf5700 20 expand_channel_meta from 'daemon' to 'daemon' 2023-11-16T01:40:32.732 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 systemd[1]: Started Ceph mon.smithi071 for 0dfc133e-8421-11ee-8dbe-212e2dc638e7. 2023-11-16T01:40:32.732 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.270+0000 7f3e16bf5700 20 expand_channel_meta expanded map: {default=daemon} 2023-11-16T01:40:32.733 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.270+0000 7f3e16bf5700 20 expand_channel_meta expand map: {default=debug} 2023-11-16T01:40:32.733 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.270+0000 7f3e16bf5700 20 expand_channel_meta from 'debug' to 'debug' 2023-11-16T01:40:32.733 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:40:32.270+0000 7f3e16bf5700 20 expand_channel_meta expanded map: {default=debug} 2023-11-16T01:40:32.734 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:40:32.286079+0000 mon.smithi071 (mon.0) 1 : cluster [INF] mon.smithi071 is new leader, mons smithi071 in quorum (ranks 0) 2023-11-16T01:40:32.734 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:40:32.286141+0000 mon.smithi071 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi071=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0]} 2023-11-16T01:40:32.734 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:40:32.286179+0000 mon.smithi071 (mon.0) 3 : cluster [DBG] fsmap 2023-11-16T01:40:32.734 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:40:32.286205+0000 mon.smithi071 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-16T01:40:32.735 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:40:32.286614+0000 mon.smithi071 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-11-16T01:40:33.083 INFO:teuthology.orchestra.run.smithi071.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-16T01:40:33.084 INFO:teuthology.orchestra.run.smithi071.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-16T01:40:33.084 INFO:teuthology.orchestra.run.smithi071.stderr:Creating mgr... 2023-11-16T01:40:33.084 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying port 9283 ... 2023-11-16T01:40:33.086 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl daemon-reload 2023-11-16T01:40:33.180 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl stop ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@mgr.smithi071.yzafsx 2023-11-16T01:40:33.203 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl reset-failed ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@mgr.smithi071.yzafsx 2023-11-16T01:40:33.208 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Failed to reset failed state of unit ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@mgr.smithi071.yzafsx.service: Unit ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@mgr.smithi071.yzafsx.service not loaded. 2023-11-16T01:40:33.209 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl enable ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@mgr.smithi071.yzafsx 2023-11-16T01:40:33.214 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Created symlink /etc/systemd/system/ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7.target.wants/ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@mgr.smithi071.yzafsx.service → /etc/systemd/system/ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@.service. 2023-11-16T01:40:33.301 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl start ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@mgr.smithi071.yzafsx 2023-11-16T01:40:33.649 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-16T01:40:33.657 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: disabled 2023-11-16T01:40:33.658 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-active firewalld.service 2023-11-16T01:40:33.665 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2023-11-16T01:40:33.666 INFO:teuthology.orchestra.run.smithi071.stderr:firewalld.service is not enabled 2023-11-16T01:40:33.666 INFO:teuthology.orchestra.run.smithi071.stderr:Not possible to enable service . firewalld.service is not available 2023-11-16T01:40:33.666 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-16T01:40:33.674 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: disabled 2023-11-16T01:40:33.675 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-active firewalld.service 2023-11-16T01:40:33.682 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2023-11-16T01:40:33.683 INFO:teuthology.orchestra.run.smithi071.stderr:firewalld.service is not enabled 2023-11-16T01:40:33.683 INFO:teuthology.orchestra.run.smithi071.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-16T01:40:33.683 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mgr to start... 2023-11-16T01:40:33.683 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mgr... 2023-11-16T01:40:33.683 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-11-16T01:40:33.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:33 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:32.669251+0000 mon.smithi071 (mon.0) 6 : audit [INF] from='client.? 172.21.15.71:0/3833358365' entity='client.admin' 2023-11-16T01:40:34.159 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-11-16T01:40:34.159 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2023-11-16T01:40:34.159 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsid": "0dfc133e-8421-11ee-8dbe-212e2dc638e7", 2023-11-16T01:40:34.159 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "health": { 2023-11-16T01:40:34.159 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-16T01:40:34.159 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "checks": {}, 2023-11-16T01:40:34.159 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mutes": [] 2023-11-16T01:40:34.160 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-16T01:40:34.160 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-16T01:40:34.160 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum": [ 2023-11-16T01:40:34.160 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 0 2023-11-16T01:40:34.160 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2023-11-16T01:40:34.160 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-16T01:40:34.160 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "smithi071" 2023-11-16T01:40:34.160 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2023-11-16T01:40:34.160 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-11-16T01:40:34.160 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "monmap": { 2023-11-16T01:40:34.160 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T01:40:34.160 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-16T01:40:34.161 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-16T01:40:34.161 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-16T01:40:34.161 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osdmap": { 2023-11-16T01:40:34.161 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T01:40:34.161 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-16T01:40:34.161 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-16T01:40:34.161 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-16T01:40:34.165 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-16T01:40:34.166 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-16T01:40:34.166 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-16T01:40:34.166 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-16T01:40:34.166 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgmap": { 2023-11-16T01:40:34.166 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-16T01:40:34.166 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-16T01:40:34.166 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-16T01:40:34.166 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-16T01:40:34.166 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-16T01:40:34.166 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-16T01:40:34.167 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-16T01:40:34.167 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-16T01:40:34.167 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-16T01:40:34.167 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsmap": { 2023-11-16T01:40:34.167 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T01:40:34.167 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-16T01:40:34.167 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-16T01:40:34.167 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-16T01:40:34.167 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-16T01:40:34.167 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "available": false, 2023-11-16T01:40:34.168 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-16T01:40:34.168 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modules": [ 2023-11-16T01:40:34.168 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "iostat", 2023-11-16T01:40:34.168 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "nfs", 2023-11-16T01:40:34.168 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "restful" 2023-11-16T01:40:34.168 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2023-11-16T01:40:34.168 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2023-11-16T01:40:34.168 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-16T01:40:34.168 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "servicemap": { 2023-11-16T01:40:34.168 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T01:40:34.168 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modified": "2023-11-16T01:40:29.166907+0000", 2023-11-16T01:40:34.168 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2023-11-16T01:40:34.169 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-16T01:40:34.169 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-16T01:40:34.169 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2023-11-16T01:40:34.522 INFO:teuthology.orchestra.run.smithi071.stderr:mgr not available, waiting (1/15)... 2023-11-16T01:40:34.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:34 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:34.154837+0000 mon.smithi071 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.71:0/1326021652' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-16T01:40:36.524 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-11-16T01:40:36.953 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-11-16T01:40:36.953 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2023-11-16T01:40:36.953 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsid": "0dfc133e-8421-11ee-8dbe-212e2dc638e7", 2023-11-16T01:40:36.953 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "health": { 2023-11-16T01:40:36.954 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-16T01:40:36.954 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "checks": {}, 2023-11-16T01:40:36.954 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mutes": [] 2023-11-16T01:40:36.954 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-16T01:40:36.954 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-16T01:40:36.954 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum": [ 2023-11-16T01:40:36.954 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 0 2023-11-16T01:40:36.954 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2023-11-16T01:40:36.954 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-16T01:40:36.954 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "smithi071" 2023-11-16T01:40:36.955 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2023-11-16T01:40:36.955 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-11-16T01:40:36.955 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "monmap": { 2023-11-16T01:40:36.955 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T01:40:36.955 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-16T01:40:36.955 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-16T01:40:36.955 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-16T01:40:36.955 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osdmap": { 2023-11-16T01:40:36.955 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T01:40:36.955 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-16T01:40:36.955 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-16T01:40:36.956 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-16T01:40:36.956 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-16T01:40:36.956 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-16T01:40:36.956 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-16T01:40:36.956 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-16T01:40:36.956 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgmap": { 2023-11-16T01:40:36.956 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-16T01:40:36.956 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-16T01:40:36.956 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-16T01:40:36.956 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-16T01:40:36.957 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-16T01:40:36.957 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-16T01:40:36.957 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-16T01:40:36.957 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-16T01:40:36.957 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-16T01:40:36.957 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsmap": { 2023-11-16T01:40:36.957 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T01:40:36.957 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-16T01:40:36.957 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-16T01:40:36.957 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-16T01:40:36.957 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-16T01:40:36.957 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "available": false, 2023-11-16T01:40:36.958 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-16T01:40:36.958 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modules": [ 2023-11-16T01:40:36.958 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "iostat", 2023-11-16T01:40:36.958 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "nfs", 2023-11-16T01:40:36.958 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "restful" 2023-11-16T01:40:36.958 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2023-11-16T01:40:36.958 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2023-11-16T01:40:36.958 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-16T01:40:36.958 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "servicemap": { 2023-11-16T01:40:36.958 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T01:40:36.959 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modified": "2023-11-16T01:40:29.166907+0000", 2023-11-16T01:40:36.959 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2023-11-16T01:40:36.959 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-16T01:40:36.959 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-16T01:40:36.959 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2023-11-16T01:40:37.257 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:36 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:36.946183+0000 mon.smithi071 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.71:0/2247455865' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-16T01:40:37.305 INFO:teuthology.orchestra.run.smithi071.stderr:mgr not available, waiting (2/15)... 2023-11-16T01:40:39.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:38 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:40:38.730389+0000 mon.smithi071 (mon.0) 9 : cluster [INF] Activating manager daemon smithi071.yzafsx 2023-11-16T01:40:39.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:38 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:40:38.733114+0000 mon.smithi071 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi071.yzafsx(active, starting, since 0.0028251s) 2023-11-16T01:40:39.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:38 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:38.733926+0000 mon.smithi071 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.71:0/1903276057' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-16T01:40:39.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:38 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:38.734055+0000 mon.smithi071 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.71:0/1903276057' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-16T01:40:39.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:38 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:38.734232+0000 mon.smithi071 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.71:0/1903276057' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-16T01:40:39.204 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:38 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:38.734408+0000 mon.smithi071 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.71:0/1903276057' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2023-11-16T01:40:39.204 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:38 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:38.734665+0000 mon.smithi071 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.71:0/1903276057' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "mgr metadata", "who": "smithi071.yzafsx", "id": "smithi071.yzafsx"}]: dispatch 2023-11-16T01:40:39.204 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:38 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:40:38.748882+0000 mon.smithi071 (mon.0) 16 : cluster [INF] Manager daemon smithi071.yzafsx is now available 2023-11-16T01:40:39.204 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:38 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:38.759600+0000 mon.smithi071 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.71:0/1903276057' entity='mgr.smithi071.yzafsx' 2023-11-16T01:40:39.204 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:38 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:38.761058+0000 mon.smithi071 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.71:0/1903276057' entity='mgr.smithi071.yzafsx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.yzafsx/mirror_snapshot_schedule"}]: dispatch 2023-11-16T01:40:39.204 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:38 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:38.762173+0000 mon.smithi071 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.71:0/1903276057' entity='mgr.smithi071.yzafsx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.yzafsx/trash_purge_schedule"}]: dispatch 2023-11-16T01:40:39.204 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:38 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:38.769922+0000 mon.smithi071 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.71:0/1903276057' entity='mgr.smithi071.yzafsx' 2023-11-16T01:40:39.204 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:38 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:38.774410+0000 mon.smithi071 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.71:0/1903276057' entity='mgr.smithi071.yzafsx' 2023-11-16T01:40:39.308 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-11-16T01:40:39.748 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-11-16T01:40:39.748 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2023-11-16T01:40:39.748 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsid": "0dfc133e-8421-11ee-8dbe-212e2dc638e7", 2023-11-16T01:40:39.748 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "health": { 2023-11-16T01:40:39.749 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-16T01:40:39.749 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "checks": {}, 2023-11-16T01:40:39.749 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mutes": [] 2023-11-16T01:40:39.749 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-16T01:40:39.749 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-16T01:40:39.749 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum": [ 2023-11-16T01:40:39.749 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 0 2023-11-16T01:40:39.749 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2023-11-16T01:40:39.749 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-16T01:40:39.749 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "smithi071" 2023-11-16T01:40:39.749 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2023-11-16T01:40:39.749 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-11-16T01:40:39.750 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "monmap": { 2023-11-16T01:40:39.750 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T01:40:39.750 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-16T01:40:39.750 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-16T01:40:39.750 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-16T01:40:39.750 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osdmap": { 2023-11-16T01:40:39.750 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T01:40:39.750 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-16T01:40:39.750 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-16T01:40:39.750 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-16T01:40:39.750 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-16T01:40:39.750 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-16T01:40:39.751 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-16T01:40:39.751 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-16T01:40:39.751 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgmap": { 2023-11-16T01:40:39.751 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-16T01:40:39.751 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-16T01:40:39.751 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-16T01:40:39.751 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-16T01:40:39.751 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-16T01:40:39.751 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-16T01:40:39.752 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-16T01:40:39.752 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-16T01:40:39.752 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-16T01:40:39.752 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsmap": { 2023-11-16T01:40:39.752 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T01:40:39.752 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-16T01:40:39.752 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-16T01:40:39.752 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-16T01:40:39.752 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-16T01:40:39.752 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "available": true, 2023-11-16T01:40:39.752 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-16T01:40:39.753 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modules": [ 2023-11-16T01:40:39.753 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "iostat", 2023-11-16T01:40:39.753 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "nfs", 2023-11-16T01:40:39.753 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "restful" 2023-11-16T01:40:39.753 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2023-11-16T01:40:39.753 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2023-11-16T01:40:39.753 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-16T01:40:39.753 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "servicemap": { 2023-11-16T01:40:39.753 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T01:40:39.753 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modified": "2023-11-16T01:40:29.166907+0000", 2023-11-16T01:40:39.753 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2023-11-16T01:40:39.753 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-16T01:40:39.754 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-16T01:40:39.754 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2023-11-16T01:40:40.087 INFO:teuthology.orchestra.run.smithi071.stderr:mgr is available 2023-11-16T01:40:40.088 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z -v /tmp/tmp56mu0ii6:/var/lib/ceph/user.conf:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2023-11-16T01:40:40.617 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-11-16T01:40:40.617 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [global] 2023-11-16T01:40:40.617 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: fsid = 0dfc133e-8421-11ee-8dbe-212e2dc638e7 2023-11-16T01:40:40.618 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-16T01:40:40.618 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-16T01:40:40.618 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-16T01:40:40.618 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-16T01:40:40.618 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-11-16T01:40:40.618 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [mgr] 2023-11-16T01:40:40.618 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-16T01:40:40.618 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-11-16T01:40:40.618 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [osd] 2023-11-16T01:40:40.618 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-16T01:40:40.618 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-16T01:40:40.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:40 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:40:39.735500+0000 mon.smithi071 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi071.yzafsx(active, since 1.00522s) 2023-11-16T01:40:40.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:40 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:39.738792+0000 mon.smithi071 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.71:0/490868958' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-16T01:40:40.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:40 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:40.614456+0000 mon.smithi071 (mon.0) 24 : audit [INF] from='client.? 172.21.15.71:0/346600071' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-16T01:40:41.004 INFO:teuthology.orchestra.run.smithi071.stderr:Enabling cephadm module... 2023-11-16T01:40:41.004 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2023-11-16T01:40:42.064 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:41 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:40:40.739405+0000 mon.smithi071 (mon.0) 25 : cluster [DBG] mgrmap e4: smithi071.yzafsx(active, since 2s) 2023-11-16T01:40:42.065 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:41 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:41.559854+0000 mon.smithi071 (mon.0) 26 : audit [INF] from='client.? 172.21.15.71:0/237344876' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-16T01:40:42.088 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2023-11-16T01:40:42.658 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2023-11-16T01:40:42.658 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-16T01:40:42.659 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "available": true, 2023-11-16T01:40:42.659 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "active_name": "smithi071.yzafsx", 2023-11-16T01:40:42.659 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-16T01:40:42.659 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2023-11-16T01:40:42.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:42 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:41.742272+0000 mon.smithi071 (mon.0) 27 : audit [INF] from='client.? 172.21.15.71:0/237344876' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-16T01:40:42.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:42 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:40:41.742328+0000 mon.smithi071 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi071.yzafsx(active, since 3s) 2023-11-16T01:40:42.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:42 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:42.656906+0000 mon.smithi071 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.71:0/1706833122' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-16T01:40:43.031 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for the mgr to restart... 2023-11-16T01:40:43.031 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mgr epoch 5... 2023-11-16T01:40:43.031 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2023-11-16T01:40:47.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:46 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:40:46.834515+0000 mon.smithi071 (mon.0) 30 : cluster [INF] Active manager daemon smithi071.yzafsx restarted 2023-11-16T01:40:47.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:46 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:40:46.834897+0000 mon.smithi071 (mon.0) 31 : cluster [INF] Activating manager daemon smithi071.yzafsx 2023-11-16T01:40:47.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:46 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:40:46.838999+0000 mon.smithi071 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-11-16T01:40:47.904 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2023-11-16T01:40:47.904 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-16T01:40:47.904 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "initialized": true 2023-11-16T01:40:47.904 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2023-11-16T01:40:48.197 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:47 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:40:46.887911+0000 mon.smithi071 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi071.yzafsx(active, starting, since 0.0530942s) 2023-11-16T01:40:48.197 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:47 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:46.890657+0000 mon.smithi071 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.71:0/668141746' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2023-11-16T01:40:48.197 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:47 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:46.890847+0000 mon.smithi071 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.71:0/668141746' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "mgr metadata", "who": "smithi071.yzafsx", "id": "smithi071.yzafsx"}]: dispatch 2023-11-16T01:40:48.197 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:47 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:46.891007+0000 mon.smithi071 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.71:0/668141746' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-16T01:40:48.197 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:47 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:46.891145+0000 mon.smithi071 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.71:0/668141746' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-16T01:40:48.197 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:47 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:46.891269+0000 mon.smithi071 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.71:0/668141746' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-16T01:40:48.197 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:47 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:40:46.904974+0000 mon.smithi071 (mon.0) 39 : cluster [INF] Manager daemon smithi071.yzafsx is now available 2023-11-16T01:40:48.198 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:47 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:46.917658+0000 mon.smithi071 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.71:0/668141746' entity='mgr.smithi071.yzafsx' 2023-11-16T01:40:48.198 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:47 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:46.920178+0000 mon.smithi071 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.71:0/668141746' entity='mgr.smithi071.yzafsx' 2023-11-16T01:40:48.198 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:47 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:46.922530+0000 mon.smithi071 (mon.0) 42 : audit [INF] from='mgr.14116 172.21.15.71:0/668141746' entity='mgr.smithi071.yzafsx' 2023-11-16T01:40:48.198 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:47 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:47.010657+0000 mon.smithi071 (mon.0) 43 : audit [INF] from='mgr.14116 172.21.15.71:0/668141746' entity='mgr.smithi071.yzafsx' 2023-11-16T01:40:48.198 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:47 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:47.011326+0000 mon.smithi071 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.71:0/668141746' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:40:48.198 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:47 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:47.012925+0000 mon.smithi071 (mon.0) 45 : audit [DBG] from='mgr.14116 172.21.15.71:0/668141746' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:40:48.198 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:47 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:47.014286+0000 mon.smithi071 (mon.0) 46 : audit [DBG] from='mgr.14116 172.21.15.71:0/668141746' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:40:48.198 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:47 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:47.024169+0000 mon.smithi071 (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.71:0/668141746' entity='mgr.smithi071.yzafsx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.yzafsx/mirror_snapshot_schedule"}]: dispatch 2023-11-16T01:40:48.198 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:47 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:47.025384+0000 mon.smithi071 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.71:0/668141746' entity='mgr.smithi071.yzafsx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.yzafsx/trash_purge_schedule"}]: dispatch 2023-11-16T01:40:48.236 INFO:teuthology.orchestra.run.smithi071.stderr:mgr epoch 5 is available 2023-11-16T01:40:48.236 INFO:teuthology.orchestra.run.smithi071.stderr:Setting orchestrator backend to cephadm... 2023-11-16T01:40:48.237 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch set backend cephadm 2023-11-16T01:40:49.071 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:48 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:47.895323+0000 mgr.smithi071.yzafsx (mgr.14116) 1 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-16T01:40:49.071 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:48 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:40:47.895696+0000 mon.smithi071 (mon.0) 49 : cluster [DBG] mgrmap e7: smithi071.yzafsx(active, since 1.06088s) 2023-11-16T01:40:49.071 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:48 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:47.902267+0000 mgr.smithi071.yzafsx (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-16T01:40:49.071 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:48 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:48.785203+0000 mon.smithi071 (mon.0) 50 : audit [INF] from='mgr.14116 172.21.15.71:0/668141746' entity='mgr.smithi071.yzafsx' 2023-11-16T01:40:49.071 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:48 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:48.788211+0000 mon.smithi071 (mon.0) 51 : audit [DBG] from='mgr.14116 172.21.15.71:0/668141746' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:40:49.160 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm set-user root 2023-11-16T01:40:49.655 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: value unchanged 2023-11-16T01:40:49.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:48.781504+0000 mgr.smithi071.yzafsx (mgr.14116) 3 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:40:49.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:49.653755+0000 mgr.smithi071.yzafsx (mgr.14116) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:40:49.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:40:49.785930+0000 mon.smithi071 (mon.0) 52 : cluster [DBG] mgrmap e8: smithi071.yzafsx(active, since 2s) 2023-11-16T01:40:49.986 INFO:teuthology.orchestra.run.smithi071.stderr:Generating ssh key... 2023-11-16T01:40:49.986 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm generate-key 2023-11-16T01:40:51.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:50 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cephadm 2023-11-16T01:40:50.468576+0000 mgr.smithi071.yzafsx (mgr.14116) 6 : cephadm [INF] Generating ssh key... 2023-11-16T01:40:52.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:51 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:50.938275+0000 mon.smithi071 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.71:0/668141746' entity='mgr.smithi071.yzafsx' 2023-11-16T01:40:52.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:51 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:50.940610+0000 mon.smithi071 (mon.0) 54 : audit [INF] from='mgr.14116 172.21.15.71:0/668141746' entity='mgr.smithi071.yzafsx' 2023-11-16T01:40:52.721 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2023-11-16T01:40:54.151 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgz3eM2tRSrtanz2Mse20jN7cGEI7U4n7T3IryxdvUIzgHoRmoHyUuQhYqd96nuAuu/QQqDhZd0m77i2GpcZt/OaqGOQOcpgZDYX8hHEfty3WHltwivLXUXEG2YIwBIE9DCSSBLaC031zmgRK0ICno0VfmOgliPvTdK5tsPZ2P301ABtOVzBDVbHR3iobLkZL6x7JYRFVUjE6Jvj1Jbzj2GfXzTgoz/9MOC3vTAgQPNUAfaVplnyMwZQbOVpdBqhRbU4kL5HNYQL95V0Kph9ftRTuMERI8jXrU6uECL3EZ0ce8+E68YvIukkoZ6lk/KkKART1DLMmK2cFQnr87el+tesCjUFk5xltBoVI6mfIVaA5f1MuQ4fcwlTXPMTuAPWDJ+Q8qqkPnMvg7Nf7PjZbOFwKLMfkJBU6nQN9ghm2sIGRaTEPVJhMnOvjTFcFy6gKgxgWKVtPFRJMjotBpu3ogSC2mAD4VfsoVfnfHh/QPUu0ZvEENXJ2lcJeCO+BCR9c= ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7 2023-11-16T01:40:55.202 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:54 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:54.149726+0000 mgr.smithi071.yzafsx (mgr.14116) 7 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:41:04.878 INFO:teuthology.orchestra.run.smithi071.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-16T01:41:04.878 INFO:teuthology.orchestra.run.smithi071.stderr:Adding key to root@localhost authorized_keys... 2023-11-16T01:41:04.878 INFO:teuthology.orchestra.run.smithi071.stderr:Adding host smithi071... 2023-11-16T01:41:04.878 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch host add smithi071 172.21.15.71 2023-11-16T01:41:04.879 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Added host 'smithi071' with addr '172.21.15.71' 2023-11-16T01:41:04.879 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:59 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:57.978639+0000 mgr.smithi071.yzafsx (mgr.14116) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi071", "addr": "172.21.15.71", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:41:04.879 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:59 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:58.586147+0000 mon.smithi071 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.71:0/668141746' entity='mgr.smithi071.yzafsx' 2023-11-16T01:41:04.879 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:59 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cephadm 2023-11-16T01:40:58.586431+0000 mgr.smithi071.yzafsx (mgr.14116) 9 : cephadm [INF] Added host smithi071 2023-11-16T01:41:04.880 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:40:59 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:40:58.586664+0000 mon.smithi071 (mon.0) 56 : audit [DBG] from='mgr.14116 172.21.15.71:0/668141746' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:41:04.881 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying mon service with default placement... 2023-11-16T01:41:04.881 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mon 2023-11-16T01:41:04.881 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-16T01:41:04.882 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying mgr service with default placement... 2023-11-16T01:41:04.882 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mgr 2023-11-16T01:41:04.882 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-16T01:41:04.882 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:02 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:01.712022+0000 mgr.smithi071.yzafsx (mgr.14116) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:41:04.882 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:02 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cephadm 2023-11-16T01:41:01.712746+0000 mgr.smithi071.yzafsx (mgr.14116) 11 : cephadm [INF] Saving service mon spec with placement count:5 2023-11-16T01:41:04.883 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:02 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:01.715035+0000 mon.smithi071 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.71:0/668141746' entity='mgr.smithi071.yzafsx' 2023-11-16T01:41:04.883 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:02 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:02.589519+0000 mon.smithi071 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.71:0/668141746' entity='mgr.smithi071.yzafsx' 2023-11-16T01:41:04.884 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying crash service with default placement... 2023-11-16T01:41:04.884 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply crash 2023-11-16T01:41:04.884 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-16T01:41:04.884 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:03 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:02.586813+0000 mgr.smithi071.yzafsx (mgr.14116) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:41:04.885 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:03 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cephadm 2023-11-16T01:41:02.587299+0000 mgr.smithi071.yzafsx (mgr.14116) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2023-11-16T01:41:04.885 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:03 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:03.447119+0000 mon.smithi071 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.71:0/668141746' entity='mgr.smithi071.yzafsx' 2023-11-16T01:41:04.885 INFO:teuthology.orchestra.run.smithi071.stderr:Enabling mgr prometheus module... 2023-11-16T01:41:04.886 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2023-11-16T01:41:05.017 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:04 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:03.444159+0000 mgr.smithi071.yzafsx (mgr.14116) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:41:05.017 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:04 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cephadm 2023-11-16T01:41:03.444823+0000 mgr.smithi071.yzafsx (mgr.14116) 15 : cephadm [INF] Saving service crash spec with placement * 2023-11-16T01:41:05.017 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:04 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:04.346586+0000 mon.smithi071 (mon.0) 60 : audit [INF] from='client.? 172.21.15.71:0/747441774' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-16T01:41:05.074 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying prometheus service with default placement... 2023-11-16T01:41:05.074 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply prometheus 2023-11-16T01:41:06.174 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:05 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:04.723039+0000 mon.smithi071 (mon.0) 61 : audit [INF] from='client.? 172.21.15.71:0/747441774' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-16T01:41:06.174 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:05 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:41:04.723084+0000 mon.smithi071 (mon.0) 62 : cluster [DBG] mgrmap e9: smithi071.yzafsx(active, since 17s) 2023-11-16T01:41:10.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:09 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:41:09.860306+0000 mon.smithi071 (mon.0) 63 : cluster [INF] Active manager daemon smithi071.yzafsx restarted 2023-11-16T01:41:10.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:09 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:41:09.860689+0000 mon.smithi071 (mon.0) 64 : cluster [INF] Activating manager daemon smithi071.yzafsx 2023-11-16T01:41:10.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:09 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:41:09.862254+0000 mon.smithi071 (mon.0) 65 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-11-16T01:41:10.926 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-16T01:41:11.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:10 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:41:09.913123+0000 mon.smithi071 (mon.0) 66 : cluster [DBG] mgrmap e10: smithi071.yzafsx(active, starting, since 0.0525192s) 2023-11-16T01:41:11.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:10 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:09.915957+0000 mon.smithi071 (mon.0) 67 : audit [DBG] from='mgr.14144 172.21.15.71:0/1756574047' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2023-11-16T01:41:11.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:10 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:09.916151+0000 mon.smithi071 (mon.0) 68 : audit [DBG] from='mgr.14144 172.21.15.71:0/1756574047' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "mgr metadata", "who": "smithi071.yzafsx", "id": "smithi071.yzafsx"}]: dispatch 2023-11-16T01:41:11.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:10 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:09.916337+0000 mon.smithi071 (mon.0) 69 : audit [DBG] from='mgr.14144 172.21.15.71:0/1756574047' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-16T01:41:11.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:10 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:09.916476+0000 mon.smithi071 (mon.0) 70 : audit [DBG] from='mgr.14144 172.21.15.71:0/1756574047' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-16T01:41:11.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:10 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:09.916586+0000 mon.smithi071 (mon.0) 71 : audit [DBG] from='mgr.14144 172.21.15.71:0/1756574047' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-16T01:41:11.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:10 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:41:09.929963+0000 mon.smithi071 (mon.0) 72 : cluster [INF] Manager daemon smithi071.yzafsx is now available 2023-11-16T01:41:11.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:10 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:10.026850+0000 mon.smithi071 (mon.0) 73 : audit [DBG] from='mgr.14144 172.21.15.71:0/1756574047' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:41:11.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:10 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:10.028112+0000 mon.smithi071 (mon.0) 74 : audit [DBG] from='mgr.14144 172.21.15.71:0/1756574047' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:41:11.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:10 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:10.042947+0000 mon.smithi071 (mon.0) 75 : audit [INF] from='mgr.14144 172.21.15.71:0/1756574047' entity='mgr.smithi071.yzafsx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.yzafsx/mirror_snapshot_schedule"}]: dispatch 2023-11-16T01:41:11.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:10 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:10.050247+0000 mon.smithi071 (mon.0) 76 : audit [INF] from='mgr.14144 172.21.15.71:0/1756574047' entity='mgr.smithi071.yzafsx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.yzafsx/trash_purge_schedule"}]: dispatch 2023-11-16T01:41:11.238 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying grafana service with default placement... 2023-11-16T01:41:11.239 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply grafana 2023-11-16T01:41:11.758 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-16T01:41:12.033 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:11 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:41:10.918614+0000 mon.smithi071 (mon.0) 77 : cluster [DBG] mgrmap e11: smithi071.yzafsx(active, since 1.05801s) 2023-11-16T01:41:12.033 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:11 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cephadm 2023-11-16T01:41:10.919388+0000 mgr.smithi071.yzafsx (mgr.14144) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-11-16T01:41:12.033 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:11 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:10.923934+0000 mon.smithi071 (mon.0) 78 : audit [INF] from='mgr.14144 172.21.15.71:0/1756574047' entity='mgr.smithi071.yzafsx' 2023-11-16T01:41:12.033 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:11 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:11.753263+0000 mgr.smithi071.yzafsx (mgr.14144) 3 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:41:12.033 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:11 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cephadm 2023-11-16T01:41:11.753814+0000 mgr.smithi071.yzafsx (mgr.14144) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2023-11-16T01:41:12.033 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:11 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:11.756090+0000 mon.smithi071 (mon.0) 79 : audit [INF] from='mgr.14144 172.21.15.71:0/1756574047' entity='mgr.smithi071.yzafsx' 2023-11-16T01:41:12.080 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying node-exporter service with default placement... 2023-11-16T01:41:12.081 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply node-exporter 2023-11-16T01:41:12.635 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-16T01:41:13.021 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying alertmanager service with default placement... 2023-11-16T01:41:13.022 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply alertmanager 2023-11-16T01:41:13.539 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-16T01:41:13.849 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:13 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:12.630784+0000 mgr.smithi071.yzafsx (mgr.14144) 5 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:41:13.849 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:13 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cephadm 2023-11-16T01:41:12.631432+0000 mgr.smithi071.yzafsx (mgr.14144) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2023-11-16T01:41:13.849 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:13 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:12.633702+0000 mon.smithi071 (mon.0) 80 : audit [INF] from='mgr.14144 172.21.15.71:0/1756574047' entity='mgr.smithi071.yzafsx' 2023-11-16T01:41:13.849 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:13 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:41:12.757593+0000 mon.smithi071 (mon.0) 81 : cluster [DBG] mgrmap e12: smithi071.yzafsx(active, since 2s) 2023-11-16T01:41:13.849 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:13 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:13.537488+0000 mon.smithi071 (mon.0) 82 : audit [INF] from='mgr.14144 172.21.15.71:0/1756574047' entity='mgr.smithi071.yzafsx' 2023-11-16T01:41:13.872 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2023-11-16T01:41:14.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:14 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:13.534761+0000 mgr.smithi071.yzafsx (mgr.14144) 7 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:41:14.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:14 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cephadm 2023-11-16T01:41:13.535269+0000 mgr.smithi071.yzafsx (mgr.14144) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-11-16T01:41:14.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:14 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:14.380095+0000 mon.smithi071 (mon.0) 83 : audit [INF] from='client.? 172.21.15.71:0/1715927899' entity='client.admin' 2023-11-16T01:41:14.729 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2023-11-16T01:41:15.547 INFO:teuthology.orchestra.run.smithi071.stderr:Enabling the dashboard module... 2023-11-16T01:41:15.547 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2023-11-16T01:41:16.556 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:16 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:15.225307+0000 mon.smithi071 (mon.0) 84 : audit [INF] from='client.? 172.21.15.71:0/443594249' entity='client.admin' 2023-11-16T01:41:16.556 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:16 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:16.116203+0000 mon.smithi071 (mon.0) 85 : audit [INF] from='client.? 172.21.15.71:0/2663642278' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-16T01:41:16.579 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2023-11-16T01:41:17.161 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2023-11-16T01:41:17.161 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 13, 2023-11-16T01:41:17.161 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "available": true, 2023-11-16T01:41:17.161 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "active_name": "smithi071.yzafsx", 2023-11-16T01:41:17.161 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-16T01:41:17.161 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2023-11-16T01:41:17.447 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:17 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:16.226734+0000 mon.smithi071 (mon.0) 86 : audit [INF] from='client.? 172.21.15.71:0/2663642278' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-16T01:41:17.447 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:17 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:41:16.226811+0000 mon.smithi071 (mon.0) 87 : cluster [DBG] mgrmap e13: smithi071.yzafsx(active, since 6s) 2023-11-16T01:41:17.447 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:17 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:17.159288+0000 mon.smithi071 (mon.0) 88 : audit [DBG] from='client.? 172.21.15.71:0/810682980' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-16T01:41:17.621 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for the mgr to restart... 2023-11-16T01:41:17.621 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mgr epoch 13... 2023-11-16T01:41:17.621 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2023-11-16T01:41:21.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:21 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:41:21.387461+0000 mon.smithi071 (mon.0) 89 : cluster [INF] Active manager daemon smithi071.yzafsx restarted 2023-11-16T01:41:21.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:21 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:41:21.387848+0000 mon.smithi071 (mon.0) 90 : cluster [INF] Activating manager daemon smithi071.yzafsx 2023-11-16T01:41:21.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:21 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:41:21.389678+0000 mon.smithi071 (mon.0) 91 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-11-16T01:41:22.456 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2023-11-16T01:41:22.456 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2023-11-16T01:41:22.456 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "initialized": true 2023-11-16T01:41:22.456 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2023-11-16T01:41:22.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:41:21.440469+0000 mon.smithi071 (mon.0) 92 : cluster [DBG] mgrmap e14: smithi071.yzafsx(active, starting, since 0.0527116s) 2023-11-16T01:41:22.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:21.441533+0000 mon.smithi071 (mon.0) 93 : audit [DBG] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2023-11-16T01:41:22.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:21.443391+0000 mon.smithi071 (mon.0) 94 : audit [DBG] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "mgr metadata", "who": "smithi071.yzafsx", "id": "smithi071.yzafsx"}]: dispatch 2023-11-16T01:41:22.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:21.443588+0000 mon.smithi071 (mon.0) 95 : audit [DBG] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-16T01:41:22.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:21.443744+0000 mon.smithi071 (mon.0) 96 : audit [DBG] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-16T01:41:22.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:21.443885+0000 mon.smithi071 (mon.0) 97 : audit [DBG] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-16T01:41:22.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:41:21.456940+0000 mon.smithi071 (mon.0) 98 : cluster [INF] Manager daemon smithi071.yzafsx is now available 2023-11-16T01:41:22.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:21.552813+0000 mon.smithi071 (mon.0) 99 : audit [DBG] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:41:22.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:21.553868+0000 mon.smithi071 (mon.0) 100 : audit [DBG] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:41:22.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:21.580262+0000 mon.smithi071 (mon.0) 101 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.yzafsx/mirror_snapshot_schedule"}]: dispatch 2023-11-16T01:41:22.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:21.581861+0000 mon.smithi071 (mon.0) 102 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.yzafsx/trash_purge_schedule"}]: dispatch 2023-11-16T01:41:22.764 INFO:teuthology.orchestra.run.smithi071.stderr:mgr epoch 13 is available 2023-11-16T01:41:22.764 INFO:teuthology.orchestra.run.smithi071.stderr:Generating a dashboard self-signed certificate... 2023-11-16T01:41:22.764 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2023-11-16T01:41:23.382 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-16T01:41:23.682 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:23 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:22.446937+0000 mgr.smithi071.yzafsx (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-16T01:41:23.682 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:23 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:41:22.447558+0000 mon.smithi071 (mon.0) 103 : cluster [DBG] mgrmap e15: smithi071.yzafsx(active, since 1.0598s) 2023-11-16T01:41:23.682 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:23 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:22.453731+0000 mgr.smithi071.yzafsx (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-16T01:41:23.682 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:23 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:23.375673+0000 mon.smithi071 (mon.0) 104 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' 2023-11-16T01:41:23.682 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:23 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:23.380993+0000 mon.smithi071 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' 2023-11-16T01:41:23.736 INFO:teuthology.orchestra.run.smithi071.stderr:Creating initial admin user... 2023-11-16T01:41:23.737 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpxkxrk6a8:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.5 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2023-11-16T01:41:24.469 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$.RLKwpxpUwqJoBj.KDmDIuUYefRAtmO3/8SRuehujW2wtd/E9Nwdy", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1700098884, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-16T01:41:24.788 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:24 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:23.291564+0000 mgr.smithi071.yzafsx (mgr.14164) 3 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:41:24.788 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:24 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:24.249580+0000 mgr.smithi071.yzafsx (mgr.14164) 4 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:41:24.788 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:24 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:41:24.382859+0000 mon.smithi071 (mon.0) 106 : cluster [DBG] mgrmap e16: smithi071.yzafsx(active, since 2s) 2023-11-16T01:41:24.811 INFO:teuthology.orchestra.run.smithi071.stderr:Fetching dashboard port number... 2023-11-16T01:41:24.811 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpe7n0dclo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjvhf7xpk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2023-11-16T01:41:25.315 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 8443 2023-11-16T01:41:25.621 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:25 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:24.467387+0000 mon.smithi071 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' 2023-11-16T01:41:25.621 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:25 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:25.314417+0000 mon.smithi071 (mon.0) 108 : audit [DBG] from='client.? 172.21.15.71:0/3959650103' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-16T01:41:25.669 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-16T01:41:25.678 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: disabled 2023-11-16T01:41:25.679 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-active firewalld.service 2023-11-16T01:41:25.685 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2023-11-16T01:41:25.686 INFO:teuthology.orchestra.run.smithi071.stderr:firewalld.service is not enabled 2023-11-16T01:41:25.686 INFO:teuthology.orchestra.run.smithi071.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-16T01:41:25.689 INFO:teuthology.orchestra.run.smithi071.stderr:Ceph Dashboard is now available at: 2023-11-16T01:41:25.689 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-11-16T01:41:25.689 INFO:teuthology.orchestra.run.smithi071.stderr: URL: https://smithi071.front.sepia.ceph.com:8443/ 2023-11-16T01:41:25.689 INFO:teuthology.orchestra.run.smithi071.stderr: User: admin 2023-11-16T01:41:25.689 INFO:teuthology.orchestra.run.smithi071.stderr: Password: qop7mm2ngj 2023-11-16T01:41:25.690 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-11-16T01:41:25.690 INFO:teuthology.orchestra.run.smithi071.stderr:You can access the Ceph CLI with: 2023-11-16T01:41:25.690 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-11-16T01:41:25.690 INFO:teuthology.orchestra.run.smithi071.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-16T01:41:25.690 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-11-16T01:41:25.690 INFO:teuthology.orchestra.run.smithi071.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-16T01:41:25.690 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-11-16T01:41:25.690 INFO:teuthology.orchestra.run.smithi071.stderr: ceph telemetry on 2023-11-16T01:41:25.690 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-11-16T01:41:25.690 INFO:teuthology.orchestra.run.smithi071.stderr:For more information see: 2023-11-16T01:41:25.690 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-11-16T01:41:25.690 INFO:teuthology.orchestra.run.smithi071.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2023-11-16T01:41:25.690 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-11-16T01:41:25.691 INFO:teuthology.orchestra.run.smithi071.stderr:Bootstrap complete. 2023-11-16T01:41:25.691 INFO:teuthology.orchestra.run.smithi071.stderr:Releasing lock 139678652313728 on /run/cephadm/0dfc133e-8421-11ee-8dbe-212e2dc638e7.lock 2023-11-16T01:41:25.691 INFO:teuthology.orchestra.run.smithi071.stderr:Lock 139678652313728 released on /run/cephadm/0dfc133e-8421-11ee-8dbe-212e2dc638e7.lock 2023-11-16T01:41:25.721 INFO:tasks.cephadm:Fetching config... 2023-11-16T01:41:25.721 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-11-16T01:41:25.722 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-16T01:41:25.741 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-16T01:41:25.741 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-11-16T01:41:25.741 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-16T01:41:25.799 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-16T01:41:25.801 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-11-16T01:41:25.801 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/mon.smithi071/keyring of=/dev/stdout 2023-11-16T01:41:25.866 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-16T01:41:25.866 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-11-16T01:41:25.866 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-16T01:41:25.923 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-16T01:41:25.924 DEBUG:teuthology.orchestra.run.smithi071:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgz3eM2tRSrtanz2Mse20jN7cGEI7U4n7T3IryxdvUIzgHoRmoHyUuQhYqd96nuAuu/QQqDhZd0m77i2GpcZt/OaqGOQOcpgZDYX8hHEfty3WHltwivLXUXEG2YIwBIE9DCSSBLaC031zmgRK0ICno0VfmOgliPvTdK5tsPZ2P301ABtOVzBDVbHR3iobLkZL6x7JYRFVUjE6Jvj1Jbzj2GfXzTgoz/9MOC3vTAgQPNUAfaVplnyMwZQbOVpdBqhRbU4kL5HNYQL95V0Kph9ftRTuMERI8jXrU6uECL3EZ0ce8+E68YvIukkoZ6lk/KkKART1DLMmK2cFQnr87el+tesCjUFk5xltBoVI6mfIVaA5f1MuQ4fcwlTXPMTuAPWDJ+Q8qqkPnMvg7Nf7PjZbOFwKLMfkJBU6nQN9ghm2sIGRaTEPVJhMnOvjTFcFy6gKgxgWKVtPFRJMjotBpu3ogSC2mAD4VfsoVfnfHh/QPUu0ZvEENXJ2lcJeCO+BCR9c= ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-16T01:41:25.999 INFO:teuthology.orchestra.run.smithi071.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgz3eM2tRSrtanz2Mse20jN7cGEI7U4n7T3IryxdvUIzgHoRmoHyUuQhYqd96nuAuu/QQqDhZd0m77i2GpcZt/OaqGOQOcpgZDYX8hHEfty3WHltwivLXUXEG2YIwBIE9DCSSBLaC031zmgRK0ICno0VfmOgliPvTdK5tsPZ2P301ABtOVzBDVbHR3iobLkZL6x7JYRFVUjE6Jvj1Jbzj2GfXzTgoz/9MOC3vTAgQPNUAfaVplnyMwZQbOVpdBqhRbU4kL5HNYQL95V0Kph9ftRTuMERI8jXrU6uECL3EZ0ce8+E68YvIukkoZ6lk/KkKART1DLMmK2cFQnr87el+tesCjUFk5xltBoVI6mfIVaA5f1MuQ4fcwlTXPMTuAPWDJ+Q8qqkPnMvg7Nf7PjZbOFwKLMfkJBU6nQN9ghm2sIGRaTEPVJhMnOvjTFcFy6gKgxgWKVtPFRJMjotBpu3ogSC2mAD4VfsoVfnfHh/QPUu0ZvEENXJ2lcJeCO+BCR9c= ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7 2023-11-16T01:41:26.010 DEBUG:teuthology.orchestra.run.smithi158:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgz3eM2tRSrtanz2Mse20jN7cGEI7U4n7T3IryxdvUIzgHoRmoHyUuQhYqd96nuAuu/QQqDhZd0m77i2GpcZt/OaqGOQOcpgZDYX8hHEfty3WHltwivLXUXEG2YIwBIE9DCSSBLaC031zmgRK0ICno0VfmOgliPvTdK5tsPZ2P301ABtOVzBDVbHR3iobLkZL6x7JYRFVUjE6Jvj1Jbzj2GfXzTgoz/9MOC3vTAgQPNUAfaVplnyMwZQbOVpdBqhRbU4kL5HNYQL95V0Kph9ftRTuMERI8jXrU6uECL3EZ0ce8+E68YvIukkoZ6lk/KkKART1DLMmK2cFQnr87el+tesCjUFk5xltBoVI6mfIVaA5f1MuQ4fcwlTXPMTuAPWDJ+Q8qqkPnMvg7Nf7PjZbOFwKLMfkJBU6nQN9ghm2sIGRaTEPVJhMnOvjTFcFy6gKgxgWKVtPFRJMjotBpu3ogSC2mAD4VfsoVfnfHh/QPUu0ZvEENXJ2lcJeCO+BCR9c= ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-16T01:41:26.055 INFO:teuthology.orchestra.run.smithi158.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgz3eM2tRSrtanz2Mse20jN7cGEI7U4n7T3IryxdvUIzgHoRmoHyUuQhYqd96nuAuu/QQqDhZd0m77i2GpcZt/OaqGOQOcpgZDYX8hHEfty3WHltwivLXUXEG2YIwBIE9DCSSBLaC031zmgRK0ICno0VfmOgliPvTdK5tsPZ2P301ABtOVzBDVbHR3iobLkZL6x7JYRFVUjE6Jvj1Jbzj2GfXzTgoz/9MOC3vTAgQPNUAfaVplnyMwZQbOVpdBqhRbU4kL5HNYQL95V0Kph9ftRTuMERI8jXrU6uECL3EZ0ce8+E68YvIukkoZ6lk/KkKART1DLMmK2cFQnr87el+tesCjUFk5xltBoVI6mfIVaA5f1MuQ4fcwlTXPMTuAPWDJ+Q8qqkPnMvg7Nf7PjZbOFwKLMfkJBU6nQN9ghm2sIGRaTEPVJhMnOvjTFcFy6gKgxgWKVtPFRJMjotBpu3ogSC2mAD4VfsoVfnfHh/QPUu0ZvEENXJ2lcJeCO+BCR9c= ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7 2023-11-16T01:41:26.067 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-16T01:41:27.787 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-16T01:41:27.788 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-16T01:41:28.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:28 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:27.422544+0000 mon.smithi071 (mon.0) 109 : audit [INF] from='client.? 172.21.15.71:0/1912361186' entity='client.admin' 2023-11-16T01:41:29.462 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi158 2023-11-16T01:41:29.462 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-11-16T01:41:29.462 DEBUG:teuthology.orchestra.run.smithi158:> dd of=/etc/ceph/ceph.conf 2023-11-16T01:41:29.485 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-11-16T01:41:29.485 DEBUG:teuthology.orchestra.run.smithi158:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-16T01:41:29.545 INFO:tasks.cephadm:Adding host smithi158 to orchestrator... 2023-11-16T01:41:29.545 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph orch host add smithi158 2023-11-16T01:41:29.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:29 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:41:28.423654+0000 mon.smithi071 (mon.0) 110 : cluster [DBG] mgrmap e17: smithi071.yzafsx(active, since 7s) 2023-11-16T01:41:29.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:29 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:29.116412+0000 mgr.smithi071.yzafsx (mgr.14164) 5 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:41:29.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:29 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:29.118969+0000 mon.smithi071 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' 2023-11-16T01:41:31.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:30 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:29.822508+0000 mon.smithi071 (mon.0) 112 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' 2023-11-16T01:41:31.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:30 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:29.824200+0000 mon.smithi071 (mon.0) 113 : audit [DBG] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:41:31.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:30 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:29.824929+0000 mon.smithi071 (mon.0) 114 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T01:41:31.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:30 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cephadm 2023-11-16T01:41:29.825720+0000 mgr.smithi071.yzafsx (mgr.14164) 6 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(host_pattern='*'): Cannot place : No matching hosts 2023-11-16T01:41:31.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:30 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:30.043431+0000 mon.smithi071 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' 2023-11-16T01:41:31.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:30 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:30.612463+0000 mon.smithi071 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' 2023-11-16T01:41:34.453 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:33 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:32.974044+0000 mon.smithi071 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' 2023-11-16T01:41:34.453 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:33 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:33.240859+0000 mon.smithi071 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' 2023-11-16T01:41:34.453 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:33 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:33.241376+0000 mon.smithi071 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:41:34.453 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:33 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:33.243734+0000 mon.smithi071 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' 2023-11-16T01:41:34.453 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:33 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cephadm 2023-11-16T01:41:33.249931+0000 mgr.smithi071.yzafsx (mgr.14164) 7 : cephadm [INF] Deploying daemon alertmanager.smithi071 on smithi071 2023-11-16T01:41:42.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:42 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:41:41.444481+0000 mgr.smithi071.yzafsx (mgr.14164) 8 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:41:44.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:44 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:41:43.444713+0000 mgr.smithi071.yzafsx (mgr.14164) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:41:46.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:46 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:41:45.445079+0000 mgr.smithi071.yzafsx (mgr.14164) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:41:48.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:48 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:41:47.445434+0000 mgr.smithi071.yzafsx (mgr.14164) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:41:50.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:50 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:41:49.445775+0000 mgr.smithi071.yzafsx (mgr.14164) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:41:52.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:52 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:41:51.446007+0000 mgr.smithi071.yzafsx (mgr.14164) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:41:53.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:53 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:53.262117+0000 mgr.smithi071.yzafsx (mgr.14164) 14 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi158", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:41:53.844 INFO:teuthology.orchestra.run.smithi158.stdout:Added host 'smithi158' with addr '172.21.15.158' 2023-11-16T01:41:54.174 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-16T01:41:55.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:54 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:41:53.446468+0000 mgr.smithi071.yzafsx (mgr.14164) 15 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:41:55.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:54 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:53.840569+0000 mon.smithi071 (mon.0) 121 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' 2023-11-16T01:41:55.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:54 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cephadm 2023-11-16T01:41:53.840949+0000 mgr.smithi071.yzafsx (mgr.14164) 16 : cephadm [INF] Added host smithi158 2023-11-16T01:41:55.406 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:41:55.406 INFO:teuthology.orchestra.run.smithi158.stdout:[{"addr": "172.21.15.71", "hostname": "smithi071", "labels": [], "status": ""}, {"addr": "172.21.15.158", "hostname": "smithi158", "labels": [], "status": ""}] 2023-11-16T01:41:55.805 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-16T01:41:55.806 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph osd crush tunables default 2023-11-16T01:41:57.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:56 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:55.404056+0000 mgr.smithi071.yzafsx (mgr.14164) 17 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:57.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:56 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:41:55.446746+0000 mgr.smithi071.yzafsx (mgr.14164) 18 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:41:57.848 INFO:teuthology.orchestra.run.smithi071.stderr:adjusted tunables profile to default 2023-11-16T01:41:58.139 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:57 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:57.158620+0000 mon.smithi071 (mon.0) 122 : audit [INF] from='client.? 172.21.15.71:0/2750924331' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-16T01:41:58.252 INFO:tasks.cephadm:Adding mon.smithi071 on smithi071 2023-11-16T01:41:58.252 INFO:tasks.cephadm:Adding mon.smithi158 on smithi158 2023-11-16T01:41:58.252 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph orch apply mon '2;smithi071:172.21.15.71=smithi071;smithi158:172.21.15.158=smithi158' 2023-11-16T01:41:59.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:58 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:41:57.447104+0000 mgr.smithi071.yzafsx (mgr.14164) 19 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:41:59.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:58 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:57.844406+0000 mon.smithi071 (mon.0) 123 : audit [INF] from='client.? 172.21.15.71:0/2750924331' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-16T01:41:59.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:41:58 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:41:57.844460+0000 mon.smithi071 (mon.0) 124 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-16T01:41:59.543 INFO:teuthology.orchestra.run.smithi158.stdout:Scheduled mon update... 2023-11-16T01:41:59.915 DEBUG:teuthology.orchestra.run.smithi158:mon.smithi158> sudo journalctl -f -n 0 -u ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@mon.smithi158.service 2023-11-16T01:41:59.917 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:41:59.917 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:41:59.946 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:-- Logs begin at Thu 2023-11-16 01:31:47 UTC. -- 2023-11-16T01:42:00.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:00 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:41:59.447431+0000 mgr.smithi071.yzafsx (mgr.14164) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:42:00.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:00 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:59.538318+0000 mgr.smithi071.yzafsx (mgr.14164) 21 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi071:172.21.15.71=smithi071;smithi158:172.21.15.158=smithi158", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:42:00.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:00 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cephadm 2023-11-16T01:41:59.539768+0000 mgr.smithi071.yzafsx (mgr.14164) 22 : cephadm [INF] Saving service mon spec with placement smithi071:172.21.15.71=smithi071;smithi158:172.21.15.158=smithi158;count:2 2023-11-16T01:42:00.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:00 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:41:59.542266+0000 mon.smithi071 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' 2023-11-16T01:42:01.276 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:42:01.276 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:42:01.277 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:42:01.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:01 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:42:01.274319+0000 mon.smithi071 (mon.0) 126 : audit [DBG] from='client.? 172.21.15.158:0/13238561' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:42:02.645 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:42:02.646 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:42:02.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:02 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:42:01.447729+0000 mgr.smithi071.yzafsx (mgr.14164) 23 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:42:03.974 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:42:03.974 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:42:03.975 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:42:04.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:04 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:42:03.447980+0000 mgr.smithi071.yzafsx (mgr.14164) 24 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:42:04.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:04 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:42:03.972635+0000 mon.smithi071 (mon.0) 127 : audit [DBG] from='client.? 172.21.15.158:0/1060193315' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:42:05.354 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:42:05.354 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:42:06.669 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:42:06.670 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:42:06.671 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:42:06.954 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:06 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:42:05.448322+0000 mgr.smithi071.yzafsx (mgr.14164) 25 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:42:07.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:07 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:42:06.668331+0000 mon.smithi071 (mon.0) 128 : audit [DBG] from='client.? 172.21.15.158:0/1150975002' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:42:08.067 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:42:08.068 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:42:08.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:08 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:42:07.448588+0000 mgr.smithi071.yzafsx (mgr.14164) 26 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:42:09.422 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:42:09.422 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:42:09.423 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:42:09.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:09 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:42:09.420654+0000 mon.smithi071 (mon.0) 129 : audit [DBG] from='client.? 172.21.15.158:0/1736457409' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:42:10.829 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:42:10.829 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:42:10.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:10 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:42:09.448927+0000 mgr.smithi071.yzafsx (mgr.14164) 27 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:42:12.131 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:42:12.131 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:42:12.132 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:42:12.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:12 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:42:11.449288+0000 mgr.smithi071.yzafsx (mgr.14164) 28 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:42:12.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:12 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:42:12.129128+0000 mon.smithi071 (mon.0) 130 : audit [DBG] from='client.? 172.21.15.158:0/1960188504' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:42:13.510 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:42:13.511 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:42:14.851 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:42:14.851 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:42:14.853 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:42:14.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:14 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:42:13.449570+0000 mgr.smithi071.yzafsx (mgr.14164) 29 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:42:15.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:15 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:42:14.849979+0000 mon.smithi071 (mon.0) 131 : audit [DBG] from='client.? 172.21.15.158:0/1358029652' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:42:16.217 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:42:16.217 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:42:16.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:16 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:42:15.449948+0000 mgr.smithi071.yzafsx (mgr.14164) 30 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:42:18.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:18 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:42:17.450320+0000 mgr.smithi071.yzafsx (mgr.14164) 31 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:42:20.901 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:42:20.902 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:42:20.903 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:42:20.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:20 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:42:19.450618+0000 mgr.smithi071.yzafsx (mgr.14164) 32 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:42:21.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:21 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:42:20.900232+0000 mon.smithi071 (mon.0) 132 : audit [DBG] from='client.? 172.21.15.158:0/1072558060' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:42:22.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:42:21.450864+0000 mgr.smithi071.yzafsx (mgr.14164) 33 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:42:22.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:42:21.581545+0000 mon.smithi071 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.yzafsx/mirror_snapshot_schedule"}]: dispatch 2023-11-16T01:42:22.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:42:21.583499+0000 mon.smithi071 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.yzafsx/trash_purge_schedule"}]: dispatch 2023-11-16T01:42:23.578 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:42:23.578 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:42:24.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:24 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:42:23.451233+0000 mgr.smithi071.yzafsx (mgr.14164) 34 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:42:25.803 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:42:25.803 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:42:25.805 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:42:26.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:26 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:42:25.451582+0000 mgr.smithi071.yzafsx (mgr.14164) 35 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:42:26.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:26 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:42:25.802379+0000 mon.smithi071 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.158:0/550032485' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:42:27.177 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:42:27.177 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:42:28.560 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:42:28.560 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:42:28.561 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:42:28.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:28 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:42:27.451837+0000 mgr.smithi071.yzafsx (mgr.14164) 36 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:42:29.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:29 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:42:28.558201+0000 mon.smithi071 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.158:0/2459808266' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:42:29.911 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:42:29.912 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:42:30.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:30 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:42:29.452152+0000 mgr.smithi071.yzafsx (mgr.14164) 37 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:42:31.294 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:42:31.294 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:42:31.296 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:42:31.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:42:31.293361+0000 mon.smithi071 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.158:0/1503500566' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:42:32.687 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:42:32.687 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:42:32.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:42:31.452541+0000 mgr.smithi071.yzafsx (mgr.14164) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:42:34.059 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:42:34.059 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:42:34.061 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:42:34.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:34 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:42:33.452845+0000 mgr.smithi071.yzafsx (mgr.14164) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:42:34.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:34 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:42:34.057465+0000 mon.smithi071 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.158:0/2061023011' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:42:35.441 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:42:35.441 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:42:36.761 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:42:36.762 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:42:36.763 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:42:36.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:36 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:42:35.453173+0000 mgr.smithi071.yzafsx (mgr.14164) 40 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:42:37.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:37 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:42:36.760261+0000 mon.smithi071 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.158:0/3523437261' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:42:38.125 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:42:38.126 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:42:38.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:38 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:42:37.453571+0000 mgr.smithi071.yzafsx (mgr.14164) 41 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:42:39.421 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:42:39.421 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:42:39.423 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:42:39.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:39 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:42:39.420000+0000 mon.smithi071 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.158:0/2225542824' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:42:40.815 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:42:40.816 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:42:40.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:40 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:42:39.453932+0000 mgr.smithi071.yzafsx (mgr.14164) 42 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:42:42.161 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:42:42.161 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:42:42.162 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:42:42.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:42 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:42:41.454268+0000 mgr.smithi071.yzafsx (mgr.14164) 43 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:42:42.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:42 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:42:42.159565+0000 mon.smithi071 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.158:0/2278710906' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:42:43.532 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:42:43.532 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:42:44.886 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:42:44.886 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:42:44.887 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:42:44.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:44 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:42:43.454597+0000 mgr.smithi071.yzafsx (mgr.14164) 44 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:42:45.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:45 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:42:44.884377+0000 mon.smithi071 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.158:0/2043519414' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:42:46.274 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:42:46.276 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:42:46.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:46 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:42:45.454877+0000 mgr.smithi071.yzafsx (mgr.14164) 45 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:42:47.619 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:42:47.620 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:42:47.621 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:42:48.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:48 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:42:47.455111+0000 mgr.smithi071.yzafsx (mgr.14164) 46 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:42:48.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:48 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:42:47.617718+0000 mon.smithi071 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.158:0/2883973334' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:42:49.004 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:42:49.005 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:42:50.386 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:42:50.386 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:42:50.388 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:42:50.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:50 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:42:49.455469+0000 mgr.smithi071.yzafsx (mgr.14164) 47 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:42:50.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:50 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:42:50.384416+0000 mon.smithi071 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.158:0/3678272139' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:42:52.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:52 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:42:51.455731+0000 mgr.smithi071.yzafsx (mgr.14164) 48 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:42:53.050 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:42:53.051 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:42:54.396 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:42:54.396 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:42:54.398 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:42:54.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:54 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:42:53.455964+0000 mgr.smithi071.yzafsx (mgr.14164) 49 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:42:54.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:54 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:42:54.394807+0000 mon.smithi071 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.158:0/2996599751' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:42:55.807 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:42:55.807 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:42:56.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:56 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:42:55.456306+0000 mgr.smithi071.yzafsx (mgr.14164) 50 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:42:57.139 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:42:57.139 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:42:57.140 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:42:57.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:57 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:42:57.137296+0000 mon.smithi071 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.158:0/4082671680' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:42:58.512 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:42:58.513 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:42:58.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:42:58 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:42:57.456597+0000 mgr.smithi071.yzafsx (mgr.14164) 51 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:42:59.950 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:42:59.950 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:42:59.951 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:43:00.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:00 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:42:59.456889+0000 mgr.smithi071.yzafsx (mgr.14164) 52 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:43:00.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:00 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:42:59.948551+0000 mon.smithi071 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.158:0/3467813606' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:43:01.329 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:43:01.330 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:43:02.671 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:43:02.672 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:43:02.673 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:43:02.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:02 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:43:01.457138+0000 mgr.smithi071.yzafsx (mgr.14164) 53 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:43:03.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:03 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:43:02.669918+0000 mon.smithi071 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.158:0/770383705' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:43:04.001 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:43:04.002 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:43:04.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:04 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:43:03.457501+0000 mgr.smithi071.yzafsx (mgr.14164) 54 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:43:05.369 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:43:05.369 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:43:05.370 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:43:05.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:05 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:43:05.367280+0000 mon.smithi071 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.158:0/300198994' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:43:06.755 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:43:06.756 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:43:06.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:06 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:43:05.457862+0000 mgr.smithi071.yzafsx (mgr.14164) 55 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:43:08.125 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:43:08.125 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:43:08.126 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:43:08.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:08 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:43:07.458212+0000 mgr.smithi071.yzafsx (mgr.14164) 56 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:43:08.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:08 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:43:08.122874+0000 mon.smithi071 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.158:0/1955974879' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:43:09.512 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:43:09.512 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:43:10.885 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:43:10.886 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:43:10.887 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:43:10.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:10 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:43:09.458560+0000 mgr.smithi071.yzafsx (mgr.14164) 57 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:43:11.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:11 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:43:10.884068+0000 mon.smithi071 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.158:0/2344219633' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:43:12.285 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:43:12.285 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:43:12.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:12 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:43:11.458819+0000 mgr.smithi071.yzafsx (mgr.14164) 58 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:43:13.667 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:43:13.667 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:43:13.668 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:43:14.954 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:14 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:43:13.459081+0000 mgr.smithi071.yzafsx (mgr.14164) 59 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:43:14.955 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:14 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:43:13.665250+0000 mon.smithi071 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.158:0/2341756844' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:43:15.058 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:43:15.058 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:43:16.431 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:43:16.433 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:43:16.434 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:43:16.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:16 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:43:15.459415+0000 mgr.smithi071.yzafsx (mgr.14164) 60 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:43:16.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:16 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:43:16.429450+0000 mon.smithi071 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.158:0/1868043618' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:43:17.830 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:43:17.831 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:43:18.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:18 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:43:17.459743+0000 mgr.smithi071.yzafsx (mgr.14164) 61 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:43:19.213 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:43:19.213 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:43:19.215 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:43:19.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:19 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:43:19.212245+0000 mon.smithi071 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.158:0/4115710703' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:43:20.635 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:43:20.635 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:43:20.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:20 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:43:19.459973+0000 mgr.smithi071.yzafsx (mgr.14164) 62 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:43:22.050 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:43:22.051 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:43:22.052 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:43:22.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:43:21.460212+0000 mgr.smithi071.yzafsx (mgr.14164) 63 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:43:22.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:43:21.582669+0000 mon.smithi071 (mon.0) 155 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.yzafsx/mirror_snapshot_schedule"}]: dispatch 2023-11-16T01:43:22.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:43:21.584374+0000 mon.smithi071 (mon.0) 156 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.yzafsx/trash_purge_schedule"}]: dispatch 2023-11-16T01:43:22.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:43:22.048910+0000 mon.smithi071 (mon.0) 157 : audit [DBG] from='client.? 172.21.15.158:0/1746402143' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:43:23.431 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:43:23.432 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:43:24.825 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:43:24.826 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:43:24.827 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:43:24.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:24 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:43:23.460611+0000 mgr.smithi071.yzafsx (mgr.14164) 64 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:43:25.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:25 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:43:24.824295+0000 mon.smithi071 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.158:0/56239099' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:43:26.229 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:43:26.229 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:43:26.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:26 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:43:25.460916+0000 mgr.smithi071.yzafsx (mgr.14164) 65 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:43:34.643 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:43:34.643 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:43:34.644 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:28 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:43:27.461250+0000 mgr.smithi071.yzafsx (mgr.14164) 66 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:43:34.644 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:28 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:43:27.598522+0000 mon.smithi071 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.158:0/3122022449' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:43:34.669 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:30 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:43:29.461597+0000 mgr.smithi071.yzafsx (mgr.14164) 67 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:43:34.669 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:43:31.461929+0000 mgr.smithi071.yzafsx (mgr.14164) 68 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:43:34.670 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:43:34.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:34 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:43:33.462376+0000 mgr.smithi071.yzafsx (mgr.14164) 69 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:43:35.671 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:43:35.671 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:43:36.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:36 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:43:35.462785+0000 mgr.smithi071.yzafsx (mgr.14164) 70 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:43:37.091 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:43:37.091 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:43:37.091 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:43:37.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:37 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:43:37.088508+0000 mon.smithi071 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.158:0/1357651873' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:43:38.470 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:43:38.471 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:43:38.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:38 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:43:37.463182+0000 mgr.smithi071.yzafsx (mgr.14164) 71 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:43:39.857 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:43:39.858 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:43:39.859 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:43:40.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:40 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:43:39.463478+0000 mgr.smithi071.yzafsx (mgr.14164) 72 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:43:40.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:40 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:43:39.856202+0000 mon.smithi071 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.158:0/3165648433' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:43:41.248 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:43:41.248 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:43:42.595 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:43:42.596 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:43:42.597 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:43:42.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:42 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:43:41.463781+0000 mgr.smithi071.yzafsx (mgr.14164) 73 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:43:43.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:43 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:43:42.594120+0000 mon.smithi071 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.158:0/1516087235' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:43:43.978 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:43:43.978 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:43:44.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:44 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:43:43.464179+0000 mgr.smithi071.yzafsx (mgr.14164) 74 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:43:45.299 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:43:45.299 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:43:45.301 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:43:45.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:45 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:43:45.297750+0000 mon.smithi071 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.158:0/648773453' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:43:46.673 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:43:46.674 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:43:46.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:46 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:43:45.464550+0000 mgr.smithi071.yzafsx (mgr.14164) 75 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:43:48.077 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:43:48.078 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:43:48.079 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:43:48.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:48 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:43:47.464903+0000 mgr.smithi071.yzafsx (mgr.14164) 76 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:43:48.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:48 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:43:48.076506+0000 mon.smithi071 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.158:0/1467592220' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:43:49.460 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:43:49.460 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:43:50.800 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:43:50.801 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:43:50.802 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:43:50.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:50 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:43:49.465147+0000 mgr.smithi071.yzafsx (mgr.14164) 77 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:43:51.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:51 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:43:50.799253+0000 mon.smithi071 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.158:0/4058357942' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:43:52.185 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:43:52.185 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:43:52.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:52 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:43:51.465481+0000 mgr.smithi071.yzafsx (mgr.14164) 78 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:43:53.524 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:43:53.525 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:43:53.526 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:43:53.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:53 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:43:53.523508+0000 mon.smithi071 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.158:0/4027744960' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:43:54.931 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:43:54.931 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:43:54.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:54 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:43:53.465840+0000 mgr.smithi071.yzafsx (mgr.14164) 79 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:43:56.253 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:43:56.253 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:43:56.255 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:43:56.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:56 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:43:55.466161+0000 mgr.smithi071.yzafsx (mgr.14164) 80 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:43:56.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:56 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:43:56.251901+0000 mon.smithi071 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.158:0/2890182588' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:43:57.657 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:43:57.657 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:43:58.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:58 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:43:57.466536+0000 mgr.smithi071.yzafsx (mgr.14164) 81 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:43:59.006 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:43:59.007 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:43:59.008 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:43:59.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:43:59 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:43:59.005260+0000 mon.smithi071 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.158:0/994500576' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:44:00.394 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:44:00.394 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:44:00.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:00 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:43:59.466845+0000 mgr.smithi071.yzafsx (mgr.14164) 82 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:44:01.798 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:44:01.799 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:44:01.800 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:44:02.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:02 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:44:01.467174+0000 mgr.smithi071.yzafsx (mgr.14164) 83 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:44:02.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:02 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:44:01.797364+0000 mon.smithi071 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.158:0/1249654896' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:44:03.198 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:44:03.198 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:44:04.593 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:44:04.593 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:44:04.594 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:44:04.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:04 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:44:03.467531+0000 mgr.smithi071.yzafsx (mgr.14164) 84 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:44:05.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:05 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:44:04.591960+0000 mon.smithi071 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.158:0/988615664' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:44:05.974 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:44:05.974 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:44:06.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:06 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:44:05.467852+0000 mgr.smithi071.yzafsx (mgr.14164) 85 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:44:07.432 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:44:07.432 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:44:07.434 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:44:08.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:08 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:44:07.430629+0000 mon.smithi071 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.158:0/4066722397' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:44:08.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:08 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:44:07.468213+0000 mgr.smithi071.yzafsx (mgr.14164) 86 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:44:08.782 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:44:08.783 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:44:10.193 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:44:10.194 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:44:10.195 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:44:10.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:10 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:44:09.468571+0000 mgr.smithi071.yzafsx (mgr.14164) 87 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:44:10.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:10 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:44:10.192270+0000 mon.smithi071 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.158:0/187537080' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:44:11.578 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:44:11.578 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:44:12.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:12 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:44:11.468897+0000 mgr.smithi071.yzafsx (mgr.14164) 88 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:44:13.019 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:44:13.019 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:44:13.021 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:44:13.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:13 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:44:13.018074+0000 mon.smithi071 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.158:0/2465468944' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:44:14.420 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:44:14.420 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:44:14.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:14 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:44:13.469246+0000 mgr.smithi071.yzafsx (mgr.14164) 89 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:44:15.859 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:44:15.859 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:44:15.861 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:44:16.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:16 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:44:15.469567+0000 mgr.smithi071.yzafsx (mgr.14164) 90 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:44:16.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:16 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:44:15.857744+0000 mon.smithi071 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.158:0/2496890439' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:44:17.246 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:44:17.246 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:44:18.697 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:44:18.699 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:44:18.699 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:44:18.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:18 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:44:17.469885+0000 mgr.smithi071.yzafsx (mgr.14164) 91 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:44:19.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:19 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:44:18.692139+0000 mon.smithi071 (mon.0) 175 : audit [DBG] from='client.? 172.21.15.158:0/2611260771' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:44:20.088 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:44:20.088 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:44:20.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:20 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:44:19.470159+0000 mgr.smithi071.yzafsx (mgr.14164) 92 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:44:21.435 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:44:21.435 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:44:21.437 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:44:21.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:21 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:44:21.433928+0000 mon.smithi071 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.158:0/825452166' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:44:22.813 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:44:22.814 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:44:22.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:44:21.470520+0000 mgr.smithi071.yzafsx (mgr.14164) 93 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:44:22.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:44:21.583761+0000 mon.smithi071 (mon.0) 177 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.yzafsx/mirror_snapshot_schedule"}]: dispatch 2023-11-16T01:44:22.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:44:21.585363+0000 mon.smithi071 (mon.0) 178 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.yzafsx/trash_purge_schedule"}]: dispatch 2023-11-16T01:44:24.213 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:44:24.213 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:44:24.215 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:44:24.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:24 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:44:23.470853+0000 mgr.smithi071.yzafsx (mgr.14164) 94 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:44:24.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:24 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:44:24.211901+0000 mon.smithi071 (mon.0) 179 : audit [DBG] from='client.? 172.21.15.158:0/3170077422' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:44:25.588 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:44:25.589 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:44:26.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:26 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:44:25.471084+0000 mgr.smithi071.yzafsx (mgr.14164) 95 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:44:26.970 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:44:26.970 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:44:26.971 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:44:27.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:27 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:44:26.968542+0000 mon.smithi071 (mon.0) 180 : audit [DBG] from='client.? 172.21.15.158:0/3820947648' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:44:28.358 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:44:28.358 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:44:28.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:28 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:44:27.471429+0000 mgr.smithi071.yzafsx (mgr.14164) 96 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:44:29.798 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:44:29.798 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:44:29.799 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:44:30.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:30 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:44:29.471715+0000 mgr.smithi071.yzafsx (mgr.14164) 97 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:44:30.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:30 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:44:29.796659+0000 mon.smithi071 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.158:0/1661146858' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:44:31.179 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:44:31.179 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:44:32.555 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:44:32.555 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:44:32.557 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:44:32.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:44:31.471989+0000 mgr.smithi071.yzafsx (mgr.14164) 98 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:44:33.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:33 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:44:32.554273+0000 mon.smithi071 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.158:0/1633733184' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:44:33.953 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:44:33.953 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:44:34.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:34 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:44:33.472318+0000 mgr.smithi071.yzafsx (mgr.14164) 99 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:44:35.372 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:44:35.372 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:44:35.373 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:44:35.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:35 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:44:35.370489+0000 mon.smithi071 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.158:0/1607853281' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:44:36.707 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:44:36.707 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:44:36.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:36 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:44:35.472624+0000 mgr.smithi071.yzafsx (mgr.14164) 100 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:44:38.123 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:44:38.123 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:44:38.124 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:44:38.707 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:38 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:44:37.472941+0000 mgr.smithi071.yzafsx (mgr.14164) 101 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:44:38.709 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:38 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:44:38.121424+0000 mon.smithi071 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.158:0/2392144245' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:44:39.508 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:44:39.508 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:44:40.930 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:44:40.930 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:44:40.931 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:44:40.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:40 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:44:39.473290+0000 mgr.smithi071.yzafsx (mgr.14164) 102 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:44:41.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:41 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:44:40.928476+0000 mon.smithi071 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.158:0/3097812885' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:44:42.302 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:44:42.302 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:44:42.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:42 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:44:41.473551+0000 mgr.smithi071.yzafsx (mgr.14164) 103 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:44:43.689 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:44:43.689 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:44:43.690 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:44:44.954 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:44 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:44:43.473791+0000 mgr.smithi071.yzafsx (mgr.14164) 104 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:44:44.954 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:44 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:44:43.687587+0000 mon.smithi071 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.158:0/2541526869' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:44:45.081 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:44:45.081 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:44:46.462 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:44:46.462 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:44:46.464 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:44:46.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:46 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:44:45.474117+0000 mgr.smithi071.yzafsx (mgr.14164) 105 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:44:46.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:46 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:44:46.460899+0000 mon.smithi071 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.158:0/3819802846' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:44:47.845 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:44:47.846 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:44:48.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:48 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:44:47.474512+0000 mgr.smithi071.yzafsx (mgr.14164) 106 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:44:49.239 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:44:49.239 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:44:49.241 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:44:49.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:44:49.237587+0000 mon.smithi071 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.158:0/3780850710' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:44:50.642 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:44:50.642 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:44:50.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:50 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:44:49.474831+0000 mgr.smithi071.yzafsx (mgr.14164) 107 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:44:52.034 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:44:52.034 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:44:52.035 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:44:52.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:52 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:44:51.475145+0000 mgr.smithi071.yzafsx (mgr.14164) 108 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:44:52.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:52 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:44:52.032552+0000 mon.smithi071 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.158:0/1729289292' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:44:53.423 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:44:53.424 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:44:54.825 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:44:54.825 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:44:54.826 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:44:54.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:54 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:44:53.475523+0000 mgr.smithi071.yzafsx (mgr.14164) 109 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:44:55.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:55 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:44:54.823338+0000 mon.smithi071 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.158:0/1326927567' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:44:56.213 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:44:56.213 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:44:56.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:56 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:44:55.475832+0000 mgr.smithi071.yzafsx (mgr.14164) 110 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:44:57.603 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:44:57.603 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:44:57.604 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:44:58.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:58 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:44:57.476226+0000 mgr.smithi071.yzafsx (mgr.14164) 111 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:44:58.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:44:58 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:44:57.601791+0000 mon.smithi071 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.158:0/678043445' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:44:59.040 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:44:59.045 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:45:00.478 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:45:00.479 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:45:00.480 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:45:00.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:00 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:44:59.476584+0000 mgr.smithi071.yzafsx (mgr.14164) 112 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:45:00.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:00 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:45:00.477413+0000 mon.smithi071 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.158:0/72572083' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:45:01.887 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:45:01.887 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:45:02.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:02 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:45:01.476834+0000 mgr.smithi071.yzafsx (mgr.14164) 113 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:45:03.308 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:45:03.309 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:45:03.310 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:45:03.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:03 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:45:03.307641+0000 mon.smithi071 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.158:0/1619616506' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:45:04.690 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:45:04.690 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:45:04.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:04 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:45:03.477104+0000 mgr.smithi071.yzafsx (mgr.14164) 114 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:45:06.084 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:45:06.085 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:45:06.086 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:45:06.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:06 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:45:05.477430+0000 mgr.smithi071.yzafsx (mgr.14164) 115 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:45:06.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:06 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:45:06.082678+0000 mon.smithi071 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.158:0/4081729438' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:45:07.426 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:45:07.426 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:45:08.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:08 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:45:07.477719+0000 mgr.smithi071.yzafsx (mgr.14164) 116 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:45:08.840 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:45:08.841 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:45:08.842 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:45:09.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:09 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:45:08.839258+0000 mon.smithi071 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.158:0/960633170' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:45:10.262 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:45:10.262 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:45:10.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:10 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:45:09.478014+0000 mgr.smithi071.yzafsx (mgr.14164) 117 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:45:11.684 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:45:11.685 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:45:11.686 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:45:12.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:12 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:45:11.478319+0000 mgr.smithi071.yzafsx (mgr.14164) 118 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:45:12.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:12 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:45:11.682992+0000 mon.smithi071 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.158:0/1728491361' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:45:13.100 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:45:13.101 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:45:14.507 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:45:14.507 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:45:14.509 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:45:14.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:14 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:45:13.478668+0000 mgr.smithi071.yzafsx (mgr.14164) 119 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:45:14.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:14 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:45:14.505599+0000 mon.smithi071 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.158:0/3009209881' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:45:15.931 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:45:15.931 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:45:16.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:16 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:45:15.478953+0000 mgr.smithi071.yzafsx (mgr.14164) 120 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:45:17.359 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:45:17.360 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:45:17.361 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:45:18.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:18 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:45:17.358203+0000 mon.smithi071 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.158:0/3588162399' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:45:18.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:18 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:45:17.479232+0000 mgr.smithi071.yzafsx (mgr.14164) 121 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:45:18.749 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:45:18.749 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:45:20.154 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:45:20.155 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:45:20.156 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:45:20.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:20 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:45:19.479568+0000 mgr.smithi071.yzafsx (mgr.14164) 122 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:45:20.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:20 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:45:20.152884+0000 mon.smithi071 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.158:0/3509426829' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:45:21.569 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:45:21.569 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:45:22.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:45:21.479921+0000 mgr.smithi071.yzafsx (mgr.14164) 123 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:45:22.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:45:21.584791+0000 mon.smithi071 (mon.0) 200 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.yzafsx/mirror_snapshot_schedule"}]: dispatch 2023-11-16T01:45:22.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:45:21.586226+0000 mon.smithi071 (mon.0) 201 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.yzafsx/trash_purge_schedule"}]: dispatch 2023-11-16T01:45:22.964 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:45:22.964 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:45:22.966 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:45:23.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:23 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:45:22.963189+0000 mon.smithi071 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.158:0/2222769659' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:45:25.627 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:45:25.627 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:45:25.628 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:24 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:45:23.480255+0000 mgr.smithi071.yzafsx (mgr.14164) 124 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:45:26.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:26 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:45:25.480649+0000 mgr.smithi071.yzafsx (mgr.14164) 125 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:45:27.050 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:45:27.050 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:45:27.051 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:45:27.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:27 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:45:27.048665+0000 mon.smithi071 (mon.0) 203 : audit [DBG] from='client.? 172.21.15.158:0/1847091433' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:45:28.446 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:45:28.446 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:45:28.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:28 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:45:27.481011+0000 mgr.smithi071.yzafsx (mgr.14164) 126 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:45:29.850 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:45:29.850 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:45:29.851 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:45:30.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:30 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:45:29.481306+0000 mgr.smithi071.yzafsx (mgr.14164) 127 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:45:30.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:30 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:45:29.848151+0000 mon.smithi071 (mon.0) 204 : audit [DBG] from='client.? 172.21.15.158:0/3292461573' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:45:31.207 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:45:31.208 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:45:32.612 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:45:32.612 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:45:32.614 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:45:32.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:45:31.481627+0000 mgr.smithi071.yzafsx (mgr.14164) 128 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:45:33.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:33 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:45:32.611123+0000 mon.smithi071 (mon.0) 205 : audit [DBG] from='client.? 172.21.15.158:0/2309448158' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:45:34.020 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:45:34.020 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:45:34.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:34 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:45:33.481939+0000 mgr.smithi071.yzafsx (mgr.14164) 129 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:45:35.444 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:45:35.444 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:45:35.445 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:45:35.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:35 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:45:35.442243+0000 mon.smithi071 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.158:0/3389474895' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:45:36.811 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:45:36.811 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:45:36.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:36 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:45:35.482256+0000 mgr.smithi071.yzafsx (mgr.14164) 130 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:45:38.253 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:45:38.253 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:45:38.255 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:45:38.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:38 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:45:37.482593+0000 mgr.smithi071.yzafsx (mgr.14164) 131 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:45:38.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:38 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:45:38.251405+0000 mon.smithi071 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.158:0/1093484009' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:45:39.645 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:45:39.645 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:45:40.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:40 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:45:39.482972+0000 mgr.smithi071.yzafsx (mgr.14164) 132 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:45:41.112 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:45:41.112 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:45:41.114 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:45:41.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:41 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:45:41.110513+0000 mon.smithi071 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.158:0/2558810488' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:45:42.532 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:45:42.532 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:45:42.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:42 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:45:41.483318+0000 mgr.smithi071.yzafsx (mgr.14164) 133 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:45:43.952 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:45:43.952 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:45:43.953 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:45:44.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:44 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:45:43.483644+0000 mgr.smithi071.yzafsx (mgr.14164) 134 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:45:44.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:44 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:45:43.950317+0000 mon.smithi071 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.158:0/493027590' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:45:45.341 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:45:45.341 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:45:46.799 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:45:46.799 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:45:46.800 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:45:46.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:46 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:45:45.483988+0000 mgr.smithi071.yzafsx (mgr.14164) 135 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:45:47.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:47 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:45:46.797407+0000 mon.smithi071 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.158:0/2788428268' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:45:48.194 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:45:48.194 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:45:48.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:48 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:45:47.484284+0000 mgr.smithi071.yzafsx (mgr.14164) 136 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:45:49.607 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:45:49.608 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:45:49.609 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:45:50.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:50 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:45:49.484544+0000 mgr.smithi071.yzafsx (mgr.14164) 137 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:45:50.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:50 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:45:49.605841+0000 mon.smithi071 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.158:0/2648459706' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:45:51.006 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:45:51.007 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:45:52.429 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:45:52.429 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:45:52.431 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:45:52.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:52 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:45:51.484854+0000 mgr.smithi071.yzafsx (mgr.14164) 138 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:45:52.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:52 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:45:52.427959+0000 mon.smithi071 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.158:0/3233871851' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:45:53.809 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:45:53.809 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:45:54.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:54 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:45:53.485233+0000 mgr.smithi071.yzafsx (mgr.14164) 139 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:45:55.213 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:45:55.214 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:45:55.215 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:45:55.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:55 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:45:55.212371+0000 mon.smithi071 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.158:0/1230341846' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:45:56.582 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:45:56.582 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:45:56.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:56 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:45:55.485564+0000 mgr.smithi071.yzafsx (mgr.14164) 140 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:45:58.016 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:45:58.016 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:45:58.017 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:45:58.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:58 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:45:57.485845+0000 mgr.smithi071.yzafsx (mgr.14164) 141 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:45:58.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:45:58 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:45:58.014975+0000 mon.smithi071 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.158:0/1785213087' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:45:59.391 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:45:59.392 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:46:00.744 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:46:00.744 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:46:00.746 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:46:00.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:00 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:45:59.486151+0000 mgr.smithi071.yzafsx (mgr.14164) 142 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:46:01.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:01 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:00.743259+0000 mon.smithi071 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.158:0/2837568915' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:46:02.137 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:46:02.137 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:46:02.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:02 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:46:01.486435+0000 mgr.smithi071.yzafsx (mgr.14164) 143 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:46:03.556 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:46:03.556 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:46:03.558 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:46:04.941 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:46:04.942 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:46:04.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:04 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:46:03.486778+0000 mgr.smithi071.yzafsx (mgr.14164) 144 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:46:04.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:04 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:03.554806+0000 mon.smithi071 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.158:0/4233619787' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:46:06.285 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:46:06.285 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:46:06.287 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:46:06.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:06 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:46:05.487069+0000 mgr.smithi071.yzafsx (mgr.14164) 145 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:46:06.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:06 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:06.283558+0000 mon.smithi071 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.158:0/1126668419' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:46:07.676 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:46:07.676 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:46:08.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:08 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:46:07.487380+0000 mgr.smithi071.yzafsx (mgr.14164) 146 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:46:09.105 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:46:09.105 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:46:09.107 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:46:09.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:09 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:09.104104+0000 mon.smithi071 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.158:0/3320653339' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:46:10.502 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:46:10.503 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:46:10.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:10 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:46:09.487751+0000 mgr.smithi071.yzafsx (mgr.14164) 147 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:46:11.862 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:46:11.862 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:46:11.863 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:46:12.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:12 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:46:11.488099+0000 mgr.smithi071.yzafsx (mgr.14164) 148 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:46:12.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:12 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:11.860668+0000 mon.smithi071 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.158:0/1669305385' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:46:13.265 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:46:13.265 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:46:14.655 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:46:14.656 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:46:14.656 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:46:14.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:14 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:46:13.488360+0000 mgr.smithi071.yzafsx (mgr.14164) 149 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:46:15.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:15 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:14.653270+0000 mon.smithi071 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.158:0/1338940213' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:46:16.042 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:46:16.042 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:46:16.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:16 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:46:15.488685+0000 mgr.smithi071.yzafsx (mgr.14164) 150 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:46:17.469 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:46:17.469 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:46:17.470 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:46:18.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:18 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:17.467377+0000 mon.smithi071 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.158:0/1000995110' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:46:18.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:18 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:46:17.488960+0000 mgr.smithi071.yzafsx (mgr.14164) 151 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:46:18.881 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:46:18.881 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:46:20.291 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:46:20.291 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:46:20.293 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:46:20.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:20 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:46:19.489264+0000 mgr.smithi071.yzafsx (mgr.14164) 152 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:46:20.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:20 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:20.289830+0000 mon.smithi071 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.158:0/3735930898' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:46:21.692 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:46:21.692 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:46:22.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:46:21.489620+0000 mgr.smithi071.yzafsx (mgr.14164) 153 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:46:22.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:21.585676+0000 mon.smithi071 (mon.0) 223 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.yzafsx/mirror_snapshot_schedule"}]: dispatch 2023-11-16T01:46:22.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:21.587194+0000 mon.smithi071 (mon.0) 224 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.yzafsx/trash_purge_schedule"}]: dispatch 2023-11-16T01:46:23.101 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:46:23.101 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:46:23.102 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:46:23.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:23 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:23.099172+0000 mon.smithi071 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.158:0/3300957915' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:46:24.438 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:46:24.438 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:46:24.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:24 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:46:23.489923+0000 mgr.smithi071.yzafsx (mgr.14164) 154 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:46:25.855 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:46:25.855 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:46:25.856 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:46:26.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:26 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:46:25.490258+0000 mgr.smithi071.yzafsx (mgr.14164) 155 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:46:26.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:26 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:25.853526+0000 mon.smithi071 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.158:0/2309861033' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:46:27.263 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:46:27.263 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:46:28.696 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:46:37.597 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:46:37.599 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:46:37.600 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:28 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:46:27.490621+0000 mgr.smithi071.yzafsx (mgr.14164) 156 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:46:37.600 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:29 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:28.695025+0000 mon.smithi071 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.158:0/3590355431' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:46:37.601 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:30 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:46:29.490819+0000 mgr.smithi071.yzafsx (mgr.14164) 157 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:46:37.601 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cephadm 2023-11-16T01:46:30.720213+0000 mgr.smithi071.yzafsx (mgr.14164) 158 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-alertmanager.smithi071 2023-11-16T01:46:37.601 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: /bin/podman: stderr Error: no such container ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-alertmanager.smithi071 2023-11-16T01:46:37.601 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Deploy daemon alertmanager.smithi071 ... 2023-11-16T01:46:37.601 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-11-16T01:46:37.601 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-16T01:46:37.601 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: stat: stderr time="2023-11-16T01:42:09Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:46:37.601 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: stat: stderr time="2023-11-16T01:42:47Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:46:37.601 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: stat: stderr time="2023-11-16T01:43:24Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:46:37.601 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-16T01:46:37.601 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-11-16T01:46:37.601 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-16T01:46:37.601 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: stat: stderr time="2023-11-16T01:44:38Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:46:37.644 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: stat: stderr time="2023-11-16T01:45:15Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:46:37.644 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: stat: stderr time="2023-11-16T01:45:53Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:46:37.644 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-16T01:46:37.644 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Traceback (most recent call last): 2023-11-16T01:46:37.644 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-11-16T01:46:37.644 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: main() 2023-11-16T01:46:37.644 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-11-16T01:46:37.644 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: r = ctx.func(ctx) 2023-11-16T01:46:37.645 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-11-16T01:46:37.645 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: return func(ctx) 2023-11-16T01:46:37.645 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2023-11-16T01:46:37.645 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-11-16T01:46:37.645 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2023-11-16T01:46:37.645 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-11-16T01:46:37.645 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2023-11-16T01:46:37.645 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: raise RuntimeError('uid/gid not found') 2023-11-16T01:46:37.645 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: RuntimeError: uid/gid not found 2023-11-16T01:46:37.645 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Traceback (most recent call last): 2023-11-16T01:46:37.645 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2023-11-16T01:46:37.645 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: yield (conn, connr) 2023-11-16T01:46:37.645 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2023-11-16T01:46:37.645 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: code, '\n'.join(err))) 2023-11-16T01:46:37.646 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-alertmanager.smithi071 2023-11-16T01:46:37.646 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: /bin/podman: stderr Error: no such container ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-alertmanager.smithi071 2023-11-16T01:46:37.646 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Deploy daemon alertmanager.smithi071 ... 2023-11-16T01:46:37.646 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-11-16T01:46:37.646 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-16T01:46:37.646 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: stat: stderr time="2023-11-16T01:42:09Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:46:37.646 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: stat: stderr time="2023-11-16T01:42:47Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:46:37.646 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: stat: stderr time="2023-11-16T01:43:24Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:46:37.646 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-16T01:46:37.646 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-11-16T01:46:37.646 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-16T01:46:37.646 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: stat: stderr time="2023-11-16T01:44:38Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:46:37.647 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: stat: stderr time="2023-11-16T01:45:15Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:46:37.647 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: stat: stderr time="2023-11-16T01:45:53Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:46:37.647 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-16T01:46:37.647 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Traceback (most recent call last): 2023-11-16T01:46:37.647 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-11-16T01:46:37.647 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: main() 2023-11-16T01:46:37.647 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-11-16T01:46:37.647 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: r = ctx.func(ctx) 2023-11-16T01:46:37.647 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-11-16T01:46:37.647 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: return func(ctx) 2023-11-16T01:46:37.647 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2023-11-16T01:46:37.647 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-11-16T01:46:37.647 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2023-11-16T01:46:37.648 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-11-16T01:46:37.648 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2023-11-16T01:46:37.648 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: raise RuntimeError('uid/gid not found') 2023-11-16T01:46:37.648 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: RuntimeError: uid/gid not found 2023-11-16T01:46:37.648 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cephadm 2023-11-16T01:46:30.720678+0000 mgr.smithi071.yzafsx (mgr.14164) 159 : cephadm [ERR] Failed while placing alertmanager.smithi071 on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-alertmanager.smithi071 2023-11-16T01:46:37.648 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: /bin/podman: stderr Error: no such container ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-alertmanager.smithi071 2023-11-16T01:46:37.648 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Deploy daemon alertmanager.smithi071 ... 2023-11-16T01:46:37.648 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-11-16T01:46:37.648 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-16T01:46:37.648 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: stat: stderr time="2023-11-16T01:42:09Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:46:37.648 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: stat: stderr time="2023-11-16T01:42:47Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:46:37.648 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: stat: stderr time="2023-11-16T01:43:24Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:46:37.648 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-16T01:46:37.648 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-11-16T01:46:37.649 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-16T01:46:37.649 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: stat: stderr time="2023-11-16T01:44:38Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:46:37.649 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: stat: stderr time="2023-11-16T01:45:15Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:46:37.649 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: stat: stderr time="2023-11-16T01:45:53Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:46:37.649 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-16T01:46:37.649 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Traceback (most recent call last): 2023-11-16T01:46:37.649 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-11-16T01:46:37.649 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: main() 2023-11-16T01:46:37.649 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-11-16T01:46:37.649 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: r = ctx.func(ctx) 2023-11-16T01:46:37.649 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-11-16T01:46:37.649 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: return func(ctx) 2023-11-16T01:46:37.649 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2023-11-16T01:46:37.688 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-11-16T01:46:37.688 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2023-11-16T01:46:37.688 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-11-16T01:46:37.688 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2023-11-16T01:46:37.688 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: raise RuntimeError('uid/gid not found') 2023-11-16T01:46:37.688 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: RuntimeError: uid/gid not found 2023-11-16T01:46:37.688 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:30.722181+0000 mon.smithi071 (mon.0) 228 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi071", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T01:46:37.688 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:30.725244+0000 mon.smithi071 (mon.0) 229 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi071", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-16T01:46:37.689 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:30.726042+0000 mon.smithi071 (mon.0) 230 : audit [DBG] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:46:37.689 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cephadm 2023-11-16T01:46:30.726848+0000 mgr.smithi071.yzafsx (mgr.14164) 160 : cephadm [INF] Deploying daemon crash.smithi071 on smithi071 2023-11-16T01:46:37.689 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:46:31.491059+0000 mgr.smithi071.yzafsx (mgr.14164) 161 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:46:37.689 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:31.577291+0000 mon.smithi071 (mon.0) 231 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' 2023-11-16T01:46:37.689 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:32.167419+0000 mon.smithi071 (mon.0) 232 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' 2023-11-16T01:46:37.689 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:32.302632+0000 mon.smithi071 (mon.0) 233 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' 2023-11-16T01:46:37.689 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:32.307796+0000 mon.smithi071 (mon.0) 234 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' 2023-11-16T01:46:37.689 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:32.308160+0000 mon.smithi071 (mon.0) 235 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-16T01:46:37.689 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:32.308476+0000 mgr.smithi071.yzafsx (mgr.14164) 162 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-16T01:46:37.689 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:32.311203+0000 mon.smithi071 (mon.0) 236 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' 2023-11-16T01:46:37.689 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cephadm 2023-11-16T01:46:32.313876+0000 mgr.smithi071.yzafsx (mgr.14164) 163 : cephadm [INF] Deploying daemon grafana.smithi071 on smithi071 2023-11-16T01:46:37.689 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:34 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:46:33.491328+0000 mgr.smithi071.yzafsx (mgr.14164) 164 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:46:37.689 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:36 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:46:35.491623+0000 mgr.smithi071.yzafsx (mgr.14164) 165 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:46:37.690 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:36 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:36.580571+0000 mon.smithi071 (mon.0) 237 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' 2023-11-16T01:46:38.600 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:46:38.601 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:46:38.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:38 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:46:37.491970+0000 mgr.smithi071.yzafsx (mgr.14164) 166 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:46:40.006 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:46:40.007 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:46:40.008 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:46:40.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:40 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:46:39.492227+0000 mgr.smithi071.yzafsx (mgr.14164) 167 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:46:40.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:40 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:40.005608+0000 mon.smithi071 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.158:0/1376220113' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:46:41.432 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:46:41.432 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:46:42.825 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:46:42.826 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:46:42.827 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:46:42.957 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:42 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:46:41.492466+0000 mgr.smithi071.yzafsx (mgr.14164) 168 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:46:43.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:43 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:42.821054+0000 mon.smithi071 (mon.0) 239 : audit [DBG] from='client.? 172.21.15.158:0/2110795984' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:46:44.224 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:46:44.224 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:46:44.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:44 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:46:43.492697+0000 mgr.smithi071.yzafsx (mgr.14164) 169 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:46:45.651 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:46:45.651 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:46:45.652 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:46:46.837 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:46 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:46:45.492916+0000 mgr.smithi071.yzafsx (mgr.14164) 170 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:46:46.838 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:46 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:45.649351+0000 mon.smithi071 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.158:0/1480477481' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:46:47.043 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:46:47.043 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:46:48.432 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:46:48.432 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:46:48.433 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:46:48.453 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:48 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:46:47.493152+0000 mgr.smithi071.yzafsx (mgr.14164) 171 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:46:49.453 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:48.430425+0000 mon.smithi071 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.158:0/316400619' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:46:49.453 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:48.640488+0000 mon.smithi071 (mon.0) 242 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' 2023-11-16T01:46:49.453 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cephadm 2023-11-16T01:46:48.642431+0000 mgr.smithi071.yzafsx (mgr.14164) 172 : cephadm [INF] Deploying daemon node-exporter.smithi071 on smithi071 2023-11-16T01:46:49.824 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:46:49.824 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:46:50.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:50 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:46:49.493471+0000 mgr.smithi071.yzafsx (mgr.14164) 173 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:46:51.134 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:46:51.134 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:46:51.136 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:46:51.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:51 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:51.132664+0000 mon.smithi071 (mon.0) 243 : audit [DBG] from='client.? 172.21.15.158:0/3434782958' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:46:52.525 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:46:52.526 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:46:52.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:52 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:46:51.493837+0000 mgr.smithi071.yzafsx (mgr.14164) 174 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:46:52.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:52 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:51.584766+0000 mon.smithi071 (mon.0) 244 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' 2023-11-16T01:46:53.883 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:46:53.883 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:46:53.884 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:46:54.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:54 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:46:53.494128+0000 mgr.smithi071.yzafsx (mgr.14164) 175 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:46:54.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:54 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:53.881550+0000 mon.smithi071 (mon.0) 245 : audit [DBG] from='client.? 172.21.15.158:0/1190668634' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:46:55.275 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:46:55.276 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:46:56.712 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:46:56.712 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:46:56.713 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:46:56.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:56 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:46:55.494535+0000 mgr.smithi071.yzafsx (mgr.14164) 176 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:46:57.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:57 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:56.710716+0000 mon.smithi071 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.158:0/3148377741' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:46:58.107 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:46:58.108 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:46:58.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:58 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:46:57.494907+0000 mgr.smithi071.yzafsx (mgr.14164) 177 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:46:59.504 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:46:59.505 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:46:59.506 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:46:59.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:46:59 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:46:59.503628+0000 mon.smithi071 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.158:0/2083484303' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:47:00.896 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:47:00.897 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:47:00.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:00 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:46:59.495222+0000 mgr.smithi071.yzafsx (mgr.14164) 178 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:47:02.290 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:47:02.290 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:47:02.292 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:47:02.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:02 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:47:01.495582+0000 mgr.smithi071.yzafsx (mgr.14164) 179 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:47:02.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:02 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:47:02.288616+0000 mon.smithi071 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.158:0/608885934' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:47:03.707 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:47:03.708 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:47:04.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:04 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:47:03.495854+0000 mgr.smithi071.yzafsx (mgr.14164) 180 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:47:05.153 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:47:05.154 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:47:05.156 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:47:05.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:05 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:47:05.152272+0000 mon.smithi071 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.158:0/127995918' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:47:06.556 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:47:06.557 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:47:06.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:06 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:47:05.496230+0000 mgr.smithi071.yzafsx (mgr.14164) 181 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:47:07.949 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:47:07.949 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:47:07.951 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:47:08.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:08 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:47:07.496616+0000 mgr.smithi071.yzafsx (mgr.14164) 182 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:47:08.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:08 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:47:07.947699+0000 mon.smithi071 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.158:0/1210722626' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:47:09.285 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:47:09.286 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:47:10.766 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:47:10.766 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:47:10.767 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:47:10.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:10 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:47:09.496872+0000 mgr.smithi071.yzafsx (mgr.14164) 183 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:47:11.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:11 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:47:10.764408+0000 mon.smithi071 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.158:0/858112697' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:47:12.174 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:47:12.174 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:47:12.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:12 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:47:11.497198+0000 mgr.smithi071.yzafsx (mgr.14164) 184 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:47:13.566 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:47:13.567 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:47:13.568 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:47:14.955 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:14 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:47:13.497543+0000 mgr.smithi071.yzafsx (mgr.14164) 185 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:47:14.956 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:14 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:47:13.565333+0000 mon.smithi071 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.158:0/2011342193' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:47:15.093 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:47:15.094 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:47:16.524 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:47:16.524 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:47:16.526 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:47:16.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:16 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:47:15.497812+0000 mgr.smithi071.yzafsx (mgr.14164) 186 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:47:16.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:16 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:47:16.522856+0000 mon.smithi071 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.158:0/1563118353' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:47:17.911 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:47:17.912 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:47:18.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:18 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:47:17.498168+0000 mgr.smithi071.yzafsx (mgr.14164) 187 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:47:19.298 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:47:19.299 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:47:19.300 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:47:19.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:19 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:47:19.297500+0000 mon.smithi071 (mon.0) 254 : audit [DBG] from='client.? 172.21.15.158:0/2389257533' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:47:20.692 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:47:20.693 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:47:20.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:20 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:47:19.498450+0000 mgr.smithi071.yzafsx (mgr.14164) 188 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:47:22.085 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:47:22.085 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:47:22.086 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:47:22.955 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:47:21.498685+0000 mgr.smithi071.yzafsx (mgr.14164) 189 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:47:22.957 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:47:21.586818+0000 mon.smithi071 (mon.0) 255 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.yzafsx/mirror_snapshot_schedule"}]: dispatch 2023-11-16T01:47:22.959 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:47:21.588036+0000 mon.smithi071 (mon.0) 256 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.yzafsx/trash_purge_schedule"}]: dispatch 2023-11-16T01:47:22.959 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:47:22.083702+0000 mon.smithi071 (mon.0) 257 : audit [DBG] from='client.? 172.21.15.158:0/1836624767' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:47:23.475 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:47:23.476 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:47:24.860 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:47:24.861 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:47:24.862 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:47:24.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:24 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:47:23.498965+0000 mgr.smithi071.yzafsx (mgr.14164) 190 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:47:25.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:25 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:47:24.859525+0000 mon.smithi071 (mon.0) 258 : audit [DBG] from='client.? 172.21.15.158:0/635543520' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:47:26.243 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:47:26.243 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:47:26.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:26 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:47:25.499377+0000 mgr.smithi071.yzafsx (mgr.14164) 191 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:47:27.643 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:47:27.643 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:47:27.644 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:47:28.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:28 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:47:27.499753+0000 mgr.smithi071.yzafsx (mgr.14164) 192 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:47:28.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:28 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:47:27.641881+0000 mon.smithi071 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.158:0/3801521349' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:47:29.070 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:47:29.070 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:47:30.508 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:47:30.508 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:47:30.513 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:47:30.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:30 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:47:29.500113+0000 mgr.smithi071.yzafsx (mgr.14164) 193 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:47:30.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:30 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:47:30.506557+0000 mon.smithi071 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.158:0/1032596642' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:47:31.912 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:47:31.913 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:47:32.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:47:31.500560+0000 mgr.smithi071.yzafsx (mgr.14164) 194 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:47:33.327 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:47:33.327 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:47:33.328 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:47:33.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:33 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:47:33.325383+0000 mon.smithi071 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.158:0/1447636390' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:47:34.722 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:47:34.722 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:47:34.955 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:34 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:47:33.500994+0000 mgr.smithi071.yzafsx (mgr.14164) 195 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:47:36.111 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:47:36.111 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:47:36.112 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:47:36.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:36 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:47:35.501297+0000 mgr.smithi071.yzafsx (mgr.14164) 196 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:47:36.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:36 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:47:36.108411+0000 mon.smithi071 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.158:0/1839254983' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:47:37.516 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:47:37.517 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:47:38.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:38 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:47:37.501591+0000 mgr.smithi071.yzafsx (mgr.14164) 197 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:47:38.904 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:47:38.904 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:47:38.906 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:47:39.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:39 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:47:38.903190+0000 mon.smithi071 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.158:0/90981696' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:47:40.361 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:47:40.361 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:47:40.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:40 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:47:39.501800+0000 mgr.smithi071.yzafsx (mgr.14164) 198 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:47:41.765 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:47:41.765 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:47:41.766 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:47:42.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:42 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:47:41.502094+0000 mgr.smithi071.yzafsx (mgr.14164) 199 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:47:42.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:42 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:47:41.763668+0000 mon.smithi071 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.158:0/2527222540' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:47:43.159 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:47:43.159 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:47:44.559 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:47:44.559 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:47:44.560 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:47:44.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:44 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:47:43.502427+0000 mgr.smithi071.yzafsx (mgr.14164) 200 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:47:45.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:45 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:47:44.557730+0000 mon.smithi071 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.158:0/4062322623' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:47:45.976 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:47:45.976 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:47:46.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:46 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:47:45.502848+0000 mgr.smithi071.yzafsx (mgr.14164) 201 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:47:47.418 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:47:47.418 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:47:47.420 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:47:48.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:48 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:47:47.417242+0000 mon.smithi071 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.158:0/3139156728' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:47:48.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:48 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:47:47.503282+0000 mgr.smithi071.yzafsx (mgr.14164) 202 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:47:48.821 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:47:48.822 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:47:50.204 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:47:50.204 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:47:50.206 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:47:50.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:50 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:47:49.503616+0000 mgr.smithi071.yzafsx (mgr.14164) 203 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:47:50.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:50 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:47:50.202902+0000 mon.smithi071 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.158:0/4095341213' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:47:51.603 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:47:51.603 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:47:52.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:52 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:47:51.503898+0000 mgr.smithi071.yzafsx (mgr.14164) 204 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:47:53.013 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:47:53.014 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:47:53.016 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:47:53.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:53 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:47:53.012338+0000 mon.smithi071 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.158:0/2125720921' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:47:54.404 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:47:54.405 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:47:54.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:54 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:47:53.504179+0000 mgr.smithi071.yzafsx (mgr.14164) 205 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:47:55.811 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:47:55.811 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:47:55.813 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:47:56.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:56 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:47:55.504517+0000 mgr.smithi071.yzafsx (mgr.14164) 206 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:47:56.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:56 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:47:55.809885+0000 mon.smithi071 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.158:0/3997603707' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:47:57.220 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:47:57.221 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:47:58.587 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:47:58.588 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:47:58.589 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:47:58.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:58 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:47:57.504930+0000 mgr.smithi071.yzafsx (mgr.14164) 207 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:47:59.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:47:59 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:47:58.586367+0000 mon.smithi071 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.158:0/925476300' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:48:00.018 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:48:00.018 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:48:00.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:00 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:47:59.505389+0000 mgr.smithi071.yzafsx (mgr.14164) 208 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:48:01.387 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:48:01.390 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:48:01.391 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:48:01.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:01 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:48:01.383923+0000 mon.smithi071 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.158:0/1960210759' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:48:02.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:02 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:48:01.505789+0000 mgr.smithi071.yzafsx (mgr.14164) 209 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:48:02.816 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:48:02.816 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:48:04.246 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:48:04.246 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:48:04.248 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:48:04.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:04 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:48:03.506192+0000 mgr.smithi071.yzafsx (mgr.14164) 210 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:48:04.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:04 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:48:04.245299+0000 mon.smithi071 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.158:0/1050314443' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:48:05.646 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:48:05.647 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:48:06.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:06 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:48:05.506601+0000 mgr.smithi071.yzafsx (mgr.14164) 211 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:48:07.047 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:48:07.047 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:48:07.048 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:48:07.954 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:07 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:48:07.045534+0000 mon.smithi071 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.158:0/1935002367' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:48:08.433 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:48:08.434 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:48:08.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:08 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:48:07.506892+0000 mgr.smithi071.yzafsx (mgr.14164) 212 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:48:09.862 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:48:09.862 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:48:09.864 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:48:10.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:10 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:48:09.507235+0000 mgr.smithi071.yzafsx (mgr.14164) 213 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:48:10.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:10 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:48:09.861208+0000 mon.smithi071 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.158:0/3188840256' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:48:11.285 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:48:11.286 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:48:12.686 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:48:13.140 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:48:13.141 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:48:13.142 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:12 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:48:11.507614+0000 mgr.smithi071.yzafsx (mgr.14164) 214 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:48:13.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:13 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:48:12.681970+0000 mon.smithi071 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.158:0/1042900599' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:48:14.142 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:48:14.142 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:48:14.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:14 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:48:13.508051+0000 mgr.smithi071.yzafsx (mgr.14164) 215 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:48:15.584 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:48:15.584 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:48:15.585 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:48:16.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:16 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:48:15.508484+0000 mgr.smithi071.yzafsx (mgr.14164) 216 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:48:16.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:16 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:48:15.582524+0000 mon.smithi071 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.158:0/1334527306' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:48:16.964 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:48:16.964 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:48:18.354 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:48:18.355 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:48:18.356 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:48:18.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:18 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:48:17.508790+0000 mgr.smithi071.yzafsx (mgr.14164) 217 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:48:19.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:19 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:48:18.353552+0000 mon.smithi071 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.158:0/4224010928' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:48:19.776 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:48:19.776 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:48:20.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:20 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:48:19.509179+0000 mgr.smithi071.yzafsx (mgr.14164) 218 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:48:21.217 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:48:21.217 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:48:21.218 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:48:21.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:21 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:48:21.215560+0000 mon.smithi071 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.158:0/1591780010' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:48:22.614 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:48:22.615 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:48:22.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:48:21.509545+0000 mgr.smithi071.yzafsx (mgr.14164) 219 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:48:22.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:48:21.587874+0000 mon.smithi071 (mon.0) 279 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.yzafsx/mirror_snapshot_schedule"}]: dispatch 2023-11-16T01:48:22.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:48:21.588842+0000 mon.smithi071 (mon.0) 280 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.yzafsx/trash_purge_schedule"}]: dispatch 2023-11-16T01:48:24.003 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:48:24.003 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:48:24.005 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:48:24.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:24 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:48:23.509860+0000 mgr.smithi071.yzafsx (mgr.14164) 220 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:48:24.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:24 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:48:24.002186+0000 mon.smithi071 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.158:0/3436084401' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:48:25.382 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:48:25.383 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:48:26.805 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:48:26.806 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:48:26.807 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:48:26.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:26 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:48:25.510156+0000 mgr.smithi071.yzafsx (mgr.14164) 221 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:48:27.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:27 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:48:26.804676+0000 mon.smithi071 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.158:0/1656178207' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:48:28.198 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:48:28.198 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:48:28.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:28 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:48:27.510559+0000 mgr.smithi071.yzafsx (mgr.14164) 222 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:48:29.606 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:48:29.607 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:48:29.608 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:48:30.943 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:48:30.944 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:48:30.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:30 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:48:29.510870+0000 mgr.smithi071.yzafsx (mgr.14164) 223 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:48:30.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:30 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:48:29.605166+0000 mon.smithi071 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.158:0/1814358978' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:48:32.335 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:48:32.335 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:48:32.337 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:48:32.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:48:31.511274+0000 mgr.smithi071.yzafsx (mgr.14164) 224 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:48:32.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:48:32.334165+0000 mon.smithi071 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.158:0/1125146618' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:48:33.753 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:48:33.754 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:48:34.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:34 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:48:33.511684+0000 mgr.smithi071.yzafsx (mgr.14164) 225 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:48:35.107 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:48:35.107 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:48:35.108 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:48:35.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:35 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:48:35.105460+0000 mon.smithi071 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.158:0/3460545888' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:48:36.467 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:48:36.468 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:48:36.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:36 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:48:35.512043+0000 mgr.smithi071.yzafsx (mgr.14164) 226 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:48:37.865 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:48:37.865 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:48:37.866 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:48:38.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:38 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:48:37.512414+0000 mgr.smithi071.yzafsx (mgr.14164) 227 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:48:38.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:38 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:48:37.863657+0000 mon.smithi071 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.158:0/2078996923' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:48:39.271 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:48:39.272 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:48:40.689 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:48:40.689 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:48:40.690 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:48:40.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:40 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:48:39.512761+0000 mgr.smithi071.yzafsx (mgr.14164) 228 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:48:41.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:41 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:48:40.688024+0000 mon.smithi071 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.158:0/1214652633' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:48:42.080 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:48:42.081 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:48:42.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:42 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:48:41.513111+0000 mgr.smithi071.yzafsx (mgr.14164) 229 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:48:43.492 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:48:43.492 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:48:43.494 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:48:43.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:43 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:48:43.490981+0000 mon.smithi071 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.158:0/797006598' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:48:44.904 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:48:44.904 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:48:44.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:44 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:48:43.513521+0000 mgr.smithi071.yzafsx (mgr.14164) 230 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:48:46.298 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:48:46.299 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:48:46.300 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:48:46.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:46 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:48:45.513877+0000 mgr.smithi071.yzafsx (mgr.14164) 231 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:48:46.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:46 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:48:46.297148+0000 mon.smithi071 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.158:0/1458855084' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:48:47.705 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:48:47.705 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:48:48.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:48 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:48:47.514108+0000 mgr.smithi071.yzafsx (mgr.14164) 232 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:48:49.130 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:48:49.130 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:48:49.132 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:48:49.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:48:49.129315+0000 mon.smithi071 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.158:0/1961042585' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:48:49.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cephadm 2023-11-16T01:48:49.241647+0000 mgr.smithi071.yzafsx (mgr.14164) 233 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-node-exporter.smithi071 2023-11-16T01:48:49.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: /bin/podman: stderr Error: no such container ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-node-exporter.smithi071 2023-11-16T01:48:49.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Deploy daemon node-exporter.smithi071 ... 2023-11-16T01:48:49.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Verifying port 9100 ... 2023-11-16T01:48:49.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Non-zero exit code 1 from systemctl start ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@node-exporter.smithi071 2023-11-16T01:48:49.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: systemctl: stderr Job for ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@node-exporter.smithi071.service failed because a timeout was exceeded. 2023-11-16T01:48:49.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: systemctl: stderr See "systemctl status ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@node-exporter.smithi071.service" and "journalctl -xe" for details. 2023-11-16T01:48:49.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Traceback (most recent call last): 2023-11-16T01:48:49.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-11-16T01:48:49.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: main() 2023-11-16T01:48:49.705 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-11-16T01:48:49.705 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: r = ctx.func(ctx) 2023-11-16T01:48:49.705 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-11-16T01:48:49.705 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: return func(ctx) 2023-11-16T01:48:49.705 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2023-11-16T01:48:49.705 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: ports=daemon_ports) 2023-11-16T01:48:49.705 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2023-11-16T01:48:49.705 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: c, osd_fsid=osd_fsid, ports=ports) 2023-11-16T01:48:49.705 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2023-11-16T01:48:49.705 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-11-16T01:48:49.705 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2023-11-16T01:48:49.705 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-11-16T01:48:49.705 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: RuntimeError: Failed command: systemctl start ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@node-exporter.smithi071 2023-11-16T01:48:49.706 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Traceback (most recent call last): 2023-11-16T01:48:49.706 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2023-11-16T01:48:49.706 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: yield (conn, connr) 2023-11-16T01:48:49.706 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2023-11-16T01:48:49.706 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: code, '\n'.join(err))) 2023-11-16T01:48:49.706 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-node-exporter.smithi071 2023-11-16T01:48:49.706 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: /bin/podman: stderr Error: no such container ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-node-exporter.smithi071 2023-11-16T01:48:49.706 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Deploy daemon node-exporter.smithi071 ... 2023-11-16T01:48:49.706 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Verifying port 9100 ... 2023-11-16T01:48:49.706 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Non-zero exit code 1 from systemctl start ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@node-exporter.smithi071 2023-11-16T01:48:49.706 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: systemctl: stderr Job for ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@node-exporter.smithi071.service failed because a timeout was exceeded. 2023-11-16T01:48:49.707 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: systemctl: stderr See "systemctl status ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@node-exporter.smithi071.service" and "journalctl -xe" for details. 2023-11-16T01:48:49.707 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Traceback (most recent call last): 2023-11-16T01:48:49.707 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-11-16T01:48:49.707 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: main() 2023-11-16T01:48:49.707 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-11-16T01:48:49.707 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: r = ctx.func(ctx) 2023-11-16T01:48:49.707 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-11-16T01:48:49.707 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: return func(ctx) 2023-11-16T01:48:49.707 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2023-11-16T01:48:49.707 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: ports=daemon_ports) 2023-11-16T01:48:49.707 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2023-11-16T01:48:49.707 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: c, osd_fsid=osd_fsid, ports=ports) 2023-11-16T01:48:49.708 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2023-11-16T01:48:49.708 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-11-16T01:48:49.708 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2023-11-16T01:48:49.708 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-11-16T01:48:49.708 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: RuntimeError: Failed command: systemctl start ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@node-exporter.smithi071 2023-11-16T01:48:49.708 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cephadm 2023-11-16T01:48:49.241870+0000 mgr.smithi071.yzafsx (mgr.14164) 234 : cephadm [ERR] Failed while placing node-exporter.smithi071 on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-node-exporter.smithi071 2023-11-16T01:48:49.708 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: /bin/podman: stderr Error: no such container ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-node-exporter.smithi071 2023-11-16T01:48:49.708 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Deploy daemon node-exporter.smithi071 ... 2023-11-16T01:48:49.708 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Verifying port 9100 ... 2023-11-16T01:48:49.708 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Non-zero exit code 1 from systemctl start ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@node-exporter.smithi071 2023-11-16T01:48:49.708 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: systemctl: stderr Job for ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@node-exporter.smithi071.service failed because a timeout was exceeded. 2023-11-16T01:48:49.708 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: systemctl: stderr See "systemctl status ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@node-exporter.smithi071.service" and "journalctl -xe" for details. 2023-11-16T01:48:49.708 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: Traceback (most recent call last): 2023-11-16T01:48:49.709 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-11-16T01:48:49.709 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: main() 2023-11-16T01:48:49.709 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-11-16T01:48:49.709 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: r = ctx.func(ctx) 2023-11-16T01:48:49.709 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-11-16T01:48:49.710 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: return func(ctx) 2023-11-16T01:48:49.710 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2023-11-16T01:48:49.710 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: ports=daemon_ports) 2023-11-16T01:48:49.711 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2023-11-16T01:48:49.711 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: c, osd_fsid=osd_fsid, ports=ports) 2023-11-16T01:48:49.711 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2023-11-16T01:48:49.711 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-11-16T01:48:49.711 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: File "/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2023-11-16T01:48:49.711 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-11-16T01:48:49.712 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: RuntimeError: Failed command: systemctl start ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@node-exporter.smithi071 2023-11-16T01:48:49.712 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:49 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cephadm 2023-11-16T01:48:49.250261+0000 mgr.smithi071.yzafsx (mgr.14164) 235 : cephadm [INF] Deploying daemon prometheus.smithi071 on smithi071 2023-11-16T01:48:50.522 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:48:50.522 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:48:50.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:50 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:48:49.514359+0000 mgr.smithi071.yzafsx (mgr.14164) 236 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:48:51.936 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:48:51.936 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:48:51.937 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:48:52.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:52 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:48:51.514643+0000 mgr.smithi071.yzafsx (mgr.14164) 237 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:48:52.954 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:52 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:48:51.593949+0000 mon.smithi071 (mon.0) 291 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' 2023-11-16T01:48:52.954 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:52 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:48:51.934731+0000 mon.smithi071 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.158:0/1256336706' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:48:53.327 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:48:53.327 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:48:54.741 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:48:54.741 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:48:54.743 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:48:54.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:54 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:48:53.514925+0000 mgr.smithi071.yzafsx (mgr.14164) 238 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:48:55.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:55 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:48:54.739824+0000 mon.smithi071 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.158:0/965376176' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:48:56.147 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:48:56.148 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:48:56.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:56 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:48:55.515201+0000 mgr.smithi071.yzafsx (mgr.14164) 239 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:48:57.559 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:48:57.559 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:48:57.560 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:48:58.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:58 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:48:57.515553+0000 mgr.smithi071.yzafsx (mgr.14164) 240 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:48:58.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:48:58 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:48:57.558193+0000 mon.smithi071 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.158:0/169908518' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:48:58.951 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:48:58.952 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:49:00.336 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:49:00.336 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:49:00.338 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:49:00.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:00 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:48:59.515862+0000 mgr.smithi071.yzafsx (mgr.14164) 241 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:49:00.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:00 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:49:00.334854+0000 mon.smithi071 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.158:0/477759312' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:49:01.730 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:49:01.730 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:49:02.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:02 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:49:01.516181+0000 mgr.smithi071.yzafsx (mgr.14164) 242 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:49:03.182 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:49:03.182 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:49:03.184 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:49:03.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:03 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:49:03.181693+0000 mon.smithi071 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.158:0/3969133428' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:49:04.582 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:49:04.582 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:49:04.955 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:04 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:49:03.516538+0000 mgr.smithi071.yzafsx (mgr.14164) 243 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:49:06.003 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:49:06.003 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:49:06.005 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:49:06.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:06 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:49:05.516910+0000 mgr.smithi071.yzafsx (mgr.14164) 244 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:49:06.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:06 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:49:06.001545+0000 mon.smithi071 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.158:0/578135647' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:49:07.392 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:49:07.392 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:49:08.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:08 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:49:07.517292+0000 mgr.smithi071.yzafsx (mgr.14164) 245 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:49:08.815 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:49:08.815 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:49:08.816 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:49:09.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:09 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:49:08.814024+0000 mon.smithi071 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.158:0/1741276495' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:49:10.206 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:49:10.207 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:49:10.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:10 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:49:09.517633+0000 mgr.smithi071.yzafsx (mgr.14164) 246 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:49:11.621 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:49:11.622 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:49:11.623 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:49:12.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:12 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:49:11.517966+0000 mgr.smithi071.yzafsx (mgr.14164) 247 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:49:12.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:12 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:49:11.620683+0000 mon.smithi071 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.158:0/1411321514' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:49:13.041 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:49:13.042 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:49:14.452 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:49:14.452 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:49:14.453 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:49:14.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:14 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:49:13.518284+0000 mgr.smithi071.yzafsx (mgr.14164) 248 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:49:14.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:14 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:49:14.448711+0000 mon.smithi071 (mon.0) 300 : audit [DBG] from='client.? 172.21.15.158:0/2480671762' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:49:15.851 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:49:15.851 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:49:16.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:16 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:49:15.518656+0000 mgr.smithi071.yzafsx (mgr.14164) 249 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:49:17.236 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:49:17.236 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:49:17.238 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:49:17.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:17 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:49:17.235031+0000 mon.smithi071 (mon.0) 301 : audit [DBG] from='client.? 172.21.15.158:0/3891463535' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:49:18.637 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:49:18.637 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:49:18.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:18 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:49:17.519012+0000 mgr.smithi071.yzafsx (mgr.14164) 250 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:49:20.116 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:49:20.116 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:49:20.117 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:49:20.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:20 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:49:19.519358+0000 mgr.smithi071.yzafsx (mgr.14164) 251 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:49:20.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:20 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:49:20.114360+0000 mon.smithi071 (mon.0) 302 : audit [DBG] from='client.? 172.21.15.158:0/1778013976' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:49:21.514 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:49:21.515 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:49:22.907 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:49:22.908 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:49:22.909 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:49:22.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:49:21.519621+0000 mgr.smithi071.yzafsx (mgr.14164) 252 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:49:22.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:49:21.588822+0000 mon.smithi071 (mon.0) 303 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.yzafsx/mirror_snapshot_schedule"}]: dispatch 2023-11-16T01:49:22.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:49:21.589648+0000 mon.smithi071 (mon.0) 304 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.yzafsx/trash_purge_schedule"}]: dispatch 2023-11-16T01:49:23.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:23 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:49:22.906631+0000 mon.smithi071 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.158:0/3444495821' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:49:24.293 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:49:34.144 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:49:34.146 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:24 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:49:23.519953+0000 mgr.smithi071.yzafsx (mgr.14164) 253 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:49:34.146 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:26 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:49:25.520330+0000 mgr.smithi071.yzafsx (mgr.14164) 254 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:49:34.146 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:28 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:49:27.520697+0000 mgr.smithi071.yzafsx (mgr.14164) 255 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:49:34.146 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:30 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:49:29.521075+0000 mgr.smithi071.yzafsx (mgr.14164) 256 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:49:34.146 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:49:31.521492+0000 mgr.smithi071.yzafsx (mgr.14164) 257 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:49:34.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:34 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:49:33.521883+0000 mgr.smithi071.yzafsx (mgr.14164) 258 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:49:35.620 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:49:35.620 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:49:35.622 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:49:36.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:36 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:49:35.522185+0000 mgr.smithi071.yzafsx (mgr.14164) 259 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:49:36.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:36 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:49:35.619644+0000 mon.smithi071 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.158:0/1323690115' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:49:37.010 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:49:37.010 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:49:38.436 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:49:38.436 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:49:38.437 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:49:38.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:38 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:49:37.522431+0000 mgr.smithi071.yzafsx (mgr.14164) 260 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:49:39.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:39 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:49:38.434688+0000 mon.smithi071 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.158:0/2737562319' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:49:39.832 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:49:39.833 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:49:40.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:40 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:49:39.522730+0000 mgr.smithi071.yzafsx (mgr.14164) 261 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:49:41.213 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:49:41.213 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:49:41.214 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:49:41.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:41 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:49:41.211516+0000 mon.smithi071 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.158:0/3196880626' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:49:42.611 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:49:42.612 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:49:42.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:42 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:49:41.523015+0000 mgr.smithi071.yzafsx (mgr.14164) 262 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:49:44.035 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:49:44.036 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:49:44.037 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:49:44.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:44 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:49:43.523365+0000 mgr.smithi071.yzafsx (mgr.14164) 263 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:49:44.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:44 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:49:44.034236+0000 mon.smithi071 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.158:0/819233671' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:49:45.482 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:49:45.483 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:49:46.890 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:49:46.890 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:49:46.891 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:49:46.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:46 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:49:45.523765+0000 mgr.smithi071.yzafsx (mgr.14164) 264 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:49:47.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:47 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:49:46.888550+0000 mon.smithi071 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.158:0/2351151589' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:49:48.296 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:49:48.296 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:49:48.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:48 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:49:47.524013+0000 mgr.smithi071.yzafsx (mgr.14164) 265 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:49:49.718 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:49:49.719 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:49:49.720 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:49:50.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:50 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:49:49.524322+0000 mgr.smithi071.yzafsx (mgr.14164) 266 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:49:50.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:50 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:49:49.717151+0000 mon.smithi071 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.158:0/737722882' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:49:51.110 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:49:51.111 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:49:52.515 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:49:52.515 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:49:52.516 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:49:52.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:52 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:49:51.524619+0000 mgr.smithi071.yzafsx (mgr.14164) 267 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:49:52.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:52 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:49:52.513551+0000 mon.smithi071 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.158:0/4080473442' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:49:53.933 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:49:53.934 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:49:54.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:54 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:49:53.524852+0000 mgr.smithi071.yzafsx (mgr.14164) 268 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:49:55.344 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:49:55.344 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:49:55.346 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:49:55.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:55 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:49:55.343252+0000 mon.smithi071 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.158:0/659045423' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:49:56.777 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:49:56.778 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:49:56.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:56 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:49:55.525188+0000 mgr.smithi071.yzafsx (mgr.14164) 269 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:49:58.146 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:49:58.146 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:49:58.146 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:49:58.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:58 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:49:57.525580+0000 mgr.smithi071.yzafsx (mgr.14164) 270 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:49:58.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:49:58 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:49:58.142226+0000 mon.smithi071 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.158:0/2233890442' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:49:59.531 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:49:59.531 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:50:00.943 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:50:00.943 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:50:00.944 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:50:00.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:00 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:49:59.525954+0000 mgr.smithi071.yzafsx (mgr.14164) 271 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:50:01.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:01 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:50:00.941919+0000 mon.smithi071 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.158:0/312463695' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:50:02.377 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:50:02.378 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:50:02.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:02 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:50:01.526306+0000 mgr.smithi071.yzafsx (mgr.14164) 272 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:50:03.834 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:50:03.834 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:50:03.836 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:50:04.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:04 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:50:03.526605+0000 mgr.smithi071.yzafsx (mgr.14164) 273 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:50:04.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:04 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:50:03.833236+0000 mon.smithi071 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.158:0/2045329144' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:50:05.249 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:50:05.249 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:50:06.649 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:50:06.649 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:50:06.650 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:50:06.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:06 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:50:05.526988+0000 mgr.smithi071.yzafsx (mgr.14164) 274 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:50:07.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:07 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:50:06.647596+0000 mon.smithi071 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.158:0/3212648280' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:50:08.083 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:50:08.084 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:50:08.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:08 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:50:07.527383+0000 mgr.smithi071.yzafsx (mgr.14164) 275 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:50:09.474 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:50:09.475 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:50:09.476 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:50:09.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:09 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:50:09.473237+0000 mon.smithi071 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.158:0/1676491993' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:50:10.900 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:50:10.900 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:50:10.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:10 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:50:09.527691+0000 mgr.smithi071.yzafsx (mgr.14164) 276 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:50:12.315 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:50:12.316 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:50:12.317 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:50:12.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:12 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:50:11.527966+0000 mgr.smithi071.yzafsx (mgr.14164) 277 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:50:12.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:12 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:50:12.313086+0000 mon.smithi071 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.158:0/1108762525' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:50:13.737 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:50:13.737 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:50:14.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:14 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:50:13.528321+0000 mgr.smithi071.yzafsx (mgr.14164) 278 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:50:15.092 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:50:15.093 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:50:15.094 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:50:15.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:15 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:50:15.091329+0000 mon.smithi071 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.158:0/3361903951' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:50:16.486 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:50:16.487 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:50:16.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:16 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:50:15.528643+0000 mgr.smithi071.yzafsx (mgr.14164) 279 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:50:17.903 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:50:17.903 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:50:17.904 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:50:18.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:18 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:50:17.528916+0000 mgr.smithi071.yzafsx (mgr.14164) 280 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:50:18.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:18 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:50:17.901757+0000 mon.smithi071 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.158:0/3198339785' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:50:19.332 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:50:19.332 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:50:20.732 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:50:20.733 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:50:20.734 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:50:20.954 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:20 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:50:19.529196+0000 mgr.smithi071.yzafsx (mgr.14164) 281 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:50:21.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:21 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:50:20.731592+0000 mon.smithi071 (mon.0) 322 : audit [DBG] from='client.? 172.21.15.158:0/4208247078' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:50:22.110 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:50:22.111 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:50:22.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:50:21.529482+0000 mgr.smithi071.yzafsx (mgr.14164) 282 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:50:22.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:50:21.589676+0000 mon.smithi071 (mon.0) 323 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.yzafsx/mirror_snapshot_schedule"}]: dispatch 2023-11-16T01:50:22.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:22 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:50:21.590516+0000 mon.smithi071 (mon.0) 324 : audit [INF] from='mgr.14164 172.21.15.71:0/3401249901' entity='mgr.smithi071.yzafsx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.yzafsx/trash_purge_schedule"}]: dispatch 2023-11-16T01:50:23.512 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:50:23.512 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:50:23.514 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:50:23.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:23 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:50:23.511739+0000 mon.smithi071 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.158:0/71865707' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:50:26.834 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:50:26.835 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:50:26.835 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:24 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:50:23.529835+0000 mgr.smithi071.yzafsx (mgr.14164) 283 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:50:26.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:26 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:50:25.530183+0000 mgr.smithi071.yzafsx (mgr.14164) 284 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:50:28.245 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:50:28.245 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:50:28.247 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:50:28.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:28 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:50:27.530557+0000 mgr.smithi071.yzafsx (mgr.14164) 285 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:50:28.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:28 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:50:28.243725+0000 mon.smithi071 (mon.0) 326 : audit [DBG] from='client.? 172.21.15.158:0/2102793588' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:50:29.646 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:50:29.646 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:50:30.958 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:30 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:50:29.530872+0000 mgr.smithi071.yzafsx (mgr.14164) 286 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:50:31.035 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:50:31.036 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:50:31.037 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:50:31.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:31 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:50:31.034470+0000 mon.smithi071 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.158:0/621826411' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:50:32.438 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:50:32.438 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:50:32.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:32 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:50:31.531223+0000 mgr.smithi071.yzafsx (mgr.14164) 287 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:50:33.766 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:50:33.766 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:50:33.767 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:50:34.954 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:34 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:50:33.531493+0000 mgr.smithi071.yzafsx (mgr.14164) 288 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:50:34.956 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:34 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:50:33.762243+0000 mon.smithi071 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.158:0/1905878626' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:50:35.162 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:50:35.162 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:50:36.539 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:50:36.539 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:50:36.541 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:50:36.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:36 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:50:35.531817+0000 mgr.smithi071.yzafsx (mgr.14164) 289 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:50:36.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:36 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:50:36.538265+0000 mon.smithi071 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.158:0/3317874309' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:50:37.943 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:50:37.944 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:50:38.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:38 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:50:37.532088+0000 mgr.smithi071.yzafsx (mgr.14164) 290 : cluster [DBG] pgmap v272: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:50:39.355 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:50:39.355 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:50:39.356 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:50:39.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:39 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:50:39.353864+0000 mon.smithi071 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.158:0/1579048845' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:50:40.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:40 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:50:39.532351+0000 mgr.smithi071.yzafsx (mgr.14164) 291 : cluster [DBG] pgmap v273: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:50:40.765 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:50:40.765 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:50:42.161 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:50:42.161 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:50:42.162 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:50:42.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:42 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:50:41.532577+0000 mgr.smithi071.yzafsx (mgr.14164) 292 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:50:42.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:42 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:50:42.159605+0000 mon.smithi071 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.158:0/4013343374' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:50:43.572 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:50:43.572 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:50:44.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:44 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:50:43.532921+0000 mgr.smithi071.yzafsx (mgr.14164) 293 : cluster [DBG] pgmap v275: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:50:44.965 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:50:44.965 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:50:44.967 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:50:45.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:45 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:50:44.964356+0000 mon.smithi071 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.158:0/1726683003' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:50:46.374 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:50:46.375 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:50:46.954 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:46 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:50:45.533298+0000 mgr.smithi071.yzafsx (mgr.14164) 294 : cluster [DBG] pgmap v276: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:50:47.827 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:50:47.827 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:50:47.828 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:50:48.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:48 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:50:47.533654+0000 mgr.smithi071.yzafsx (mgr.14164) 295 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:50:48.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:48 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:50:47.825463+0000 mon.smithi071 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.158:0/139626241' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:50:49.215 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:50:49.215 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:50:50.575 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:50:50.575 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:50:50.577 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:50:50.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:50 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:50:49.533927+0000 mgr.smithi071.yzafsx (mgr.14164) 296 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:50:50.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:50 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:50:50.573611+0000 mon.smithi071 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.158:0/2897915986' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:50:51.969 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:50:51.969 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:50:52.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:52 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:50:51.534279+0000 mgr.smithi071.yzafsx (mgr.14164) 297 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:50:53.316 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:50:53.316 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:50:53.318 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:50:53.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:53 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:50:53.315337+0000 mon.smithi071 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.158:0/1815291569' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:50:54.722 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:50:54.722 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:50:54.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:54 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:50:53.534640+0000 mgr.smithi071.yzafsx (mgr.14164) 298 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:50:56.098 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-11-16T01:50:56.098 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"0dfc133e-8421-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:40:27.320124Z","created":"2023-11-16T01:40:27.320124Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:50:56.100 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-11-16T01:50:56.425 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds 2023-11-16T01:50:56.426 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-16T01:50:56.427 DEBUG:teuthology.orchestra.run.smithi071:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-16T01:50:56.452 DEBUG:teuthology.orchestra.run.smithi158:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-16T01:50:56.470 INFO:tasks.cephadm:Stopping all daemons... 2023-11-16T01:50:56.470 INFO:tasks.cephadm.mon.smithi071:Stopping mon.smithi071... 2023-11-16T01:50:56.470 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@mon.smithi071 2023-11-16T01:50:56.845 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:56 smithi071 systemd[1]: Stopping Ceph mon.smithi071 for 0dfc133e-8421-11ee-8dbe-212e2dc638e7... 2023-11-16T01:50:56.845 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:56 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: cluster 2023-11-16T01:50:55.535035+0000 mgr.smithi071.yzafsx (mgr.14164) 299 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:50:56.845 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:56 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: audit 2023-11-16T01:50:56.096919+0000 mon.smithi071 (mon.0) 336 : audit [DBG] from='client.? 172.21.15.158:0/1413687327' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:50:56.845 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:56 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:50:56.599+0000 7f3e06a0f700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi071 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-16T01:50:56.845 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 16 01:50:56 smithi071 ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7-mon.smithi071[107472]: debug 2023-11-16T01:50:56.599+0000 7f3e06a0f700 -1 mon.smithi071@0(leader) e1 *** Got Signal Terminated *** 2023-11-16T01:50:56.973 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@mon.smithi071.service' 2023-11-16T01:50:57.058 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-16T01:50:57.059 INFO:tasks.cephadm.mon.smithi071:Stopped mon.smithi071 2023-11-16T01:50:57.059 INFO:tasks.cephadm.mon.smithi158:Stopping mon.smithi158... 2023-11-16T01:50:57.059 DEBUG:teuthology.orchestra.run.smithi158:> sudo systemctl stop ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@mon.smithi158 2023-11-16T01:50:57.091 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to stop ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@mon.smithi158.service: Unit ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@mon.smithi158.service not loaded. 2023-11-16T01:50:57.092 DEBUG:teuthology.orchestra.run:got remote process result: 5 2023-11-16T01:50:57.092 ERROR:tasks.cephadm:Failed to stop "ceph.mon.smithi158" Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 531, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 96, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi158 with status 5: 'sudo systemctl stop ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@mon.smithi158' 2023-11-16T01:50:57.093 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-16T01:50:57.096 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459686/remote/ubuntu@smithi071.front.sepia.ceph.com/crash 2023-11-16T01:50:57.097 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-16T01:50:57.142 DEBUG:teuthology.misc:Transferring archived files from smithi158:/var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459686/remote/ubuntu@smithi158.front.sepia.ceph.com/crash 2023-11-16T01:50:57.143 DEBUG:teuthology.orchestra.run.smithi158:> sudo tar c -f - -C /var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-16T01:50:57.177 INFO:teuthology.orchestra.run.smithi158.stderr:tar: /var/lib/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-16T01:50:57.177 INFO:teuthology.orchestra.run.smithi158.stderr:tar: Error is not recoverable: exiting now 2023-11-16T01:50:57.178 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-16T01:50:57.178 DEBUG:teuthology.orchestra.run.smithi071:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-16T01:50:57.207 INFO:teuthology.orchestra.run.smithi071.stderr:grep: /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/ceph.log: No such file or directory 2023-11-16T01:50:57.209 INFO:tasks.cephadm:Compressing logs... 2023-11-16T01:50:57.209 DEBUG:teuthology.orchestra.run.smithi071:> 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 -- 2023-11-16T01:50:57.251 DEBUG:teuthology.orchestra.run.smithi158:> 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 -- 2023-11-16T01:50:57.278 INFO:teuthology.orchestra.run.smithi071.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-16T01:50:57.278 INFO:teuthology.orchestra.run.smithi071.stderr:: No such file or directory 2023-11-16T01:50:57.278 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi071.yzafsx.log 2023-11-16T01:50:57.278 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/ceph-mon.smithi071.log 2023-11-16T01:50:57.278 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-16T01:50:57.279 INFO:teuthology.orchestra.run.smithi158.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-11-16T01:50:57.279 INFO:teuthology.orchestra.run.smithi158.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-16T01:50:57.279 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi071.yzafsx.log: /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/ceph-mon.smithi071.log: /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/ceph-volume.log: 88.4% -- replaced with /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-16T01:50:57.280 INFO:teuthology.orchestra.run.smithi071.stderr: 88.1% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-16T01:50:57.281 INFO:teuthology.orchestra.run.smithi158.stderr:/var/log/ceph/cephadm.log: 96.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-16T01:50:57.282 INFO:teuthology.orchestra.run.smithi158.stderr: 2023-11-16T01:50:57.283 INFO:teuthology.orchestra.run.smithi158.stderr:real 0m0.013s 2023-11-16T01:50:57.283 INFO:teuthology.orchestra.run.smithi158.stderr:user 0m0.009s 2023-11-16T01:50:57.283 INFO:teuthology.orchestra.run.smithi158.stderr:sys 0m0.012s 2023-11-16T01:50:57.360 INFO:teuthology.orchestra.run.smithi071.stderr:gzip: /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi071.yzafsx.log: file size changed while zipping 2023-11-16T01:50:57.360 INFO:teuthology.orchestra.run.smithi071.stderr: 92.9% -- replaced with /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi071.yzafsx.log.gz 2023-11-16T01:50:57.426 INFO:teuthology.orchestra.run.smithi071.stderr: 90.5% -- replaced with /var/log/ceph/0dfc133e-8421-11ee-8dbe-212e2dc638e7/ceph-mon.smithi071.log.gz 2023-11-16T01:50:57.427 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-11-16T01:50:57.428 INFO:teuthology.orchestra.run.smithi071.stderr:real 0m0.161s 2023-11-16T01:50:57.428 INFO:teuthology.orchestra.run.smithi071.stderr:user 0m0.235s 2023-11-16T01:50:57.428 INFO:teuthology.orchestra.run.smithi071.stderr:sys 0m0.020s 2023-11-16T01:50:57.428 INFO:tasks.cephadm:Archiving logs... 2023-11-16T01:50:57.428 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459686/remote/ubuntu@smithi071.front.sepia.ceph.com/log 2023-11-16T01:50:57.429 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-16T01:50:57.541 DEBUG:teuthology.misc:Transferring archived files from smithi158:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459686/remote/ubuntu@smithi158.front.sepia.ceph.com/log 2023-11-16T01:50:57.542 DEBUG:teuthology.orchestra.run.smithi158:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-16T01:50:57.570 INFO:tasks.cephadm:Removing cluster... 2023-11-16T01:50:57.570 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 --force 2023-11-16T01:51:17.972 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0dfc133e-8421-11ee-8dbe-212e2dc638e7 --force 2023-11-16T01:51:18.282 INFO:tasks.cephadm:Removing cephadm ... 2023-11-16T01:51:18.283 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-16T01:51:18.302 DEBUG:teuthology.orchestra.run.smithi158:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-16T01:51:18.320 INFO:tasks.cephadm:Teardown complete 2023-11-16T01:51:18.320 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 1463, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 531, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 96, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi158 with status 5: 'sudo systemctl stop ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@mon.smithi158' 2023-11-16T01:51:18.404 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=948dd88cf051431f878a7b2b98ad15e0 Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 1463, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 531, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 96, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi158 with status 5: 'sudo systemctl stop ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@mon.smithi158' 2023-11-16T01:51:18.409 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-16T01:51:18.420 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-16T01:51:18.431 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-16T01:51:18.432 DEBUG:teuthology.orchestra.run.smithi071:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T01:51:18.447 DEBUG:teuthology.orchestra.run.smithi158:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T01:51:18.454 INFO:teuthology.orchestra.run.smithi071.stderr:bash: ntpq: command not found 2023-11-16T01:51:18.459 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T01:51:18.459 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2023-11-16T01:51:18.459 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 41 +2369us[+2369us] +/- 92ms 2023-11-16T01:51:18.459 INFO:teuthology.orchestra.run.smithi071.stdout:^* hv02.front.sepia.ceph.com 3 6 377 42 -541us[ -499us] +/- 60ms 2023-11-16T01:51:18.460 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 41 -1294us[-1294us] +/- 86ms 2023-11-16T01:51:18.460 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T01:51:18.465 INFO:teuthology.orchestra.run.smithi158.stderr:bash: ntpq: command not found 2023-11-16T01:51:18.470 INFO:teuthology.orchestra.run.smithi158.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T01:51:18.471 INFO:teuthology.orchestra.run.smithi158.stdout:=============================================================================== 2023-11-16T01:51:18.471 INFO:teuthology.orchestra.run.smithi158.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 41 +2304us[+2309us] +/- 92ms 2023-11-16T01:51:18.471 INFO:teuthology.orchestra.run.smithi158.stdout:^* hv02.front.sepia.ceph.com 3 6 377 41 -584us[ -579us] +/- 60ms 2023-11-16T01:51:18.471 INFO:teuthology.orchestra.run.smithi158.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 41 -1304us[-1300us] +/- 86ms 2023-11-16T01:51:18.472 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T01:51:18.472 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-16T01:51:18.481 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-16T01:51:18.482 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-16T01:51:18.493 DEBUG:teuthology.orchestra.run.smithi071:> 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 2023-11-16T01:51:18.588 DEBUG:teuthology.orchestra.run.smithi158:> 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 2023-11-16T01:51:18.676 DEBUG:teuthology.orchestra.run.smithi071:> 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 2023-11-16T01:51:18.707 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T01:51:18.708 DEBUG:teuthology.orchestra.run.smithi158:> 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 2023-11-16T01:51:18.739 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T01:51:18.740 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-16T01:51:18.752 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-16T01:51:18.772 INFO:teuthology.task.internal:Duration was 1151.770788 seconds 2023-11-16T01:51:18.772 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-16T01:51:18.785 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-16T01:51:18.786 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-16T01:51:18.788 DEBUG:teuthology.orchestra.run.smithi158:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-16T01:51:18.831 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T01:51:18.833 INFO:teuthology.orchestra.run.smithi158.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T01:51:19.215 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-16T01:51:19.215 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi071.front.sepia.ceph.com 2023-11-16T01:51:19.216 DEBUG:teuthology.orchestra.run.smithi071:> 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 2023-11-16T01:51:19.239 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi158.front.sepia.ceph.com 2023-11-16T01:51:19.239 DEBUG:teuthology.orchestra.run.smithi158:> 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 2023-11-16T01:51:19.262 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-16T01:51:19.262 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-16T01:51:19.281 DEBUG:teuthology.orchestra.run.smithi158:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-16T01:51:19.348 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-16T01:51:19.349 DEBUG:teuthology.orchestra.run.smithi071:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-16T01:51:19.365 DEBUG:teuthology.orchestra.run.smithi158:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-16T01:51:19.448 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-16T01:51:19.459 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-16T01:51:19.459 DEBUG:teuthology.orchestra.run.smithi071:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-16T01:51:19.487 DEBUG:teuthology.orchestra.run.smithi158:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-16T01:51:19.514 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-16T01:51:19.558 DEBUG:teuthology.orchestra.run.smithi071:> 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 2023-11-16T01:51:19.560 DEBUG:teuthology.orchestra.run.smithi158:> 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 2023-11-16T01:51:19.584 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = core 2023-11-16T01:51:19.590 INFO:teuthology.orchestra.run.smithi158.stdout:kernel.core_pattern = core 2023-11-16T01:51:19.616 DEBUG:teuthology.orchestra.run.smithi071:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-16T01:51:19.673 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T01:51:19.674 DEBUG:teuthology.orchestra.run.smithi158:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-16T01:51:19.690 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T01:51:19.691 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-16T01:51:19.701 INFO:teuthology.task.internal:Transferring archived files... 2023-11-16T01:51:19.702 DEBUG:teuthology.misc:Transferring archived files from smithi071:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459686/remote/smithi071 2023-11-16T01:51:19.702 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-16T01:51:19.754 DEBUG:teuthology.misc:Transferring archived files from smithi158:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459686/remote/smithi158 2023-11-16T01:51:19.756 DEBUG:teuthology.orchestra.run.smithi158:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-16T01:51:19.798 INFO:teuthology.task.internal:Removing archive directory... 2023-11-16T01:51:19.799 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-16T01:51:19.802 DEBUG:teuthology.orchestra.run.smithi158:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-16T01:51:19.847 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-16T01:51:19.859 INFO:teuthology.task.internal:Not uploading archives. 2023-11-16T01:51:19.859 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-16T01:51:19.874 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-16T01:51:19.874 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-16T01:51:19.876 DEBUG:teuthology.orchestra.run.smithi158:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-16T01:51:19.891 INFO:teuthology.orchestra.run.smithi071.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 16 01:51 /home/ubuntu/cephtest 2023-11-16T01:51:19.906 INFO:teuthology.orchestra.run.smithi158.stdout: 525753 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 16 01:51 /home/ubuntu/cephtest 2023-11-16T01:51:19.908 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-16T01:51:19.927 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-16T01:51:19.960 INFO:teuthology.nuke:Checking targets against current locks 2023-11-16T01:51:19.992 DEBUG:teuthology.nuke:shortname: smithi071 2023-11-16T01:51:19.993 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T01:51:20.023 DEBUG:teuthology.nuke:shortname: smithi158 2023-11-16T01:51:20.024 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T01:51:20.027 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459686', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-16 01:22:44.994925', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLfKvH+fI2Ng2l9POOyLGJDAYFG6fzh+aoFRG74ezK+ZHTjh0jawM4Iz8hb2dESRMRb/dRtvS2eiyuCr24tkzQc='} 2023-11-16T01:51:20.053 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi158.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459686', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-16 01:22:44.993077', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEa7bDiKHHUPapCAhvRFafWvUtVK0Gj1kqk74/7t37KOVEAlTV3UVBCHkN74KEFkIaPdu9/JxJdUVijOMeq0S2Y='} 2023-11-16T01:51:20.082 INFO:teuthology.orchestra.console.smithi071:Power off 2023-11-16T01:51:20.083 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-16T01:51:20.107 DEBUG:teuthology.orchestra.console.smithi071:power off output: Chassis Power Control: Down/Off 2023-11-16T01:51:20.107 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T01:51:20.128 INFO:teuthology.orchestra.console.smithi158:Power off 2023-11-16T01:51:20.129 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-16T01:51:20.140 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2023-11-16T01:51:20.153 DEBUG:teuthology.orchestra.console.smithi158:power off output: Chassis Power Control: Down/Off 2023-11-16T01:51:20.154 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T01:51:20.181 DEBUG:teuthology.orchestra.console.smithi158:check power output: Chassis Power is on 2023-11-16T01:51:24.142 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T01:51:24.182 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T01:51:24.252 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2023-11-16T01:51:24.293 DEBUG:teuthology.orchestra.console.smithi158:check power output: Chassis Power is on 2023-11-16T01:51:28.254 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T01:51:28.293 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T01:51:28.366 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2023-11-16T01:51:28.406 DEBUG:teuthology.orchestra.console.smithi158:check power output: Chassis Power is off 2023-11-16T01:51:28.507 INFO:teuthology.orchestra.console.smithi158:Power off completed 2023-11-16T01:51:32.370 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T01:51:32.480 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is off 2023-11-16T01:51:32.584 INFO:teuthology.orchestra.console.smithi071:Power off completed 2023-11-16T01:51:32.688 INFO:teuthology.run:Summary data: description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 1151.7707879543304 failure_reason: 'Command failed on smithi158 with status 5: ''sudo systemctl stop ceph-0dfc133e-8421-11ee-8dbe-212e2dc638e7@mon.smithi158''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=948dd88cf051431f878a7b2b98ad15e0 status: fail success: false 2023-11-16T01:51:32.689 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-16T01:51:32.760 INFO:teuthology.run:FAIL