2024-02-12T16:05:49.860 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-12T16:05:49.860 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} --verbose --name yuriw-2024-02-12_15:26:58-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2024-02-12_15:26:58-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7556675 -- /home/teuthworker/archive/yuriw-2024-02-12_15:26:58-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7556675/orig.config.yaml 2024-02-12T16:05:49.898 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-12T16:05:49.970 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-12_15:26:58-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7556675 branch: wip-yuri10-testing-2024-02-08-0854-pacific description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} email: null first_in_suite: false job_id: '7556675' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-12_15:26:58-rados-wip-yuri10-testing-2024-02-08-0854-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-yuri10-testing-2024-02-08-0854-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: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-tracker-64343-pacific sha1: 57bd6abdec7bb457ae7999d9c96682e9ac678e27 owner: scheduled_yuriw@teuthology priority: 60 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: 964 sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-tracker-64343-pacific suite_path: /home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa suite_relpath: qa suite_repo: https://github.com/ljflores/ceph.git suite_sha1: 57bd6abdec7bb457ae7999d9c96682e9ac678e27 targets: smithi059.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLz5J5njROSOil/zIhtWr1HjWbPsopDRvwYtGH69OtTMK9IB5BSwc2ruSj9F0OaFrD3tG0eFqEXO+a8pHGBZkws= smithi183.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOJwBqnRcCNdZF2OXO/dFJMbhbMFTrHxlc6I2lga5hB6uW+j7JlPVicyFPouZXlxoKa8eA48nZRklEOYQEGD5GA= 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: avoid_pacific_features: true cephadm_branch: v16.2.4 cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v16.2.4 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: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-12_15:26:58 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.2226885 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 2024-02-12T16:05:49.970 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa; will attempt to use it 2024-02-12T16:05:49.971 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks 2024-02-12T16:05:49.971 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-12T16:05:49.973 INFO:teuthology.task.internal:Checking packages... 2024-02-12T16:05:49.996 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '0e714d9a4bd2a821113e6318adb87bd06cf81ec1' 2024-02-12T16:05:49.996 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-12T16:05:49.996 INFO:teuthology.packaging:ref: None 2024-02-12T16:05:49.996 INFO:teuthology.packaging:tag: None 2024-02-12T16:05:49.996 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-02-08-0854-pacific 2024-02-12T16:05:49.996 INFO:teuthology.packaging:sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-12T16:05:49.996 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri10-testing-2024-02-08-0854-pacific 2024-02-12T16:05:50.319 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-521.g0e714d9a 2024-02-12T16:05:50.321 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-12T16:05:50.327 INFO:teuthology.task.internal:no buildpackages task found 2024-02-12T16:05:50.327 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-12T16:05:50.370 INFO:teuthology.task.internal:Saving configuration 2024-02-12T16:05:50.383 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-12T16:05:50.394 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-12T16:05:50.422 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi059.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-12_15:26:58-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7556675', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-12 16:00:46.018466', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLz5J5njROSOil/zIhtWr1HjWbPsopDRvwYtGH69OtTMK9IB5BSwc2ruSj9F0OaFrD3tG0eFqEXO+a8pHGBZkws='} 2024-02-12T16:05:50.439 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi183.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-12_15:26:58-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7556675', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-12 16:00:46.019797', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOJwBqnRcCNdZF2OXO/dFJMbhbMFTrHxlc6I2lga5hB6uW+j7JlPVicyFPouZXlxoKa8eA48nZRklEOYQEGD5GA='} 2024-02-12T16:05:50.439 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-12T16:05:50.445 INFO:teuthology.task.internal:roles: ubuntu@smithi059.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-02-12T16:05:50.445 INFO:teuthology.task.internal:roles: ubuntu@smithi183.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-02-12T16:05:50.445 INFO:teuthology.run_tasks:Running task console_log... 2024-02-12T16:05:50.523 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f4666405ee0>, signals=[15]) 2024-02-12T16:05:50.523 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-12T16:05:50.530 INFO:teuthology.task.internal:Opening connections... 2024-02-12T16:05:50.530 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi059.front.sepia.ceph.com 2024-02-12T16:05:50.532 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T16:05:50.611 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi183.front.sepia.ceph.com 2024-02-12T16:05:50.612 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T16:05:50.689 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-12T16:05:50.695 DEBUG:teuthology.orchestra.run.smithi059:> uname -m 2024-02-12T16:05:50.718 INFO:teuthology.orchestra.run.smithi059.stdout:x86_64 2024-02-12T16:05:50.719 DEBUG:teuthology.orchestra.run.smithi059:> cat /etc/os-release 2024-02-12T16:05:50.780 INFO:teuthology.orchestra.run.smithi059.stdout:NAME="CentOS Stream" 2024-02-12T16:05:50.780 INFO:teuthology.orchestra.run.smithi059.stdout:VERSION="8" 2024-02-12T16:05:50.781 INFO:teuthology.orchestra.run.smithi059.stdout:ID="centos" 2024-02-12T16:05:50.781 INFO:teuthology.orchestra.run.smithi059.stdout:ID_LIKE="rhel fedora" 2024-02-12T16:05:50.781 INFO:teuthology.orchestra.run.smithi059.stdout:VERSION_ID="8" 2024-02-12T16:05:50.781 INFO:teuthology.orchestra.run.smithi059.stdout:PLATFORM_ID="platform:el8" 2024-02-12T16:05:50.781 INFO:teuthology.orchestra.run.smithi059.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-12T16:05:50.781 INFO:teuthology.orchestra.run.smithi059.stdout:ANSI_COLOR="0;31" 2024-02-12T16:05:50.781 INFO:teuthology.orchestra.run.smithi059.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-12T16:05:50.781 INFO:teuthology.orchestra.run.smithi059.stdout:HOME_URL="https://centos.org/" 2024-02-12T16:05:50.781 INFO:teuthology.orchestra.run.smithi059.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-12T16:05:50.781 INFO:teuthology.orchestra.run.smithi059.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-12T16:05:50.781 INFO:teuthology.orchestra.run.smithi059.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-12T16:05:50.782 INFO:teuthology.lock.ops:Updating smithi059.front.sepia.ceph.com on lock server 2024-02-12T16:05:50.806 DEBUG:teuthology.orchestra.run.smithi183:> uname -m 2024-02-12T16:05:50.829 INFO:teuthology.orchestra.run.smithi183.stdout:x86_64 2024-02-12T16:05:50.829 DEBUG:teuthology.orchestra.run.smithi183:> cat /etc/os-release 2024-02-12T16:05:50.891 INFO:teuthology.orchestra.run.smithi183.stdout:NAME="CentOS Stream" 2024-02-12T16:05:50.891 INFO:teuthology.orchestra.run.smithi183.stdout:VERSION="8" 2024-02-12T16:05:50.891 INFO:teuthology.orchestra.run.smithi183.stdout:ID="centos" 2024-02-12T16:05:50.892 INFO:teuthology.orchestra.run.smithi183.stdout:ID_LIKE="rhel fedora" 2024-02-12T16:05:50.892 INFO:teuthology.orchestra.run.smithi183.stdout:VERSION_ID="8" 2024-02-12T16:05:50.892 INFO:teuthology.orchestra.run.smithi183.stdout:PLATFORM_ID="platform:el8" 2024-02-12T16:05:50.892 INFO:teuthology.orchestra.run.smithi183.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-12T16:05:50.892 INFO:teuthology.orchestra.run.smithi183.stdout:ANSI_COLOR="0;31" 2024-02-12T16:05:50.892 INFO:teuthology.orchestra.run.smithi183.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-12T16:05:50.892 INFO:teuthology.orchestra.run.smithi183.stdout:HOME_URL="https://centos.org/" 2024-02-12T16:05:50.892 INFO:teuthology.orchestra.run.smithi183.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-12T16:05:50.892 INFO:teuthology.orchestra.run.smithi183.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-12T16:05:50.892 INFO:teuthology.orchestra.run.smithi183.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-12T16:05:50.893 INFO:teuthology.lock.ops:Updating smithi183.front.sepia.ceph.com on lock server 2024-02-12T16:05:50.914 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-12T16:05:50.922 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-12T16:05:50.945 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-12T16:05:50.945 DEBUG:teuthology.orchestra.run.smithi059:> test '!' -e /home/ubuntu/cephtest 2024-02-12T16:05:50.948 DEBUG:teuthology.orchestra.run.smithi183:> test '!' -e /home/ubuntu/cephtest 2024-02-12T16:05:50.967 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-12T16:05:50.973 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-12T16:05:50.973 DEBUG:teuthology.orchestra.run.smithi059:> test -z $(ls -A /var/lib/ceph) 2024-02-12T16:05:51.009 DEBUG:teuthology.orchestra.run.smithi183:> test -z $(ls -A /var/lib/ceph) 2024-02-12T16:05:51.042 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-12T16:05:51.095 INFO:teuthology.run_tasks:Running task kernel... 2024-02-12T16:05:51.109 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-12T16:05:51.109 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-12T16:05:51.110 DEBUG:teuthology.orchestra.run.smithi059:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-12T16:05:51.110 DEBUG:teuthology.orchestra.run.smithi183:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-12T16:05:51.130 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T16:05:51.130 DEBUG:teuthology.orchestra.run.smithi183:> uname -r 2024-02-12T16:05:51.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T16:05:51.132 DEBUG:teuthology.orchestra.run.smithi059:> uname -r 2024-02-12T16:05:51.190 INFO:teuthology.orchestra.run.smithi183.stdout:4.18.0-489.el8.x86_64 2024-02-12T16:05:51.190 INFO:teuthology.task.kernel:Running kernel on smithi183: 4.18.0-489.el8.x86_64 2024-02-12T16:05:51.191 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum install -y kernel 2024-02-12T16:05:51.193 INFO:teuthology.orchestra.run.smithi059.stdout:4.18.0-489.el8.x86_64 2024-02-12T16:05:51.193 INFO:teuthology.task.kernel:Running kernel on smithi059: 4.18.0-489.el8.x86_64 2024-02-12T16:05:51.193 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum install -y kernel 2024-02-12T16:06:00.496 INFO:teuthology.orchestra.run.smithi183.stdout:CentOS Stream 8 - AppStream 4.0 MB/s | 27 MB 00:06 2024-02-12T16:06:00.680 INFO:teuthology.orchestra.run.smithi059.stdout:CentOS Stream 8 - AppStream 3.8 MB/s | 27 MB 00:07 2024-02-12T16:06:06.746 INFO:teuthology.orchestra.run.smithi183.stdout:CentOS Stream 8 - BaseOS 7.0 MB/s | 10 MB 00:01 2024-02-12T16:06:07.156 INFO:teuthology.orchestra.run.smithi059.stdout:CentOS Stream 8 - BaseOS 7.3 MB/s | 10 MB 00:01 2024-02-12T16:06:08.946 INFO:teuthology.orchestra.run.smithi183.stdout:CentOS Stream 8 - Extras 31 kB/s | 18 kB 00:00 2024-02-12T16:06:09.256 INFO:teuthology.orchestra.run.smithi059.stdout:CentOS Stream 8 - Extras 45 kB/s | 18 kB 00:00 2024-02-12T16:06:09.371 INFO:teuthology.orchestra.run.smithi183.stdout:CentOS Stream 8 - Extras common packages 22 kB/s | 6.9 kB 00:00 2024-02-12T16:06:09.598 INFO:teuthology.orchestra.run.smithi183.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2024-02-12T16:06:09.857 INFO:teuthology.orchestra.run.smithi059.stdout:CentOS Stream 8 - Extras common packages 14 kB/s | 6.9 kB 00:00 2024-02-12T16:06:10.159 INFO:teuthology.orchestra.run.smithi059.stdout:Copr repo for python3-asyncssh owned by ceph 17 kB/s | 3.5 kB 00:00 2024-02-12T16:06:10.432 INFO:teuthology.orchestra.run.smithi183.stdout:Extra Packages for Enterprise Linux 22 MB/s | 16 MB 00:00 2024-02-12T16:06:11.043 INFO:teuthology.orchestra.run.smithi059.stdout:Extra Packages for Enterprise Linux 21 MB/s | 16 MB 00:00 2024-02-12T16:06:14.165 INFO:teuthology.orchestra.run.smithi183.stdout:lab-extras 458 kB/s | 24 kB 00:00 2024-02-12T16:06:15.059 INFO:teuthology.orchestra.run.smithi059.stdout:lab-extras 322 kB/s | 24 kB 00:00 2024-02-12T16:06:17.170 INFO:teuthology.orchestra.run.smithi183.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-12T16:06:17.170 INFO:teuthology.orchestra.run.smithi183.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-12T16:06:17.290 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-02-12T16:06:17.291 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-02-12T16:06:17.291 INFO:teuthology.orchestra.run.smithi183.stdout: Package Architecture Version Repository Size 2024-02-12T16:06:17.291 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-02-12T16:06:17.291 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-02-12T16:06:17.291 INFO:teuthology.orchestra.run.smithi183.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-02-12T16:06:17.291 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2024-02-12T16:06:17.291 INFO:teuthology.orchestra.run.smithi183.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-02-12T16:06:17.292 INFO:teuthology.orchestra.run.smithi183.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-02-12T16:06:17.292 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:06:17.292 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-02-12T16:06:17.292 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-02-12T16:06:17.292 INFO:teuthology.orchestra.run.smithi183.stdout:Install 3 Packages 2024-02-12T16:06:17.292 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:06:17.292 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 90 M 2024-02-12T16:06:17.292 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 96 M 2024-02-12T16:06:17.293 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-02-12T16:06:18.198 INFO:teuthology.orchestra.run.smithi059.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-12T16:06:18.198 INFO:teuthology.orchestra.run.smithi059.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-12T16:06:18.291 INFO:teuthology.orchestra.run.smithi183.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 11 MB/s | 10 MB 00:00 2024-02-12T16:06:18.331 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-02-12T16:06:18.332 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-12T16:06:18.332 INFO:teuthology.orchestra.run.smithi059.stdout: Package Architecture Version Repository Size 2024-02-12T16:06:18.333 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-12T16:06:18.333 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-02-12T16:06:18.333 INFO:teuthology.orchestra.run.smithi059.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-02-12T16:06:18.333 INFO:teuthology.orchestra.run.smithi059.stdout:Installing dependencies: 2024-02-12T16:06:18.333 INFO:teuthology.orchestra.run.smithi059.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-02-12T16:06:18.333 INFO:teuthology.orchestra.run.smithi059.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-02-12T16:06:18.333 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-12T16:06:18.333 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-02-12T16:06:18.333 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-12T16:06:18.333 INFO:teuthology.orchestra.run.smithi059.stdout:Install 3 Packages 2024-02-12T16:06:18.333 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-12T16:06:18.334 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 90 M 2024-02-12T16:06:18.334 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 96 M 2024-02-12T16:06:18.334 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-02-12T16:06:19.375 INFO:teuthology.orchestra.run.smithi183.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 18 MB/s | 36 MB 00:02 2024-02-12T16:06:19.594 INFO:teuthology.orchestra.run.smithi059.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 8.7 MB/s | 10 MB 00:01 2024-02-12T16:06:20.025 INFO:teuthology.orchestra.run.smithi183.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 16 MB/s | 44 MB 00:02 2024-02-12T16:06:20.025 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-02-12T16:06:20.026 INFO:teuthology.orchestra.run.smithi183.stdout:Total 33 MB/s | 90 MB 00:02 2024-02-12T16:06:20.704 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-02-12T16:06:20.844 INFO:teuthology.orchestra.run.smithi059.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 15 MB/s | 36 MB 00:02 2024-02-12T16:06:21.142 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-02-12T16:06:21.142 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-02-12T16:06:21.420 INFO:teuthology.orchestra.run.smithi059.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 14 MB/s | 44 MB 00:03 2024-02-12T16:06:21.420 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-02-12T16:06:21.420 INFO:teuthology.orchestra.run.smithi059.stdout:Total 29 MB/s | 90 MB 00:03 2024-02-12T16:06:22.134 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-02-12T16:06:22.378 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-02-12T16:06:22.401 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-02-12T16:06:22.565 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-02-12T16:06:22.565 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-02-12T16:06:23.859 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-02-12T16:06:23.880 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-02-12T16:06:25.164 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-02-12T16:06:25.670 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-12T16:06:26.784 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-02-12T16:06:27.330 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-12T16:06:29.253 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-12T16:06:29.645 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-12T16:06:31.085 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-12T16:06:31.488 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-12T16:06:33.078 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-12T16:06:33.351 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-02-12T16:06:35.169 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-12T16:06:35.434 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-02-12T16:06:55.281 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-02-12T16:06:55.303 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-12T16:06:55.641 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-02-12T16:06:55.641 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-02-12T16:06:55.641 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-02-12T16:06:56.521 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-12T16:06:56.521 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:06:56.521 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-02-12T16:06:56.521 INFO:teuthology.orchestra.run.smithi183.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-02-12T16:06:56.521 INFO:teuthology.orchestra.run.smithi183.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-02-12T16:06:56.521 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:06:56.521 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-02-12T16:06:56.685 DEBUG:teuthology.orchestra.run.smithi183:> rpm -q kernel | sort -rV | head -n 1 2024-02-12T16:06:56.900 INFO:teuthology.orchestra.run.smithi183.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-12T16:06:56.901 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-12T16:06:56.901 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-02-12T16:06:56.901 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-12T16:06:56.901 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-12T16:06:56.901 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-12T16:06:56.901 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi183.front.sepia.ceph.com, path=None, version=distro) 2024-02-12T16:06:56.901 DEBUG:teuthology.orchestra.run.smithi183:> rpm -q kernel | sort -rV | head -n 1 2024-02-12T16:06:57.111 INFO:teuthology.orchestra.run.smithi183.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-12T16:06:57.111 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-12T16:06:57.112 DEBUG:teuthology.orchestra.run.smithi183:> sudo rpm -qi grub2-tools 2024-02-12T16:06:57.145 INFO:teuthology.orchestra.run.smithi183.stdout:Name : grub2-tools 2024-02-12T16:06:57.145 INFO:teuthology.orchestra.run.smithi183.stdout:Epoch : 1 2024-02-12T16:06:57.145 INFO:teuthology.orchestra.run.smithi183.stdout:Version : 2.02 2024-02-12T16:06:57.145 INFO:teuthology.orchestra.run.smithi183.stdout:Release : 129.el8 2024-02-12T16:06:57.145 INFO:teuthology.orchestra.run.smithi183.stdout:Architecture: x86_64 2024-02-12T16:06:57.145 INFO:teuthology.orchestra.run.smithi183.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-12T16:06:57.145 INFO:teuthology.orchestra.run.smithi183.stdout:Group : System Environment/Base 2024-02-12T16:06:57.145 INFO:teuthology.orchestra.run.smithi183.stdout:Size : 9265586 2024-02-12T16:06:57.145 INFO:teuthology.orchestra.run.smithi183.stdout:License : GPLv3+ 2024-02-12T16:06:57.146 INFO:teuthology.orchestra.run.smithi183.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-12T16:06:57.146 INFO:teuthology.orchestra.run.smithi183.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-12T16:06:57.146 INFO:teuthology.orchestra.run.smithi183.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-12T16:06:57.146 INFO:teuthology.orchestra.run.smithi183.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-12T16:06:57.146 INFO:teuthology.orchestra.run.smithi183.stdout:Relocations : (not relocatable) 2024-02-12T16:06:57.146 INFO:teuthology.orchestra.run.smithi183.stdout:Packager : CentOS BuildSystem 2024-02-12T16:06:57.146 INFO:teuthology.orchestra.run.smithi183.stdout:Vendor : CentOS 2024-02-12T16:06:57.146 INFO:teuthology.orchestra.run.smithi183.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-12T16:06:57.146 INFO:teuthology.orchestra.run.smithi183.stdout:Summary : Support tools for GRUB. 2024-02-12T16:06:57.146 INFO:teuthology.orchestra.run.smithi183.stdout:Description : 2024-02-12T16:06:57.146 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:06:57.146 INFO:teuthology.orchestra.run.smithi183.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-12T16:06:57.146 INFO:teuthology.orchestra.run.smithi183.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-12T16:06:57.146 INFO:teuthology.orchestra.run.smithi183.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-12T16:06:57.146 INFO:teuthology.orchestra.run.smithi183.stdout:hardware devices. 2024-02-12T16:06:57.146 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:06:57.146 INFO:teuthology.orchestra.run.smithi183.stdout:This subpackage provides tools for support of all platforms. 2024-02-12T16:06:57.147 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-12T16:06:57.147 INFO:teuthology.task.kernel:Updating grub on smithi183 to boot 4.18.0-536.el8.x86_64 2024-02-12T16:06:57.147 DEBUG:teuthology.orchestra.run.smithi183:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-12T16:06:58.485 INFO:teuthology.orchestra.run.smithi183.stderr:Generating grub configuration file ... 2024-02-12T16:06:58.900 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-02-12T16:06:58.923 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-12T16:06:59.281 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-02-12T16:06:59.281 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-02-12T16:06:59.281 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-02-12T16:06:59.788 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-12T16:06:59.788 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-12T16:06:59.788 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-02-12T16:06:59.788 INFO:teuthology.orchestra.run.smithi059.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-02-12T16:06:59.788 INFO:teuthology.orchestra.run.smithi059.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-02-12T16:06:59.788 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-12T16:06:59.788 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-02-12T16:06:59.957 DEBUG:teuthology.orchestra.run.smithi059:> rpm -q kernel | sort -rV | head -n 1 2024-02-12T16:07:00.189 INFO:teuthology.orchestra.run.smithi059.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-12T16:07:00.189 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-12T16:07:00.189 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-02-12T16:07:00.189 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-12T16:07:00.189 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-12T16:07:00.190 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-12T16:07:00.190 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi059.front.sepia.ceph.com, path=None, version=distro) 2024-02-12T16:07:00.190 DEBUG:teuthology.orchestra.run.smithi059:> rpm -q kernel | sort -rV | head -n 1 2024-02-12T16:07:00.242 INFO:teuthology.orchestra.run.smithi183.stderr:done 2024-02-12T16:07:00.244 DEBUG:teuthology.orchestra.run.smithi183:> mktemp 2024-02-12T16:07:00.275 INFO:teuthology.orchestra.run.smithi183.stdout:/tmp/tmp.oEybZsxi6N 2024-02-12T16:07:00.275 DEBUG:teuthology.orchestra.run.smithi183:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.oEybZsxi6N 2024-02-12T16:07:00.352 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod 0666 /tmp/tmp.oEybZsxi6N 2024-02-12T16:07:00.411 INFO:teuthology.orchestra.run.smithi059.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-12T16:07:00.411 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-12T16:07:00.411 DEBUG:teuthology.orchestra.run.smithi059:> sudo rpm -qi grub2-tools 2024-02-12T16:07:00.446 INFO:teuthology.orchestra.run.smithi059.stdout:Name : grub2-tools 2024-02-12T16:07:00.446 INFO:teuthology.orchestra.run.smithi059.stdout:Epoch : 1 2024-02-12T16:07:00.446 INFO:teuthology.orchestra.run.smithi059.stdout:Version : 2.02 2024-02-12T16:07:00.446 INFO:teuthology.orchestra.run.smithi059.stdout:Release : 129.el8 2024-02-12T16:07:00.446 INFO:teuthology.orchestra.run.smithi059.stdout:Architecture: x86_64 2024-02-12T16:07:00.446 INFO:teuthology.orchestra.run.smithi059.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-12T16:07:00.446 INFO:teuthology.orchestra.run.smithi059.stdout:Group : System Environment/Base 2024-02-12T16:07:00.446 INFO:teuthology.orchestra.run.smithi059.stdout:Size : 9265586 2024-02-12T16:07:00.446 INFO:teuthology.orchestra.run.smithi059.stdout:License : GPLv3+ 2024-02-12T16:07:00.446 INFO:teuthology.orchestra.run.smithi059.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-12T16:07:00.446 INFO:teuthology.orchestra.run.smithi059.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-12T16:07:00.446 INFO:teuthology.orchestra.run.smithi059.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-12T16:07:00.446 INFO:teuthology.orchestra.run.smithi059.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-12T16:07:00.446 INFO:teuthology.orchestra.run.smithi059.stdout:Relocations : (not relocatable) 2024-02-12T16:07:00.447 INFO:teuthology.orchestra.run.smithi059.stdout:Packager : CentOS BuildSystem 2024-02-12T16:07:00.447 INFO:teuthology.orchestra.run.smithi059.stdout:Vendor : CentOS 2024-02-12T16:07:00.447 INFO:teuthology.orchestra.run.smithi059.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-12T16:07:00.447 INFO:teuthology.orchestra.run.smithi059.stdout:Summary : Support tools for GRUB. 2024-02-12T16:07:00.447 INFO:teuthology.orchestra.run.smithi059.stdout:Description : 2024-02-12T16:07:00.447 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-12T16:07:00.447 INFO:teuthology.orchestra.run.smithi059.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-12T16:07:00.447 INFO:teuthology.orchestra.run.smithi059.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-12T16:07:00.447 INFO:teuthology.orchestra.run.smithi059.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-12T16:07:00.447 INFO:teuthology.orchestra.run.smithi059.stdout:hardware devices. 2024-02-12T16:07:00.447 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-12T16:07:00.447 INFO:teuthology.orchestra.run.smithi059.stdout:This subpackage provides tools for support of all platforms. 2024-02-12T16:07:00.448 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-12T16:07:00.448 INFO:teuthology.task.kernel:Updating grub on smithi059 to boot 4.18.0-536.el8.x86_64 2024-02-12T16:07:00.449 DEBUG:teuthology.orchestra.run.smithi059:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-12T16:07:00.490 DEBUG:teuthology.orchestra.remote:smithi183:/tmp/tmp.oEybZsxi6N is 6KB 2024-02-12T16:07:00.539 DEBUG:teuthology.orchestra.run.smithi183:> rm -fr /tmp/tmp.oEybZsxi6N 2024-02-12T16:07:00.556 DEBUG:teuthology.orchestra.run.smithi183:> sudo /bin/ls /boot/loader/entries || true 2024-02-12T16:07:00.640 INFO:teuthology.orchestra.run.smithi183.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-12T16:07:00.640 INFO:teuthology.orchestra.run.smithi183.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-12T16:07:00.640 INFO:teuthology.orchestra.run.smithi183.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-12T16:07:00.640 INFO:teuthology.orchestra.run.smithi183.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-02-12T16:07:00.642 DEBUG:teuthology.orchestra.run.smithi183:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-02-12T16:07:00.742 DEBUG:teuthology.orchestra.run.smithi183:> sudo shutdown -r now 2024-02-12T16:07:01.707 INFO:teuthology.orchestra.run.smithi059.stderr:Generating grub configuration file ... 2024-02-12T16:07:03.417 INFO:teuthology.orchestra.run.smithi059.stderr:done 2024-02-12T16:07:03.425 DEBUG:teuthology.orchestra.run.smithi059:> mktemp 2024-02-12T16:07:03.455 INFO:teuthology.orchestra.run.smithi059.stdout:/tmp/tmp.Ez9qp3V2Ou 2024-02-12T16:07:03.455 DEBUG:teuthology.orchestra.run.smithi059:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Ez9qp3V2Ou 2024-02-12T16:07:03.527 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod 0666 /tmp/tmp.Ez9qp3V2Ou 2024-02-12T16:07:03.675 DEBUG:teuthology.orchestra.remote:smithi059:/tmp/tmp.Ez9qp3V2Ou is 6KB 2024-02-12T16:07:03.724 DEBUG:teuthology.orchestra.run.smithi059:> rm -fr /tmp/tmp.Ez9qp3V2Ou 2024-02-12T16:07:03.742 DEBUG:teuthology.orchestra.run.smithi059:> sudo /bin/ls /boot/loader/entries || true 2024-02-12T16:07:03.829 INFO:teuthology.orchestra.run.smithi059.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-12T16:07:03.829 INFO:teuthology.orchestra.run.smithi059.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-12T16:07:03.829 INFO:teuthology.orchestra.run.smithi059.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-12T16:07:03.829 INFO:teuthology.orchestra.run.smithi059.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-02-12T16:07:03.830 DEBUG:teuthology.orchestra.run.smithi059:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-02-12T16:07:03.948 DEBUG:teuthology.orchestra.run.smithi059:> sudo shutdown -r now 2024-02-12T16:07:30.757 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-12T16:07:30.758 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-02-12T16:07:30.759 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T16:07:33.954 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-12T16:07:33.954 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-02-12T16:07:33.955 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T16:07:52.380 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.59 2024-02-12T16:08:01.385 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-02-12T16:08:01.386 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T16:08:30.788 DEBUG:teuthology.orchestra.remote:timed out 2024-02-12T16:08:39.796 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-02-12T16:08:39.797 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T16:08:40.167 DEBUG:teuthology.orchestra.run.smithi183:> true 2024-02-12T16:08:40.418 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-02-12T16:08:40.418 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-536.el8.x86_64"... 2024-02-12T16:08:40.418 DEBUG:teuthology.orchestra.run.smithi183:> uname -r 2024-02-12T16:08:40.434 INFO:teuthology.orchestra.run.smithi183.stdout:4.18.0-536.el8.x86_64 2024-02-12T16:08:40.434 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-02-12T16:08:40.435 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-12T16:08:40.435 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-12T16:08:41.435 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-12T16:08:41.435 DEBUG:teuthology.orchestra.run.smithi183:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-12T16:08:41.523 INFO:teuthology.orchestra.run.smithi183.stdout:ttyS1 2024-02-12T16:08:41.542 DEBUG:teuthology.parallel:result is None 2024-02-12T16:09:01.389 DEBUG:teuthology.orchestra.remote:timed out 2024-02-12T16:09:13.390 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-02-12T16:09:13.391 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T16:09:13.748 DEBUG:teuthology.orchestra.run.smithi059:> true 2024-02-12T16:09:14.029 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-02-12T16:09:14.029 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-536.el8.x86_64"... 2024-02-12T16:09:14.029 DEBUG:teuthology.orchestra.run.smithi059:> uname -r 2024-02-12T16:09:14.049 INFO:teuthology.orchestra.run.smithi059.stdout:4.18.0-536.el8.x86_64 2024-02-12T16:09:14.049 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-02-12T16:09:14.049 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-12T16:09:14.049 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-12T16:09:15.050 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-12T16:09:15.050 DEBUG:teuthology.orchestra.run.smithi059:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-12T16:09:15.130 INFO:teuthology.orchestra.run.smithi059.stdout:ttyS1 2024-02-12T16:09:15.142 DEBUG:teuthology.parallel:result is None 2024-02-12T16:09:15.143 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-12T16:09:15.151 INFO:teuthology.task.internal:Creating test directory... 2024-02-12T16:09:15.152 DEBUG:teuthology.orchestra.run.smithi059:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-12T16:09:15.154 DEBUG:teuthology.orchestra.run.smithi183:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-12T16:09:15.179 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-12T16:09:15.185 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-12T16:09:15.222 INFO:teuthology.task.internal:Creating archive directory... 2024-02-12T16:09:15.222 DEBUG:teuthology.orchestra.run.smithi059:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-12T16:09:15.224 DEBUG:teuthology.orchestra.run.smithi183:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-12T16:09:15.261 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-12T16:09:15.267 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-12T16:09:15.268 DEBUG:teuthology.orchestra.run.smithi059:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-12T16:09:15.299 DEBUG:teuthology.orchestra.run.smithi183:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-12T16:09:15.334 INFO:teuthology.orchestra.run.smithi059.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-12T16:09:15.337 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-12T16:09:15.345 INFO:teuthology.orchestra.run.smithi059.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-12T16:09:15.349 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-12T16:09:15.351 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-12T16:09:15.361 INFO:teuthology.task.internal:Configuring sudo... 2024-02-12T16:09:15.361 DEBUG:teuthology.orchestra.run.smithi059:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-12T16:09:15.390 DEBUG:teuthology.orchestra.run.smithi183:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-12T16:09:15.421 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-12T16:09:15.430 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-12T16:09:15.430 DEBUG:teuthology.orchestra.run.smithi059:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-12T16:09:15.463 DEBUG:teuthology.orchestra.run.smithi183:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-12T16:09:15.482 DEBUG:teuthology.orchestra.run.smithi059:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-12T16:09:15.572 DEBUG:teuthology.orchestra.run.smithi059:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-12T16:09:15.623 DEBUG:teuthology.orchestra.run.smithi059:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-12T16:09:15.713 DEBUG:teuthology.orchestra.run.smithi059:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-12T16:09:15.757 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-02-12T16:09:15.757 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-12T16:09:15.827 DEBUG:teuthology.orchestra.run.smithi183:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-12T16:09:15.870 DEBUG:teuthology.orchestra.run.smithi183:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-12T16:09:15.933 DEBUG:teuthology.orchestra.run.smithi183:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-12T16:09:15.975 DEBUG:teuthology.orchestra.run.smithi183:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-12T16:09:16.023 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-02-12T16:09:16.023 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-12T16:09:16.090 DEBUG:teuthology.orchestra.run.smithi059:> sudo service rsyslog restart 2024-02-12T16:09:16.093 DEBUG:teuthology.orchestra.run.smithi183:> sudo service rsyslog restart 2024-02-12T16:09:16.159 INFO:teuthology.orchestra.run.smithi059.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-12T16:09:16.198 INFO:teuthology.orchestra.run.smithi183.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-12T16:09:16.683 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-12T16:09:16.691 INFO:teuthology.task.internal:Starting timer... 2024-02-12T16:09:16.691 INFO:teuthology.run_tasks:Running task pcp... 2024-02-12T16:09:16.734 INFO:teuthology.run_tasks:Running task selinux... 2024-02-12T16:09:16.765 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-12T16:09:16.766 DEBUG:teuthology.orchestra.run.smithi059:> sudo service auditd rotate 2024-02-12T16:09:16.844 INFO:teuthology.orchestra.run.smithi059.stdout:Rotating logs: 2024-02-12T16:09:16.846 DEBUG:teuthology.orchestra.run.smithi183:> sudo service auditd rotate 2024-02-12T16:09:16.934 INFO:teuthology.orchestra.run.smithi183.stdout:Rotating logs: 2024-02-12T16:09:16.936 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-12T16:09:16.936 DEBUG:teuthology.orchestra.run.smithi059:> /usr/sbin/getenforce 2024-02-12T16:09:16.977 INFO:teuthology.orchestra.run.smithi059.stdout:Permissive 2024-02-12T16:09:16.977 DEBUG:teuthology.orchestra.run.smithi183:> /usr/sbin/getenforce 2024-02-12T16:09:16.997 INFO:teuthology.orchestra.run.smithi183.stdout:Permissive 2024-02-12T16:09:16.997 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi059.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi183.front.sepia.ceph.com': 'permissive'} 2024-02-12T16:09:16.997 DEBUG:teuthology.orchestra.run.smithi059:> 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 2024-02-12T16:09:17.047 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T16:09:17.048 DEBUG:teuthology.orchestra.run.smithi183:> 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 2024-02-12T16:09:17.076 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T16:09:17.077 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-12T16:09:17.077 DEBUG:teuthology.orchestra.run.smithi059:> sudo /usr/sbin/setenforce permissive 2024-02-12T16:09:17.117 DEBUG:teuthology.orchestra.run.smithi183:> sudo /usr/sbin/setenforce permissive 2024-02-12T16:09:17.144 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-12T16:09:17.154 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-02-12T16:09:17.159 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-02-12T16:09:17.274 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-12T16:09:17.291 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-02-12T16:09:17.292 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi059.front.sepia.ceph.com,smithi183.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-12T16:15:05.759 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi059.front.sepia.ceph.com'), Remote(name='ubuntu@smithi183.front.sepia.ceph.com')] 2024-02-12T16:15:05.761 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-02-12T16:15:05.762 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T16:15:05.838 DEBUG:teuthology.orchestra.run.smithi059:> true 2024-02-12T16:15:05.908 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-02-12T16:15:05.909 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-02-12T16:15:05.909 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T16:15:05.983 DEBUG:teuthology.orchestra.run.smithi183:> true 2024-02-12T16:15:06.055 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-02-12T16:15:06.056 INFO:teuthology.run_tasks:Running task clock... 2024-02-12T16:15:06.067 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-12T16:15:06.068 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-12T16:15:06.068 DEBUG:teuthology.orchestra.run.smithi059:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-12T16:15:06.071 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-12T16:15:06.071 DEBUG:teuthology.orchestra.run.smithi183:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-12T16:15:06.106 INFO:teuthology.orchestra.run.smithi059.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-12T16:15:06.122 INFO:teuthology.orchestra.run.smithi059.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-12T16:15:06.130 INFO:teuthology.orchestra.run.smithi183.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-12T16:15:06.145 INFO:teuthology.orchestra.run.smithi183.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-12T16:15:06.187 INFO:teuthology.orchestra.run.smithi059.stderr:sudo: ntpd: command not found 2024-02-12T16:15:06.199 INFO:teuthology.orchestra.run.smithi059.stdout:506 Cannot talk to daemon 2024-02-12T16:15:06.214 INFO:teuthology.orchestra.run.smithi059.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-12T16:15:06.218 INFO:teuthology.orchestra.run.smithi183.stderr:sudo: ntpd: command not found 2024-02-12T16:15:06.228 INFO:teuthology.orchestra.run.smithi059.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-12T16:15:06.230 INFO:teuthology.orchestra.run.smithi183.stdout:506 Cannot talk to daemon 2024-02-12T16:15:06.244 INFO:teuthology.orchestra.run.smithi183.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-12T16:15:06.257 INFO:teuthology.orchestra.run.smithi183.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-12T16:15:06.293 INFO:teuthology.orchestra.run.smithi059.stderr:bash: ntpq: command not found 2024-02-12T16:15:06.297 INFO:teuthology.orchestra.run.smithi059.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-12T16:15:06.297 INFO:teuthology.orchestra.run.smithi059.stdout:=============================================================================== 2024-02-12T16:15:06.297 INFO:teuthology.orchestra.run.smithi059.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T16:15:06.297 INFO:teuthology.orchestra.run.smithi059.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T16:15:06.297 INFO:teuthology.orchestra.run.smithi059.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T16:15:06.297 INFO:teuthology.orchestra.run.smithi059.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T16:15:06.322 INFO:teuthology.orchestra.run.smithi183.stderr:bash: ntpq: command not found 2024-02-12T16:15:06.326 INFO:teuthology.orchestra.run.smithi183.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-12T16:15:06.326 INFO:teuthology.orchestra.run.smithi183.stdout:=============================================================================== 2024-02-12T16:15:06.326 INFO:teuthology.orchestra.run.smithi183.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T16:15:06.326 INFO:teuthology.orchestra.run.smithi183.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T16:15:06.326 INFO:teuthology.orchestra.run.smithi183.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T16:15:06.326 INFO:teuthology.orchestra.run.smithi183.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T16:15:06.328 INFO:teuthology.run_tasks:Running task pexec... 2024-02-12T16:15:06.338 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-12T16:15:06.339 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi059.front.sepia.ceph.com 2024-02-12T16:15:06.339 DEBUG:teuthology.orchestra.run.smithi059:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-12T16:15:06.339 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi183.front.sepia.ceph.com 2024-02-12T16:15:06.340 DEBUG:teuthology.orchestra.run.smithi183:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-12T16:15:07.154 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:28 ago on Mon 12 Feb 2024 04:13:38 PM UTC. 2024-02-12T16:15:07.157 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:21 ago on Mon 12 Feb 2024 04:13:45 PM UTC. 2024-02-12T16:15:09.142 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-02-12T16:15:09.143 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-02-12T16:15:09.143 INFO:teuthology.orchestra.run.smithi183.stdout: Package Architecture Version Repository Size 2024-02-12T16:15:09.143 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-02-12T16:15:09.144 INFO:teuthology.orchestra.run.smithi183.stdout:Resetting modules: 2024-02-12T16:15:09.144 INFO:teuthology.orchestra.run.smithi183.stdout: container-tools 2024-02-12T16:15:09.144 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:15:09.144 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-02-12T16:15:09.144 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-02-12T16:15:09.144 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:15:09.280 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-02-12T16:15:09.281 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-12T16:15:09.281 INFO:teuthology.orchestra.run.smithi059.stdout: Package Architecture Version Repository Size 2024-02-12T16:15:09.281 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-12T16:15:09.281 INFO:teuthology.orchestra.run.smithi059.stdout:Resetting modules: 2024-02-12T16:15:09.282 INFO:teuthology.orchestra.run.smithi059.stdout: container-tools 2024-02-12T16:15:09.282 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-12T16:15:09.282 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-02-12T16:15:09.282 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-12T16:15:09.282 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-12T16:15:09.394 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-02-12T16:15:09.528 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-02-12T16:15:10.237 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:32 ago on Mon 12 Feb 2024 04:13:38 PM UTC. 2024-02-12T16:15:10.407 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:25 ago on Mon 12 Feb 2024 04:13:45 PM UTC. 2024-02-12T16:15:12.188 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-02-12T16:15:12.222 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-02-12T16:15:12.223 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2024-02-12T16:15:12.223 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-02-12T16:15:12.223 INFO:teuthology.orchestra.run.smithi183.stdout:Installing group/module packages: 2024-02-12T16:15:12.223 INFO:teuthology.orchestra.run.smithi183.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-02-12T16:15:12.223 INFO:teuthology.orchestra.run.smithi183.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-02-12T16:15:12.223 INFO:teuthology.orchestra.run.smithi183.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-02-12T16:15:12.223 INFO:teuthology.orchestra.run.smithi183.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-02-12T16:15:12.223 INFO:teuthology.orchestra.run.smithi183.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-02-12T16:15:12.223 INFO:teuthology.orchestra.run.smithi183.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-02-12T16:15:12.223 INFO:teuthology.orchestra.run.smithi183.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-02-12T16:15:12.223 INFO:teuthology.orchestra.run.smithi183.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-02-12T16:15:12.223 INFO:teuthology.orchestra.run.smithi183.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-12T16:15:12.223 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2024-02-12T16:15:12.223 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-12T16:15:12.224 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-12T16:15:12.224 INFO:teuthology.orchestra.run.smithi183.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-12T16:15:12.224 INFO:teuthology.orchestra.run.smithi183.stdout:Installing weak dependencies: 2024-02-12T16:15:12.224 INFO:teuthology.orchestra.run.smithi183.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-12T16:15:12.224 INFO:teuthology.orchestra.run.smithi183.stdout:Installing module profiles: 2024-02-12T16:15:12.224 INFO:teuthology.orchestra.run.smithi183.stdout: container-tools/common 2024-02-12T16:15:12.224 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:15:12.224 INFO:teuthology.orchestra.run.smithi183.stdout:Enabling module streams: 2024-02-12T16:15:12.224 INFO:teuthology.orchestra.run.smithi183.stdout: container-tools rhel8 2024-02-12T16:15:12.224 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:15:12.224 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-02-12T16:15:12.224 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-02-12T16:15:12.224 INFO:teuthology.orchestra.run.smithi183.stdout:Install 13 Packages 2024-02-12T16:15:12.224 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:15:12.225 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 27 M 2024-02-12T16:15:12.225 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 91 M 2024-02-12T16:15:12.225 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-02-12T16:15:12.507 INFO:teuthology.orchestra.run.smithi183.stdout:(1/13): cockpit-podman-82-1.module_el8+804+f131 3.2 MB/s | 759 kB 00:00 2024-02-12T16:15:12.522 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-02-12T16:15:12.540 INFO:teuthology.orchestra.run.smithi183.stdout:(2/13): aardvark-dns-1.9.0-1.module_el8+804+f13 3.8 MB/s | 1.0 MB 00:00 2024-02-12T16:15:12.557 INFO:teuthology.orchestra.run.smithi183.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 753 kB/s | 38 kB 00:00 2024-02-12T16:15:12.563 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-12T16:15:12.563 INFO:teuthology.orchestra.run.smithi059.stdout: Package Arch Version Repository Size 2024-02-12T16:15:12.563 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-12T16:15:12.563 INFO:teuthology.orchestra.run.smithi059.stdout:Installing group/module packages: 2024-02-12T16:15:12.563 INFO:teuthology.orchestra.run.smithi059.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-02-12T16:15:12.563 INFO:teuthology.orchestra.run.smithi059.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-02-12T16:15:12.563 INFO:teuthology.orchestra.run.smithi059.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-02-12T16:15:12.563 INFO:teuthology.orchestra.run.smithi059.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-02-12T16:15:12.563 INFO:teuthology.orchestra.run.smithi059.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-02-12T16:15:12.563 INFO:teuthology.orchestra.run.smithi059.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-02-12T16:15:12.564 INFO:teuthology.orchestra.run.smithi059.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-02-12T16:15:12.564 INFO:teuthology.orchestra.run.smithi059.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-02-12T16:15:12.564 INFO:teuthology.orchestra.run.smithi059.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-12T16:15:12.564 INFO:teuthology.orchestra.run.smithi059.stdout:Installing dependencies: 2024-02-12T16:15:12.564 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-12T16:15:12.564 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-12T16:15:12.564 INFO:teuthology.orchestra.run.smithi059.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-12T16:15:12.564 INFO:teuthology.orchestra.run.smithi059.stdout:Installing weak dependencies: 2024-02-12T16:15:12.564 INFO:teuthology.orchestra.run.smithi059.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-12T16:15:12.564 INFO:teuthology.orchestra.run.smithi059.stdout:Installing module profiles: 2024-02-12T16:15:12.564 INFO:teuthology.orchestra.run.smithi059.stdout: container-tools/common 2024-02-12T16:15:12.564 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-12T16:15:12.564 INFO:teuthology.orchestra.run.smithi059.stdout:Enabling module streams: 2024-02-12T16:15:12.564 INFO:teuthology.orchestra.run.smithi059.stdout: container-tools rhel8 2024-02-12T16:15:12.564 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-12T16:15:12.565 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-02-12T16:15:12.565 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-12T16:15:12.565 INFO:teuthology.orchestra.run.smithi059.stdout:Install 13 Packages 2024-02-12T16:15:12.565 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-12T16:15:12.565 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 27 M 2024-02-12T16:15:12.565 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 91 M 2024-02-12T16:15:12.565 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-02-12T16:15:12.599 INFO:teuthology.orchestra.run.smithi183.stdout:(4/13): crun-1.12-1.module_el8+804+f131391c.x86 4.2 MB/s | 248 kB 00:00 2024-02-12T16:15:12.733 INFO:teuthology.orchestra.run.smithi183.stdout:(5/13): python3-podman-4.8.2-1.module_el8+804+f 1.3 MB/s | 179 kB 00:00 2024-02-12T16:15:12.766 INFO:teuthology.orchestra.run.smithi183.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 744 kB/s | 25 kB 00:00 2024-02-12T16:15:12.808 INFO:teuthology.orchestra.run.smithi183.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 2.2 MB/s | 94 kB 00:00 2024-02-12T16:15:13.059 INFO:teuthology.orchestra.run.smithi183.stdout:(8/13): netavark-1.9.0-1.module_el8+804+f131391 7.9 MB/s | 4.0 MB 00:00 2024-02-12T16:15:13.221 INFO:teuthology.orchestra.run.smithi059.stdout:(1/13): aardvark-dns-1.9.0-1.module_el8+804+f13 2.2 MB/s | 1.0 MB 00:00 2024-02-12T16:15:13.279 INFO:teuthology.orchestra.run.smithi059.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 652 kB/s | 38 kB 00:00 2024-02-12T16:15:13.313 INFO:teuthology.orchestra.run.smithi059.stdout:(3/13): cockpit-podman-82-1.module_el8+804+f131 1.4 MB/s | 759 kB 00:00 2024-02-12T16:15:13.359 INFO:teuthology.orchestra.run.smithi183.stdout:(9/13): buildah-1.34.0-1.module_el8+804+f131391 8.9 MB/s | 9.7 MB 00:01 2024-02-12T16:15:13.380 INFO:teuthology.orchestra.run.smithi059.stdout:(4/13): crun-1.12-1.module_el8+804+f131391c.x86 2.4 MB/s | 248 kB 00:00 2024-02-12T16:15:13.409 INFO:teuthology.orchestra.run.smithi183.stdout:(10/13): toolbox-0.0.99.4-8.module_el8+804+f131 7.2 MB/s | 2.5 MB 00:00 2024-02-12T16:15:13.434 INFO:teuthology.orchestra.run.smithi183.stdout:(11/13): udica-0.2.6-20.module_el8+804+f131391c 700 kB/s | 53 kB 00:00 2024-02-12T16:15:13.472 INFO:teuthology.orchestra.run.smithi059.stdout:(5/13): python3-podman-4.8.2-1.module_el8+804+f 1.9 MB/s | 179 kB 00:00 2024-02-12T16:15:13.501 INFO:teuthology.orchestra.run.smithi183.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 446 kB/s | 41 kB 00:00 2024-02-12T16:15:13.522 INFO:teuthology.orchestra.run.smithi059.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 496 kB/s | 25 kB 00:00 2024-02-12T16:15:13.605 INFO:teuthology.orchestra.run.smithi059.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.1 MB/s | 94 kB 00:00 2024-02-12T16:15:13.918 INFO:teuthology.orchestra.run.smithi183.stdout:(13/13): skopeo-1.14.0-2.module_el8+804+f131391 7.9 MB/s | 8.8 MB 00:01 2024-02-12T16:15:13.919 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-02-12T16:15:13.919 INFO:teuthology.orchestra.run.smithi183.stdout:Total 16 MB/s | 27 MB 00:01 2024-02-12T16:15:14.186 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-02-12T16:15:14.207 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-02-12T16:15:14.207 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-02-12T16:15:14.467 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-02-12T16:15:14.470 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-02-12T16:15:14.906 INFO:teuthology.orchestra.run.smithi059.stdout:(8/13): netavark-1.9.0-1.module_el8+804+f131391 2.5 MB/s | 4.0 MB 00:01 2024-02-12T16:15:15.156 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-02-12T16:15:15.388 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-12T16:15:15.541 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-12T16:15:15.640 INFO:teuthology.orchestra.run.smithi059.stdout:(9/13): toolbox-0.0.99.4-8.module_el8+804+f1313 3.4 MB/s | 2.5 MB 00:00 2024-02-12T16:15:15.690 INFO:teuthology.orchestra.run.smithi059.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 1.0 MB/s | 53 kB 00:00 2024-02-12T16:15:15.719 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-02-12T16:15:15.740 INFO:teuthology.orchestra.run.smithi059.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 819 kB/s | 41 kB 00:00 2024-02-12T16:15:15.968 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-12T16:15:16.499 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 5/13 2024-02-12T16:15:16.532 INFO:teuthology.orchestra.run.smithi059.stdout:(12/13): buildah-1.34.0-1.module_el8+804+f13139 2.6 MB/s | 9.7 MB 00:03 2024-02-12T16:15:17.500 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-12T16:15:17.599 INFO:teuthology.orchestra.run.smithi059.stdout:(13/13): skopeo-1.14.0-2.module_el8+804+f131391 2.2 MB/s | 8.8 MB 00:03 2024-02-12T16:15:17.599 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-02-12T16:15:17.599 INFO:teuthology.orchestra.run.smithi059.stdout:Total 5.4 MB/s | 27 MB 00:05 2024-02-12T16:15:17.731 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 7/13 2024-02-12T16:15:17.882 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-02-12T16:15:17.905 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-02-12T16:15:17.905 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-02-12T16:15:17.935 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 8/13 2024-02-12T16:15:18.175 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-02-12T16:15:18.179 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-02-12T16:15:18.545 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 9/13 2024-02-12T16:15:18.873 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-02-12T16:15:18.950 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 10/13 2024-02-12T16:15:19.099 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-12T16:15:19.243 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-12T16:15:19.445 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-02-12T16:15:19.650 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-12T16:15:19.890 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-12T16:15:20.109 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 12/13 2024-02-12T16:15:20.241 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 5/13 2024-02-12T16:15:20.290 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-12T16:15:20.728 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-12T16:15:20.729 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/13 2024-02-12T16:15:20.729 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/13 2024-02-12T16:15:20.729 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/13 2024-02-12T16:15:20.729 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-12T16:15:20.729 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/13 2024-02-12T16:15:20.729 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-12T16:15:20.729 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/13 2024-02-12T16:15:20.729 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-12T16:15:20.729 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-12T16:15:20.730 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/13 2024-02-12T16:15:20.730 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-12T16:15:20.730 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-12T16:15:21.241 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-12T16:15:21.241 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:15:21.241 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-02-12T16:15:21.241 INFO:teuthology.orchestra.run.smithi183.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-12T16:15:21.241 INFO:teuthology.orchestra.run.smithi183.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-02-12T16:15:21.241 INFO:teuthology.orchestra.run.smithi183.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-02-12T16:15:21.241 INFO:teuthology.orchestra.run.smithi183.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-12T16:15:21.241 INFO:teuthology.orchestra.run.smithi183.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-02-12T16:15:21.241 INFO:teuthology.orchestra.run.smithi183.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-12T16:15:21.241 INFO:teuthology.orchestra.run.smithi183.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-02-12T16:15:21.241 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-12T16:15:21.242 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-12T16:15:21.242 INFO:teuthology.orchestra.run.smithi183.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-02-12T16:15:21.242 INFO:teuthology.orchestra.run.smithi183.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-02-12T16:15:21.242 INFO:teuthology.orchestra.run.smithi183.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-12T16:15:21.242 INFO:teuthology.orchestra.run.smithi183.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-12T16:15:21.242 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:15:21.242 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-02-12T16:15:21.258 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-12T16:15:21.513 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 7/13 2024-02-12T16:15:21.522 DEBUG:teuthology.parallel:result is None 2024-02-12T16:15:22.226 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 8/13 2024-02-12T16:15:22.466 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 9/13 2024-02-12T16:15:22.878 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 10/13 2024-02-12T16:15:23.859 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-12T16:15:24.075 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 12/13 2024-02-12T16:15:24.258 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-12T16:15:24.700 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-12T16:15:24.700 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/13 2024-02-12T16:15:24.701 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/13 2024-02-12T16:15:24.701 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/13 2024-02-12T16:15:24.701 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-12T16:15:24.701 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/13 2024-02-12T16:15:24.701 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-12T16:15:24.701 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/13 2024-02-12T16:15:24.701 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-12T16:15:24.701 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-12T16:15:24.701 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/13 2024-02-12T16:15:24.701 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-12T16:15:24.701 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-12T16:15:25.221 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-12T16:15:25.221 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-12T16:15:25.221 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-02-12T16:15:25.222 INFO:teuthology.orchestra.run.smithi059.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-12T16:15:25.222 INFO:teuthology.orchestra.run.smithi059.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-02-12T16:15:25.222 INFO:teuthology.orchestra.run.smithi059.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-02-12T16:15:25.222 INFO:teuthology.orchestra.run.smithi059.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-12T16:15:25.222 INFO:teuthology.orchestra.run.smithi059.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-02-12T16:15:25.222 INFO:teuthology.orchestra.run.smithi059.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-12T16:15:25.222 INFO:teuthology.orchestra.run.smithi059.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-02-12T16:15:25.222 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-12T16:15:25.222 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-12T16:15:25.222 INFO:teuthology.orchestra.run.smithi059.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-02-12T16:15:25.222 INFO:teuthology.orchestra.run.smithi059.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-02-12T16:15:25.222 INFO:teuthology.orchestra.run.smithi059.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-12T16:15:25.222 INFO:teuthology.orchestra.run.smithi059.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-12T16:15:25.222 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-12T16:15:25.222 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-02-12T16:15:25.501 DEBUG:teuthology.parallel:result is None 2024-02-12T16:15:25.501 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-12T16:15:25.571 INFO:tasks.cephadm:Config: {'avoid_pacific_features': True, 'cephadm_branch': 'v16.2.4', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v16.2.4', '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': '0e714d9a4bd2a821113e6318adb87bd06cf81ec1'} 2024-02-12T16:15:25.571 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.4 2024-02-12T16:15:25.572 INFO:tasks.cephadm:Cluster fsid is ee1b93fa-c9c1-11ee-95b9-87774f69a715 2024-02-12T16:15:25.572 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-12T16:15:25.572 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-12T16:15:25.572 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi059': '172.21.15.59', 'mon.smithi183': '172.21.15.183'} 2024-02-12T16:15:25.572 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-12T16:15:25.572 DEBUG:teuthology.orchestra.run.smithi059:> sudo hostname $(hostname -s) 2024-02-12T16:15:25.600 DEBUG:teuthology.orchestra.run.smithi183:> sudo hostname $(hostname -s) 2024-02-12T16:15:25.634 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.4)... 2024-02-12T16:15:25.635 DEBUG:teuthology.orchestra.run.smithi059:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.4/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-12T16:15:25.796 INFO:teuthology.orchestra.run.smithi059.stdout:-rw-rw-r--. 1 ubuntu ubuntu 292005 Feb 12 16:15 /home/ubuntu/cephtest/cephadm 2024-02-12T16:15:25.796 DEBUG:teuthology.orchestra.run.smithi183:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.4/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-12T16:15:25.957 INFO:teuthology.orchestra.run.smithi183.stdout:-rw-rw-r--. 1 ubuntu ubuntu 292005 Feb 12 16:15 /home/ubuntu/cephtest/cephadm 2024-02-12T16:15:25.957 DEBUG:teuthology.orchestra.run.smithi059:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-12T16:15:25.976 DEBUG:teuthology.orchestra.run.smithi183:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-12T16:15:26.009 DEBUG:teuthology.orchestra.run.smithi059:> sudo mkdir -p /etc/ceph 2024-02-12T16:15:26.045 DEBUG:teuthology.orchestra.run.smithi183:> sudo mkdir -p /etc/ceph 2024-02-12T16:15:26.076 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod 777 /etc/ceph 2024-02-12T16:15:26.113 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod 777 /etc/ceph 2024-02-12T16:15:26.145 INFO:tasks.cephadm:Writing seed config... 2024-02-12T16:15:26.146 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-12T16:15:26.146 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-12T16:15:26.146 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-12T16:15:26.146 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-12T16:15:26.147 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-12T16:15:26.147 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-12T16:15:26.147 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-12T16:15:26.147 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-12T16:15:26.147 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-02-12T16:15:26.147 DEBUG:teuthology.orchestra.run.smithi059:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-12T16:15:26.172 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 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 = ee1b93fa-c9c1-11ee-95b9-87774f69a715 [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 2024-02-12T16:15:26.172 DEBUG:teuthology.orchestra.run.smithi059:mon.smithi059> sudo journalctl -f -n 0 -u ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@mon.smithi059.service 2024-02-12T16:15:26.214 INFO:tasks.cephadm:Bootstrapping... 2024-02-12T16:15:26.214 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 -v bootstrap --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 --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.59 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-12T16:15:26.241 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:-- Logs begin at Mon 2024-02-12 16:08:26 UTC. -- 2024-02-12T16:15:26.473 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-12T16:15:28.011 INFO:teuthology.orchestra.run.smithi059.stderr:/bin/podman: 4.8.3 2024-02-12T16:15:28.022 INFO:teuthology.orchestra.run.smithi059.stderr:Verifying podman|docker is present... 2024-02-12T16:15:28.022 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-12T16:15:28.047 INFO:teuthology.orchestra.run.smithi059.stderr:/bin/podman: 4.8.3 2024-02-12T16:15:28.060 INFO:teuthology.orchestra.run.smithi059.stderr:Verifying lvm2 is present... 2024-02-12T16:15:28.061 INFO:teuthology.orchestra.run.smithi059.stderr:Verifying time synchronization is in place... 2024-02-12T16:15:28.061 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl is-enabled chrony.service 2024-02-12T16:15:28.068 INFO:teuthology.orchestra.run.smithi059.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-12T16:15:28.069 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl is-active chrony.service 2024-02-12T16:15:28.075 INFO:teuthology.orchestra.run.smithi059.stderr:systemctl: inactive 2024-02-12T16:15:28.076 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-12T16:15:28.082 INFO:teuthology.orchestra.run.smithi059.stderr:systemctl: enabled 2024-02-12T16:15:28.083 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl is-active chronyd.service 2024-02-12T16:15:28.089 INFO:teuthology.orchestra.run.smithi059.stderr:systemctl: active 2024-02-12T16:15:28.090 INFO:teuthology.orchestra.run.smithi059.stderr:Unit chronyd.service is enabled and running 2024-02-12T16:15:28.090 INFO:teuthology.orchestra.run.smithi059.stderr:Repeating the final host check... 2024-02-12T16:15:28.090 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-12T16:15:28.112 INFO:teuthology.orchestra.run.smithi059.stderr:/bin/podman: 4.8.3 2024-02-12T16:15:28.121 INFO:teuthology.orchestra.run.smithi059.stderr:podman|docker (/bin/podman) is present 2024-02-12T16:15:28.121 INFO:teuthology.orchestra.run.smithi059.stderr:systemctl is present 2024-02-12T16:15:28.121 INFO:teuthology.orchestra.run.smithi059.stderr:lvcreate is present 2024-02-12T16:15:28.121 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl is-enabled chrony.service 2024-02-12T16:15:28.127 INFO:teuthology.orchestra.run.smithi059.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-12T16:15:28.128 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl is-active chrony.service 2024-02-12T16:15:28.133 INFO:teuthology.orchestra.run.smithi059.stderr:systemctl: inactive 2024-02-12T16:15:28.134 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-12T16:15:28.139 INFO:teuthology.orchestra.run.smithi059.stderr:systemctl: enabled 2024-02-12T16:15:28.140 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl is-active chronyd.service 2024-02-12T16:15:28.146 INFO:teuthology.orchestra.run.smithi059.stderr:systemctl: active 2024-02-12T16:15:28.146 INFO:teuthology.orchestra.run.smithi059.stderr:Unit chronyd.service is enabled and running 2024-02-12T16:15:28.146 INFO:teuthology.orchestra.run.smithi059.stderr:Host looks OK 2024-02-12T16:15:28.146 INFO:teuthology.orchestra.run.smithi059.stderr:Cluster fsid: ee1b93fa-c9c1-11ee-95b9-87774f69a715 2024-02-12T16:15:28.147 INFO:teuthology.orchestra.run.smithi059.stderr:Acquiring lock 140713047040128 on /run/cephadm/ee1b93fa-c9c1-11ee-95b9-87774f69a715.lock 2024-02-12T16:15:28.147 INFO:teuthology.orchestra.run.smithi059.stderr:Lock 140713047040128 acquired on /run/cephadm/ee1b93fa-c9c1-11ee-95b9-87774f69a715.lock 2024-02-12T16:15:28.147 INFO:teuthology.orchestra.run.smithi059.stderr:Verifying IP 172.21.15.59 port 3300 ... 2024-02-12T16:15:28.148 INFO:teuthology.orchestra.run.smithi059.stderr:Verifying IP 172.21.15.59 port 6789 ... 2024-02-12T16:15:28.148 INFO:teuthology.orchestra.run.smithi059.stderr:Base mon IP is 172.21.15.59, final addrv is [v2:172.21.15.59:3300,v1:172.21.15.59:6789] 2024-02-12T16:15:28.148 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /sbin/ip route ls 2024-02-12T16:15:28.150 INFO:teuthology.orchestra.run.smithi059.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.59 metric 100 2024-02-12T16:15:28.150 INFO:teuthology.orchestra.run.smithi059.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.59 metric 100 2024-02-12T16:15:28.151 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /sbin/ip -6 route ls 2024-02-12T16:15:28.153 INFO:teuthology.orchestra.run.smithi059.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-12T16:15:28.153 INFO:teuthology.orchestra.run.smithi059.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-02-12T16:15:28.153 INFO:teuthology.orchestra.run.smithi059.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1799sec hoplimit 64 pref medium 2024-02-12T16:15:28.154 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /sbin/ip -6 addr ls 2024-02-12T16:15:28.156 INFO:teuthology.orchestra.run.smithi059.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-12T16:15:28.156 INFO:teuthology.orchestra.run.smithi059.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-12T16:15:28.157 INFO:teuthology.orchestra.run.smithi059.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-12T16:15:28.157 INFO:teuthology.orchestra.run.smithi059.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2024-02-12T16:15:28.157 INFO:teuthology.orchestra.run.smithi059.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:192a/64 scope link 2024-02-12T16:15:28.157 INFO:teuthology.orchestra.run.smithi059.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-12T16:15:28.158 INFO:teuthology.orchestra.run.smithi059.stderr:Mon IP 172.21.15.59 is in CIDR network 172.21.0.0/20 2024-02-12T16:15:28.158 INFO:teuthology.orchestra.run.smithi059.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-12T16:15:28.159 INFO:teuthology.orchestra.run.smithi059.stderr:Pulling container image docker.io/ceph/ceph:v16.2.4... 2024-02-12T16:15:28.159 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.4 2024-02-12T16:15:28.261 INFO:teuthology.orchestra.run.smithi059.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.4... 2024-02-12T16:15:35.330 INFO:teuthology.orchestra.run.smithi059.stderr:/bin/podman: Getting image source signatures 2024-02-12T16:15:35.348 INFO:teuthology.orchestra.run.smithi059.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-02-12T16:15:35.349 INFO:teuthology.orchestra.run.smithi059.stderr:/bin/podman: Copying blob sha256:551101690791055467b1840be133b2e6b029d263771bc6c46a96bb7acdacac39 2024-02-12T16:15:47.799 INFO:teuthology.orchestra.run.smithi059.stderr:/bin/podman: Copying config sha256:8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2024-02-12T16:15:47.949 INFO:teuthology.orchestra.run.smithi059.stderr:/bin/podman: Writing manifest to image destination 2024-02-12T16:15:48.252 INFO:teuthology.orchestra.run.smithi059.stderr:/bin/podman: 8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2024-02-12T16:15:48.264 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --version 2024-02-12T16:15:48.884 INFO:teuthology.orchestra.run.smithi059.stderr:ceph: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2024-02-12T16:15:49.446 INFO:teuthology.orchestra.run.smithi059.stderr:Ceph version: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2024-02-12T16:15:49.446 INFO:teuthology.orchestra.run.smithi059.stderr:Extracting ceph user uid/gid from container image... 2024-02-12T16:15:49.446 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 -c %u %g /var/lib/ceph 2024-02-12T16:15:49.961 INFO:teuthology.orchestra.run.smithi059.stderr:stat: 167 167 2024-02-12T16:15:50.496 INFO:teuthology.orchestra.run.smithi059.stderr:Creating initial keys... 2024-02-12T16:15:50.496 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2024-02-12T16:15:50.991 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-authtool: AQA2RMplW/7ZNBAAbo+9u1evlHn/Qs3DUdBcWQ== 2024-02-12T16:15:51.573 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2024-02-12T16:15:52.105 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-authtool: AQA4RMplwWjFABAA8zLtALWIP8TWLXTm9a8j0Q== 2024-02-12T16:15:52.695 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2024-02-12T16:15:53.211 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-authtool: AQA5RMplDL9HBxAA9uD/eFOHQFT4G8fcWpMr0A== 2024-02-12T16:15:53.698 INFO:teuthology.orchestra.run.smithi059.stderr:Creating initial monmap... 2024-02-12T16:15:53.698 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmp77l4bpuz:/tmp/monmap:z docker.io/ceph/ceph:v16.2.4 --create --clobber --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 --addv smithi059 [v2:172.21.15.59:3300,v1:172.21.15.59:6789] /tmp/monmap 2024-02-12T16:15:54.658 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-12T16:15:54.658 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to ee1b93fa-c9c1-11ee-95b9-87774f69a715 2024-02-12T16:15:54.658 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-12T16:15:55.135 INFO:teuthology.orchestra.run.smithi059.stderr:monmaptool for smithi059 [v2:172.21.15.59:3300,v1:172.21.15.59:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-12T16:15:55.135 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/monmaptool: set fsid to ee1b93fa-c9c1-11ee-95b9-87774f69a715 2024-02-12T16:15:55.136 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-12T16:15:55.136 INFO:teuthology.orchestra.run.smithi059.stderr: 2024-02-12T16:15:55.136 INFO:teuthology.orchestra.run.smithi059.stderr:Creating mon... 2024-02-12T16:15:55.138 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/mon.smithi059:/var/lib/ceph/mon/ceph-smithi059:z -v /tmp/ceph-tmp1fnoq8zk:/tmp/keyring:z -v /tmp/ceph-tmp77l4bpuz:/tmp/monmap:z docker.io/ceph/ceph:v16.2.4 --mkfs -i smithi059 --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -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 2024-02-12T16:15:55.751 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.626+0000 7f87ab13e700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-12T16:15:55.751 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.627+0000 7f87ab13e700 1 imported monmap: 2024-02-12T16:15:55.751 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-12T16:15:55.752 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 2024-02-12T16:15:55.752 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: last_changed 2024-02-12T16:15:54.551002+0000 2024-02-12T16:15:55.752 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: created 2024-02-12T16:15:54.551002+0000 2024-02-12T16:15:55.752 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-12T16:15:55.752 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-12T16:15:55.752 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.59:3300/0,v1:172.21.15.59:6789/0] mon.smithi059 2024-02-12T16:15:55.752 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: 2024-02-12T16:15:55.752 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.627+0000 7f87ab13e700 0 /usr/bin/ceph-mon: set fsid to ee1b93fa-c9c1-11ee-95b9-87774f69a715 2024-02-12T16:15:55.752 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: RocksDB version: 6.8.1 2024-02-12T16:15:55.752 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: 2024-02-12T16:15:55.752 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-12T16:15:55.752 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Compile date May 13 2021 2024-02-12T16:15:55.752 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: DB SUMMARY 2024-02-12T16:15:55.752 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: 2024-02-12T16:15:55.753 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi059/store.db dir, Total Num: 0, files: 2024-02-12T16:15:55.753 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: 2024-02-12T16:15:55.753 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi059/store.db: 2024-02-12T16:15:55.753 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: 2024-02-12T16:15:55.753 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.error_if_exists: 0 2024-02-12T16:15:55.753 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.create_if_missing: 1 2024-02-12T16:15:55.753 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.paranoid_checks: 1 2024-02-12T16:15:55.753 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.env: 0x55da41b371c0 2024-02-12T16:15:55.753 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.fs: Posix File System 2024-02-12T16:15:55.753 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.info_log: 0x55da42a1aec0 2024-02-12T16:15:55.753 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-12T16:15:55.753 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.statistics: (nil) 2024-02-12T16:15:55.753 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.use_fsync: 0 2024-02-12T16:15:55.753 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.max_log_file_size: 0 2024-02-12T16:15:55.754 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-12T16:15:55.754 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-12T16:15:55.754 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-12T16:15:55.754 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-12T16:15:55.754 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.allow_fallocate: 1 2024-02-12T16:15:55.754 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-12T16:15:55.754 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-12T16:15:55.754 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.use_direct_reads: 0 2024-02-12T16:15:55.755 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-12T16:15:55.755 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-12T16:15:55.755 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.db_log_dir: 2024-02-12T16:15:55.755 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi059/store.db 2024-02-12T16:15:55.755 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-12T16:15:55.755 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.max_subcompactions: 1 2024-02-12T16:15:55.755 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.max_background_flushes: -1 2024-02-12T16:15:55.755 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-12T16:15:55.755 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-12T16:15:55.755 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-12T16:15:55.755 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-12T16:15:55.756 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-12T16:15:55.756 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-12T16:15:55.756 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-12T16:15:55.756 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.write_buffer_manager: 0x55da42a21530 2024-02-12T16:15:55.756 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-12T16:15:55.756 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-12T16:15:55.756 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-12T16:15:55.756 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-12T16:15:55.756 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-12T16:15:55.756 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-12T16:15:55.756 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-12T16:15:55.756 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-12T16:15:55.756 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-12T16:15:55.756 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.unordered_write: 0 2024-02-12T16:15:55.756 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-12T16:15:55.757 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-12T16:15:55.757 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-12T16:15:55.757 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-12T16:15:55.757 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.row_cache: None 2024-02-12T16:15:55.757 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.wal_filter: None 2024-02-12T16:15:55.757 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-12T16:15:55.757 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-12T16:15:55.757 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.preserve_deletes: 0 2024-02-12T16:15:55.757 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.two_write_queues: 0 2024-02-12T16:15:55.757 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-12T16:15:55.757 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.atomic_flush: 0 2024-02-12T16:15:55.757 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-12T16:15:55.757 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-12T16:15:55.757 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-12T16:15:55.757 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.log_readahead_size: 0 2024-02-12T16:15:55.757 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-12T16:15:55.758 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.max_background_jobs: 2 2024-02-12T16:15:55.758 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.max_background_compactions: -1 2024-02-12T16:15:55.758 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-12T16:15:55.758 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-12T16:15:55.758 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-12T16:15:55.758 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-12T16:15:55.758 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-12T16:15:55.758 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-12T16:15:55.758 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-12T16:15:55.758 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-12T16:15:55.758 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.max_open_files: -1 2024-02-12T16:15:55.758 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-12T16:15:55.758 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-12T16:15:55.758 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-12T16:15:55.758 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-12T16:15:55.759 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Compression algorithms supported: 2024-02-12T16:15:55.759 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-12T16:15:55.759 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: kZSTD supported: 0 2024-02-12T16:15:55.759 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: kXpressCompression supported: 0 2024-02-12T16:15:55.759 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-12T16:15:55.759 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: kLZ4Compression supported: 1 2024-02-12T16:15:55.759 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: kBZip2Compression supported: 0 2024-02-12T16:15:55.759 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: kZlibCompression supported: 1 2024-02-12T16:15:55.759 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: kSnappyCompression supported: 1 2024-02-12T16:15:55.759 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-12T16:15:55.759 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.628+0000 7f87ab13e700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-12T16:15:55.759 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: 2024-02-12T16:15:55.759 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi059/store.db/MANIFEST-000001 2024-02-12T16:15:55.759 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: 2024-02-12T16:15:55.759 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-12T16:15:55.760 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: 2024-02-12T16:15:55.760 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-12T16:15:55.760 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.merge_operator: 2024-02-12T16:15:55.760 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.compaction_filter: None 2024-02-12T16:15:55.760 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-12T16:15:55.760 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-12T16:15:55.760 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-12T16:15:55.760 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55da42933cb8) 2024-02-12T16:15:55.760 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-12T16:15:55.760 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-12T16:15:55.760 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-12T16:15:55.760 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-12T16:15:55.760 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-12T16:15:55.760 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-12T16:15:55.761 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-12T16:15:55.761 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-12T16:15:55.761 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-12T16:15:55.761 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-12T16:15:55.761 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-12T16:15:55.761 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: block_cache: 0x55da42968d10 2024-02-12T16:15:55.761 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-12T16:15:55.761 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-12T16:15:55.761 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-12T16:15:55.761 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-12T16:15:55.761 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-12T16:15:55.761 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-12T16:15:55.761 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-12T16:15:55.761 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-12T16:15:55.761 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-12T16:15:55.761 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-12T16:15:55.762 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-12T16:15:55.762 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-12T16:15:55.762 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-12T16:15:55.762 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-12T16:15:55.762 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-12T16:15:55.762 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-12T16:15:55.762 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-12T16:15:55.762 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-12T16:15:55.762 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-12T16:15:55.762 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-12T16:15:55.762 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-12T16:15:55.762 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-12T16:15:55.762 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: 2024-02-12T16:15:55.762 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-12T16:15:55.762 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-12T16:15:55.763 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.compression: NoCompression 2024-02-12T16:15:55.763 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-12T16:15:55.763 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-12T16:15:55.763 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-12T16:15:55.763 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.num_levels: 7 2024-02-12T16:15:55.763 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-12T16:15:55.763 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-12T16:15:55.763 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-12T16:15:55.763 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-12T16:15:55.763 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-12T16:15:55.763 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-12T16:15:55.763 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-12T16:15:55.763 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-12T16:15:55.763 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-12T16:15:55.763 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-12T16:15:55.764 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-12T16:15:55.764 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-12T16:15:55.764 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-12T16:15:55.764 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-12T16:15:55.764 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-12T16:15:55.764 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-12T16:15:55.764 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-12T16:15:55.764 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-12T16:15:55.764 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-12T16:15:55.764 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-12T16:15:55.764 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-12T16:15:55.764 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-12T16:15:55.764 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-12T16:15:55.764 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-12T16:15:55.764 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-12T16:15:55.765 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-12T16:15:55.765 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-12T16:15:55.765 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-12T16:15:55.765 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-12T16:15:55.765 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-12T16:15:55.765 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-12T16:15:55.765 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-12T16:15:55.765 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-12T16:15:55.765 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-12T16:15:55.765 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-12T16:15:55.765 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-12T16:15:55.765 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-12T16:15:55.765 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-12T16:15:55.765 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-12T16:15:55.765 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-12T16:15:55.765 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-12T16:15:55.766 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-12T16:15:55.766 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-12T16:15:55.766 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-12T16:15:55.766 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-12T16:15:55.766 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-12T16:15:55.766 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-12T16:15:55.766 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.table_properties_collectors: 2024-02-12T16:15:55.766 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.inplace_update_support: 0 2024-02-12T16:15:55.766 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-12T16:15:55.766 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-12T16:15:55.766 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-12T16:15:55.766 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-12T16:15:55.766 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.bloom_locality: 0 2024-02-12T16:15:55.766 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.max_successive_merges: 0 2024-02-12T16:15:55.767 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-12T16:15:55.767 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-12T16:15:55.767 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-12T16:15:55.767 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-12T16:15:55.767 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.ttl: 2592000 2024-02-12T16:15:55.767 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-12T16:15:55.767 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi059/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 2024-02-12T16:15:55.767 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: 2024-02-12T16:15:55.767 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.629+0000 7f87ab13e700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-12T16:15:55.767 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: 2024-02-12T16:15:55.767 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.632+0000 7f87ab13e700 4 rocksdb: DB pointer 0x55da42a2d800 2024-02-12T16:15:55.767 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.632+0000 7f8793fd7700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-12T16:15:55.767 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.632+0000 7f8793fd7700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-12T16:15:55.767 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-12T16:15:55.768 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T16:15:55.768 INFO:teuthology.orchestra.run.smithi059.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 2024-02-12T16:15:55.768 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-12T16:15:55.768 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-12T16:15:55.768 INFO:teuthology.orchestra.run.smithi059.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 2024-02-12T16:15:55.768 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-12T16:15:55.768 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-12T16:15:55.768 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: 2024-02-12T16:15:55.768 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-12T16:15:55.768 INFO:teuthology.orchestra.run.smithi059.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 2024-02-12T16:15:55.768 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T16:15:55.768 INFO:teuthology.orchestra.run.smithi059.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 2024-02-12T16:15:55.768 INFO:teuthology.orchestra.run.smithi059.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 2024-02-12T16:15:55.768 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: 2024-02-12T16:15:55.768 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-12T16:15:55.769 INFO:teuthology.orchestra.run.smithi059.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 2024-02-12T16:15:55.769 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T16:15:55.769 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T16:15:55.769 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-12T16:15:55.769 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-12T16:15:55.769 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-12T16:15:55.769 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-12T16:15:55.769 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-12T16:15:55.769 INFO:teuthology.orchestra.run.smithi059.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 2024-02-12T16:15:55.769 INFO:teuthology.orchestra.run.smithi059.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 2024-02-12T16:15:55.769 INFO:teuthology.orchestra.run.smithi059.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 2024-02-12T16:15:55.769 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: 2024-02-12T16:15:55.769 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-12T16:15:55.769 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: 2024-02-12T16:15:55.770 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-12T16:15:55.770 INFO:teuthology.orchestra.run.smithi059.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 2024-02-12T16:15:55.770 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T16:15:55.770 INFO:teuthology.orchestra.run.smithi059.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 2024-02-12T16:15:55.770 INFO:teuthology.orchestra.run.smithi059.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 2024-02-12T16:15:55.770 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: 2024-02-12T16:15:55.770 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-12T16:15:55.770 INFO:teuthology.orchestra.run.smithi059.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 2024-02-12T16:15:55.770 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T16:15:55.770 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T16:15:55.770 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-12T16:15:55.770 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-12T16:15:55.770 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-12T16:15:55.770 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-12T16:15:55.771 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-12T16:15:55.771 INFO:teuthology.orchestra.run.smithi059.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 2024-02-12T16:15:55.771 INFO:teuthology.orchestra.run.smithi059.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 2024-02-12T16:15:55.771 INFO:teuthology.orchestra.run.smithi059.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 2024-02-12T16:15:55.771 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: 2024-02-12T16:15:55.771 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-12T16:15:55.771 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: 2024-02-12T16:15:55.771 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.633+0000 7f87ab13e700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-12T16:15:55.771 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.633+0000 7f87ab13e700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-12T16:15:55.771 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:15:55.633+0000 7f87ab13e700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi059 for mon.smithi059 2024-02-12T16:15:56.336 INFO:teuthology.orchestra.run.smithi059.stderr:create mon.smithi059 on 2024-02-12T16:15:56.337 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715 2024-02-12T16:15:56.341 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl disable ceph.target 2024-02-12T16:15:56.442 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl enable ceph.target 2024-02-12T16:15:56.449 INFO:teuthology.orchestra.run.smithi059.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-12T16:15:56.536 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl start ceph.target 2024-02-12T16:15:56.543 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl enable ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715.target 2024-02-12T16:15:56.549 INFO:teuthology.orchestra.run.smithi059.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715.target. 2024-02-12T16:15:56.550 INFO:teuthology.orchestra.run.smithi059.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715.target. 2024-02-12T16:15:56.635 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl start ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715.target 2024-02-12T16:15:56.665 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl daemon-reload 2024-02-12T16:15:56.758 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl stop ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@mon.smithi059 2024-02-12T16:15:56.794 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl reset-failed ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@mon.smithi059 2024-02-12T16:15:56.799 INFO:teuthology.orchestra.run.smithi059.stderr:systemctl: Failed to reset failed state of unit ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@mon.smithi059.service: Unit ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@mon.smithi059.service not loaded. 2024-02-12T16:15:56.800 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl enable ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@mon.smithi059 2024-02-12T16:15:56.806 INFO:teuthology.orchestra.run.smithi059.stderr:systemctl: Created symlink /etc/systemd/system/ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715.target.wants/ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@mon.smithi059.service → /etc/systemd/system/ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@.service. 2024-02-12T16:15:56.894 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl start ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@mon.smithi059 2024-02-12T16:15:57.441 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-12T16:15:57.449 INFO:teuthology.orchestra.run.smithi059.stderr:systemctl: disabled 2024-02-12T16:15:57.450 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl is-active firewalld.service 2024-02-12T16:15:57.457 INFO:teuthology.orchestra.run.smithi059.stderr:systemctl: inactive 2024-02-12T16:15:57.458 INFO:teuthology.orchestra.run.smithi059.stderr:firewalld.service is not enabled 2024-02-12T16:15:57.458 INFO:teuthology.orchestra.run.smithi059.stderr:Not possible to enable service . firewalld.service is not available 2024-02-12T16:15:57.458 INFO:teuthology.orchestra.run.smithi059.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-02-12T16:15:57.458 INFO:teuthology.orchestra.run.smithi059.stderr:Waiting for mon to start... 2024-02-12T16:15:57.458 INFO:teuthology.orchestra.run.smithi059.stderr:Waiting for mon... 2024-02-12T16:15:57.458 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/mon.smithi059:/var/lib/ceph/mon/ceph-smithi059:z -v /tmp/ceph-tmptl03rbe9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8doinqor:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status 2024-02-12T16:15:57.699 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:15:57 smithi059 bash[34712]: 386da20cc58e7539a23b366d5aa701156c21e8a5f02d4777e4a02b91b94a4b04 2024-02-12T16:15:57.699 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:15:57 smithi059 systemd[1]: Started Ceph mon.smithi059 for ee1b93fa-c9c1-11ee-95b9-87774f69a715. 2024-02-12T16:15:58.069 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: cluster: 2024-02-12T16:15:58.069 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: id: ee1b93fa-c9c1-11ee-95b9-87774f69a715 2024-02-12T16:15:58.069 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-12T16:15:58.069 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: 2024-02-12T16:15:58.069 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: services: 2024-02-12T16:15:58.070 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi059 (age 0.664109s) 2024-02-12T16:15:58.070 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-12T16:15:58.070 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-12T16:15:58.070 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: 2024-02-12T16:15:58.070 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: data: 2024-02-12T16:15:58.070 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-12T16:15:58.070 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-12T16:15:58.070 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-12T16:15:58.070 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: pgs: 2024-02-12T16:15:58.071 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: 2024-02-12T16:15:58.579 INFO:teuthology.orchestra.run.smithi059.stderr:mon is available 2024-02-12T16:15:58.579 INFO:teuthology.orchestra.run.smithi059.stderr:Assimilating anything we can from ceph.conf... 2024-02-12T16:15:58.580 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptl03rbe9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8doinqor:/etc/ceph/ceph.conf:z -v /var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/mon.smithi059:/var/lib/ceph/mon/ceph-smithi059:z docker.io/ceph/ceph:v16.2.4 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi059/config 2024-02-12T16:15:58.778 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:15:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[34727]: cluster 2024-02-12T16:15:57.400399+0000 mon.smithi059 (mon.0) 2 : cluster [INF] mon.smithi059 is new leader, mons smithi059 in quorum (ranks 0) 2024-02-12T16:15:58.779 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:15:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[34727]: cluster 2024-02-12T16:15:57.400559+0000 mon.smithi059 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi059=[v2:172.21.15.59:3300/0,v1:172.21.15.59:6789/0]} 2024-02-12T16:15:58.779 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:15:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[34727]: cluster 2024-02-12T16:15:57.409291+0000 mon.smithi059 (mon.0) 4 : cluster [DBG] fsmap 2024-02-12T16:15:58.779 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:15:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[34727]: cluster 2024-02-12T16:15:57.418126+0000 mon.smithi059 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-12T16:15:58.779 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:15:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[34727]: cluster 2024-02-12T16:15:57.418502+0000 mon.smithi059 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-12T16:15:58.779 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:15:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[34727]: audit 2024-02-12T16:15:58.064479+0000 mon.smithi059 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.59:0/96363268' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-12T16:15:59.148 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: 2024-02-12T16:15:59.148 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: [global] 2024-02-12T16:15:59.148 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: fsid = ee1b93fa-c9c1-11ee-95b9-87774f69a715 2024-02-12T16:15:59.148 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-12T16:15:59.148 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.59:3300,v1:172.21.15.59:6789] 2024-02-12T16:15:59.148 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-12T16:15:59.148 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-12T16:15:59.148 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-12T16:15:59.148 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-12T16:15:59.148 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: 2024-02-12T16:15:59.148 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: [mgr] 2024-02-12T16:15:59.148 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-12T16:15:59.149 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: 2024-02-12T16:15:59.149 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: [osd] 2024-02-12T16:15:59.149 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-12T16:15:59.149 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: osd_memory_target_autotune = true 2024-02-12T16:15:59.149 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-12T16:15:59.432 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:15:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[34727]: audit 2024-02-12T16:15:59.141518+0000 mon.smithi059 (mon.0) 8 : audit [INF] from='client.? 172.21.15.59:0/3389921389' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-12T16:15:59.432 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:15:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[34727]: audit 2024-02-12T16:15:59.144095+0000 mon.smithi059 (mon.0) 9 : audit [INF] from='client.? 172.21.15.59:0/3389921389' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-12T16:15:59.676 INFO:teuthology.orchestra.run.smithi059.stderr:Generating new minimal ceph.conf... 2024-02-12T16:15:59.677 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptl03rbe9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8doinqor:/etc/ceph/ceph.conf:z -v /var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/mon.smithi059:/var/lib/ceph/mon/ceph-smithi059:z docker.io/ceph/ceph:v16.2.4 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi059/config 2024-02-12T16:16:00.596 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:00 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[34727]: audit 2024-02-12T16:16:00.283960+0000 mon.smithi059 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.59:0/879539973' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:16:00.858 INFO:teuthology.orchestra.run.smithi059.stderr:Restarting the monitor... 2024-02-12T16:16:00.858 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl restart ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@mon.smithi059 2024-02-12T16:16:01.153 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:00 smithi059 systemd[1]: Stopping Ceph mon.smithi059 for ee1b93fa-c9c1-11ee-95b9-87774f69a715... 2024-02-12T16:16:01.153 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:00 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[34727]: debug 2024-02-12T16:16:00.989+0000 7f4cd2fd5700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi059 -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 2024-02-12T16:16:01.153 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:00 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[34727]: debug 2024-02-12T16:16:00.989+0000 7f4cd2fd5700 -1 mon.smithi059@0(leader) e1 *** Got Signal Terminated *** 2024-02-12T16:16:01.576 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:01 smithi059 podman[35051]: ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059 2024-02-12T16:16:01.902 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:01 smithi059 systemd[1]: ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@mon.smithi059.service: Succeeded. 2024-02-12T16:16:01.902 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:01 smithi059 systemd[1]: Stopped Ceph mon.smithi059 for ee1b93fa-c9c1-11ee-95b9-87774f69a715. 2024-02-12T16:16:01.903 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:01 smithi059 systemd[1]: Starting Ceph mon.smithi059 for ee1b93fa-c9c1-11ee-95b9-87774f69a715... 2024-02-12T16:16:02.073 INFO:teuthology.orchestra.run.smithi059.stderr:Setting mon public_network to 172.21.0.0/20 2024-02-12T16:16:02.073 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptl03rbe9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8doinqor:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mon public_network 172.21.0.0/20 2024-02-12T16:16:02.324 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.013+0000 7fa61c545700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-12T16:16:02.324 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.013+0000 7fa61c545700 0 ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable), process ceph-mon, pid 7 2024-02-12T16:16:02.324 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.013+0000 7fa61c545700 0 pidfile_write: ignore empty --pid-file 2024-02-12T16:16:02.324 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.018+0000 7fa61c545700 0 load: jerasure load: lrc load: isa 2024-02-12T16:16:02.324 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: RocksDB version: 6.8.1 2024-02-12T16:16:02.325 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 2024-02-12T16:16:02.325 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-12T16:16:02.325 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Compile date May 13 2021 2024-02-12T16:16:02.325 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: DB SUMMARY 2024-02-12T16:16:02.325 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 2024-02-12T16:16:02.325 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: CURRENT file: CURRENT 2024-02-12T16:16:02.325 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 2024-02-12T16:16:02.325 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: IDENTITY file: IDENTITY 2024-02-12T16:16:02.325 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 2024-02-12T16:16:02.325 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-12T16:16:02.325 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 2024-02-12T16:16:02.325 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi059/store.db dir, Total Num: 1, files: 000004.sst 2024-02-12T16:16:02.325 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 2024-02-12T16:16:02.326 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi059/store.db: 000006.log size: 85649 ; 2024-02-12T16:16:02.326 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 2024-02-12T16:16:02.326 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.error_if_exists: 0 2024-02-12T16:16:02.326 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.create_if_missing: 0 2024-02-12T16:16:02.326 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.paranoid_checks: 1 2024-02-12T16:16:02.326 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.env: 0x564c62d6f1c0 2024-02-12T16:16:02.326 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.fs: Posix File System 2024-02-12T16:16:02.326 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.info_log: 0x564c65573960 2024-02-12T16:16:02.326 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-12T16:16:02.326 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.statistics: (nil) 2024-02-12T16:16:02.326 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.use_fsync: 0 2024-02-12T16:16:02.326 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.max_log_file_size: 0 2024-02-12T16:16:02.326 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-12T16:16:02.326 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-12T16:16:02.327 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-12T16:16:02.327 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-12T16:16:02.327 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.allow_fallocate: 1 2024-02-12T16:16:02.327 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-12T16:16:02.327 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-12T16:16:02.327 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.use_direct_reads: 0 2024-02-12T16:16:02.327 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-12T16:16:02.327 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-12T16:16:02.327 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.db_log_dir: 2024-02-12T16:16:02.327 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi059/store.db 2024-02-12T16:16:02.327 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-12T16:16:02.327 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.max_subcompactions: 1 2024-02-12T16:16:02.327 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.max_background_flushes: -1 2024-02-12T16:16:02.327 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-12T16:16:02.328 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-12T16:16:02.328 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-12T16:16:02.328 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-12T16:16:02.328 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-12T16:16:02.328 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-12T16:16:02.328 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-12T16:16:02.328 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.write_buffer_manager: 0x564c661e8030 2024-02-12T16:16:02.328 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-12T16:16:02.328 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-12T16:16:02.328 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-12T16:16:02.328 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-12T16:16:02.328 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-12T16:16:02.328 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-12T16:16:02.328 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-12T16:16:02.328 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-12T16:16:02.329 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-12T16:16:02.329 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.unordered_write: 0 2024-02-12T16:16:02.329 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-12T16:16:02.330 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-12T16:16:02.330 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-12T16:16:02.330 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-12T16:16:02.330 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.row_cache: None 2024-02-12T16:16:02.330 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.wal_filter: None 2024-02-12T16:16:02.330 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-12T16:16:02.331 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-12T16:16:02.331 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.preserve_deletes: 0 2024-02-12T16:16:02.331 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.two_write_queues: 0 2024-02-12T16:16:02.331 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-12T16:16:02.331 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.atomic_flush: 0 2024-02-12T16:16:02.331 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-12T16:16:02.331 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-12T16:16:02.331 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-12T16:16:02.331 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.log_readahead_size: 0 2024-02-12T16:16:02.331 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-12T16:16:02.331 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.max_background_jobs: 2 2024-02-12T16:16:02.331 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.max_background_compactions: -1 2024-02-12T16:16:02.331 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-12T16:16:02.331 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-12T16:16:02.331 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-12T16:16:02.331 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-12T16:16:02.332 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-12T16:16:02.332 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-12T16:16:02.332 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-12T16:16:02.332 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-12T16:16:02.332 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.max_open_files: -1 2024-02-12T16:16:02.332 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-12T16:16:02.332 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-12T16:16:02.332 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-12T16:16:02.332 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-12T16:16:02.332 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Compression algorithms supported: 2024-02-12T16:16:02.332 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-12T16:16:02.332 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: kZSTD supported: 0 2024-02-12T16:16:02.332 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: kXpressCompression supported: 0 2024-02-12T16:16:02.332 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-12T16:16:02.332 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: kLZ4Compression supported: 1 2024-02-12T16:16:02.333 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: kBZip2Compression supported: 0 2024-02-12T16:16:02.333 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: kZlibCompression supported: 1 2024-02-12T16:16:02.333 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: kSnappyCompression supported: 1 2024-02-12T16:16:02.333 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-12T16:16:02.333 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi059/store.db/MANIFEST-000005 2024-02-12T16:16:02.333 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 2024-02-12T16:16:02.333 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-12T16:16:02.333 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 2024-02-12T16:16:02.333 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-12T16:16:02.333 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.merge_operator: 2024-02-12T16:16:02.333 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.compaction_filter: None 2024-02-12T16:16:02.333 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-12T16:16:02.333 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-12T16:16:02.333 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-12T16:16:02.333 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564c6548bcb0) 2024-02-12T16:16:02.334 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cache_index_and_filter_blocks: 1 2024-02-12T16:16:02.334 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-12T16:16:02.334 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-12T16:16:02.334 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: pin_top_level_index_and_filter: 1 2024-02-12T16:16:02.334 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: index_type: 0 2024-02-12T16:16:02.334 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: data_block_index_type: 0 2024-02-12T16:16:02.334 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: index_shortening: 1 2024-02-12T16:16:02.334 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: data_block_hash_table_util_ratio: 0.750000 2024-02-12T16:16:02.334 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: hash_index_allow_collision: 1 2024-02-12T16:16:02.334 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: checksum: 1 2024-02-12T16:16:02.334 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: no_block_cache: 0 2024-02-12T16:16:02.334 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: block_cache: 0x564c654c0f10 2024-02-12T16:16:02.334 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: block_cache_name: BinnedLRUCache 2024-02-12T16:16:02.334 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: block_cache_options: 2024-02-12T16:16:02.334 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: capacity : 536870912 2024-02-12T16:16:02.335 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: num_shard_bits : 4 2024-02-12T16:16:02.335 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: strict_capacity_limit : 0 2024-02-12T16:16:02.335 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: high_pri_pool_ratio: 0.000 2024-02-12T16:16:02.335 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: block_cache_compressed: (nil) 2024-02-12T16:16:02.335 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: persistent_cache: (nil) 2024-02-12T16:16:02.335 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: block_size: 4096 2024-02-12T16:16:02.335 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: block_size_deviation: 10 2024-02-12T16:16:02.335 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: block_restart_interval: 16 2024-02-12T16:16:02.335 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: index_block_restart_interval: 1 2024-02-12T16:16:02.335 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: metadata_block_size: 4096 2024-02-12T16:16:02.335 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: partition_filters: 0 2024-02-12T16:16:02.335 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: use_delta_encoding: 1 2024-02-12T16:16:02.335 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-12T16:16:02.335 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: whole_key_filtering: 1 2024-02-12T16:16:02.335 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: verify_compression: 0 2024-02-12T16:16:02.335 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: read_amp_bytes_per_bit: 0 2024-02-12T16:16:02.336 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: format_version: 2 2024-02-12T16:16:02.336 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: enable_index_compression: 1 2024-02-12T16:16:02.336 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: block_align: 0 2024-02-12T16:16:02.336 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 2024-02-12T16:16:02.336 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-12T16:16:02.336 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-12T16:16:02.336 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.compression: NoCompression 2024-02-12T16:16:02.336 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-12T16:16:02.336 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-12T16:16:02.336 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-12T16:16:02.336 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.num_levels: 7 2024-02-12T16:16:02.336 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-12T16:16:02.336 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-12T16:16:02.336 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-12T16:16:02.336 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-12T16:16:02.337 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-12T16:16:02.337 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-12T16:16:02.337 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-12T16:16:02.337 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-12T16:16:02.337 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-12T16:16:02.337 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-12T16:16:02.337 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-12T16:16:02.337 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-12T16:16:02.337 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-12T16:16:02.337 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-12T16:16:02.337 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-12T16:16:02.337 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-12T16:16:02.337 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-12T16:16:02.338 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-12T16:16:02.338 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-12T16:16:02.338 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-12T16:16:02.338 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-12T16:16:02.338 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-12T16:16:02.338 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-12T16:16:02.338 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-12T16:16:02.338 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-12T16:16:02.338 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-12T16:16:02.338 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-12T16:16:02.338 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-12T16:16:02.338 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-12T16:16:02.338 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-12T16:16:02.338 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-12T16:16:02.338 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-12T16:16:02.339 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-12T16:16:02.339 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-12T16:16:02.339 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-12T16:16:02.339 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-12T16:16:02.339 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-12T16:16:02.339 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-12T16:16:02.339 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-12T16:16:02.339 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-12T16:16:02.339 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-12T16:16:02.339 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-12T16:16:02.339 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-12T16:16:02.339 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-12T16:16:02.339 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-12T16:16:02.339 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-12T16:16:02.340 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-12T16:16:02.340 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.table_properties_collectors: 2024-02-12T16:16:02.340 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.inplace_update_support: 0 2024-02-12T16:16:02.340 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-12T16:16:02.340 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-12T16:16:02.340 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-12T16:16:02.340 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-12T16:16:02.340 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.bloom_locality: 0 2024-02-12T16:16:02.340 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.max_successive_merges: 0 2024-02-12T16:16:02.340 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-12T16:16:02.340 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-12T16:16:02.340 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-12T16:16:02.340 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-12T16:16:02.341 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.ttl: 2592000 2024-02-12T16:16:02.341 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.019+0000 7fa61c545700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-12T16:16:02.341 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.020+0000 7fa61c545700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi059/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 2024-02-12T16:16:02.341 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 2024-02-12T16:16:02.341 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.020+0000 7fa61c545700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-12T16:16:02.341 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 2024-02-12T16:16:02.341 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.020+0000 7fa61c545700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707754562021068, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-12T16:16:02.341 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.020+0000 7fa61c545700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-12T16:16:02.341 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.020+0000 7fa61c545700 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. 2024-02-12T16:16:02.341 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.021+0000 7fa61c545700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707754562021968, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 82397, "table_properties": {"data_size": 80667, "index_size": 335, "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": 9331, "raw_average_key_size": 47, "raw_value_size": 75301, "raw_average_value_size": 380, "num_data_blocks": 11, "num_entries": 198, "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": 1707754562, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-12T16:16:02.341 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.021+0000 7fa61c545700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-12T16:16:02.341 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 2024-02-12T16:16:02.341 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.021+0000 7fa61c545700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707754562022410, "job": 1, "event": "recovery_finished"} 2024-02-12T16:16:02.341 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.022+0000 7fa61c545700 4 rocksdb: DB pointer 0x564c65585800 2024-02-12T16:16:02.342 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.022+0000 7fa60335d700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-12T16:16:02.342 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.022+0000 7fa60335d700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-12T16:16:02.342 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: ** DB Stats ** 2024-02-12T16:16:02.342 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T16:16:02.342 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-12T16:16:02.342 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-12T16:16:02.342 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-12T16:16:02.342 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-12T16:16:02.342 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-12T16:16:02.342 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-12T16:16:02.342 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 2024-02-12T16:16:02.342 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: ** Compaction Stats [default] ** 2024-02-12T16:16:02.342 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 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 2024-02-12T16:16:02.342 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T16:16:02.343 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: L0 2/0 82.16 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 130.5 0.00 0.00 1 0.001 0 0 2024-02-12T16:16:02.343 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Sum 2/0 82.16 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 130.5 0.00 0.00 1 0.001 0 0 2024-02-12T16:16:02.343 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 130.5 0.00 0.00 1 0.001 0 0 2024-02-12T16:16:02.343 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 2024-02-12T16:16:02.343 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: ** Compaction Stats [default] ** 2024-02-12T16:16:02.343 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 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 2024-02-12T16:16:02.343 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T16:16:02.343 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 130.5 0.00 0.00 1 0.001 0 0 2024-02-12T16:16:02.343 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T16:16:02.343 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-12T16:16:02.343 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-12T16:16:02.343 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: AddFile(Total Files): cumulative 0, interval 0 2024-02-12T16:16:02.343 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-12T16:16:02.343 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: AddFile(Keys): cumulative 0, interval 0 2024-02-12T16:16:02.343 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Cumulative compaction: 0.00 GB write, 25.78 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T16:16:02.344 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Interval compaction: 0.00 GB write, 25.78 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T16:16:02.344 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-12T16:16:02.344 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 2024-02-12T16:16:02.344 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: ** File Read Latency Histogram By Level [default] ** 2024-02-12T16:16:02.344 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 2024-02-12T16:16:02.344 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: ** Compaction Stats [default] ** 2024-02-12T16:16:02.344 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 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 2024-02-12T16:16:02.344 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T16:16:02.344 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: L0 2/0 82.16 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 130.5 0.00 0.00 1 0.001 0 0 2024-02-12T16:16:02.344 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Sum 2/0 82.16 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 130.5 0.00 0.00 1 0.001 0 0 2024-02-12T16:16:02.344 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 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 2024-02-12T16:16:02.344 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 2024-02-12T16:16:02.344 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: ** Compaction Stats [default] ** 2024-02-12T16:16:02.344 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 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 2024-02-12T16:16:02.345 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T16:16:02.345 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 130.5 0.00 0.00 1 0.001 0 0 2024-02-12T16:16:02.345 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T16:16:02.345 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-12T16:16:02.345 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-12T16:16:02.345 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: AddFile(Total Files): cumulative 0, interval 0 2024-02-12T16:16:02.345 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-12T16:16:02.345 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: AddFile(Keys): cumulative 0, interval 0 2024-02-12T16:16:02.345 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Cumulative compaction: 0.00 GB write, 25.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T16:16:02.345 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T16:16:02.345 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-12T16:16:02.345 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 2024-02-12T16:16:02.345 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: ** File Read Latency Histogram By Level [default] ** 2024-02-12T16:16:02.345 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 2024-02-12T16:16:02.346 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.023+0000 7fa61c545700 0 starting mon.smithi059 rank 0 at public addrs [v2:172.21.15.59:3300/0,v1:172.21.15.59:6789/0] at bind addrs [v2:172.21.15.59:3300/0,v1:172.21.15.59:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi059 fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 2024-02-12T16:16:02.346 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.024+0000 7fa61c545700 1 mon.smithi059@-1(???) e1 preinit fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 2024-02-12T16:16:02.346 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.024+0000 7fa61c545700 0 mon.smithi059@-1(???).mds e1 new map 2024-02-12T16:16:02.346 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.024+0000 7fa61c545700 0 mon.smithi059@-1(???).mds e1 print_map 2024-02-12T16:16:02.346 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: e1 2024-02-12T16:16:02.346 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-12T16:16:02.346 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 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} 2024-02-12T16:16:02.346 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: legacy client fscid: -1 2024-02-12T16:16:02.346 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 2024-02-12T16:16:02.346 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: No filesystems configured 2024-02-12T16:16:02.346 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 2024-02-12T16:16:02.346 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.024+0000 7fa61c545700 0 mon.smithi059@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-12T16:16:02.346 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.024+0000 7fa61c545700 0 mon.smithi059@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-12T16:16:02.346 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.024+0000 7fa61c545700 0 mon.smithi059@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-12T16:16:02.346 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.024+0000 7fa61c545700 0 mon.smithi059@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-12T16:16:02.347 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:00.283960+0000 mon.smithi059 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.59:0/879539973' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:16:02.347 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.024+0000 7fa61c545700 1 mon.smithi059@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-12T16:16:02.347 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.025+0000 7fa61c545700 20 expand_channel_meta expand map: {default=false} 2024-02-12T16:16:02.347 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.025+0000 7fa61c545700 20 expand_channel_meta from 'false' to 'false' 2024-02-12T16:16:02.347 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.025+0000 7fa61c545700 20 expand_channel_meta expanded map: {default=false} 2024-02-12T16:16:02.347 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.025+0000 7fa61c545700 20 expand_channel_meta expand map: {default=info} 2024-02-12T16:16:02.347 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.025+0000 7fa61c545700 20 expand_channel_meta from 'info' to 'info' 2024-02-12T16:16:02.347 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.025+0000 7fa61c545700 20 expand_channel_meta expanded map: {default=info} 2024-02-12T16:16:02.347 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.025+0000 7fa61c545700 20 expand_channel_meta expand map: {default=daemon} 2024-02-12T16:16:02.347 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.025+0000 7fa61c545700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-02-12T16:16:02.347 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.025+0000 7fa61c545700 20 expand_channel_meta expanded map: {default=daemon} 2024-02-12T16:16:02.347 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.025+0000 7fa61c545700 20 expand_channel_meta expand map: {default=debug} 2024-02-12T16:16:02.347 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.025+0000 7fa61c545700 20 expand_channel_meta from 'debug' to 'debug' 2024-02-12T16:16:02.347 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:16:02.025+0000 7fa61c545700 20 expand_channel_meta expanded map: {default=debug} 2024-02-12T16:16:02.347 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 bash[35125]: d8125f40d768be065359374302af0ea749551ebbcb46b08453a208951e82331f 2024-02-12T16:16:02.347 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 systemd[1]: Started Ceph mon.smithi059 for ee1b93fa-c9c1-11ee-95b9-87774f69a715. 2024-02-12T16:16:02.347 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:02.040711+0000 mon.smithi059 (mon.0) 1 : cluster [INF] mon.smithi059 is new leader, mons smithi059 in quorum (ranks 0) 2024-02-12T16:16:02.348 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:02.040755+0000 mon.smithi059 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi059=[v2:172.21.15.59:3300/0,v1:172.21.15.59:6789/0]} 2024-02-12T16:16:02.348 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:02.040790+0000 mon.smithi059 (mon.0) 3 : cluster [DBG] fsmap 2024-02-12T16:16:02.348 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:02.040816+0000 mon.smithi059 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-12T16:16:02.348 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:02.041179+0000 mon.smithi059 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-12T16:16:03.252 INFO:teuthology.orchestra.run.smithi059.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-12T16:16:03.253 INFO:teuthology.orchestra.run.smithi059.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-12T16:16:03.253 INFO:teuthology.orchestra.run.smithi059.stderr:Creating mgr... 2024-02-12T16:16:03.253 INFO:teuthology.orchestra.run.smithi059.stderr:Verifying port 9283 ... 2024-02-12T16:16:03.255 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl daemon-reload 2024-02-12T16:16:03.354 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl stop ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@mgr.smithi059.hlkxlm 2024-02-12T16:16:03.380 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl reset-failed ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@mgr.smithi059.hlkxlm 2024-02-12T16:16:03.386 INFO:teuthology.orchestra.run.smithi059.stderr:systemctl: Failed to reset failed state of unit ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@mgr.smithi059.hlkxlm.service: Unit ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@mgr.smithi059.hlkxlm.service not loaded. 2024-02-12T16:16:03.386 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl enable ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@mgr.smithi059.hlkxlm 2024-02-12T16:16:03.392 INFO:teuthology.orchestra.run.smithi059.stderr:systemctl: Created symlink /etc/systemd/system/ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715.target.wants/ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@mgr.smithi059.hlkxlm.service → /etc/systemd/system/ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@.service. 2024-02-12T16:16:03.483 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl start ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@mgr.smithi059.hlkxlm 2024-02-12T16:16:04.095 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:03 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:02.710688+0000 mon.smithi059 (mon.0) 6 : audit [INF] from='client.? 172.21.15.59:0/4054266345' entity='client.admin' 2024-02-12T16:16:04.098 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-12T16:16:04.107 INFO:teuthology.orchestra.run.smithi059.stderr:systemctl: disabled 2024-02-12T16:16:04.108 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl is-active firewalld.service 2024-02-12T16:16:04.115 INFO:teuthology.orchestra.run.smithi059.stderr:systemctl: inactive 2024-02-12T16:16:04.116 INFO:teuthology.orchestra.run.smithi059.stderr:firewalld.service is not enabled 2024-02-12T16:16:04.116 INFO:teuthology.orchestra.run.smithi059.stderr:Not possible to enable service . firewalld.service is not available 2024-02-12T16:16:04.116 INFO:teuthology.orchestra.run.smithi059.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-02-12T16:16:04.116 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-12T16:16:04.123 INFO:teuthology.orchestra.run.smithi059.stderr:systemctl: disabled 2024-02-12T16:16:04.124 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl is-active firewalld.service 2024-02-12T16:16:04.132 INFO:teuthology.orchestra.run.smithi059.stderr:systemctl: inactive 2024-02-12T16:16:04.133 INFO:teuthology.orchestra.run.smithi059.stderr:firewalld.service is not enabled 2024-02-12T16:16:04.133 INFO:teuthology.orchestra.run.smithi059.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-12T16:16:04.133 INFO:teuthology.orchestra.run.smithi059.stderr:Waiting for mgr to start... 2024-02-12T16:16:04.133 INFO:teuthology.orchestra.run.smithi059.stderr:Waiting for mgr... 2024-02-12T16:16:04.133 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptl03rbe9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8doinqor:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2024-02-12T16:16:04.772 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: 2024-02-12T16:16:04.772 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: { 2024-02-12T16:16:04.772 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "fsid": "ee1b93fa-c9c1-11ee-95b9-87774f69a715", 2024-02-12T16:16:04.772 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "health": { 2024-02-12T16:16:04.772 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-12T16:16:04.773 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "checks": {}, 2024-02-12T16:16:04.775 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "mutes": [] 2024-02-12T16:16:04.775 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: }, 2024-02-12T16:16:04.775 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-12T16:16:04.775 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "quorum": [ 2024-02-12T16:16:04.775 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: 0 2024-02-12T16:16:04.775 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: ], 2024-02-12T16:16:04.775 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-12T16:16:04.775 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "smithi059" 2024-02-12T16:16:04.775 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: ], 2024-02-12T16:16:04.776 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-02-12T16:16:04.776 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "monmap": { 2024-02-12T16:16:04.776 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T16:16:04.776 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-12T16:16:04.776 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-12T16:16:04.776 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: }, 2024-02-12T16:16:04.776 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "osdmap": { 2024-02-12T16:16:04.776 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T16:16:04.776 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-12T16:16:04.776 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-12T16:16:04.776 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-12T16:16:04.776 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-12T16:16:04.780 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-12T16:16:04.780 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-12T16:16:04.780 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: }, 2024-02-12T16:16:04.780 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "pgmap": { 2024-02-12T16:16:04.780 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-12T16:16:04.780 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-12T16:16:04.780 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-12T16:16:04.780 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-12T16:16:04.780 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-12T16:16:04.780 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-12T16:16:04.780 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-12T16:16:04.780 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-12T16:16:04.780 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: }, 2024-02-12T16:16:04.781 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "fsmap": { 2024-02-12T16:16:04.781 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T16:16:04.781 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-12T16:16:04.781 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-12T16:16:04.781 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: }, 2024-02-12T16:16:04.781 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-12T16:16:04.781 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "available": false, 2024-02-12T16:16:04.781 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-12T16:16:04.781 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "modules": [ 2024-02-12T16:16:04.781 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "iostat", 2024-02-12T16:16:04.781 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "restful" 2024-02-12T16:16:04.781 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: ], 2024-02-12T16:16:04.781 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "services": {} 2024-02-12T16:16:04.781 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: }, 2024-02-12T16:16:04.782 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "servicemap": { 2024-02-12T16:16:04.782 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T16:16:04.782 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "modified": "2024-02-12T16:15:57.404004+0000", 2024-02-12T16:16:04.782 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "services": {} 2024-02-12T16:16:04.782 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: }, 2024-02-12T16:16:04.782 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-12T16:16:04.782 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: } 2024-02-12T16:16:05.109 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:04 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:04.769178+0000 mon.smithi059 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.59:0/3291377823' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-12T16:16:05.337 INFO:teuthology.orchestra.run.smithi059.stderr:mgr not available, waiting (1/15)... 2024-02-12T16:16:07.339 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptl03rbe9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8doinqor:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2024-02-12T16:16:07.978 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: 2024-02-12T16:16:07.978 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: { 2024-02-12T16:16:07.978 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "fsid": "ee1b93fa-c9c1-11ee-95b9-87774f69a715", 2024-02-12T16:16:07.978 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "health": { 2024-02-12T16:16:07.978 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-12T16:16:07.978 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "checks": {}, 2024-02-12T16:16:07.978 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "mutes": [] 2024-02-12T16:16:07.978 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: }, 2024-02-12T16:16:07.978 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-12T16:16:07.978 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "quorum": [ 2024-02-12T16:16:07.978 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: 0 2024-02-12T16:16:07.978 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: ], 2024-02-12T16:16:07.978 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-12T16:16:07.978 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "smithi059" 2024-02-12T16:16:07.979 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: ], 2024-02-12T16:16:07.979 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "quorum_age": 5, 2024-02-12T16:16:07.979 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "monmap": { 2024-02-12T16:16:07.979 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T16:16:07.979 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-12T16:16:07.979 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-12T16:16:07.979 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: }, 2024-02-12T16:16:07.979 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "osdmap": { 2024-02-12T16:16:07.979 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T16:16:07.979 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-12T16:16:07.979 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-12T16:16:07.979 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-12T16:16:07.979 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-12T16:16:07.979 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-12T16:16:07.979 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-12T16:16:07.980 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: }, 2024-02-12T16:16:07.980 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "pgmap": { 2024-02-12T16:16:07.980 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-12T16:16:07.980 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-12T16:16:07.980 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-12T16:16:07.980 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-12T16:16:07.980 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-12T16:16:07.980 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-12T16:16:07.980 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-12T16:16:07.980 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-12T16:16:07.980 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: }, 2024-02-12T16:16:07.980 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "fsmap": { 2024-02-12T16:16:07.980 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T16:16:07.980 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-12T16:16:07.980 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-12T16:16:07.981 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: }, 2024-02-12T16:16:07.981 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-12T16:16:07.981 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "available": false, 2024-02-12T16:16:07.981 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-12T16:16:07.981 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "modules": [ 2024-02-12T16:16:07.981 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "iostat", 2024-02-12T16:16:07.981 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "restful" 2024-02-12T16:16:07.981 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: ], 2024-02-12T16:16:07.981 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "services": {} 2024-02-12T16:16:07.981 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: }, 2024-02-12T16:16:07.981 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "servicemap": { 2024-02-12T16:16:07.981 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T16:16:07.981 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "modified": "2024-02-12T16:15:57.404004+0000", 2024-02-12T16:16:07.981 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "services": {} 2024-02-12T16:16:07.982 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: }, 2024-02-12T16:16:07.982 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-12T16:16:07.982 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: } 2024-02-12T16:16:08.331 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:07.969744+0000 mon.smithi059 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.59:0/489023428' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-12T16:16:08.592 INFO:teuthology.orchestra.run.smithi059.stderr:mgr not available, waiting (2/15)... 2024-02-12T16:16:09.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:09 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:09.177808+0000 mon.smithi059 (mon.0) 9 : cluster [INF] Activating manager daemon smithi059.hlkxlm 2024-02-12T16:16:09.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:09 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:09.180446+0000 mon.smithi059 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi059.hlkxlm(active, starting, since 0.00273798s) 2024-02-12T16:16:09.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:09 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:09.181438+0000 mon.smithi059 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.59:0/3178217036' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-12T16:16:09.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:09 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:09.181564+0000 mon.smithi059 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.59:0/3178217036' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-12T16:16:09.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:09 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:09.181668+0000 mon.smithi059 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.59:0/3178217036' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-12T16:16:09.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:09 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:09.181819+0000 mon.smithi059 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.59:0/3178217036' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "mon metadata", "id": "smithi059"}]: dispatch 2024-02-12T16:16:09.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:09 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:09.182073+0000 mon.smithi059 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.59:0/3178217036' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "mgr metadata", "who": "smithi059.hlkxlm", "id": "smithi059.hlkxlm"}]: dispatch 2024-02-12T16:16:09.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:09 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:09.195493+0000 mon.smithi059 (mon.0) 16 : cluster [INF] Manager daemon smithi059.hlkxlm is now available 2024-02-12T16:16:09.655 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:09 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:09.204631+0000 mon.smithi059 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.59:0/3178217036' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:16:09.655 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:09 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:09.207810+0000 mon.smithi059 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.59:0/3178217036' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/mirror_snapshot_schedule"}]: dispatch 2024-02-12T16:16:09.655 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:09 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:09.209003+0000 mon.smithi059 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.59:0/3178217036' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/trash_purge_schedule"}]: dispatch 2024-02-12T16:16:09.655 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:09 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:09.216141+0000 mon.smithi059 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.59:0/3178217036' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:16:09.655 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:09 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:09.220463+0000 mon.smithi059 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.59:0/3178217036' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:16:10.595 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptl03rbe9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8doinqor:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2024-02-12T16:16:11.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:11 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:10.183622+0000 mon.smithi059 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi059.hlkxlm(active, since 1.00591s) 2024-02-12T16:16:12.367 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: 2024-02-12T16:16:12.367 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: { 2024-02-12T16:16:12.367 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "fsid": "ee1b93fa-c9c1-11ee-95b9-87774f69a715", 2024-02-12T16:16:12.367 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "health": { 2024-02-12T16:16:12.367 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-12T16:16:12.367 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "checks": {}, 2024-02-12T16:16:12.367 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "mutes": [] 2024-02-12T16:16:12.367 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: }, 2024-02-12T16:16:12.367 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-12T16:16:12.368 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "quorum": [ 2024-02-12T16:16:12.368 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: 0 2024-02-12T16:16:12.368 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: ], 2024-02-12T16:16:12.368 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-12T16:16:12.368 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "smithi059" 2024-02-12T16:16:12.368 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: ], 2024-02-12T16:16:12.368 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "quorum_age": 10, 2024-02-12T16:16:12.368 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "monmap": { 2024-02-12T16:16:12.368 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T16:16:12.368 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-12T16:16:12.368 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-12T16:16:12.368 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: }, 2024-02-12T16:16:12.368 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "osdmap": { 2024-02-12T16:16:12.368 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T16:16:12.369 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-12T16:16:12.369 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-12T16:16:12.369 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-12T16:16:12.369 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-12T16:16:12.369 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-12T16:16:12.369 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-12T16:16:12.369 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: }, 2024-02-12T16:16:12.369 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "pgmap": { 2024-02-12T16:16:12.369 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-12T16:16:12.369 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-12T16:16:12.369 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-12T16:16:12.369 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-12T16:16:12.369 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-12T16:16:12.369 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-12T16:16:12.369 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-12T16:16:12.369 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-12T16:16:12.370 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: }, 2024-02-12T16:16:12.370 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "fsmap": { 2024-02-12T16:16:12.370 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T16:16:12.370 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-12T16:16:12.370 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-12T16:16:12.370 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: }, 2024-02-12T16:16:12.370 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-12T16:16:12.370 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "available": true, 2024-02-12T16:16:12.370 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-12T16:16:12.370 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "modules": [ 2024-02-12T16:16:12.370 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "iostat", 2024-02-12T16:16:12.370 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "restful" 2024-02-12T16:16:12.370 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: ], 2024-02-12T16:16:12.370 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "services": {} 2024-02-12T16:16:12.370 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: }, 2024-02-12T16:16:12.371 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "servicemap": { 2024-02-12T16:16:12.371 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T16:16:12.371 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "modified": "2024-02-12T16:15:57.404004+0000", 2024-02-12T16:16:12.371 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "services": {} 2024-02-12T16:16:12.371 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: }, 2024-02-12T16:16:12.371 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-12T16:16:12.371 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: } 2024-02-12T16:16:12.977 INFO:teuthology.orchestra.run.smithi059.stderr:mgr is available 2024-02-12T16:16:12.977 INFO:teuthology.orchestra.run.smithi059.stderr:Enabling cephadm module... 2024-02-12T16:16:12.977 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptl03rbe9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8doinqor:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable cephadm 2024-02-12T16:16:13.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:13 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:12.183321+0000 mon.smithi059 (mon.0) 23 : cluster [DBG] mgrmap e4: smithi059.hlkxlm(active, since 3s) 2024-02-12T16:16:13.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:13 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:12.360014+0000 mon.smithi059 (mon.0) 24 : audit [DBG] from='client.? 172.21.15.59:0/2602059432' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-12T16:16:14.523 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:14 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:13.710954+0000 mon.smithi059 (mon.0) 25 : audit [INF] from='client.? 172.21.15.59:0/1152456799' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-12T16:16:14.817 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptl03rbe9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8doinqor:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr stat 2024-02-12T16:16:15.544 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: { 2024-02-12T16:16:15.544 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "epoch": 5, 2024-02-12T16:16:15.545 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "available": true, 2024-02-12T16:16:15.545 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "active_name": "smithi059.hlkxlm", 2024-02-12T16:16:15.545 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-12T16:16:15.545 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: } 2024-02-12T16:16:15.572 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:15 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:14.186649+0000 mon.smithi059 (mon.0) 26 : audit [INF] from='client.? 172.21.15.59:0/1152456799' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-12T16:16:15.572 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:15 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:14.186697+0000 mon.smithi059 (mon.0) 27 : cluster [DBG] mgrmap e5: smithi059.hlkxlm(active, since 5s) 2024-02-12T16:16:16.140 INFO:teuthology.orchestra.run.smithi059.stderr:Waiting for the mgr to restart... 2024-02-12T16:16:16.140 INFO:teuthology.orchestra.run.smithi059.stderr:Waiting for mgr epoch 5... 2024-02-12T16:16:16.140 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptl03rbe9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8doinqor:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2024-02-12T16:16:16.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:16 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:15.542299+0000 mon.smithi059 (mon.0) 28 : audit [DBG] from='client.? 172.21.15.59:0/2647488122' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-12T16:16:19.903 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:19 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:19.353680+0000 mon.smithi059 (mon.0) 29 : cluster [INF] Active manager daemon smithi059.hlkxlm restarted 2024-02-12T16:16:19.903 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:19 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:19.354060+0000 mon.smithi059 (mon.0) 30 : cluster [INF] Activating manager daemon smithi059.hlkxlm 2024-02-12T16:16:19.903 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:19 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:19.356142+0000 mon.smithi059 (mon.0) 31 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-12T16:16:20.424 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: { 2024-02-12T16:16:20.425 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-02-12T16:16:20.425 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "initialized": true 2024-02-12T16:16:20.425 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: } 2024-02-12T16:16:20.903 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:20 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:19.406919+0000 mon.smithi059 (mon.0) 32 : cluster [DBG] mgrmap e6: smithi059.hlkxlm(active, starting, since 0.0529329s) 2024-02-12T16:16:20.903 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:20 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:19.409302+0000 mon.smithi059 (mon.0) 33 : audit [DBG] from='mgr.14114 172.21.15.59:0/1422883757' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "mon metadata", "id": "smithi059"}]: dispatch 2024-02-12T16:16:20.903 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:20 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:19.409961+0000 mon.smithi059 (mon.0) 34 : audit [DBG] from='mgr.14114 172.21.15.59:0/1422883757' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "mgr metadata", "who": "smithi059.hlkxlm", "id": "smithi059.hlkxlm"}]: dispatch 2024-02-12T16:16:20.903 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:20 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:19.410610+0000 mon.smithi059 (mon.0) 35 : audit [DBG] from='mgr.14114 172.21.15.59:0/1422883757' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-12T16:16:20.903 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:20 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:19.410756+0000 mon.smithi059 (mon.0) 36 : audit [DBG] from='mgr.14114 172.21.15.59:0/1422883757' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-12T16:16:20.903 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:20 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:19.410903+0000 mon.smithi059 (mon.0) 37 : audit [DBG] from='mgr.14114 172.21.15.59:0/1422883757' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-12T16:16:20.903 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:20 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:19.424537+0000 mon.smithi059 (mon.0) 38 : cluster [INF] Manager daemon smithi059.hlkxlm is now available 2024-02-12T16:16:20.903 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:20 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:19.437959+0000 mon.smithi059 (mon.0) 39 : audit [INF] from='mgr.14114 172.21.15.59:0/1422883757' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:16:20.903 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:20 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:19.440591+0000 mon.smithi059 (mon.0) 40 : audit [INF] from='mgr.14114 172.21.15.59:0/1422883757' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:16:20.903 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:20 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:19.442974+0000 mon.smithi059 (mon.0) 41 : audit [INF] from='mgr.14114 172.21.15.59:0/1422883757' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:16:20.904 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:20 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:19.537071+0000 mon.smithi059 (mon.0) 42 : audit [INF] from='mgr.14114 172.21.15.59:0/1422883757' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:16:20.904 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:20 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:19.537808+0000 mon.smithi059 (mon.0) 43 : audit [DBG] from='mgr.14114 172.21.15.59:0/1422883757' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:16:20.904 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:20 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:19.539313+0000 mon.smithi059 (mon.0) 44 : audit [DBG] from='mgr.14114 172.21.15.59:0/1422883757' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:16:20.904 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:20 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:19.541171+0000 mon.smithi059 (mon.0) 45 : audit [DBG] from='mgr.14114 172.21.15.59:0/1422883757' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:16:20.904 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:20 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:19.551417+0000 mon.smithi059 (mon.0) 46 : audit [INF] from='mgr.14114 172.21.15.59:0/1422883757' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/mirror_snapshot_schedule"}]: dispatch 2024-02-12T16:16:20.904 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:20 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:19.552611+0000 mon.smithi059 (mon.0) 47 : audit [INF] from='mgr.14114 172.21.15.59:0/1422883757' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/trash_purge_schedule"}]: dispatch 2024-02-12T16:16:21.903 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:21 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:20.414879+0000 mgr.smithi059.hlkxlm (mgr.14114) 1 : audit [DBG] from='client.14118 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-12T16:16:21.903 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:21 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:20.415646+0000 mon.smithi059 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi059.hlkxlm(active, since 1.06165s) 2024-02-12T16:16:21.903 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:21 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:20.422256+0000 mgr.smithi059.hlkxlm (mgr.14114) 2 : audit [DBG] from='client.14118 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-12T16:16:22.903 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:22 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:21.417543+0000 mon.smithi059 (mon.0) 49 : cluster [DBG] mgrmap e8: smithi059.hlkxlm(active, since 2s) 2024-02-12T16:16:25.190 INFO:teuthology.orchestra.run.smithi059.stderr:mgr epoch 5 is available 2024-02-12T16:16:25.191 INFO:teuthology.orchestra.run.smithi059.stderr:Setting orchestrator backend to cephadm... 2024-02-12T16:16:25.191 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptl03rbe9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8doinqor:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch set backend cephadm 2024-02-12T16:16:26.412 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptl03rbe9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8doinqor:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm set-user root 2024-02-12T16:16:27.077 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: value unchanged 2024-02-12T16:16:27.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:26 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:25.923438+0000 mgr.smithi059.hlkxlm (mgr.14114) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:16:27.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:26 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:25.927200+0000 mon.smithi059 (mon.0) 50 : audit [INF] from='mgr.14114 172.21.15.59:0/1422883757' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:16:27.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:26 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:25.930702+0000 mon.smithi059 (mon.0) 51 : audit [DBG] from='mgr.14114 172.21.15.59:0/1422883757' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:16:27.668 INFO:teuthology.orchestra.run.smithi059.stderr:Generating ssh key... 2024-02-12T16:16:27.668 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptl03rbe9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8doinqor:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm generate-key 2024-02-12T16:16:28.152 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:28 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:27.075615+0000 mgr.smithi059.hlkxlm (mgr.14114) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:16:29.341 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptl03rbe9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8doinqor:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm get-pub-key 2024-02-12T16:16:30.003 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC66sc7ZNvso8cclO6+OHdXMgcA1tk0bdSmM3lTIc/ZOGV+LRPSI21M9hoo8AyPn/6hFQL03nKVr59A1V3VzvniBrpmxaaJ0plFdY4/21rFi8MFIG5tEo5hhzhvSGGVKyU3GpvlZfRgGM3tDbFi3qvDPR9r2LPZ21bVcGh3ZvghhdG6w9uIF737BMukNy3hM7Vyn4twWvV79qmPWeDZOzk0AunoYGjiy5HLDY3OgmsINiBHv5F9gm7pq3dvZU8vAT/hDM2TtJdvtr6PyeVz0nXjvekoZnRc/Rf7AAZh1JdiPpL0J1RWYrTr7HhTa5Xd6jjOefDPgT8LfnbG9I6GbMimR/KsQsf8C+yH3a7YAPDqmvHLdP89XRHMBiMem1SX1IO+Mwen2/AuEaLxkxt0Efp0Fu6ga9s6N68S+yWoSonJMERDFv8tjHQBiVdc5O7ZyCKhDQqXghwehj7JcxbRwXBSFAR3Uv1WH4CEe6MoJOYrZbByQMgfTyqGnPVE8jhi9Xs= ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715 2024-02-12T16:16:30.022 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:29 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cephadm 2024-02-12T16:16:28.338635+0000 mgr.smithi059.hlkxlm (mgr.14114) 6 : cephadm [INF] Generating ssh key... 2024-02-12T16:16:30.023 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:29 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:28.726039+0000 mon.smithi059 (mon.0) 52 : audit [INF] from='mgr.14114 172.21.15.59:0/1422883757' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:16:30.023 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:29 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:28.728486+0000 mon.smithi059 (mon.0) 53 : audit [INF] from='mgr.14114 172.21.15.59:0/1422883757' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:16:30.605 INFO:teuthology.orchestra.run.smithi059.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-12T16:16:30.605 INFO:teuthology.orchestra.run.smithi059.stderr:Adding key to root@localhost authorized_keys... 2024-02-12T16:16:30.606 INFO:teuthology.orchestra.run.smithi059.stderr:Adding host smithi059... 2024-02-12T16:16:30.606 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptl03rbe9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8doinqor:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch host add smithi059 172.21.15.59 2024-02-12T16:16:31.152 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:30 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:30.000865+0000 mgr.smithi059.hlkxlm (mgr.14114) 7 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:16:31.927 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: Added host 'smithi059' 2024-02-12T16:16:32.561 INFO:teuthology.orchestra.run.smithi059.stderr:Deploying mon service with default placement... 2024-02-12T16:16:32.561 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptl03rbe9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8doinqor:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply mon 2024-02-12T16:16:33.260 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-12T16:16:33.281 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:32 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:31.325241+0000 mgr.smithi059.hlkxlm (mgr.14114) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi059", "addr": "172.21.15.59", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:16:33.281 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:32 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:31.924154+0000 mon.smithi059 (mon.0) 54 : audit [INF] from='mgr.14114 172.21.15.59:0/1422883757' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:16:33.281 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:32 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cephadm 2024-02-12T16:16:31.924471+0000 mgr.smithi059.hlkxlm (mgr.14114) 9 : cephadm [INF] Added host smithi059 2024-02-12T16:16:33.281 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:32 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:31.924713+0000 mon.smithi059 (mon.0) 55 : audit [DBG] from='mgr.14114 172.21.15.59:0/1422883757' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:16:33.892 INFO:teuthology.orchestra.run.smithi059.stderr:Deploying mgr service with default placement... 2024-02-12T16:16:33.892 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptl03rbe9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8doinqor:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply mgr 2024-02-12T16:16:34.643 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-12T16:16:34.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:34 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:33.255542+0000 mgr.smithi059.hlkxlm (mgr.14114) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:16:34.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:34 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cephadm 2024-02-12T16:16:33.256270+0000 mgr.smithi059.hlkxlm (mgr.14114) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-12T16:16:34.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:34 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:33.258516+0000 mon.smithi059 (mon.0) 56 : audit [INF] from='mgr.14114 172.21.15.59:0/1422883757' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:16:35.189 INFO:teuthology.orchestra.run.smithi059.stderr:Deploying crash service with default placement... 2024-02-12T16:16:35.189 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptl03rbe9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8doinqor:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply crash 2024-02-12T16:16:35.902 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:35 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:34.638223+0000 mgr.smithi059.hlkxlm (mgr.14114) 12 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:16:35.903 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:35 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cephadm 2024-02-12T16:16:34.638721+0000 mgr.smithi059.hlkxlm (mgr.14114) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-12T16:16:35.903 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:35 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:34.641028+0000 mon.smithi059 (mon.0) 57 : audit [INF] from='mgr.14114 172.21.15.59:0/1422883757' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:16:36.033 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-12T16:16:36.587 INFO:teuthology.orchestra.run.smithi059.stderr:Enabling mgr prometheus module... 2024-02-12T16:16:36.588 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptl03rbe9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8doinqor:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable prometheus 2024-02-12T16:16:37.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:37 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:36.028633+0000 mgr.smithi059.hlkxlm (mgr.14114) 14 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:16:37.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:37 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cephadm 2024-02-12T16:16:36.029296+0000 mgr.smithi059.hlkxlm (mgr.14114) 15 : cephadm [INF] Saving service crash spec with placement * 2024-02-12T16:16:37.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:37 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:36.031557+0000 mon.smithi059 (mon.0) 58 : audit [INF] from='mgr.14114 172.21.15.59:0/1422883757' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:16:38.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:38 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:37.308238+0000 mon.smithi059 (mon.0) 59 : audit [INF] from='client.? 172.21.15.59:0/1703756897' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-12T16:16:38.701 INFO:teuthology.orchestra.run.smithi059.stderr:Deploying prometheus service with default placement... 2024-02-12T16:16:38.701 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptl03rbe9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8doinqor:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply prometheus 2024-02-12T16:16:39.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:39 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:38.040301+0000 mon.smithi059 (mon.0) 60 : audit [INF] from='client.? 172.21.15.59:0/1703756897' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-12T16:16:39.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:39 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:38.040351+0000 mon.smithi059 (mon.0) 61 : cluster [DBG] mgrmap e9: smithi059.hlkxlm(active, since 18s) 2024-02-12T16:16:43.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:43 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:43.218929+0000 mon.smithi059 (mon.0) 62 : cluster [INF] Active manager daemon smithi059.hlkxlm restarted 2024-02-12T16:16:43.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:43 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:43.219405+0000 mon.smithi059 (mon.0) 63 : cluster [INF] Activating manager daemon smithi059.hlkxlm 2024-02-12T16:16:43.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:43 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:43.221505+0000 mon.smithi059 (mon.0) 64 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-12T16:16:44.287 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-12T16:16:44.632 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:44 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:43.272380+0000 mon.smithi059 (mon.0) 65 : cluster [DBG] mgrmap e10: smithi059.hlkxlm(active, starting, since 0.0530652s) 2024-02-12T16:16:44.632 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:44 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:43.274906+0000 mon.smithi059 (mon.0) 66 : audit [DBG] from='mgr.14142 172.21.15.59:0/279140206' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "mon metadata", "id": "smithi059"}]: dispatch 2024-02-12T16:16:44.632 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:44 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:43.275506+0000 mon.smithi059 (mon.0) 67 : audit [DBG] from='mgr.14142 172.21.15.59:0/279140206' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "mgr metadata", "who": "smithi059.hlkxlm", "id": "smithi059.hlkxlm"}]: dispatch 2024-02-12T16:16:44.632 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:44 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:43.276215+0000 mon.smithi059 (mon.0) 68 : audit [DBG] from='mgr.14142 172.21.15.59:0/279140206' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-12T16:16:44.632 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:44 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:43.276353+0000 mon.smithi059 (mon.0) 69 : audit [DBG] from='mgr.14142 172.21.15.59:0/279140206' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-12T16:16:44.633 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:44 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:43.276486+0000 mon.smithi059 (mon.0) 70 : audit [DBG] from='mgr.14142 172.21.15.59:0/279140206' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-12T16:16:44.633 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:44 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:43.278554+0000 mon.smithi059 (mon.0) 71 : cluster [INF] Manager daemon smithi059.hlkxlm is now available 2024-02-12T16:16:44.633 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:44 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:43.381305+0000 mon.smithi059 (mon.0) 72 : audit [DBG] from='mgr.14142 172.21.15.59:0/279140206' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:16:44.633 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:44 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:43.382811+0000 mon.smithi059 (mon.0) 73 : audit [DBG] from='mgr.14142 172.21.15.59:0/279140206' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:16:44.633 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:44 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:43.398544+0000 mon.smithi059 (mon.0) 74 : audit [INF] from='mgr.14142 172.21.15.59:0/279140206' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/mirror_snapshot_schedule"}]: dispatch 2024-02-12T16:16:44.633 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:44 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:43.405779+0000 mon.smithi059 (mon.0) 75 : audit [INF] from='mgr.14142 172.21.15.59:0/279140206' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/trash_purge_schedule"}]: dispatch 2024-02-12T16:16:44.850 INFO:teuthology.orchestra.run.smithi059.stderr:Deploying grafana service with default placement... 2024-02-12T16:16:44.850 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptl03rbe9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8doinqor:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply grafana 2024-02-12T16:16:45.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:45 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:44.280619+0000 mon.smithi059 (mon.0) 76 : cluster [DBG] mgrmap e11: smithi059.hlkxlm(active, since 1.0613s) 2024-02-12T16:16:45.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:45 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cephadm 2024-02-12T16:16:44.282012+0000 mgr.smithi059.hlkxlm (mgr.14142) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-12T16:16:45.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:45 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:44.284245+0000 mon.smithi059 (mon.0) 77 : audit [INF] from='mgr.14142 172.21.15.59:0/279140206' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:16:45.648 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-12T16:16:46.172 INFO:teuthology.orchestra.run.smithi059.stderr:Deploying node-exporter service with default placement... 2024-02-12T16:16:46.172 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptl03rbe9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8doinqor:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply node-exporter 2024-02-12T16:16:46.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:46 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:45.285692+0000 mon.smithi059 (mon.0) 78 : cluster [DBG] mgrmap e12: smithi059.hlkxlm(active, since 2s) 2024-02-12T16:16:46.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:46 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:45.643174+0000 mgr.smithi059.hlkxlm (mgr.14142) 3 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:16:46.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:46 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cephadm 2024-02-12T16:16:45.643680+0000 mgr.smithi059.hlkxlm (mgr.14142) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-12T16:16:46.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:46 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:45.646453+0000 mon.smithi059 (mon.0) 79 : audit [INF] from='mgr.14142 172.21.15.59:0/279140206' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:16:46.867 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-12T16:16:47.420 INFO:teuthology.orchestra.run.smithi059.stderr:Deploying alertmanager service with default placement... 2024-02-12T16:16:47.420 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptl03rbe9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8doinqor:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply alertmanager 2024-02-12T16:16:48.152 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:47 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:46.862239+0000 mgr.smithi059.hlkxlm (mgr.14142) 5 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:16:48.153 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:47 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cephadm 2024-02-12T16:16:46.862902+0000 mgr.smithi059.hlkxlm (mgr.14142) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-12T16:16:48.153 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:47 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:46.864998+0000 mon.smithi059 (mon.0) 80 : audit [INF] from='mgr.14142 172.21.15.59:0/279140206' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:16:48.153 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-12T16:16:48.751 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptl03rbe9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8doinqor:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mgr mgr/cephadm/container_init True --force 2024-02-12T16:16:49.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:49 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:48.148815+0000 mgr.smithi059.hlkxlm (mgr.14142) 7 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:16:49.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:49 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cephadm 2024-02-12T16:16:48.149346+0000 mgr.smithi059.hlkxlm (mgr.14142) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-12T16:16:49.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:49 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:48.151594+0000 mon.smithi059 (mon.0) 81 : audit [INF] from='mgr.14142 172.21.15.59:0/279140206' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:16:50.023 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptl03rbe9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8doinqor:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mgr mgr/dashboard/ssl_server_port 8443 2024-02-12T16:16:50.903 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:50 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:49.489687+0000 mon.smithi059 (mon.0) 82 : audit [INF] from='client.? 172.21.15.59:0/1695895380' entity='client.admin' 2024-02-12T16:16:51.625 INFO:teuthology.orchestra.run.smithi059.stderr:Enabling the dashboard module... 2024-02-12T16:16:51.625 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptl03rbe9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8doinqor:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable dashboard 2024-02-12T16:16:51.877 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:51 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:50.670937+0000 mon.smithi059 (mon.0) 83 : audit [INF] from='client.? 172.21.15.59:0/1138375516' entity='client.admin' 2024-02-12T16:16:53.084 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:53 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:52.655299+0000 mon.smithi059 (mon.0) 84 : audit [INF] from='client.? 172.21.15.59:0/3681839768' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-12T16:16:53.084 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:53 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:52.851499+0000 mon.smithi059 (mon.0) 85 : audit [INF] from='mgr.14142 172.21.15.59:0/279140206' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:16:53.642 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptl03rbe9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8doinqor:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr stat 2024-02-12T16:16:54.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:54 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:53.047671+0000 mon.smithi059 (mon.0) 86 : audit [INF] from='client.? 172.21.15.59:0/3681839768' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-12T16:16:54.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:54 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:53.047742+0000 mon.smithi059 (mon.0) 87 : cluster [DBG] mgrmap e13: smithi059.hlkxlm(active, since 9s) 2024-02-12T16:16:54.412 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: { 2024-02-12T16:16:54.413 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "epoch": 13, 2024-02-12T16:16:54.413 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "available": true, 2024-02-12T16:16:54.413 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "active_name": "smithi059.hlkxlm", 2024-02-12T16:16:54.413 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-12T16:16:54.413 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: } 2024-02-12T16:16:55.081 INFO:teuthology.orchestra.run.smithi059.stderr:Waiting for the mgr to restart... 2024-02-12T16:16:55.081 INFO:teuthology.orchestra.run.smithi059.stderr:Waiting for mgr epoch 13... 2024-02-12T16:16:55.082 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptl03rbe9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8doinqor:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2024-02-12T16:16:55.084 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:55 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:54.410612+0000 mon.smithi059 (mon.0) 88 : audit [DBG] from='client.? 172.21.15.59:0/3050043809' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-12T16:16:58.592 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:58.283598+0000 mon.smithi059 (mon.0) 89 : cluster [INF] Active manager daemon smithi059.hlkxlm restarted 2024-02-12T16:16:58.592 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:58.283995+0000 mon.smithi059 (mon.0) 90 : cluster [INF] Activating manager daemon smithi059.hlkxlm 2024-02-12T16:16:58.592 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:58.285791+0000 mon.smithi059 (mon.0) 91 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-12T16:16:59.350 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: { 2024-02-12T16:16:59.350 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2024-02-12T16:16:59.350 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: "initialized": true 2024-02-12T16:16:59.350 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: } 2024-02-12T16:16:59.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:58.336469+0000 mon.smithi059 (mon.0) 92 : cluster [DBG] mgrmap e14: smithi059.hlkxlm(active, starting, since 0.0525566s) 2024-02-12T16:16:59.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:58.339106+0000 mon.smithi059 (mon.0) 93 : audit [DBG] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "mon metadata", "id": "smithi059"}]: dispatch 2024-02-12T16:16:59.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:58.339684+0000 mon.smithi059 (mon.0) 94 : audit [DBG] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "mgr metadata", "who": "smithi059.hlkxlm", "id": "smithi059.hlkxlm"}]: dispatch 2024-02-12T16:16:59.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:58.340615+0000 mon.smithi059 (mon.0) 95 : audit [DBG] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-12T16:16:59.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:58.340850+0000 mon.smithi059 (mon.0) 96 : audit [DBG] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-12T16:16:59.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:58.341089+0000 mon.smithi059 (mon.0) 97 : audit [DBG] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-12T16:16:59.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:58.354419+0000 mon.smithi059 (mon.0) 98 : cluster [INF] Manager daemon smithi059.hlkxlm is now available 2024-02-12T16:16:59.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:58.458632+0000 mon.smithi059 (mon.0) 99 : audit [DBG] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:16:59.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:58.460017+0000 mon.smithi059 (mon.0) 100 : audit [DBG] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:16:59.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:58.483628+0000 mon.smithi059 (mon.0) 101 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/mirror_snapshot_schedule"}]: dispatch 2024-02-12T16:16:59.654 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:58.487318+0000 mon.smithi059 (mon.0) 102 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/trash_purge_schedule"}]: dispatch 2024-02-12T16:16:59.654 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:16:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:58.909749+0000 mon.smithi059 (mon.0) 103 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:16:59.922 INFO:teuthology.orchestra.run.smithi059.stderr:mgr epoch 13 is available 2024-02-12T16:16:59.922 INFO:teuthology.orchestra.run.smithi059.stderr:Generating a dashboard self-signed certificate... 2024-02-12T16:16:59.922 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptl03rbe9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8doinqor:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 dashboard create-self-signed-cert 2024-02-12T16:17:00.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:00 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:59.340580+0000 mgr.smithi059.hlkxlm (mgr.14162) 1 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-12T16:17:00.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:00 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:16:59.340973+0000 mon.smithi059 (mon.0) 104 : cluster [DBG] mgrmap e15: smithi059.hlkxlm(active, since 1.05706s) 2024-02-12T16:17:00.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:00 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:16:59.347549+0000 mgr.smithi059.hlkxlm (mgr.14162) 2 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-12T16:17:00.770 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-12T16:17:01.379 INFO:teuthology.orchestra.run.smithi059.stderr:Creating initial admin user... 2024-02-12T16:17:01.380 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptl03rbe9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8doinqor:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpjuwtuhcl:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.4 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2024-02-12T16:17:01.562 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:01 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:17:00.351703+0000 mon.smithi059 (mon.0) 105 : cluster [DBG] mgrmap e16: smithi059.hlkxlm(active, since 2s) 2024-02-12T16:17:01.562 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:01 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:17:00.649120+0000 mgr.smithi059.hlkxlm (mgr.14162) 3 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:17:01.562 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:01 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:17:00.751773+0000 mon.smithi059 (mon.0) 106 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:17:01.562 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:01 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:17:00.766956+0000 mon.smithi059 (mon.0) 107 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:17:01.562 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:01 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:17:00.768809+0000 mon.smithi059 (mon.0) 108 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:17:02.445 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$moJ1GGRomjIjIdoelPK.ueuQEKvYnXt5r7m0GkJ7CwBgP4aKOkFFe", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1707754622, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-12T16:17:02.997 INFO:teuthology.orchestra.run.smithi059.stderr:Fetching dashboard port number... 2024-02-12T16:17:02.997 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptl03rbe9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8doinqor:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config get mgr mgr/dashboard/ssl_server_port 2024-02-12T16:17:03.902 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:03 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:17:02.198327+0000 mgr.smithi059.hlkxlm (mgr.14162) 4 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:17:03.903 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:03 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:17:02.443085+0000 mon.smithi059 (mon.0) 109 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:17:04.034 INFO:teuthology.orchestra.run.smithi059.stderr:/usr/bin/ceph: 8443 2024-02-12T16:17:04.581 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-12T16:17:04.584 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:04 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:17:04.032756+0000 mon.smithi059 (mon.0) 110 : audit [DBG] from='client.? 172.21.15.59:0/4168782375' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-12T16:17:04.591 INFO:teuthology.orchestra.run.smithi059.stderr:systemctl: disabled 2024-02-12T16:17:04.591 INFO:teuthology.orchestra.run.smithi059.stderr:Running command: systemctl is-active firewalld.service 2024-02-12T16:17:04.599 INFO:teuthology.orchestra.run.smithi059.stderr:systemctl: inactive 2024-02-12T16:17:04.600 INFO:teuthology.orchestra.run.smithi059.stderr:firewalld.service is not enabled 2024-02-12T16:17:04.600 INFO:teuthology.orchestra.run.smithi059.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-12T16:17:04.603 INFO:teuthology.orchestra.run.smithi059.stderr:Ceph Dashboard is now available at: 2024-02-12T16:17:04.603 INFO:teuthology.orchestra.run.smithi059.stderr: 2024-02-12T16:17:04.603 INFO:teuthology.orchestra.run.smithi059.stderr: URL: https://smithi059.front.sepia.ceph.com:8443/ 2024-02-12T16:17:04.603 INFO:teuthology.orchestra.run.smithi059.stderr: User: admin 2024-02-12T16:17:04.603 INFO:teuthology.orchestra.run.smithi059.stderr: Password: khnd7fqenl 2024-02-12T16:17:04.603 INFO:teuthology.orchestra.run.smithi059.stderr: 2024-02-12T16:17:04.603 INFO:teuthology.orchestra.run.smithi059.stderr:You can access the Ceph CLI with: 2024-02-12T16:17:04.603 INFO:teuthology.orchestra.run.smithi059.stderr: 2024-02-12T16:17:04.603 INFO:teuthology.orchestra.run.smithi059.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-12T16:17:04.603 INFO:teuthology.orchestra.run.smithi059.stderr: 2024-02-12T16:17:04.603 INFO:teuthology.orchestra.run.smithi059.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-12T16:17:04.603 INFO:teuthology.orchestra.run.smithi059.stderr: 2024-02-12T16:17:04.603 INFO:teuthology.orchestra.run.smithi059.stderr: ceph telemetry on 2024-02-12T16:17:04.603 INFO:teuthology.orchestra.run.smithi059.stderr: 2024-02-12T16:17:04.604 INFO:teuthology.orchestra.run.smithi059.stderr:For more information see: 2024-02-12T16:17:04.604 INFO:teuthology.orchestra.run.smithi059.stderr: 2024-02-12T16:17:04.604 INFO:teuthology.orchestra.run.smithi059.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-02-12T16:17:04.604 INFO:teuthology.orchestra.run.smithi059.stderr: 2024-02-12T16:17:04.604 INFO:teuthology.orchestra.run.smithi059.stderr:Bootstrap complete. 2024-02-12T16:17:04.604 INFO:teuthology.orchestra.run.smithi059.stderr:Releasing lock 140713047040128 on /run/cephadm/ee1b93fa-c9c1-11ee-95b9-87774f69a715.lock 2024-02-12T16:17:04.604 INFO:teuthology.orchestra.run.smithi059.stderr:Lock 140713047040128 released on /run/cephadm/ee1b93fa-c9c1-11ee-95b9-87774f69a715.lock 2024-02-12T16:17:04.640 INFO:tasks.cephadm:Fetching config... 2024-02-12T16:17:04.640 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-02-12T16:17:04.640 DEBUG:teuthology.orchestra.run.smithi059:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-12T16:17:04.661 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-12T16:17:04.661 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-02-12T16:17:04.661 DEBUG:teuthology.orchestra.run.smithi059:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-12T16:17:04.719 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-12T16:17:04.720 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-02-12T16:17:04.720 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd if=/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/mon.smithi059/keyring of=/dev/stdout 2024-02-12T16:17:04.789 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-12T16:17:04.789 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-02-12T16:17:04.789 DEBUG:teuthology.orchestra.run.smithi059:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-12T16:17:04.847 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-12T16:17:04.848 DEBUG:teuthology.orchestra.run.smithi059:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC66sc7ZNvso8cclO6+OHdXMgcA1tk0bdSmM3lTIc/ZOGV+LRPSI21M9hoo8AyPn/6hFQL03nKVr59A1V3VzvniBrpmxaaJ0plFdY4/21rFi8MFIG5tEo5hhzhvSGGVKyU3GpvlZfRgGM3tDbFi3qvDPR9r2LPZ21bVcGh3ZvghhdG6w9uIF737BMukNy3hM7Vyn4twWvV79qmPWeDZOzk0AunoYGjiy5HLDY3OgmsINiBHv5F9gm7pq3dvZU8vAT/hDM2TtJdvtr6PyeVz0nXjvekoZnRc/Rf7AAZh1JdiPpL0J1RWYrTr7HhTa5Xd6jjOefDPgT8LfnbG9I6GbMimR/KsQsf8C+yH3a7YAPDqmvHLdP89XRHMBiMem1SX1IO+Mwen2/AuEaLxkxt0Efp0Fu6ga9s6N68S+yWoSonJMERDFv8tjHQBiVdc5O7ZyCKhDQqXghwehj7JcxbRwXBSFAR3Uv1WH4CEe6MoJOYrZbByQMgfTyqGnPVE8jhi9Xs= ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-12T16:17:04.927 INFO:teuthology.orchestra.run.smithi059.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC66sc7ZNvso8cclO6+OHdXMgcA1tk0bdSmM3lTIc/ZOGV+LRPSI21M9hoo8AyPn/6hFQL03nKVr59A1V3VzvniBrpmxaaJ0plFdY4/21rFi8MFIG5tEo5hhzhvSGGVKyU3GpvlZfRgGM3tDbFi3qvDPR9r2LPZ21bVcGh3ZvghhdG6w9uIF737BMukNy3hM7Vyn4twWvV79qmPWeDZOzk0AunoYGjiy5HLDY3OgmsINiBHv5F9gm7pq3dvZU8vAT/hDM2TtJdvtr6PyeVz0nXjvekoZnRc/Rf7AAZh1JdiPpL0J1RWYrTr7HhTa5Xd6jjOefDPgT8LfnbG9I6GbMimR/KsQsf8C+yH3a7YAPDqmvHLdP89XRHMBiMem1SX1IO+Mwen2/AuEaLxkxt0Efp0Fu6ga9s6N68S+yWoSonJMERDFv8tjHQBiVdc5O7ZyCKhDQqXghwehj7JcxbRwXBSFAR3Uv1WH4CEe6MoJOYrZbByQMgfTyqGnPVE8jhi9Xs= ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715 2024-02-12T16:17:04.940 DEBUG:teuthology.orchestra.run.smithi183:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC66sc7ZNvso8cclO6+OHdXMgcA1tk0bdSmM3lTIc/ZOGV+LRPSI21M9hoo8AyPn/6hFQL03nKVr59A1V3VzvniBrpmxaaJ0plFdY4/21rFi8MFIG5tEo5hhzhvSGGVKyU3GpvlZfRgGM3tDbFi3qvDPR9r2LPZ21bVcGh3ZvghhdG6w9uIF737BMukNy3hM7Vyn4twWvV79qmPWeDZOzk0AunoYGjiy5HLDY3OgmsINiBHv5F9gm7pq3dvZU8vAT/hDM2TtJdvtr6PyeVz0nXjvekoZnRc/Rf7AAZh1JdiPpL0J1RWYrTr7HhTa5Xd6jjOefDPgT8LfnbG9I6GbMimR/KsQsf8C+yH3a7YAPDqmvHLdP89XRHMBiMem1SX1IO+Mwen2/AuEaLxkxt0Efp0Fu6ga9s6N68S+yWoSonJMERDFv8tjHQBiVdc5O7ZyCKhDQqXghwehj7JcxbRwXBSFAR3Uv1WH4CEe6MoJOYrZbByQMgfTyqGnPVE8jhi9Xs= ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-12T16:17:04.985 INFO:teuthology.orchestra.run.smithi183.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC66sc7ZNvso8cclO6+OHdXMgcA1tk0bdSmM3lTIc/ZOGV+LRPSI21M9hoo8AyPn/6hFQL03nKVr59A1V3VzvniBrpmxaaJ0plFdY4/21rFi8MFIG5tEo5hhzhvSGGVKyU3GpvlZfRgGM3tDbFi3qvDPR9r2LPZ21bVcGh3ZvghhdG6w9uIF737BMukNy3hM7Vyn4twWvV79qmPWeDZOzk0AunoYGjiy5HLDY3OgmsINiBHv5F9gm7pq3dvZU8vAT/hDM2TtJdvtr6PyeVz0nXjvekoZnRc/Rf7AAZh1JdiPpL0J1RWYrTr7HhTa5Xd6jjOefDPgT8LfnbG9I6GbMimR/KsQsf8C+yH3a7YAPDqmvHLdP89XRHMBiMem1SX1IO+Mwen2/AuEaLxkxt0Efp0Fu6ga9s6N68S+yWoSonJMERDFv8tjHQBiVdc5O7ZyCKhDQqXghwehj7JcxbRwXBSFAR3Uv1WH4CEe6MoJOYrZbByQMgfTyqGnPVE8jhi9Xs= ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715 2024-02-12T16:17:04.997 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-12T16:17:05.740 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:05 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:17:04.445071+0000 mon.smithi059 (mon.0) 111 : cluster [DBG] mgrmap e17: smithi059.hlkxlm(active, since 6s) 2024-02-12T16:17:08.313 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi183 2024-02-12T16:17:08.314 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-02-12T16:17:08.314 DEBUG:teuthology.orchestra.run.smithi183:> dd of=/etc/ceph/ceph.conf 2024-02-12T16:17:08.335 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-02-12T16:17:08.335 DEBUG:teuthology.orchestra.run.smithi183:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-12T16:17:08.396 INFO:tasks.cephadm:Adding host smithi183 to orchestrator... 2024-02-12T16:17:08.396 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph orch host add smithi183 2024-02-12T16:17:08.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:17:07.125330+0000 mon.smithi059 (mon.0) 112 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:17:08.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:17:07.399572+0000 mon.smithi059 (mon.0) 113 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:17:08.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:17:07.401655+0000 mon.smithi059 (mon.0) 114 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:17:08.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cephadm 2024-02-12T16:17:07.407931+0000 mgr.smithi059.hlkxlm (mgr.14162) 5 : cephadm [INF] Deploying daemon alertmanager.smithi059 on smithi059 2024-02-12T16:17:08.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:17:07.754351+0000 mon.smithi059 (mon.0) 115 : audit [INF] from='client.? 172.21.15.59:0/1437892278' entity='client.admin' 2024-02-12T16:17:19.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:19 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:17:18.342019+0000 mgr.smithi059.hlkxlm (mgr.14162) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:17:21.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:21 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:17:20.342320+0000 mgr.smithi059.hlkxlm (mgr.14162) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:17:24.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:24 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:17:22.342656+0000 mgr.smithi059.hlkxlm (mgr.14162) 8 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:17:26.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:26 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:17:24.342949+0000 mgr.smithi059.hlkxlm (mgr.14162) 9 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:17:28.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:28 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:17:26.343303+0000 mgr.smithi059.hlkxlm (mgr.14162) 10 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:17:30.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:30 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:17:28.343534+0000 mgr.smithi059.hlkxlm (mgr.14162) 11 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:17:32.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:32 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:17:30.343931+0000 mgr.smithi059.hlkxlm (mgr.14162) 12 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:17:34.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:34 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:17:32.344295+0000 mgr.smithi059.hlkxlm (mgr.14162) 13 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:17:36.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:36 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:17:34.344712+0000 mgr.smithi059.hlkxlm (mgr.14162) 14 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:17:38.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:38 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:17:36.345071+0000 mgr.smithi059.hlkxlm (mgr.14162) 15 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:17:40.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:40 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:17:38.345356+0000 mgr.smithi059.hlkxlm (mgr.14162) 16 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:17:42.367 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:42 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:17:40.345733+0000 mgr.smithi059.hlkxlm (mgr.14162) 17 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:17:42.920 INFO:teuthology.orchestra.run.smithi183.stdout:Added host 'smithi183' 2024-02-12T16:17:43.512 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph orch host ls --format=json 2024-02-12T16:17:44.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:43 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:17:42.330937+0000 mgr.smithi059.hlkxlm (mgr.14162) 18 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:17:44.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:43 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:17:42.346152+0000 mgr.smithi059.hlkxlm (mgr.14162) 19 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:17:44.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:43 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:17:42.917256+0000 mon.smithi059 (mon.0) 116 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:17:44.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:43 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cephadm 2024-02-12T16:17:42.917714+0000 mgr.smithi059.hlkxlm (mgr.14162) 20 : cephadm [INF] Added host smithi183 2024-02-12T16:17:45.482 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:17:45.483 INFO:teuthology.orchestra.run.smithi183.stdout:[{"addr": "172.21.15.59", "hostname": "smithi059", "labels": [], "status": ""}, {"addr": "smithi183", "hostname": "smithi183", "labels": [], "status": ""}] 2024-02-12T16:17:46.066 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-12T16:17:46.066 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph osd crush tunables default 2024-02-12T16:17:46.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:45 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:17:44.346536+0000 mgr.smithi059.hlkxlm (mgr.14162) 21 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:17:47.398 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:46 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:17:45.479857+0000 mgr.smithi059.hlkxlm (mgr.14162) 22 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:17:48.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:48 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:17:46.346935+0000 mgr.smithi059.hlkxlm (mgr.14162) 23 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:17:49.055 INFO:teuthology.orchestra.run.smithi059.stderr:adjusted tunables profile to default 2024-02-12T16:17:49.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:49 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:17:48.083982+0000 mon.smithi059 (mon.0) 117 : audit [INF] from='client.? 172.21.15.59:0/1216323182' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-12T16:17:49.753 INFO:tasks.cephadm:Adding mon.smithi059 on smithi059 2024-02-12T16:17:49.753 INFO:tasks.cephadm:Adding mon.smithi183 on smithi183 2024-02-12T16:17:49.753 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph orch apply mon '2;smithi059:172.21.15.59=smithi059;smithi183:172.21.15.183=smithi183' 2024-02-12T16:17:50.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:50 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:17:48.347197+0000 mgr.smithi059.hlkxlm (mgr.14162) 24 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:17:50.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:50 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:17:49.050600+0000 mon.smithi059 (mon.0) 118 : audit [INF] from='client.? 172.21.15.59:0/1216323182' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-12T16:17:50.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:50 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:17:49.050658+0000 mon.smithi059 (mon.0) 119 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-12T16:17:52.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:52 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:17:50.347613+0000 mgr.smithi059.hlkxlm (mgr.14162) 25 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:17:54.114 INFO:teuthology.orchestra.run.smithi183.stdout:Scheduled mon update... 2024-02-12T16:17:54.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:54 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:17:52.348135+0000 mgr.smithi059.hlkxlm (mgr.14162) 26 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:17:54.758 DEBUG:teuthology.orchestra.run.smithi183:mon.smithi183> sudo journalctl -f -n 0 -u ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@mon.smithi183.service 2024-02-12T16:17:54.760 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:17:54.760 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:17:54.789 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:-- Logs begin at Mon 2024-02-12 16:08:21 UTC. -- 2024-02-12T16:17:55.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:55 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:17:54.107677+0000 mgr.smithi059.hlkxlm (mgr.14162) 27 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi059:172.21.15.59=smithi059;smithi183:172.21.15.183=smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:17:55.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:55 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cephadm 2024-02-12T16:17:54.109175+0000 mgr.smithi059.hlkxlm (mgr.14162) 28 : cephadm [INF] Saving service mon spec with placement smithi059:172.21.15.59=smithi059;smithi183:172.21.15.183=smithi183;count:2 2024-02-12T16:17:55.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:55 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:17:54.111307+0000 mon.smithi059 (mon.0) 120 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:17:55.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:55 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:17:54.348569+0000 mgr.smithi059.hlkxlm (mgr.14162) 29 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:17:56.771 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:17:56.772 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:17:56.773 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:17:57.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:57 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:17:56.348895+0000 mgr.smithi059.hlkxlm (mgr.14162) 30 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:17:57.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:57 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:17:56.769827+0000 mon.smithi059 (mon.0) 121 : audit [DBG] from='client.? 172.21.15.183:0/3824312779' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:17:58.410 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:17:58.410 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:17:59.902 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:17:58.349221+0000 mgr.smithi059.hlkxlm (mgr.14162) 31 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:17:59.903 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:17:58.485854+0000 mon.smithi059 (mon.0) 122 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/mirror_snapshot_schedule"}]: dispatch 2024-02-12T16:17:59.903 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:17:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:17:58.489276+0000 mon.smithi059 (mon.0) 123 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/trash_purge_schedule"}]: dispatch 2024-02-12T16:18:00.342 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:18:00.342 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:18:00.344 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:18:00.903 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:00 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:18:00.340838+0000 mon.smithi059 (mon.0) 124 : audit [DBG] from='client.? 172.21.15.183:0/3249914132' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:18:01.902 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:01 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:18:00.349652+0000 mgr.smithi059.hlkxlm (mgr.14162) 32 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:18:01.923 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:18:01.923 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:18:03.880 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:18:03.880 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:18:03.882 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:18:04.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:04 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:18:02.350145+0000 mgr.smithi059.hlkxlm (mgr.14162) 33 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:18:04.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:04 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:18:03.878289+0000 mon.smithi059 (mon.0) 125 : audit [DBG] from='client.? 172.21.15.183:0/1177043656' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:18:05.473 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:18:05.474 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:18:06.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:06 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:18:04.350413+0000 mgr.smithi059.hlkxlm (mgr.14162) 34 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:18:07.374 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:18:07.374 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:18:07.376 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:18:08.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:18:06.350887+0000 mgr.smithi059.hlkxlm (mgr.14162) 35 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:18:08.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:18:07.372922+0000 mon.smithi059 (mon.0) 126 : audit [DBG] from='client.? 172.21.15.183:0/3254702689' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:18:09.014 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:18:09.014 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:18:10.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:10 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:18:08.351244+0000 mgr.smithi059.hlkxlm (mgr.14162) 36 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:18:12.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:12 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:18:10.351644+0000 mgr.smithi059.hlkxlm (mgr.14162) 37 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:18:14.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:14 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:18:12.352106+0000 mgr.smithi059.hlkxlm (mgr.14162) 38 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:18:16.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:16 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:18:14.352604+0000 mgr.smithi059.hlkxlm (mgr.14162) 39 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:18:18.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:18 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:18:16.353033+0000 mgr.smithi059.hlkxlm (mgr.14162) 40 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:18:18.660 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:18:18.661 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:18:18.662 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:18:19.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:19 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:18:18.658620+0000 mon.smithi059 (mon.0) 127 : audit [DBG] from='client.? 172.21.15.183:0/1190119554' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:18:20.306 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:18:20.306 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:18:20.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:20 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:18:18.353340+0000 mgr.smithi059.hlkxlm (mgr.14162) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:18:22.305 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:18:22.305 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:18:22.307 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:18:22.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:22 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:18:20.353682+0000 mgr.smithi059.hlkxlm (mgr.14162) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:18:23.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:23 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:18:22.303509+0000 mon.smithi059 (mon.0) 128 : audit [DBG] from='client.? 172.21.15.183:0/3187487025' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:18:23.819 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:18:23.820 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:18:24.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:24 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:18:22.353992+0000 mgr.smithi059.hlkxlm (mgr.14162) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:18:25.748 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:18:25.748 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:18:25.749 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:18:26.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:26 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:18:24.354424+0000 mgr.smithi059.hlkxlm (mgr.14162) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:18:26.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:26 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:18:25.746125+0000 mon.smithi059 (mon.0) 129 : audit [DBG] from='client.? 172.21.15.183:0/2804870350' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:18:27.348 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:18:27.348 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:18:28.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:28 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:18:26.354816+0000 mgr.smithi059.hlkxlm (mgr.14162) 45 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:18:29.306 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:18:29.306 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:18:29.308 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:18:30.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:30 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:18:28.355246+0000 mgr.smithi059.hlkxlm (mgr.14162) 46 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:18:30.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:30 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:18:29.305005+0000 mon.smithi059 (mon.0) 130 : audit [DBG] from='client.? 172.21.15.183:0/3058163664' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:18:30.878 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:18:30.879 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:18:32.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:32 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:18:30.355781+0000 mgr.smithi059.hlkxlm (mgr.14162) 47 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:18:32.815 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:18:32.815 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:18:32.817 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:18:33.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:33 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:18:32.813410+0000 mon.smithi059 (mon.0) 131 : audit [DBG] from='client.? 172.21.15.183:0/1667932223' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:18:34.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:34 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:18:32.356119+0000 mgr.smithi059.hlkxlm (mgr.14162) 48 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:18:34.440 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:18:34.440 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:18:36.379 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:18:36.380 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:18:36.381 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:18:36.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:36 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:18:34.356403+0000 mgr.smithi059.hlkxlm (mgr.14162) 49 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:18:37.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:37 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:18:36.377684+0000 mon.smithi059 (mon.0) 132 : audit [DBG] from='client.? 172.21.15.183:0/409763740' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:18:38.078 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:18:38.079 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:18:38.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:38 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:18:36.356759+0000 mgr.smithi059.hlkxlm (mgr.14162) 50 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:18:40.077 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:18:40.077 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:18:40.079 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:18:40.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:40 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:18:38.357098+0000 mgr.smithi059.hlkxlm (mgr.14162) 51 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:18:40.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:40 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:18:40.075590+0000 mon.smithi059 (mon.0) 133 : audit [DBG] from='client.? 172.21.15.183:0/1908067975' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:18:41.736 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:18:41.737 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:18:42.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:42 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:18:40.357450+0000 mgr.smithi059.hlkxlm (mgr.14162) 52 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:18:43.791 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:18:43.791 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:18:43.793 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:18:44.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:44 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:18:42.357775+0000 mgr.smithi059.hlkxlm (mgr.14162) 53 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:18:44.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:44 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:18:43.789374+0000 mon.smithi059 (mon.0) 134 : audit [DBG] from='client.? 172.21.15.183:0/635537997' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:18:45.373 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:18:45.374 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:18:46.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:46 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:18:44.358159+0000 mgr.smithi059.hlkxlm (mgr.14162) 54 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:18:47.400 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:18:47.400 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:18:47.402 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:18:48.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:48 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:18:46.358570+0000 mgr.smithi059.hlkxlm (mgr.14162) 55 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:18:48.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:48 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:18:47.398653+0000 mon.smithi059 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.183:0/1108613417' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:18:49.026 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:18:49.026 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:18:50.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:50 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:18:48.358942+0000 mgr.smithi059.hlkxlm (mgr.14162) 56 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:18:51.118 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:18:51.119 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:18:51.120 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:18:52.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:52 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:18:50.359283+0000 mgr.smithi059.hlkxlm (mgr.14162) 57 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:18:52.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:52 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:18:51.117144+0000 mon.smithi059 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.183:0/566381648' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:18:52.716 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:18:52.716 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:18:54.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:54 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:18:52.359696+0000 mgr.smithi059.hlkxlm (mgr.14162) 58 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:18:54.815 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:18:54.816 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:18:54.816 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:18:55.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:55 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:18:54.811668+0000 mon.smithi059 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.183:0/3926158617' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:18:56.388 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:18:56.388 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:18:56.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:56 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:18:54.360002+0000 mgr.smithi059.hlkxlm (mgr.14162) 59 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:18:58.374 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:18:58.374 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:18:58.376 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:18:58.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:18:56.360313+0000 mgr.smithi059.hlkxlm (mgr.14162) 60 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:18:59.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:18:58.360550+0000 mgr.smithi059.hlkxlm (mgr.14162) 61 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:18:59.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:18:58.372287+0000 mon.smithi059 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.183:0/1863299748' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:18:59.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:18:58.486924+0000 mon.smithi059 (mon.0) 139 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/mirror_snapshot_schedule"}]: dispatch 2024-02-12T16:18:59.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:18:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:18:58.490166+0000 mon.smithi059 (mon.0) 140 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/trash_purge_schedule"}]: dispatch 2024-02-12T16:18:59.999 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:18:59.999 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:19:01.902 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:01 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:19:00.360935+0000 mgr.smithi059.hlkxlm (mgr.14162) 62 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:19:01.959 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:19:01.959 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:19:01.961 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:19:02.902 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:19:01.957716+0000 mon.smithi059 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.183:0/1919772574' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:19:03.507 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:19:03.508 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:19:04.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:04 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:19:02.361308+0000 mgr.smithi059.hlkxlm (mgr.14162) 63 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:19:05.548 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:19:05.548 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:19:05.550 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:19:06.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:06 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:19:04.361655+0000 mgr.smithi059.hlkxlm (mgr.14162) 64 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:19:06.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:06 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:19:05.546623+0000 mon.smithi059 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.183:0/3205541584' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:19:07.230 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:19:07.230 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:19:08.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:19:06.362112+0000 mgr.smithi059.hlkxlm (mgr.14162) 65 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:19:09.218 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:19:09.219 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:19:09.220 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:19:10.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:10 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:19:08.362619+0000 mgr.smithi059.hlkxlm (mgr.14162) 66 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:19:10.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:10 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:19:09.217100+0000 mon.smithi059 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.183:0/471057915' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:19:10.905 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:19:10.906 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:19:12.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:12 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:19:10.363056+0000 mgr.smithi059.hlkxlm (mgr.14162) 67 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:19:12.885 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:19:12.885 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:19:12.886 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:19:13.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:13 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:19:12.883158+0000 mon.smithi059 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.183:0/2185371333' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:19:14.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:14 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:19:12.363371+0000 mgr.smithi059.hlkxlm (mgr.14162) 68 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:19:14.487 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:19:14.487 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:19:16.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:16 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:19:14.363674+0000 mgr.smithi059.hlkxlm (mgr.14162) 69 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:19:16.508 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:19:16.508 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:19:16.510 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:19:17.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:17 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:19:16.506586+0000 mon.smithi059 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.183:0/4028470202' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:19:18.174 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:19:18.174 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:19:18.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:18 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:19:16.363996+0000 mgr.smithi059.hlkxlm (mgr.14162) 70 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:19:20.150 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:19:20.150 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:19:20.151 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:19:20.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:20 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:19:18.364262+0000 mgr.smithi059.hlkxlm (mgr.14162) 71 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:19:21.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:21 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:19:20.147820+0000 mon.smithi059 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.183:0/4096723765' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:19:21.733 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:19:21.733 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:19:22.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:22 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:19:20.364593+0000 mgr.smithi059.hlkxlm (mgr.14162) 72 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:19:23.722 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:19:23.722 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:19:23.724 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:19:24.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:24 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:19:22.364947+0000 mgr.smithi059.hlkxlm (mgr.14162) 73 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:19:24.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:24 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:19:23.720340+0000 mon.smithi059 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.183:0/3627199584' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:19:25.361 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:19:25.361 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:19:26.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:26 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:19:24.365309+0000 mgr.smithi059.hlkxlm (mgr.14162) 74 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:19:27.446 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:19:27.549 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:19:27.550 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:19:28.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:28 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:19:26.365644+0000 mgr.smithi059.hlkxlm (mgr.14162) 75 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:19:28.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:28 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:19:27.444698+0000 mon.smithi059 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.183:0/395019499' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:19:29.023 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:19:29.023 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:19:30.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:30 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:19:28.365996+0000 mgr.smithi059.hlkxlm (mgr.14162) 76 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:19:30.983 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:19:30.983 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:19:30.984 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:19:31.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:19:30.981266+0000 mon.smithi059 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.183:0/415660119' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:19:32.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:32 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:19:30.366342+0000 mgr.smithi059.hlkxlm (mgr.14162) 77 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:19:32.611 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:19:32.611 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:19:34.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:34 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:19:32.366742+0000 mgr.smithi059.hlkxlm (mgr.14162) 78 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:19:34.588 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:19:34.588 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:19:34.590 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:19:35.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:35 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:19:34.586680+0000 mon.smithi059 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.183:0/434786768' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:19:36.228 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:19:36.229 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:19:36.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:36 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:19:34.366975+0000 mgr.smithi059.hlkxlm (mgr.14162) 79 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:19:38.177 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:19:38.177 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:19:38.179 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:19:38.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:38 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:19:36.367322+0000 mgr.smithi059.hlkxlm (mgr.14162) 80 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:19:39.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:39 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:19:38.175051+0000 mon.smithi059 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.183:0/416072890' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:19:39.807 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:19:39.807 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:19:40.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:40 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:19:38.367661+0000 mgr.smithi059.hlkxlm (mgr.14162) 81 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:19:41.806 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:19:41.807 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:19:41.808 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:19:42.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:42 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:19:40.368043+0000 mgr.smithi059.hlkxlm (mgr.14162) 82 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:19:42.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:42 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:19:41.804901+0000 mon.smithi059 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.183:0/3981811699' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:19:43.445 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:19:43.446 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:19:44.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:44 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:19:42.368338+0000 mgr.smithi059.hlkxlm (mgr.14162) 83 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:19:45.531 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:19:45.531 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:19:45.533 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:19:46.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:46 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:19:44.368610+0000 mgr.smithi059.hlkxlm (mgr.14162) 84 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:19:46.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:46 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:19:45.529550+0000 mon.smithi059 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.183:0/1271468906' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:19:47.188 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:19:47.188 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:19:48.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:48 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:19:46.368926+0000 mgr.smithi059.hlkxlm (mgr.14162) 85 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:19:49.137 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:19:49.137 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:19:49.138 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:19:50.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:50 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:19:48.369181+0000 mgr.smithi059.hlkxlm (mgr.14162) 86 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:19:50.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:50 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:19:49.135203+0000 mon.smithi059 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.183:0/1939375526' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:19:50.831 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:19:50.832 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:19:52.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:52 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:19:50.369507+0000 mgr.smithi059.hlkxlm (mgr.14162) 87 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:19:52.812 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:19:52.813 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:19:52.814 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:19:53.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:53 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:19:52.810815+0000 mon.smithi059 (mon.0) 155 : audit [DBG] from='client.? 172.21.15.183:0/1882571713' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:19:54.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:54 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:19:52.369943+0000 mgr.smithi059.hlkxlm (mgr.14162) 88 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:19:54.473 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:19:54.473 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:19:55.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:55 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:19:54.370314+0000 mgr.smithi059.hlkxlm (mgr.14162) 89 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:19:56.571 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:19:56.571 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:19:56.572 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:19:57.903 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:57 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:19:56.370686+0000 mgr.smithi059.hlkxlm (mgr.14162) 90 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:19:57.903 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:57 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:19:56.569242+0000 mon.smithi059 (mon.0) 156 : audit [DBG] from='client.? 172.21.15.183:0/29932823' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:19:58.199 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:19:58.199 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:19:59.903 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:19:58.371069+0000 mgr.smithi059.hlkxlm (mgr.14162) 91 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:19:59.903 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:19:58.487978+0000 mon.smithi059 (mon.0) 157 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/mirror_snapshot_schedule"}]: dispatch 2024-02-12T16:19:59.903 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:19:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:19:58.491099+0000 mon.smithi059 (mon.0) 158 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/trash_purge_schedule"}]: dispatch 2024-02-12T16:20:00.357 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:20:00.357 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:20:00.359 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:20:00.903 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:00 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:20:00.355275+0000 mon.smithi059 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.183:0/2184214278' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:20:01.902 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:01 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:20:00.371528+0000 mgr.smithi059.hlkxlm (mgr.14162) 92 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:20:02.036 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:20:02.037 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:20:04.172 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:20:04.172 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:20:04.173 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:20:04.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:04 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:20:02.372016+0000 mgr.smithi059.hlkxlm (mgr.14162) 93 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:20:05.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:05 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:20:04.170091+0000 mon.smithi059 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.183:0/4127267804' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:20:05.780 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:20:05.780 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:20:06.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:06 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:20:04.372411+0000 mgr.smithi059.hlkxlm (mgr.14162) 94 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:20:07.713 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:20:07.713 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:20:07.714 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:20:08.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:20:06.372682+0000 mgr.smithi059.hlkxlm (mgr.14162) 95 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:20:08.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:20:07.711489+0000 mon.smithi059 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.183:0/2145604967' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:20:09.395 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:20:09.396 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:20:10.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:10 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:20:08.373004+0000 mgr.smithi059.hlkxlm (mgr.14162) 96 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:20:11.364 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:20:11.364 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:20:11.365 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:20:12.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:12 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:20:10.373408+0000 mgr.smithi059.hlkxlm (mgr.14162) 97 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:20:12.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:12 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:20:11.362021+0000 mon.smithi059 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.183:0/151951295' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:20:12.958 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:20:12.958 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:20:14.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:14 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:20:12.373712+0000 mgr.smithi059.hlkxlm (mgr.14162) 98 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:20:14.962 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:20:14.962 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:20:14.964 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:20:15.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:15 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:20:14.961154+0000 mon.smithi059 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.183:0/4173347398' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:20:16.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:16 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:20:14.374148+0000 mgr.smithi059.hlkxlm (mgr.14162) 99 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:20:16.602 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:20:16.602 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:20:18.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:18 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:20:16.374549+0000 mgr.smithi059.hlkxlm (mgr.14162) 100 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:20:18.553 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:20:18.553 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:20:18.554 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:20:19.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:19 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:20:18.551340+0000 mon.smithi059 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.183:0/119315503' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:20:20.190 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:20:20.191 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:20:20.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:20 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:20:18.374842+0000 mgr.smithi059.hlkxlm (mgr.14162) 101 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:20:22.187 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:20:22.187 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:20:22.189 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:20:22.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:22 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:20:20.375144+0000 mgr.smithi059.hlkxlm (mgr.14162) 102 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:20:23.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:23 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:20:22.186071+0000 mon.smithi059 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.183:0/46059495' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:20:23.867 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:20:23.868 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:20:24.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:24 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:20:22.375498+0000 mgr.smithi059.hlkxlm (mgr.14162) 103 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:20:25.859 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:20:25.859 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:20:25.860 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:20:26.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:26 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:20:24.375934+0000 mgr.smithi059.hlkxlm (mgr.14162) 104 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:20:26.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:26 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:20:25.857359+0000 mon.smithi059 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.183:0/3736298351' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:20:27.534 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:20:27.535 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:20:28.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:28 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:20:26.376228+0000 mgr.smithi059.hlkxlm (mgr.14162) 105 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:20:29.588 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:20:29.588 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:20:29.589 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:20:30.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:30 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:20:28.376646+0000 mgr.smithi059.hlkxlm (mgr.14162) 106 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:20:30.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:30 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:20:29.586552+0000 mon.smithi059 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.183:0/2537271017' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:20:31.266 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:20:31.267 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:20:32.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:32 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:20:30.377051+0000 mgr.smithi059.hlkxlm (mgr.14162) 107 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:20:33.313 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:20:33.314 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:20:33.315 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:20:34.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:34 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:20:32.377312+0000 mgr.smithi059.hlkxlm (mgr.14162) 108 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:20:34.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:34 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:20:33.311852+0000 mon.smithi059 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.183:0/1811481895' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:20:34.956 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:20:34.956 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:20:36.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:36 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:20:34.377717+0000 mgr.smithi059.hlkxlm (mgr.14162) 109 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:20:36.868 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:20:36.869 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:20:36.870 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:20:37.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:37 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:20:36.866808+0000 mon.smithi059 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.183:0/3341887022' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:20:38.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:38 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:20:36.378051+0000 mgr.smithi059.hlkxlm (mgr.14162) 110 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:20:38.515 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:20:38.515 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:20:40.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:40 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:20:38.378350+0000 mgr.smithi059.hlkxlm (mgr.14162) 111 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:20:40.546 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:20:40.546 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:20:40.548 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:20:41.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:41 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:20:40.544684+0000 mon.smithi059 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.183:0/1391614858' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:20:42.098 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:20:42.098 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:20:42.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:42 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:20:40.378615+0000 mgr.smithi059.hlkxlm (mgr.14162) 112 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:20:44.149 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:20:44.149 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:20:44.151 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:20:44.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:44 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:20:42.378904+0000 mgr.smithi059.hlkxlm (mgr.14162) 113 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:20:45.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:45 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:20:44.147803+0000 mon.smithi059 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.183:0/2490417924' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:20:45.740 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:20:45.741 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:20:46.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:46 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:20:44.379277+0000 mgr.smithi059.hlkxlm (mgr.14162) 114 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:20:47.714 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:20:47.715 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:20:47.716 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:20:48.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:48 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:20:46.379637+0000 mgr.smithi059.hlkxlm (mgr.14162) 115 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:20:48.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:48 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:20:47.712511+0000 mon.smithi059 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.183:0/3095177440' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:20:49.396 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:20:49.397 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:20:50.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:50 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:20:48.380072+0000 mgr.smithi059.hlkxlm (mgr.14162) 116 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:20:51.409 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:20:51.409 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:20:51.411 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:20:52.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:52 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:20:50.380425+0000 mgr.smithi059.hlkxlm (mgr.14162) 117 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:20:52.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:52 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:20:51.407824+0000 mon.smithi059 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.183:0/1996368556' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:20:53.118 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:20:53.119 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:20:54.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:54 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:20:52.380696+0000 mgr.smithi059.hlkxlm (mgr.14162) 118 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:20:55.070 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:20:55.070 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:20:55.071 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:20:55.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:55 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:20:55.068250+0000 mon.smithi059 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.183:0/2403441933' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:20:56.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:56 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:20:54.380987+0000 mgr.smithi059.hlkxlm (mgr.14162) 119 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:20:56.577 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:20:56.578 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:20:58.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:20:56.381398+0000 mgr.smithi059.hlkxlm (mgr.14162) 120 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:20:58.660 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:20:58.660 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:20:58.661 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:20:59.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:20:58.489124+0000 mon.smithi059 (mon.0) 175 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/mirror_snapshot_schedule"}]: dispatch 2024-02-12T16:20:59.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:20:58.491891+0000 mon.smithi059 (mon.0) 176 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/trash_purge_schedule"}]: dispatch 2024-02-12T16:20:59.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:20:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:20:58.658349+0000 mon.smithi059 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.183:0/2603371897' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:21:00.274 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:21:00.274 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:21:00.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:00 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:20:58.381659+0000 mgr.smithi059.hlkxlm (mgr.14162) 121 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:21:02.218 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:21:02.219 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:21:02.220 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:21:02.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:21:00.382085+0000 mgr.smithi059.hlkxlm (mgr.14162) 122 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:21:03.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:03 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:21:02.217150+0000 mon.smithi059 (mon.0) 178 : audit [DBG] from='client.? 172.21.15.183:0/839421370' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:21:03.880 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:21:03.881 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:21:04.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:04 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:21:02.382413+0000 mgr.smithi059.hlkxlm (mgr.14162) 123 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:21:05.854 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:21:05.855 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:21:05.856 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:21:06.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:06 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:21:04.382664+0000 mgr.smithi059.hlkxlm (mgr.14162) 124 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:21:06.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:06 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:21:05.852768+0000 mon.smithi059 (mon.0) 179 : audit [DBG] from='client.? 172.21.15.183:0/2433193643' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:21:07.454 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:21:07.455 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:21:08.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:21:06.383031+0000 mgr.smithi059.hlkxlm (mgr.14162) 125 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:21:09.480 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:21:09.480 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:21:09.482 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:21:10.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:10 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:21:08.383435+0000 mgr.smithi059.hlkxlm (mgr.14162) 126 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:21:10.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:10 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:21:09.478646+0000 mon.smithi059 (mon.0) 180 : audit [DBG] from='client.? 172.21.15.183:0/2646183553' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:21:11.144 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:21:11.144 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:21:12.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:12 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:21:10.383778+0000 mgr.smithi059.hlkxlm (mgr.14162) 127 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:21:13.223 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:21:13.223 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:21:13.225 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:21:14.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:14 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:21:12.384203+0000 mgr.smithi059.hlkxlm (mgr.14162) 128 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:21:14.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:14 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:21:13.221503+0000 mon.smithi059 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.183:0/45012155' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:21:14.736 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:21:14.736 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:21:16.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:16 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:21:14.384562+0000 mgr.smithi059.hlkxlm (mgr.14162) 129 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:21:16.732 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:21:16.732 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:21:16.733 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:21:17.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:17 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:21:16.730548+0000 mon.smithi059 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.183:0/2397543907' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:21:18.323 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:21:18.323 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:21:18.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:18 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:21:16.384991+0000 mgr.smithi059.hlkxlm (mgr.14162) 130 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:21:20.336 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:21:20.336 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:21:20.337 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:21:20.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:20 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:21:18.385474+0000 mgr.smithi059.hlkxlm (mgr.14162) 131 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:21:21.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:21 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:21:20.334466+0000 mon.smithi059 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.183:0/2726495844' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:21:21.986 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:21:21.986 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:21:22.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:22 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:21:20.385768+0000 mgr.smithi059.hlkxlm (mgr.14162) 132 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:21:24.025 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:21:24.025 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:21:24.026 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:21:24.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:24 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:21:22.386146+0000 mgr.smithi059.hlkxlm (mgr.14162) 133 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:21:24.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:24 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:21:24.023190+0000 mon.smithi059 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.183:0/3372616466' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:21:25.580 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:21:25.581 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:21:26.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:26 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:21:24.386658+0000 mgr.smithi059.hlkxlm (mgr.14162) 134 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:21:27.563 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:21:27.563 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:21:27.564 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:21:28.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:28 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:21:26.387066+0000 mgr.smithi059.hlkxlm (mgr.14162) 135 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:21:28.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:28 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:21:27.561091+0000 mon.smithi059 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.183:0/4217266050' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:21:29.215 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:21:29.216 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:21:30.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:30 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:21:28.387482+0000 mgr.smithi059.hlkxlm (mgr.14162) 136 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:21:31.213 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:21:31.213 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:21:31.215 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:21:32.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:32 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:21:30.387917+0000 mgr.smithi059.hlkxlm (mgr.14162) 137 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:21:32.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:32 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:21:31.211485+0000 mon.smithi059 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.183:0/998491278' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:21:32.816 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:21:32.817 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:21:34.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:34 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:21:32.388228+0000 mgr.smithi059.hlkxlm (mgr.14162) 138 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:21:34.795 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:21:34.796 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:21:34.797 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:21:35.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:35 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:21:34.794097+0000 mon.smithi059 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.183:0/1305971192' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:21:36.395 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:21:36.396 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:21:36.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:36 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:21:34.388628+0000 mgr.smithi059.hlkxlm (mgr.14162) 139 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:21:38.380 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:21:38.380 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:21:38.382 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:21:38.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:38 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:21:36.389061+0000 mgr.smithi059.hlkxlm (mgr.14162) 140 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:21:39.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:39 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:21:38.378726+0000 mon.smithi059 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.183:0/3887042523' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:21:39.983 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:21:39.983 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:21:40.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:40 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:21:38.389381+0000 mgr.smithi059.hlkxlm (mgr.14162) 141 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:21:41.887 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:21:41.887 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:21:41.889 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:21:42.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:42 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:21:40.389770+0000 mgr.smithi059.hlkxlm (mgr.14162) 142 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:21:42.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:42 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:21:41.885573+0000 mon.smithi059 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.183:0/357749583' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:21:43.451 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:21:43.451 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:21:44.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:44 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:21:42.390103+0000 mgr.smithi059.hlkxlm (mgr.14162) 143 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:21:45.403 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:21:45.403 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:21:45.404 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:21:46.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:46 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:21:44.390447+0000 mgr.smithi059.hlkxlm (mgr.14162) 144 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:21:46.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:46 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:21:45.401506+0000 mon.smithi059 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.183:0/4091689299' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:21:47.055 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:21:47.056 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:21:48.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:48 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:21:46.390732+0000 mgr.smithi059.hlkxlm (mgr.14162) 145 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:21:49.020 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:21:49.020 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:21:49.022 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:21:49.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:49 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:21:49.018755+0000 mon.smithi059 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.183:0/3498824804' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:21:50.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:50 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:21:48.391000+0000 mgr.smithi059.hlkxlm (mgr.14162) 146 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:21:50.679 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:21:50.680 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:21:52.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:52 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:21:50.391348+0000 mgr.smithi059.hlkxlm (mgr.14162) 147 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:21:52.722 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:21:52.722 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:21:52.723 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:21:53.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:53 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:21:52.720636+0000 mon.smithi059 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.183:0/2754410763' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:21:54.357 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:21:54.357 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:21:54.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:54 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:21:52.391638+0000 mgr.smithi059.hlkxlm (mgr.14162) 148 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:21:56.351 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:21:56.351 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:21:56.352 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:21:56.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:56 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:21:54.391914+0000 mgr.smithi059.hlkxlm (mgr.14162) 149 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:21:57.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:57 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:21:56.349412+0000 mon.smithi059 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.183:0/2433812449' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:21:58.007 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:21:58.008 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:21:58.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:21:56.392228+0000 mgr.smithi059.hlkxlm (mgr.14162) 150 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:21:59.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:21:58.392494+0000 mgr.smithi059.hlkxlm (mgr.14162) 151 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:21:59.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:21:58.490184+0000 mon.smithi059 (mon.0) 194 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/mirror_snapshot_schedule"}]: dispatch 2024-02-12T16:21:59.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:21:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:21:58.492764+0000 mon.smithi059 (mon.0) 195 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/trash_purge_schedule"}]: dispatch 2024-02-12T16:21:59.954 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:21:59.954 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:21:59.956 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:22:00.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:00 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:21:59.952930+0000 mon.smithi059 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.183:0/3881110181' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:22:01.630 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:22:01.630 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:22:01.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:01 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:22:00.392789+0000 mgr.smithi059.hlkxlm (mgr.14162) 152 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:22:03.665 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:22:03.665 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:22:03.667 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:22:04.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:04 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:22:02.393034+0000 mgr.smithi059.hlkxlm (mgr.14162) 153 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:22:04.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:04 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:22:03.663661+0000 mon.smithi059 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.183:0/4106620326' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:22:05.331 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:22:05.331 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:22:06.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:06 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:22:04.393303+0000 mgr.smithi059.hlkxlm (mgr.14162) 154 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:22:07.330 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:22:07.330 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:22:07.332 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:22:07.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:07 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:22:06.960051+0000 mon.smithi059 (mon.0) 198 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi059", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T16:22:07.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:07 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:22:06.962612+0000 mon.smithi059 (mon.0) 199 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi059", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-12T16:22:07.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:07 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:22:06.963514+0000 mon.smithi059 (mon.0) 200 : audit [DBG] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:22:08.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:22:06.393566+0000 mgr.smithi059.hlkxlm (mgr.14162) 155 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:22:08.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cephadm 2024-02-12T16:22:06.958777+0000 mgr.smithi059.hlkxlm (mgr.14162) 156 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi059 ... 2024-02-12T16:22:08.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-02-12T16:22:08.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-12T16:22:08.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: stat: stderr time="2024-02-12T16:17:44Z" 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" 2024-02-12T16:22:08.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: stat: stderr time="2024-02-12T16:18:21Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 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" 2024-02-12T16:22:08.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: stat: stderr time="2024-02-12T16:18:59Z" 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" 2024-02-12T16:22:08.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 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 2024-02-12T16:22:08.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-02-12T16:22:08.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-12T16:22:08.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: stat: stderr time="2024-02-12T16:20:14Z" 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" 2024-02-12T16:22:08.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: stat: stderr time="2024-02-12T16:20:51Z" 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" 2024-02-12T16:22:08.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: stat: stderr time="2024-02-12T16:21:29Z" 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" 2024-02-12T16:22:08.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 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 2024-02-12T16:22:08.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Traceback (most recent call last): 2024-02-12T16:22:08.405 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2024-02-12T16:22:08.405 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: main() 2024-02-12T16:22:08.405 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2024-02-12T16:22:08.405 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: r = ctx.func(ctx) 2024-02-12T16:22:08.405 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2024-02-12T16:22:08.405 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: return func(ctx) 2024-02-12T16:22:08.405 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2024-02-12T16:22:08.405 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-12T16:22:08.405 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4191, in extract_uid_gid_monitoring 2024-02-12T16:22:08.405 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-02-12T16:22:08.405 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2024-02-12T16:22:08.405 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: raise RuntimeError('uid/gid not found') 2024-02-12T16:22:08.405 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: RuntimeError: uid/gid not found 2024-02-12T16:22:08.405 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Traceback (most recent call last): 2024-02-12T16:22:08.406 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2024-02-12T16:22:08.406 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: yield (conn, connr) 2024-02-12T16:22:08.406 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2024-02-12T16:22:08.406 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: code, '\n'.join(err))) 2024-02-12T16:22:08.406 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi059 ... 2024-02-12T16:22:08.406 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-02-12T16:22:08.406 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-12T16:22:08.406 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: stat: stderr time="2024-02-12T16:17:44Z" 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" 2024-02-12T16:22:08.406 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: stat: stderr time="2024-02-12T16:18:21Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 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" 2024-02-12T16:22:08.406 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: stat: stderr time="2024-02-12T16:18:59Z" 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" 2024-02-12T16:22:08.406 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 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 2024-02-12T16:22:08.406 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-02-12T16:22:08.406 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-12T16:22:08.406 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: stat: stderr time="2024-02-12T16:20:14Z" 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" 2024-02-12T16:22:08.406 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: stat: stderr time="2024-02-12T16:20:51Z" 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" 2024-02-12T16:22:08.407 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: stat: stderr time="2024-02-12T16:21:29Z" 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" 2024-02-12T16:22:08.407 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: 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 2024-02-12T16:22:08.407 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Traceback (most recent call last): 2024-02-12T16:22:08.407 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2024-02-12T16:22:08.407 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: main() 2024-02-12T16:22:08.407 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2024-02-12T16:22:08.407 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: r = ctx.func(ctx) 2024-02-12T16:22:08.407 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2024-02-12T16:22:08.407 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: return func(ctx) 2024-02-12T16:22:08.407 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2024-02-12T16:22:08.407 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-12T16:22:08.407 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4191, in extract_uid_gid_monitoring 2024-02-12T16:22:08.408 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-02-12T16:22:08.408 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2024-02-12T16:22:08.408 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: raise RuntimeError('uid/gid not found') 2024-02-12T16:22:08.408 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: RuntimeError: uid/gid not found 2024-02-12T16:22:08.408 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cephadm 2024-02-12T16:22:06.964318+0000 mgr.smithi059.hlkxlm (mgr.14162) 157 : cephadm [INF] Deploying daemon crash.smithi059 on smithi059 2024-02-12T16:22:08.409 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:22:07.328890+0000 mon.smithi059 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.183:0/284259911' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:22:09.003 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:22:09.003 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:22:10.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:10 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:22:08.393951+0000 mgr.smithi059.hlkxlm (mgr.14162) 158 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:22:10.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:10 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:22:09.452706+0000 mon.smithi059 (mon.0) 202 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:22:10.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:10 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:22:09.609095+0000 mon.smithi059 (mon.0) 203 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:22:10.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:10 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:22:09.612753+0000 mon.smithi059 (mon.0) 204 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:22:10.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:10 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:22:09.613169+0000 mon.smithi059 (mon.0) 205 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-12T16:22:10.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:10 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:22:09.616011+0000 mon.smithi059 (mon.0) 206 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:22:11.024 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:22:11.024 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:22:11.026 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:22:11.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:11 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:22:09.613593+0000 mgr.smithi059.hlkxlm (mgr.14162) 159 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-12T16:22:11.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:11 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cephadm 2024-02-12T16:22:09.619025+0000 mgr.smithi059.hlkxlm (mgr.14162) 160 : cephadm [INF] Deploying daemon grafana.smithi059 on smithi059 2024-02-12T16:22:11.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:11 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:22:11.022811+0000 mon.smithi059 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.183:0/2520191977' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:22:12.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:12 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:22:10.394311+0000 mgr.smithi059.hlkxlm (mgr.14162) 161 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:22:12.617 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:22:12.617 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:22:14.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:14 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:22:12.394658+0000 mgr.smithi059.hlkxlm (mgr.14162) 162 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:22:14.646 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:22:14.646 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:22:14.647 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:22:15.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:15 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:22:14.644130+0000 mon.smithi059 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.183:0/2556662154' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:22:16.303 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:22:16.303 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:22:16.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:16 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:22:14.395049+0000 mgr.smithi059.hlkxlm (mgr.14162) 163 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:22:18.262 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:22:18.262 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:22:18.263 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:22:18.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:18 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:22:16.395462+0000 mgr.smithi059.hlkxlm (mgr.14162) 164 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:22:19.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:19 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:22:18.260268+0000 mon.smithi059 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.183:0/3306670024' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:22:20.016 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:22:20.016 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:22:20.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:20 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:22:18.395722+0000 mgr.smithi059.hlkxlm (mgr.14162) 165 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:22:22.017 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:22:22.017 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:22:22.018 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:22:22.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:22 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:22:20.395981+0000 mgr.smithi059.hlkxlm (mgr.14162) 166 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:22:22.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:22 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:22:22.015229+0000 mon.smithi059 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.183:0/2658001249' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:22:23.589 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:22:23.589 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:22:24.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:24 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:22:22.396223+0000 mgr.smithi059.hlkxlm (mgr.14162) 167 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:22:25.711 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:22:25.712 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:22:25.713 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:22:26.152 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:26 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:22:24.396468+0000 mgr.smithi059.hlkxlm (mgr.14162) 168 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:22:26.152 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:26 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:22:25.710144+0000 mon.smithi059 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.183:0/2439470740' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:22:27.359 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:22:27.359 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:22:28.268 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:28 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:22:26.396720+0000 mgr.smithi059.hlkxlm (mgr.14162) 169 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:22:29.396 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:22:29.396 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:22:29.400 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:22:30.153 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:29 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:22:28.397056+0000 mgr.smithi059.hlkxlm (mgr.14162) 170 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:22:30.153 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:29 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:22:28.874733+0000 mon.smithi059 (mon.0) 212 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:22:30.153 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:29 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cephadm 2024-02-12T16:22:28.876169+0000 mgr.smithi059.hlkxlm (mgr.14162) 171 : cephadm [INF] Deploying daemon node-exporter.smithi059 on smithi059 2024-02-12T16:22:30.153 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:29 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:22:29.394169+0000 mon.smithi059 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.183:0/860805680' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:22:30.996 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:22:30.997 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:22:32.152 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:22:30.397360+0000 mgr.smithi059.hlkxlm (mgr.14162) 172 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:22:33.131 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:22:33.132 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:22:33.133 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:22:34.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:34 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:22:32.397776+0000 mgr.smithi059.hlkxlm (mgr.14162) 173 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:22:34.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:34 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:22:33.130311+0000 mon.smithi059 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.183:0/3459460871' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:22:34.805 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:22:34.805 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:22:36.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:36 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:22:34.398296+0000 mgr.smithi059.hlkxlm (mgr.14162) 174 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:22:36.938 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:22:36.939 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:22:36.940 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:22:37.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:37 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:22:36.937166+0000 mon.smithi059 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.183:0/228106285' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:22:38.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:38 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:22:36.398685+0000 mgr.smithi059.hlkxlm (mgr.14162) 175 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:22:38.564 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:22:38.564 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:22:40.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:40 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:22:38.399009+0000 mgr.smithi059.hlkxlm (mgr.14162) 176 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:22:40.455 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:22:40.455 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:22:40.457 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:22:41.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:41 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:22:40.453518+0000 mon.smithi059 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.183:0/1721212577' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:22:41.967 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:22:41.967 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:22:42.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:42 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:22:40.399339+0000 mgr.smithi059.hlkxlm (mgr.14162) 177 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:22:44.074 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:22:44.074 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:22:44.076 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:22:44.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:44 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:22:42.399675+0000 mgr.smithi059.hlkxlm (mgr.14162) 178 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:22:44.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:44 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:22:44.072649+0000 mon.smithi059 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.183:0/27448838' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:22:45.762 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:22:45.763 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:22:46.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:46 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:22:44.400037+0000 mgr.smithi059.hlkxlm (mgr.14162) 179 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:22:47.731 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:22:47.731 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:22:47.733 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:22:48.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:48 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:22:46.400350+0000 mgr.smithi059.hlkxlm (mgr.14162) 180 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:22:48.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:48 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:22:47.729960+0000 mon.smithi059 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.183:0/498642149' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:22:49.300 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:22:49.300 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:22:50.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:50 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:22:48.400762+0000 mgr.smithi059.hlkxlm (mgr.14162) 181 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:22:51.359 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:22:51.359 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:22:51.361 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:22:52.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:52 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:22:50.401105+0000 mgr.smithi059.hlkxlm (mgr.14162) 182 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:22:52.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:52 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:22:51.357557+0000 mon.smithi059 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.183:0/2494596920' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:22:52.999 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:22:52.999 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:22:54.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:54 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:22:52.401502+0000 mgr.smithi059.hlkxlm (mgr.14162) 183 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:22:55.130 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:22:55.130 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:22:55.132 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:22:56.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:56 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:22:54.401880+0000 mgr.smithi059.hlkxlm (mgr.14162) 184 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:22:56.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:56 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:22:55.128929+0000 mon.smithi059 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.183:0/1936270317' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:22:56.753 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:22:56.753 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:22:58.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:22:56.402163+0000 mgr.smithi059.hlkxlm (mgr.14162) 185 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:22:58.813 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:22:58.814 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:22:58.815 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:22:59.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:22:58.491426+0000 mon.smithi059 (mon.0) 221 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/mirror_snapshot_schedule"}]: dispatch 2024-02-12T16:22:59.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:22:58.493629+0000 mon.smithi059 (mon.0) 222 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/trash_purge_schedule"}]: dispatch 2024-02-12T16:22:59.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:22:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:22:58.812111+0000 mon.smithi059 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.183:0/422617926' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:23:00.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:00 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:22:58.402425+0000 mgr.smithi059.hlkxlm (mgr.14162) 186 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:23:00.549 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:23:00.549 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:23:02.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:23:00.402645+0000 mgr.smithi059.hlkxlm (mgr.14162) 187 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:23:02.657 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:23:02.657 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:23:02.658 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:23:03.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:03 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:23:02.654946+0000 mon.smithi059 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.183:0/2442023678' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:23:04.205 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:23:04.205 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:23:04.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:04 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:23:02.403014+0000 mgr.smithi059.hlkxlm (mgr.14162) 188 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:23:06.159 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:23:06.159 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:23:06.161 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:23:06.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:06 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:23:04.403322+0000 mgr.smithi059.hlkxlm (mgr.14162) 189 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:23:07.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:07 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:23:06.157879+0000 mon.smithi059 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.183:0/3061393118' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:23:07.942 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:23:07.942 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:23:08.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:23:06.403697+0000 mgr.smithi059.hlkxlm (mgr.14162) 190 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:23:09.980 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:23:09.981 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:23:09.981 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:23:10.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:10 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:23:08.404008+0000 mgr.smithi059.hlkxlm (mgr.14162) 191 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:23:10.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:10 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:23:09.978175+0000 mon.smithi059 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.183:0/3610072835' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:23:11.622 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:23:11.623 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:23:12.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:12 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:23:10.404316+0000 mgr.smithi059.hlkxlm (mgr.14162) 192 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:23:13.857 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:23:13.858 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:23:13.859 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:23:14.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:14 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:23:12.404620+0000 mgr.smithi059.hlkxlm (mgr.14162) 193 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:23:14.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:14 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:23:13.856266+0000 mon.smithi059 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.183:0/2029496902' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:23:15.441 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:23:15.441 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:23:16.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:16 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:23:14.404861+0000 mgr.smithi059.hlkxlm (mgr.14162) 194 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:23:17.313 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:23:17.313 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:23:17.315 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:23:18.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:18 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:23:16.405093+0000 mgr.smithi059.hlkxlm (mgr.14162) 195 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:23:18.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:18 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:23:17.311606+0000 mon.smithi059 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.183:0/4261110172' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:23:19.057 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:23:19.058 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:23:20.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:20 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:23:18.405386+0000 mgr.smithi059.hlkxlm (mgr.14162) 196 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:23:21.188 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:23:21.188 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:23:21.190 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:23:22.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:22 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:23:20.405664+0000 mgr.smithi059.hlkxlm (mgr.14162) 197 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:23:22.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:22 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:23:21.186102+0000 mon.smithi059 (mon.0) 229 : audit [DBG] from='client.? 172.21.15.183:0/2007029413' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:23:22.806 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:23:22.806 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:23:24.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:24 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:23:22.405990+0000 mgr.smithi059.hlkxlm (mgr.14162) 198 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:23:24.970 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:23:24.970 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:23:24.971 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:23:25.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:25 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:23:24.968455+0000 mon.smithi059 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.183:0/1726486740' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:23:26.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:26 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:23:24.406276+0000 mgr.smithi059.hlkxlm (mgr.14162) 199 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:23:26.818 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:23:26.818 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:23:28.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:28 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:23:26.406657+0000 mgr.smithi059.hlkxlm (mgr.14162) 200 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:23:28.729 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:23:28.730 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:23:28.731 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:23:29.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:29 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:23:28.728113+0000 mon.smithi059 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.183:0/3352368497' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:23:30.471 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:23:30.471 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:23:30.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:30 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:23:28.406938+0000 mgr.smithi059.hlkxlm (mgr.14162) 201 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:23:32.579 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:23:32.580 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:23:32.581 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:23:32.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:32 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:23:30.407225+0000 mgr.smithi059.hlkxlm (mgr.14162) 202 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:23:33.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:33 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:23:32.577693+0000 mon.smithi059 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.183:0/1226224502' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:23:34.275 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:23:34.276 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:23:34.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:34 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:23:32.407436+0000 mgr.smithi059.hlkxlm (mgr.14162) 203 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:23:36.208 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:23:36.209 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:23:36.210 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:23:36.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:36 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:23:34.407701+0000 mgr.smithi059.hlkxlm (mgr.14162) 204 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:23:37.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:37 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:23:36.206626+0000 mon.smithi059 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.183:0/4278399735' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:23:37.863 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:23:37.863 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:23:38.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:38 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:23:36.408028+0000 mgr.smithi059.hlkxlm (mgr.14162) 205 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:23:39.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:39 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:23:38.408397+0000 mgr.smithi059.hlkxlm (mgr.14162) 206 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:23:39.989 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:23:39.989 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:23:39.991 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:23:40.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:40 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:23:39.987825+0000 mon.smithi059 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.183:0/5511573' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:23:41.642 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:23:41.642 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:23:41.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:41 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:23:40.408724+0000 mgr.smithi059.hlkxlm (mgr.14162) 207 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:23:43.813 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:23:43.814 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:23:43.815 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:23:44.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:44 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:23:42.408999+0000 mgr.smithi059.hlkxlm (mgr.14162) 208 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:23:44.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:44 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:23:43.812131+0000 mon.smithi059 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.183:0/1026864795' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:23:45.564 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:23:45.564 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:23:46.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:46 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:23:44.409223+0000 mgr.smithi059.hlkxlm (mgr.14162) 209 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:23:47.666 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:23:47.667 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:23:47.668 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:23:48.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:48 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:23:46.409557+0000 mgr.smithi059.hlkxlm (mgr.14162) 210 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:23:48.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:48 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:23:47.665231+0000 mon.smithi059 (mon.0) 236 : audit [DBG] from='client.? 172.21.15.183:0/314261113' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:23:49.316 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:23:49.316 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:23:50.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:50 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:23:48.409991+0000 mgr.smithi059.hlkxlm (mgr.14162) 211 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:23:51.482 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:23:51.482 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:23:51.484 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:23:52.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:52 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:23:50.410396+0000 mgr.smithi059.hlkxlm (mgr.14162) 212 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:23:52.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:52 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:23:51.480575+0000 mon.smithi059 (mon.0) 237 : audit [DBG] from='client.? 172.21.15.183:0/3400612795' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:23:53.171 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:23:53.171 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:23:54.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:54 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:23:52.410777+0000 mgr.smithi059.hlkxlm (mgr.14162) 213 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:23:55.129 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:23:55.129 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:23:55.131 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:23:56.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:56 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:23:54.411150+0000 mgr.smithi059.hlkxlm (mgr.14162) 214 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:23:56.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:56 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:23:55.128089+0000 mon.smithi059 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.183:0/181372976' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:23:56.823 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:23:56.824 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:23:58.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:23:56.411499+0000 mgr.smithi059.hlkxlm (mgr.14162) 215 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:23:58.861 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:23:59.179 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:23:59.180 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:23:59.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:23:58.492563+0000 mon.smithi059 (mon.0) 239 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/mirror_snapshot_schedule"}]: dispatch 2024-02-12T16:23:59.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:23:58.494559+0000 mon.smithi059 (mon.0) 240 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/trash_purge_schedule"}]: dispatch 2024-02-12T16:23:59.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:23:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:23:58.859411+0000 mon.smithi059 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.183:0/858773963' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:24:00.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:00 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:23:58.411783+0000 mgr.smithi059.hlkxlm (mgr.14162) 216 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:24:00.567 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:24:00.568 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:24:02.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:24:00.412068+0000 mgr.smithi059.hlkxlm (mgr.14162) 217 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:24:02.787 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:24:02.787 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:24:02.789 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:24:03.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:03 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:24:02.785305+0000 mon.smithi059 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.183:0/3844457869' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:24:04.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:04 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:24:02.412407+0000 mgr.smithi059.hlkxlm (mgr.14162) 218 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:24:04.441 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:24:04.441 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:24:06.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:06 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:24:04.412796+0000 mgr.smithi059.hlkxlm (mgr.14162) 219 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:24:06.542 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:24:06.542 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:24:06.543 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:24:07.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:07 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:24:06.540363+0000 mon.smithi059 (mon.0) 243 : audit [DBG] from='client.? 172.21.15.183:0/2380268368' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:24:08.182 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:24:08.182 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:24:08.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:24:06.413115+0000 mgr.smithi059.hlkxlm (mgr.14162) 220 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:24:10.316 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:24:10.316 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:24:10.318 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:24:10.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:10 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:24:08.413497+0000 mgr.smithi059.hlkxlm (mgr.14162) 221 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:24:11.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:11 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:24:10.314813+0000 mon.smithi059 (mon.0) 244 : audit [DBG] from='client.? 172.21.15.183:0/2714164507' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:24:11.964 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:24:11.964 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:24:12.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:12 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:24:10.413778+0000 mgr.smithi059.hlkxlm (mgr.14162) 222 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:24:14.054 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:24:14.054 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:24:14.055 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:24:14.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:14 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:24:12.414122+0000 mgr.smithi059.hlkxlm (mgr.14162) 223 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:24:14.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:14 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:24:14.052464+0000 mon.smithi059 (mon.0) 245 : audit [DBG] from='client.? 172.21.15.183:0/4233387645' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:24:15.660 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:24:15.661 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:24:16.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:16 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:24:14.414488+0000 mgr.smithi059.hlkxlm (mgr.14162) 224 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:24:17.742 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:24:17.742 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:24:17.743 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:24:18.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:18 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:24:16.414844+0000 mgr.smithi059.hlkxlm (mgr.14162) 225 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:24:18.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:18 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:24:17.740814+0000 mon.smithi059 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.183:0/3336612349' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:24:19.417 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:24:19.417 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:24:20.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:20 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:24:18.415142+0000 mgr.smithi059.hlkxlm (mgr.14162) 226 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:24:21.489 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:24:21.489 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:24:21.491 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:24:22.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:22 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:24:20.415536+0000 mgr.smithi059.hlkxlm (mgr.14162) 227 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:24:22.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:22 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:24:21.487862+0000 mon.smithi059 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.183:0/2510980970' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:24:23.191 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:24:23.191 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:24:24.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:24 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:24:22.415839+0000 mgr.smithi059.hlkxlm (mgr.14162) 228 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:24:25.312 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:24:25.312 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:24:25.314 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:24:26.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:26 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:24:24.416117+0000 mgr.smithi059.hlkxlm (mgr.14162) 229 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:24:26.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:26 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:24:25.310897+0000 mon.smithi059 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.183:0/1643050794' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:24:26.873 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:24:26.873 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:24:28.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:28 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:24:26.416515+0000 mgr.smithi059.hlkxlm (mgr.14162) 230 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:24:28.999 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:24:28.999 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:24:29.001 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:24:29.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:29 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:24:28.997697+0000 mon.smithi059 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.183:0/3038298909' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:24:30.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:30 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:24:28.416818+0000 mgr.smithi059.hlkxlm (mgr.14162) 231 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:24:30.681 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:24:30.681 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:24:31.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cephadm 2024-02-12T16:24:29.442335+0000 mgr.smithi059.hlkxlm (mgr.14162) 232 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi059 ... 2024-02-12T16:24:31.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Verifying port 9100 ... 2024-02-12T16:24:31.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Non-zero exit code 1 from systemctl start ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@node-exporter.smithi059 2024-02-12T16:24:31.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: systemctl: stderr Job for ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@node-exporter.smithi059.service failed because a timeout was exceeded. 2024-02-12T16:24:31.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: systemctl: stderr See "systemctl status ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@node-exporter.smithi059.service" and "journalctl -xe" for details. 2024-02-12T16:24:31.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Traceback (most recent call last): 2024-02-12T16:24:31.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2024-02-12T16:24:31.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: main() 2024-02-12T16:24:31.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2024-02-12T16:24:31.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: r = ctx.func(ctx) 2024-02-12T16:24:31.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2024-02-12T16:24:31.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: return func(ctx) 2024-02-12T16:24:31.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2024-02-12T16:24:31.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: ports=daemon_ports) 2024-02-12T16:24:31.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2608, in deploy_daemon 2024-02-12T16:24:31.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: c, osd_fsid=osd_fsid, ports=ports) 2024-02-12T16:24:31.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2806, in deploy_daemon_units 2024-02-12T16:24:31.404 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-02-12T16:24:31.405 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2024-02-12T16:24:31.405 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-02-12T16:24:31.405 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: RuntimeError: Failed command: systemctl start ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@node-exporter.smithi059 2024-02-12T16:24:31.405 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Traceback (most recent call last): 2024-02-12T16:24:31.405 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2024-02-12T16:24:31.405 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: yield (conn, connr) 2024-02-12T16:24:31.405 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2024-02-12T16:24:31.405 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: code, '\n'.join(err))) 2024-02-12T16:24:31.405 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi059 ... 2024-02-12T16:24:31.405 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Verifying port 9100 ... 2024-02-12T16:24:31.405 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Non-zero exit code 1 from systemctl start ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@node-exporter.smithi059 2024-02-12T16:24:31.405 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: systemctl: stderr Job for ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@node-exporter.smithi059.service failed because a timeout was exceeded. 2024-02-12T16:24:31.405 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: systemctl: stderr See "systemctl status ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@node-exporter.smithi059.service" and "journalctl -xe" for details. 2024-02-12T16:24:31.405 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Traceback (most recent call last): 2024-02-12T16:24:31.405 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2024-02-12T16:24:31.406 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: main() 2024-02-12T16:24:31.406 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2024-02-12T16:24:31.406 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: r = ctx.func(ctx) 2024-02-12T16:24:31.406 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2024-02-12T16:24:31.406 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: return func(ctx) 2024-02-12T16:24:31.406 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2024-02-12T16:24:31.406 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: ports=daemon_ports) 2024-02-12T16:24:31.406 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2608, in deploy_daemon 2024-02-12T16:24:31.406 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: c, osd_fsid=osd_fsid, ports=ports) 2024-02-12T16:24:31.406 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2806, in deploy_daemon_units 2024-02-12T16:24:31.406 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-02-12T16:24:31.406 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2024-02-12T16:24:31.406 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-02-12T16:24:31.406 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: RuntimeError: Failed command: systemctl start ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@node-exporter.smithi059 2024-02-12T16:24:31.407 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cephadm 2024-02-12T16:24:29.449621+0000 mgr.smithi059.hlkxlm (mgr.14162) 233 : cephadm [INF] Deploying daemon prometheus.smithi059 on smithi059 2024-02-12T16:24:32.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:32 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:24:30.417101+0000 mgr.smithi059.hlkxlm (mgr.14162) 234 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:24:32.952 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:24:32.953 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:24:32.954 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:24:33.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:33 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:24:32.951498+0000 mon.smithi059 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.183:0/408849937' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:24:34.590 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:24:34.590 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:24:34.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:34 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:24:32.417439+0000 mgr.smithi059.hlkxlm (mgr.14162) 235 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:24:36.640 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:24:36.641 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:24:36.642 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:24:36.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:36 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:24:34.417828+0000 mgr.smithi059.hlkxlm (mgr.14162) 236 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:24:37.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:37 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:24:36.638723+0000 mon.smithi059 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.183:0/3293816287' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:24:38.433 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:24:38.434 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:24:38.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:38 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:24:36.418115+0000 mgr.smithi059.hlkxlm (mgr.14162) 237 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:24:40.627 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:24:40.627 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:24:40.629 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:24:40.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:40 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:24:38.418412+0000 mgr.smithi059.hlkxlm (mgr.14162) 238 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:24:41.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:41 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:24:40.625234+0000 mon.smithi059 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.183:0/1877512514' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:24:42.361 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:24:42.361 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:24:42.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:42 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:24:40.418635+0000 mgr.smithi059.hlkxlm (mgr.14162) 239 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:24:44.251 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:24:44.251 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:24:44.252 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:24:44.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:44 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:24:42.418924+0000 mgr.smithi059.hlkxlm (mgr.14162) 240 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:24:45.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:45 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:24:44.249235+0000 mon.smithi059 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.183:0/919120843' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:24:45.928 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:24:45.928 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:24:46.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:46 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:24:44.419211+0000 mgr.smithi059.hlkxlm (mgr.14162) 241 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:24:47.939 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:24:47.939 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:24:47.941 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:24:48.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:48 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:24:46.419515+0000 mgr.smithi059.hlkxlm (mgr.14162) 242 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:24:48.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:48 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:24:47.937481+0000 mon.smithi059 (mon.0) 254 : audit [DBG] from='client.? 172.21.15.183:0/2670290362' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:24:49.587 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:24:49.588 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:24:50.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:50 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:24:48.419785+0000 mgr.smithi059.hlkxlm (mgr.14162) 243 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:24:51.621 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:24:51.621 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:24:51.623 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:24:52.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:52 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:24:50.420086+0000 mgr.smithi059.hlkxlm (mgr.14162) 244 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:24:52.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:52 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:24:51.619964+0000 mon.smithi059 (mon.0) 255 : audit [DBG] from='client.? 172.21.15.183:0/2094191446' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:24:53.369 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:24:53.370 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:24:53.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:53 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:24:52.420419+0000 mgr.smithi059.hlkxlm (mgr.14162) 245 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:24:55.267 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:24:55.267 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:24:55.268 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:24:55.902 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:55 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:24:54.420711+0000 mgr.smithi059.hlkxlm (mgr.14162) 246 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:24:55.902 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:55 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:24:55.265380+0000 mon.smithi059 (mon.0) 256 : audit [DBG] from='client.? 172.21.15.183:0/1541210309' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:24:56.987 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:24:56.988 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:24:58.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:24:56.421025+0000 mgr.smithi059.hlkxlm (mgr.14162) 247 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:24:59.045 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:24:59.045 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:24:59.046 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:24:59.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:24:58.493724+0000 mon.smithi059 (mon.0) 257 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/mirror_snapshot_schedule"}]: dispatch 2024-02-12T16:24:59.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:24:58.495451+0000 mon.smithi059 (mon.0) 258 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/trash_purge_schedule"}]: dispatch 2024-02-12T16:24:59.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:24:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:24:59.043153+0000 mon.smithi059 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.183:0/445573182' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:25:00.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:00 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:24:58.421384+0000 mgr.smithi059.hlkxlm (mgr.14162) 248 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:25:00.687 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:25:00.687 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:25:02.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:25:00.421704+0000 mgr.smithi059.hlkxlm (mgr.14162) 249 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:25:02.783 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:25:02.784 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:25:02.785 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:25:03.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:03 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:25:02.782233+0000 mon.smithi059 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.183:0/4181404334' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:25:04.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:04 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:25:02.422103+0000 mgr.smithi059.hlkxlm (mgr.14162) 250 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:25:04.473 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:25:04.473 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:25:06.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:06 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:25:04.422505+0000 mgr.smithi059.hlkxlm (mgr.14162) 251 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:25:06.539 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:25:06.539 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:25:06.540 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:25:07.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:07 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:25:06.537297+0000 mon.smithi059 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.183:0/241518137' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:25:08.219 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:25:08.219 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:25:08.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:25:06.422842+0000 mgr.smithi059.hlkxlm (mgr.14162) 252 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:25:10.202 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:25:10.202 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:25:10.204 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:25:10.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:10 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:25:08.423224+0000 mgr.smithi059.hlkxlm (mgr.14162) 253 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:25:11.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:11 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:25:10.200801+0000 mon.smithi059 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.183:0/3382681323' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:25:11.921 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:25:11.922 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:25:12.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:12 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:25:10.423553+0000 mgr.smithi059.hlkxlm (mgr.14162) 254 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:25:13.944 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:25:13.944 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:25:13.946 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:25:14.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:14 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:25:12.423934+0000 mgr.smithi059.hlkxlm (mgr.14162) 255 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:25:14.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:14 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:25:13.942804+0000 mon.smithi059 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.183:0/3335287404' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:25:15.641 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:25:15.647 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:25:16.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:16 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:25:14.424188+0000 mgr.smithi059.hlkxlm (mgr.14162) 256 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:25:17.724 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:25:17.724 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:25:17.725 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:25:18.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:18 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:25:16.424517+0000 mgr.smithi059.hlkxlm (mgr.14162) 257 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:25:18.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:18 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:25:17.722420+0000 mon.smithi059 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.183:0/4001309739' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:25:19.375 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:25:19.376 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:25:20.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:20 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:25:18.424902+0000 mgr.smithi059.hlkxlm (mgr.14162) 258 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:25:21.518 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:25:21.518 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:25:21.519 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:25:22.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:22 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:25:20.425282+0000 mgr.smithi059.hlkxlm (mgr.14162) 259 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:25:22.403 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:22 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:25:21.516415+0000 mon.smithi059 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.183:0/3132752229' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:25:23.180 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:25:23.181 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:25:24.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:24 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:25:22.425663+0000 mgr.smithi059.hlkxlm (mgr.14162) 260 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:25:25.286 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:25:25.287 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:25:25.288 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:25:26.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:26 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:25:24.426073+0000 mgr.smithi059.hlkxlm (mgr.14162) 261 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:25:26.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:26 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:25:25.285090+0000 mon.smithi059 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.183:0/1342836505' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:25:26.992 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:25:26.993 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:25:28.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:28 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:25:26.426424+0000 mgr.smithi059.hlkxlm (mgr.14162) 262 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:25:29.143 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:25:29.144 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:25:29.145 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:25:29.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:29 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:25:29.142130+0000 mon.smithi059 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.183:0/3178474054' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:25:30.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:30 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:25:28.426754+0000 mgr.smithi059.hlkxlm (mgr.14162) 263 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:25:30.906 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:25:30.906 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:25:32.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:32 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:25:30.427112+0000 mgr.smithi059.hlkxlm (mgr.14162) 264 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:25:33.081 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:25:33.081 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:25:33.083 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:25:33.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:33 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:25:33.079850+0000 mon.smithi059 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.183:0/2497840822' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:25:34.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:34 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:25:32.427490+0000 mgr.smithi059.hlkxlm (mgr.14162) 265 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:25:34.919 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:25:34.919 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:25:36.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:36 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:25:34.427776+0000 mgr.smithi059.hlkxlm (mgr.14162) 266 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:25:36.954 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:25:36.954 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:25:36.956 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:25:37.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:37 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:25:36.952674+0000 mon.smithi059 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.183:0/2351288890' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:25:38.518 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:25:38.519 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:25:38.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:38 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:25:36.428058+0000 mgr.smithi059.hlkxlm (mgr.14162) 267 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:25:40.556 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:25:40.556 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:25:40.558 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:25:40.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:40 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:25:38.428405+0000 mgr.smithi059.hlkxlm (mgr.14162) 268 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:25:41.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:41 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:25:40.555249+0000 mon.smithi059 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.183:0/1311549514' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:25:42.248 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:25:42.249 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:25:42.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:42 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:25:40.428786+0000 mgr.smithi059.hlkxlm (mgr.14162) 269 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:25:44.308 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:25:44.308 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:25:44.310 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:25:44.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:44 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:25:42.429166+0000 mgr.smithi059.hlkxlm (mgr.14162) 270 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:25:45.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:45 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:25:44.306816+0000 mon.smithi059 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.183:0/3118725781' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:25:46.044 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:25:46.044 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:25:46.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:46 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:25:44.429545+0000 mgr.smithi059.hlkxlm (mgr.14162) 271 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:25:48.267 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:25:48.267 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:25:48.268 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:25:48.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:48 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:25:46.429773+0000 mgr.smithi059.hlkxlm (mgr.14162) 272 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:25:49.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:49 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:25:48.265180+0000 mon.smithi059 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.183:0/4035945078' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:25:49.931 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:25:49.931 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:25:50.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:50 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:25:48.430037+0000 mgr.smithi059.hlkxlm (mgr.14162) 273 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:25:51.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:51 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:25:50.430296+0000 mgr.smithi059.hlkxlm (mgr.14162) 274 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:25:51.880 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:25:51.880 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:25:51.881 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:25:52.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:52 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:25:51.878306+0000 mon.smithi059 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.183:0/1386029216' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:25:53.490 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:25:53.491 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:25:53.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:53 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:25:52.430558+0000 mgr.smithi059.hlkxlm (mgr.14162) 275 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:25:55.656 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:25:55.656 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:25:55.658 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:25:55.902 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:55 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:25:54.430770+0000 mgr.smithi059.hlkxlm (mgr.14162) 276 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:25:56.902 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:56 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:25:55.654971+0000 mon.smithi059 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.183:0/1019362371' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:25:57.310 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:25:57.310 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:25:58.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:25:56.431138+0000 mgr.smithi059.hlkxlm (mgr.14162) 277 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:25:59.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:25:58.494807+0000 mon.smithi059 (mon.0) 275 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/mirror_snapshot_schedule"}]: dispatch 2024-02-12T16:25:59.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:25:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:25:58.496331+0000 mon.smithi059 (mon.0) 276 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/trash_purge_schedule"}]: dispatch 2024-02-12T16:25:59.424 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:25:59.424 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:25:59.425 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:26:00.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:00 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:25:58.431538+0000 mgr.smithi059.hlkxlm (mgr.14162) 278 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:26:00.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:00 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:25:59.422168+0000 mon.smithi059 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.183:0/3743737666' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:26:00.947 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:26:00.948 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:26:02.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:26:00.431939+0000 mgr.smithi059.hlkxlm (mgr.14162) 279 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:26:02.986 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:26:02.986 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:26:02.988 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:26:03.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:03 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:26:02.984820+0000 mon.smithi059 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.183:0/1694820113' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:26:04.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:04 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:26:02.432283+0000 mgr.smithi059.hlkxlm (mgr.14162) 280 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:26:04.610 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:26:04.610 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:26:06.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:06 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:26:04.432627+0000 mgr.smithi059.hlkxlm (mgr.14162) 281 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:26:06.646 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:26:06.646 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:26:06.648 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:26:07.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:07 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:26:06.645119+0000 mon.smithi059 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.183:0/3458434900' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:26:08.266 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:26:08.267 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:26:08.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:26:06.432986+0000 mgr.smithi059.hlkxlm (mgr.14162) 282 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:26:10.262 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:26:10.263 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:26:10.264 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:26:10.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:10 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:26:08.433280+0000 mgr.smithi059.hlkxlm (mgr.14162) 283 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:26:11.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:11 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:26:10.260760+0000 mon.smithi059 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.183:0/1927398272' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:26:11.876 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:26:11.876 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:26:12.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:12 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:26:10.433619+0000 mgr.smithi059.hlkxlm (mgr.14162) 284 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:26:13.936 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:26:13.936 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:26:13.937 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:26:14.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:14 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:26:12.434013+0000 mgr.smithi059.hlkxlm (mgr.14162) 285 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:26:14.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:14 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:26:13.934541+0000 mon.smithi059 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.183:0/1866970768' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:26:15.612 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:26:15.612 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:26:16.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:16 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:26:14.434277+0000 mgr.smithi059.hlkxlm (mgr.14162) 286 : cluster [DBG] pgmap v272: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:26:17.711 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:26:17.711 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:26:17.713 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:26:18.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:18 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:26:16.434651+0000 mgr.smithi059.hlkxlm (mgr.14162) 287 : cluster [DBG] pgmap v273: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:26:18.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:18 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:26:17.709967+0000 mon.smithi059 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.183:0/2074589936' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:26:19.363 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:26:19.363 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:26:20.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:20 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:26:18.435080+0000 mgr.smithi059.hlkxlm (mgr.14162) 288 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:26:21.242 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:26:21.242 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:26:21.243 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:26:22.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:22 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:26:20.435411+0000 mgr.smithi059.hlkxlm (mgr.14162) 289 : cluster [DBG] pgmap v275: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:26:22.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:22 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:26:21.240467+0000 mon.smithi059 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.183:0/1439876818' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:26:22.826 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:26:22.826 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:26:24.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:24 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:26:22.435753+0000 mgr.smithi059.hlkxlm (mgr.14162) 290 : cluster [DBG] pgmap v276: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:26:24.935 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:26:24.935 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:26:24.936 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:26:25.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:25 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:26:24.933488+0000 mon.smithi059 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.183:0/2991335531' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:26:26.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:26 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:26:24.436099+0000 mgr.smithi059.hlkxlm (mgr.14162) 291 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:26:26.686 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:26:26.686 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:26:28.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:28 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:26:26.436426+0000 mgr.smithi059.hlkxlm (mgr.14162) 292 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:26:28.703 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:26:28.703 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:26:28.704 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:26:29.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:29 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:26:28.701854+0000 mon.smithi059 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.183:0/1049236045' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:26:30.335 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:26:30.336 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:26:30.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:30 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:26:28.436757+0000 mgr.smithi059.hlkxlm (mgr.14162) 293 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:26:32.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:32 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:26:30.437043+0000 mgr.smithi059.hlkxlm (mgr.14162) 294 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:26:32.406 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:26:32.406 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:26:32.407 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:26:33.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:33 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:26:32.404504+0000 mon.smithi059 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.183:0/577981126' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:26:34.123 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:26:34.123 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:26:34.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:34 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:26:32.437279+0000 mgr.smithi059.hlkxlm (mgr.14162) 295 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:26:36.131 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:26:36.131 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:26:36.132 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:26:36.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:36 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:26:34.437608+0000 mgr.smithi059.hlkxlm (mgr.14162) 296 : cluster [DBG] pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:26:36.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:36 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:26:36.129456+0000 mon.smithi059 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.183:0/2855635978' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:26:37.790 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:26:37.790 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:26:38.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:38 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:26:36.437996+0000 mgr.smithi059.hlkxlm (mgr.14162) 297 : cluster [DBG] pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:26:39.894 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:26:39.894 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:26:39.896 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:26:40.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:40 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:26:38.438283+0000 mgr.smithi059.hlkxlm (mgr.14162) 298 : cluster [DBG] pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:26:40.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:40 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:26:39.893135+0000 mon.smithi059 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.183:0/3823282617' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:26:41.599 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:26:41.600 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:26:42.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:42 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:26:40.438574+0000 mgr.smithi059.hlkxlm (mgr.14162) 299 : cluster [DBG] pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:26:43.606 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:26:43.606 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:26:43.608 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:26:44.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:44 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:26:42.438927+0000 mgr.smithi059.hlkxlm (mgr.14162) 300 : cluster [DBG] pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:26:44.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:44 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:26:43.605097+0000 mon.smithi059 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.183:0/119588895' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:26:45.306 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:26:45.306 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:26:46.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:46 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:26:44.439250+0000 mgr.smithi059.hlkxlm (mgr.14162) 301 : cluster [DBG] pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:26:47.356 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:26:47.357 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:26:47.358 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:26:48.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:48 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:26:46.439493+0000 mgr.smithi059.hlkxlm (mgr.14162) 302 : cluster [DBG] pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:26:48.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:48 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:26:47.355463+0000 mon.smithi059 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.183:0/3023561814' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:26:49.169 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:26:49.170 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:26:50.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:50 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:26:48.439834+0000 mgr.smithi059.hlkxlm (mgr.14162) 303 : cluster [DBG] pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:26:51.322 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:26:51.322 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:26:51.323 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:26:52.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:52 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:26:50.440183+0000 mgr.smithi059.hlkxlm (mgr.14162) 304 : cluster [DBG] pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:26:52.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:52 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:26:51.320374+0000 mon.smithi059 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.183:0/4037649601' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:26:52.921 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:26:52.955 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:26:54.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:54 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:26:52.440461+0000 mgr.smithi059.hlkxlm (mgr.14162) 305 : cluster [DBG] pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:26:55.039 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:26:55.039 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:26:55.041 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:26:55.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:55 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:26:55.037944+0000 mon.smithi059 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.183:0/808137261' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:26:56.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:56 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:26:54.440745+0000 mgr.smithi059.hlkxlm (mgr.14162) 306 : cluster [DBG] pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:26:56.826 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:26:56.827 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:26:57.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:57 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:26:56.964891+0000 mon.smithi059 (mon.0) 293 : audit [DBG] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:26:58.563 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:26:56.441082+0000 mgr.smithi059.hlkxlm (mgr.14162) 307 : cluster [DBG] pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:26:58.563 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cephadm 2024-02-12T16:26:56.964308+0000 mgr.smithi059.hlkxlm (mgr.14162) 308 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi059 ... 2024-02-12T16:26:58.564 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus 2024-02-12T16:26:58.564 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: stat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1... 2024-02-12T16:26:58.564 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: stat: stderr time="2024-02-12T16:25:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:26:58.564 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: stat: stderr time="2024-02-12T16:25:41Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:26:58.564 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: stat: stderr time="2024-02-12T16:26:19Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:26:58.564 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: stat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:26:58.564 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Traceback (most recent call last): 2024-02-12T16:26:58.564 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2024-02-12T16:26:58.564 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: main() 2024-02-12T16:26:58.564 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2024-02-12T16:26:58.564 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: r = ctx.func(ctx) 2024-02-12T16:26:58.564 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2024-02-12T16:26:58.565 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: return func(ctx) 2024-02-12T16:26:58.565 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2024-02-12T16:26:58.565 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-12T16:26:58.565 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4185, in extract_uid_gid_monitoring 2024-02-12T16:26:58.565 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: uid, gid = extract_uid_gid(ctx, file_path='/etc/prometheus') 2024-02-12T16:26:58.565 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2024-02-12T16:26:58.565 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: raise RuntimeError('uid/gid not found') 2024-02-12T16:26:58.565 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: RuntimeError: uid/gid not found 2024-02-12T16:26:58.565 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Traceback (most recent call last): 2024-02-12T16:26:58.565 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2024-02-12T16:26:58.565 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: yield (conn, connr) 2024-02-12T16:26:58.565 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2024-02-12T16:26:58.565 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: code, '\n'.join(err))) 2024-02-12T16:26:58.565 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi059 ... 2024-02-12T16:26:58.565 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi059 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus 2024-02-12T16:26:58.565 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: stat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1... 2024-02-12T16:26:58.566 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: stat: stderr time="2024-02-12T16:25:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:26:58.566 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: stat: stderr time="2024-02-12T16:25:41Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:26:58.566 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: stat: stderr time="2024-02-12T16:26:19Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:26:58.566 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: stat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:26:58.566 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: Traceback (most recent call last): 2024-02-12T16:26:58.566 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2024-02-12T16:26:58.566 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: main() 2024-02-12T16:26:58.566 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2024-02-12T16:26:58.566 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: r = ctx.func(ctx) 2024-02-12T16:26:58.566 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2024-02-12T16:26:58.566 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: return func(ctx) 2024-02-12T16:26:58.566 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2024-02-12T16:26:58.566 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-12T16:26:58.566 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4185, in extract_uid_gid_monitoring 2024-02-12T16:26:58.566 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: uid, gid = extract_uid_gid(ctx, file_path='/etc/prometheus') 2024-02-12T16:26:58.567 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: File "/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2024-02-12T16:26:58.567 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: raise RuntimeError('uid/gid not found') 2024-02-12T16:26:58.567 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: RuntimeError: uid/gid not found 2024-02-12T16:26:58.567 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:26:57.305961+0000 mon.smithi059 (mon.0) 294 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:26:58.567 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:26:57.850733+0000 mon.smithi059 (mon.0) 295 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:26:59.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:26:58.495929+0000 mon.smithi059 (mon.0) 296 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/mirror_snapshot_schedule"}]: dispatch 2024-02-12T16:26:59.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:26:58.497101+0000 mon.smithi059 (mon.0) 297 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/trash_purge_schedule"}]: dispatch 2024-02-12T16:26:59.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:26:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:26:59.084016+0000 mon.smithi059 (mon.0) 298 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:26:59.998 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:26:59.998 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:27:00.000 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:27:00.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:00 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:26:58.441322+0000 mgr.smithi059.hlkxlm (mgr.14162) 309 : cluster [DBG] pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:27:00.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:00 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:26:59.997201+0000 mon.smithi059 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.183:0/269539957' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:27:01.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:01 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:00.441708+0000 mgr.smithi059.hlkxlm (mgr.14162) 310 : cluster [DBG] pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:27:01.758 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:27:01.759 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:27:03.152 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:27:01.900762+0000 mon.smithi059 (mon.0) 300 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:27:03.152 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:27:02.484996+0000 mon.smithi059 (mon.0) 301 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:27:03.152 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:27:02.488665+0000 mon.smithi059 (mon.0) 302 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' 2024-02-12T16:27:03.859 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:27:03.859 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:27:03.861 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:27:04.152 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:03 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:02.442062+0000 mgr.smithi059.hlkxlm (mgr.14162) 311 : cluster [DBG] pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:27:04.152 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:03 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:02.485899+0000 mgr.smithi059.hlkxlm (mgr.14162) 312 : cluster [DBG] pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:27:04.152 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:03 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cephadm 2024-02-12T16:27:02.490776+0000 mgr.smithi059.hlkxlm (mgr.14162) 313 : cephadm [INF] Deploying daemon alertmanager.smithi059 on smithi059 2024-02-12T16:27:04.152 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:03 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:03.131945+0000 mon.smithi059 (mon.0) 303 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-02-12T16:27:04.152 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:03 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:27:03.857849+0000 mon.smithi059 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.183:0/2685499994' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:27:05.518 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:27:05.519 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:27:06.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:05 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:04.486283+0000 mgr.smithi059.hlkxlm (mgr.14162) 314 : cluster [DBG] pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:27:07.684 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:27:07.684 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:27:07.684 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:27:08.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:06.486613+0000 mgr.smithi059.hlkxlm (mgr.14162) 315 : cluster [DBG] pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:27:08.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:27:07.680247+0000 mon.smithi059 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.183:0/3386273453' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:27:09.335 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:27:09.336 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:27:10.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:10 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:08.487007+0000 mgr.smithi059.hlkxlm (mgr.14162) 316 : cluster [DBG] pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:27:11.535 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:27:11.535 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:27:11.537 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:27:12.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:12 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:10.487248+0000 mgr.smithi059.hlkxlm (mgr.14162) 317 : cluster [DBG] pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:27:12.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:12 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:27:11.533638+0000 mon.smithi059 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.183:0/3838509045' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:27:13.139 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:27:13.139 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:27:14.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:14 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:12.487620+0000 mgr.smithi059.hlkxlm (mgr.14162) 318 : cluster [DBG] pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:27:15.296 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:27:15.296 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:27:15.297 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:27:16.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:16 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:14.488043+0000 mgr.smithi059.hlkxlm (mgr.14162) 319 : cluster [DBG] pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:27:16.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:16 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:27:15.294589+0000 mon.smithi059 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.183:0/3872358718' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:27:16.982 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:27:16.982 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:27:18.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:18 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:16.488441+0000 mgr.smithi059.hlkxlm (mgr.14162) 320 : cluster [DBG] pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:27:18.985 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:27:18.985 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:27:18.987 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:27:19.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:19 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:27:18.983973+0000 mon.smithi059 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.183:0/1984251395' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:27:20.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:20 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:18.488838+0000 mgr.smithi059.hlkxlm (mgr.14162) 321 : cluster [DBG] pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:27:20.592 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:27:20.592 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:27:22.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:22 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:20.489124+0000 mgr.smithi059.hlkxlm (mgr.14162) 322 : cluster [DBG] pgmap v306: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:27:22.652 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:27:22.652 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:27:22.653 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:27:23.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:23 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:27:22.650775+0000 mon.smithi059 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.183:0/3823038986' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:27:24.468 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:27:24.469 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:27:24.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:24 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:22.489489+0000 mgr.smithi059.hlkxlm (mgr.14162) 323 : cluster [DBG] pgmap v307: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:27:26.616 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:27:26.617 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:27:26.618 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:27:26.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:26 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:24.489950+0000 mgr.smithi059.hlkxlm (mgr.14162) 324 : cluster [DBG] pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:27:27.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:27 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:27:26.615020+0000 mon.smithi059 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.183:0/1560633245' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:27:28.211 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:27:28.212 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:27:28.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:28 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:26.490330+0000 mgr.smithi059.hlkxlm (mgr.14162) 325 : cluster [DBG] pgmap v309: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:27:30.198 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:27:30.198 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:27:30.200 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:27:30.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:30 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:28.490600+0000 mgr.smithi059.hlkxlm (mgr.14162) 326 : cluster [DBG] pgmap v310: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:27:31.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:31 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:27:30.197087+0000 mon.smithi059 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.183:0/3532368712' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:27:31.815 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:27:31.815 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:27:32.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:32 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:30.490973+0000 mgr.smithi059.hlkxlm (mgr.14162) 327 : cluster [DBG] pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:27:33.891 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:27:33.891 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:27:33.892 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:27:34.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:34 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:32.491269+0000 mgr.smithi059.hlkxlm (mgr.14162) 328 : cluster [DBG] pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:27:34.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:34 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:27:33.889472+0000 mon.smithi059 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.183:0/1200494173' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:27:35.573 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:27:35.573 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:27:36.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:36 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:34.491650+0000 mgr.smithi059.hlkxlm (mgr.14162) 329 : cluster [DBG] pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:27:37.819 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:27:37.820 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:27:37.821 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:27:38.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:38 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:36.491999+0000 mgr.smithi059.hlkxlm (mgr.14162) 330 : cluster [DBG] pgmap v314: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:27:38.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:38 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:27:37.817947+0000 mon.smithi059 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.183:0/1367208416' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:27:39.379 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:27:39.380 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:27:40.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:40 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:38.492337+0000 mgr.smithi059.hlkxlm (mgr.14162) 331 : cluster [DBG] pgmap v315: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:27:41.499 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:27:41.499 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:27:41.501 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:27:42.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:42 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:40.492606+0000 mgr.smithi059.hlkxlm (mgr.14162) 332 : cluster [DBG] pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:27:42.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:42 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:27:41.497812+0000 mon.smithi059 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.183:0/231675630' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:27:43.152 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:27:43.152 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:27:44.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:44 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:42.492978+0000 mgr.smithi059.hlkxlm (mgr.14162) 333 : cluster [DBG] pgmap v317: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:27:45.153 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:27:45.154 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:27:45.155 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:27:45.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:45 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:27:45.151810+0000 mon.smithi059 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.183:0/3444964742' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:27:46.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:46 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:44.493349+0000 mgr.smithi059.hlkxlm (mgr.14162) 334 : cluster [DBG] pgmap v318: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:27:46.673 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:27:46.673 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:27:48.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:48 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:46.493739+0000 mgr.smithi059.hlkxlm (mgr.14162) 335 : cluster [DBG] pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:27:48.765 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:27:48.766 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:27:48.768 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:27:49.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:49 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:27:48.764365+0000 mon.smithi059 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.183:0/2804900687' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:27:50.469 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:27:50.470 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:27:50.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:50 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:48.494113+0000 mgr.smithi059.hlkxlm (mgr.14162) 336 : cluster [DBG] pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:27:52.564 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:27:52.564 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:27:52.566 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:27:52.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:52 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:50.494620+0000 mgr.smithi059.hlkxlm (mgr.14162) 337 : cluster [DBG] pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:27:53.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:53 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:27:52.563018+0000 mon.smithi059 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.183:0/3140044045' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:27:54.089 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:27:54.089 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:27:54.656 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:54 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:52.495052+0000 mgr.smithi059.hlkxlm (mgr.14162) 338 : cluster [DBG] pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:27:56.101 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:27:56.101 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:27:56.103 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:27:56.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:56 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:54.495434+0000 mgr.smithi059.hlkxlm (mgr.14162) 339 : cluster [DBG] pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:27:56.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:56 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:27:56.099993+0000 mon.smithi059 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.183:0/4074646980' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:27:57.782 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:27:57.782 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:27:58.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:56.495938+0000 mgr.smithi059.hlkxlm (mgr.14162) 340 : cluster [DBG] pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:27:59.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:27:58.496890+0000 mon.smithi059 (mon.0) 319 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/mirror_snapshot_schedule"}]: dispatch 2024-02-12T16:27:59.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:27:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:27:58.497844+0000 mon.smithi059 (mon.0) 320 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/trash_purge_schedule"}]: dispatch 2024-02-12T16:27:59.914 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:27:59.914 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:27:59.916 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:28:00.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:00 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:27:58.496264+0000 mgr.smithi059.hlkxlm (mgr.14162) 341 : cluster [DBG] pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:28:00.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:00 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:27:59.913023+0000 mon.smithi059 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.183:0/3786371784' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:28:01.558 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:28:01.559 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:28:02.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:28:00.496523+0000 mgr.smithi059.hlkxlm (mgr.14162) 342 : cluster [DBG] pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:28:03.521 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:28:03.521 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:28:03.523 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:28:04.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:04 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:28:02.496937+0000 mgr.smithi059.hlkxlm (mgr.14162) 343 : cluster [DBG] pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:28:04.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:04 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:28:03.519994+0000 mon.smithi059 (mon.0) 322 : audit [DBG] from='client.? 172.21.15.183:0/859108562' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:28:05.090 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:28:05.090 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:28:06.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:06 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:28:04.497346+0000 mgr.smithi059.hlkxlm (mgr.14162) 344 : cluster [DBG] pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:28:07.250 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:28:07.250 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:28:07.252 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:28:08.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:28:06.497623+0000 mgr.smithi059.hlkxlm (mgr.14162) 345 : cluster [DBG] pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:28:08.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:28:07.249222+0000 mon.smithi059 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.183:0/1837861410' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:28:08.904 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:28:08.905 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:28:09.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:09 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:28:08.497926+0000 mgr.smithi059.hlkxlm (mgr.14162) 346 : cluster [DBG] pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:28:10.995 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:28:10.995 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:28:10.997 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:28:11.902 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:11 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:28:10.498263+0000 mgr.smithi059.hlkxlm (mgr.14162) 347 : cluster [DBG] pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:28:11.902 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:11 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:28:10.993844+0000 mon.smithi059 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.183:0/2852798096' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:28:12.516 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:28:12.516 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:28:14.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:14 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:28:12.498592+0000 mgr.smithi059.hlkxlm (mgr.14162) 348 : cluster [DBG] pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:28:14.541 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:28:14.541 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:28:14.542 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:28:15.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:15 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:28:14.539489+0000 mon.smithi059 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.183:0/3929035425' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:28:16.173 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:28:16.174 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:28:16.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:16 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:28:14.498929+0000 mgr.smithi059.hlkxlm (mgr.14162) 349 : cluster [DBG] pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:28:18.306 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:28:18.306 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:28:18.308 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:28:18.402 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:18 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:28:16.499214+0000 mgr.smithi059.hlkxlm (mgr.14162) 350 : cluster [DBG] pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:28:19.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:19 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:28:18.304821+0000 mon.smithi059 (mon.0) 326 : audit [DBG] from='client.? 172.21.15.183:0/3774272096' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:28:19.932 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:28:19.933 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:28:20.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:20 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:28:18.499498+0000 mgr.smithi059.hlkxlm (mgr.14162) 351 : cluster [DBG] pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:28:21.882 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:28:21.882 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:28:21.884 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:28:22.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:22 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:28:20.499863+0000 mgr.smithi059.hlkxlm (mgr.14162) 352 : cluster [DBG] pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:28:22.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:22 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:28:21.880690+0000 mon.smithi059 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.183:0/3796205870' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:28:23.600 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:28:23.600 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:28:24.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:24 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:28:22.500285+0000 mgr.smithi059.hlkxlm (mgr.14162) 353 : cluster [DBG] pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:28:25.666 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:28:25.666 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:28:25.667 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:28:26.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:26 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:28:24.500690+0000 mgr.smithi059.hlkxlm (mgr.14162) 354 : cluster [DBG] pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:28:26.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:26 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:28:25.664630+0000 mon.smithi059 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.183:0/2313143992' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:28:27.349 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:28:27.349 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:28:28.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:28 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:28:26.501076+0000 mgr.smithi059.hlkxlm (mgr.14162) 355 : cluster [DBG] pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:28:29.536 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:28:29.537 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:28:29.538 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:28:30.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:30 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:28:28.501404+0000 mgr.smithi059.hlkxlm (mgr.14162) 356 : cluster [DBG] pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:28:30.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:30 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:28:29.535030+0000 mon.smithi059 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.183:0/1333376725' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:28:31.180 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:28:31.180 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:28:32.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:32 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:28:30.501751+0000 mgr.smithi059.hlkxlm (mgr.14162) 357 : cluster [DBG] pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:28:33.372 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:28:33.372 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:28:33.374 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:28:34.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:34 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:28:32.502093+0000 mgr.smithi059.hlkxlm (mgr.14162) 358 : cluster [DBG] pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:28:34.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:34 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:28:33.370885+0000 mon.smithi059 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.183:0/2773213288' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:28:35.050 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:28:35.050 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:28:36.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:36 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:28:34.502380+0000 mgr.smithi059.hlkxlm (mgr.14162) 359 : cluster [DBG] pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:28:37.063 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:28:37.063 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:28:37.065 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:28:37.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:37 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:28:37.061947+0000 mon.smithi059 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.183:0/3386871207' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:28:38.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:38 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:28:36.502727+0000 mgr.smithi059.hlkxlm (mgr.14162) 360 : cluster [DBG] pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:28:38.749 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:28:38.749 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:28:40.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:40 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:28:38.503000+0000 mgr.smithi059.hlkxlm (mgr.14162) 361 : cluster [DBG] pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:28:40.907 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:28:40.907 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:28:40.909 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:28:41.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:41 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:28:40.906287+0000 mon.smithi059 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.183:0/2480003470' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:28:42.599 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:28:42.600 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:28:42.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:42 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:28:40.503244+0000 mgr.smithi059.hlkxlm (mgr.14162) 362 : cluster [DBG] pgmap v346: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:28:44.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:44 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:28:42.503545+0000 mgr.smithi059.hlkxlm (mgr.14162) 363 : cluster [DBG] pgmap v347: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:28:44.841 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:28:44.842 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:28:44.843 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:28:45.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:45 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:28:44.840338+0000 mon.smithi059 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.183:0/2262806944' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:28:46.567 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:28:46.567 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:28:46.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:46 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:28:44.503930+0000 mgr.smithi059.hlkxlm (mgr.14162) 364 : cluster [DBG] pgmap v348: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:28:48.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:48 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:28:46.504309+0000 mgr.smithi059.hlkxlm (mgr.14162) 365 : cluster [DBG] pgmap v349: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:28:48.703 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:28:48.703 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:28:48.706 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:28:49.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:49 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:28:48.702567+0000 mon.smithi059 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.183:0/1551579088' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:28:50.321 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:28:50.322 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:28:50.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:50 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:28:48.504680+0000 mgr.smithi059.hlkxlm (mgr.14162) 366 : cluster [DBG] pgmap v350: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:28:52.339 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:28:52.339 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:28:52.341 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:28:52.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:52 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:28:50.505097+0000 mgr.smithi059.hlkxlm (mgr.14162) 367 : cluster [DBG] pgmap v351: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:28:53.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:53 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:28:52.337823+0000 mon.smithi059 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.183:0/1348210055' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:28:53.975 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:28:53.976 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:28:54.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:54 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:28:52.505505+0000 mgr.smithi059.hlkxlm (mgr.14162) 368 : cluster [DBG] pgmap v352: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:28:56.149 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:28:56.149 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:28:56.151 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:28:56.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:56 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:28:54.505967+0000 mgr.smithi059.hlkxlm (mgr.14162) 369 : cluster [DBG] pgmap v353: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:28:56.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:56 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:28:56.147984+0000 mon.smithi059 (mon.0) 336 : audit [DBG] from='client.? 172.21.15.183:0/2885252310' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:28:57.840 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:28:57.840 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:28:58.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:58 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:28:56.506450+0000 mgr.smithi059.hlkxlm (mgr.14162) 370 : cluster [DBG] pgmap v354: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:28:59.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:28:58.498041+0000 mon.smithi059 (mon.0) 337 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/mirror_snapshot_schedule"}]: dispatch 2024-02-12T16:28:59.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:28:59 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:28:58.498914+0000 mon.smithi059 (mon.0) 338 : audit [INF] from='mgr.14162 172.21.15.59:0/3495688881' entity='mgr.smithi059.hlkxlm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi059.hlkxlm/trash_purge_schedule"}]: dispatch 2024-02-12T16:28:59.881 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:28:59.882 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:28:59.883 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:29:00.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:29:00 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:28:58.506799+0000 mgr.smithi059.hlkxlm (mgr.14162) 371 : cluster [DBG] pgmap v355: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:29:00.653 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:29:00 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:28:59.879862+0000 mon.smithi059 (mon.0) 339 : audit [DBG] from='client.? 172.21.15.183:0/1064650464' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:29:01.581 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:29:01.581 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:29:02.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:29:02 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:29:00.507100+0000 mgr.smithi059.hlkxlm (mgr.14162) 372 : cluster [DBG] pgmap v356: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:29:03.818 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:29:03.818 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:29:03.819 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:29:04.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:29:04 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:29:02.507473+0000 mgr.smithi059.hlkxlm (mgr.14162) 373 : cluster [DBG] pgmap v357: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:29:04.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:29:04 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:29:03.815990+0000 mon.smithi059 (mon.0) 340 : audit [DBG] from='client.? 172.21.15.183:0/681315319' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:29:05.434 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:29:05.434 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:29:06.652 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:29:06 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:29:04.507833+0000 mgr.smithi059.hlkxlm (mgr.14162) 374 : cluster [DBG] pgmap v358: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:29:07.625 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-02-12T16:29:07.626 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"ee1b93fa-c9c1-11ee-95b9-87774f69a715","modified":"2024-02-12T16:15:54.551002Z","created":"2024-02-12T16:15:54.551002Z","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":"smithi059","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:29:07.627 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-02-12T16:29:08.336 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds 2024-02-12T16:29:08.337 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-12T16:29:08.337 DEBUG:teuthology.orchestra.run.smithi059:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-12T16:29:08.363 DEBUG:teuthology.orchestra.run.smithi183:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-12T16:29:08.381 INFO:tasks.cephadm:Stopping all daemons... 2024-02-12T16:29:08.381 INFO:tasks.cephadm.mon.smithi059:Stopping mon.smithi059... 2024-02-12T16:29:08.381 DEBUG:teuthology.orchestra.run.smithi059:> sudo systemctl stop ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@mon.smithi059 2024-02-12T16:29:08.573 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:29:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: cluster 2024-02-12T16:29:06.508096+0000 mgr.smithi059.hlkxlm (mgr.14162) 375 : cluster [DBG] pgmap v359: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:29:08.573 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:29:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: audit 2024-02-12T16:29:07.624395+0000 mon.smithi059 (mon.0) 341 : audit [DBG] from='client.? 172.21.15.183:0/620760475' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:29:08.573 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:29:08 smithi059 systemd[1]: Stopping Ceph mon.smithi059 for ee1b93fa-c9c1-11ee-95b9-87774f69a715... 2024-02-12T16:29:08.573 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:29:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:29:08.570+0000 7fa60c36f700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi059 -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 2024-02-12T16:29:08.902 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:29:08 smithi059 ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059[35140]: debug 2024-02-12T16:29:08.570+0000 7fa60c36f700 -1 mon.smithi059@0(leader) e1 *** Got Signal Terminated *** 2024-02-12T16:29:09.386 INFO:journalctl@ceph.mon.smithi059.smithi059.stdout:Feb 12 16:29:09 smithi059 podman[40979]: ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715-mon.smithi059 2024-02-12T16:29:09.390 DEBUG:teuthology.orchestra.run.smithi059:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@mon.smithi059.service' 2024-02-12T16:29:09.445 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-12T16:29:09.445 INFO:tasks.cephadm.mon.smithi059:Stopped mon.smithi059 2024-02-12T16:29:09.445 INFO:tasks.cephadm.mon.smithi183:Stopping mon.smithi183... 2024-02-12T16:29:09.445 DEBUG:teuthology.orchestra.run.smithi183:> sudo systemctl stop ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@mon.smithi183 2024-02-12T16:29:09.484 INFO:teuthology.orchestra.run.smithi183.stderr:Failed to stop ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@mon.smithi183.service: Unit ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@mon.smithi183.service not loaded. 2024-02-12T16:29:09.485 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-02-12T16:29:09.486 ERROR:tasks.cephadm:Failed to stop "ceph.mon.smithi183" Traceback (most recent call last): File "/home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi183 with status 5: 'sudo systemctl stop ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@mon.smithi183' 2024-02-12T16:29:09.487 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-12T16:29:09.488 DEBUG:teuthology.misc:Transferring archived files from smithi059:/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-12_15:26:58-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7556675/remote/ubuntu@smithi059.front.sepia.ceph.com/crash 2024-02-12T16:29:09.489 DEBUG:teuthology.orchestra.run.smithi059:> sudo tar c -f - -C /var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/crash -- . 2024-02-12T16:29:09.545 DEBUG:teuthology.misc:Transferring archived files from smithi183:/var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-12_15:26:58-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7556675/remote/ubuntu@smithi183.front.sepia.ceph.com/crash 2024-02-12T16:29:09.546 DEBUG:teuthology.orchestra.run.smithi183:> sudo tar c -f - -C /var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/crash -- . 2024-02-12T16:29:09.585 INFO:teuthology.orchestra.run.smithi183.stderr:tar: /var/lib/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/crash: Cannot open: No such file or directory 2024-02-12T16:29:09.586 INFO:teuthology.orchestra.run.smithi183.stderr:tar: Error is not recoverable: exiting now 2024-02-12T16:29:09.587 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-12T16:29:09.587 DEBUG:teuthology.orchestra.run.smithi059:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-12T16:29:09.619 INFO:tasks.cephadm:Compressing logs... 2024-02-12T16:29:09.619 DEBUG:teuthology.orchestra.run.smithi059:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-12T16:29:09.661 DEBUG:teuthology.orchestra.run.smithi183:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-12T16:29:09.688 INFO:teuthology.orchestra.run.smithi059.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-02-12T16:29:09.688 INFO:teuthology.orchestra.run.smithi059.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-12T16:29:09.688 INFO:teuthology.orchestra.run.smithi059.stderr:gzip -5 --verbose -- /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/ceph-mon.smithi059.log 2024-02-12T16:29:09.690 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/ceph-volume.log 2024-02-12T16:29:09.690 INFO:teuthology.orchestra.run.smithi059.stderr:gzip -5 --verbose -- /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/ceph-mgr.smithi059.hlkxlm.log 2024-02-12T16:29:09.690 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/ceph-mon.smithi059.log: gzip -5 --verbose -- /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/ceph.audit.log 2024-02-12T16:29:09.690 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/ceph-volume.log: /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/ceph-mgr.smithi059.hlkxlm.log: gzip -5 --verbose -- /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/ceph.cephadm.log 2024-02-12T16:29:09.690 INFO:teuthology.orchestra.run.smithi059.stderr: 88.3% -- replaced with /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/ceph-volume.log.gz 2024-02-12T16:29:09.690 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/ceph.log 2024-02-12T16:29:09.691 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/ceph.cephadm.log: 88.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-12T16:29:09.691 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/ceph.log: 88.9% -- replaced with /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/ceph.audit.log.gz 2024-02-12T16:29:09.691 INFO:teuthology.orchestra.run.smithi059.stderr: 89.5% -- replaced with /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/ceph.cephadm.log.gz 2024-02-12T16:29:09.691 INFO:teuthology.orchestra.run.smithi059.stderr: 88.7% -- replaced with /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/ceph.log.gz 2024-02-12T16:29:09.692 INFO:teuthology.orchestra.run.smithi183.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-12T16:29:09.692 INFO:teuthology.orchestra.run.smithi183.stderr:: No such file or directory 2024-02-12T16:29:09.692 INFO:teuthology.orchestra.run.smithi183.stderr:gzip -5 --verbose -- /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/ceph-volume.log 2024-02-12T16:29:09.693 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/ceph-volume.log: 88.3% -- replaced with /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/ceph-volume.log.gz 2024-02-12T16:29:09.694 INFO:teuthology.orchestra.run.smithi183.stderr: 95.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-12T16:29:09.695 INFO:teuthology.orchestra.run.smithi183.stderr: 2024-02-12T16:29:09.695 INFO:teuthology.orchestra.run.smithi183.stderr:real 0m0.015s 2024-02-12T16:29:09.696 INFO:teuthology.orchestra.run.smithi183.stderr:user 0m0.013s 2024-02-12T16:29:09.696 INFO:teuthology.orchestra.run.smithi183.stderr:sys 0m0.012s 2024-02-12T16:29:09.790 INFO:teuthology.orchestra.run.smithi059.stderr: 92.7% -- replaced with /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/ceph-mgr.smithi059.hlkxlm.log.gz 2024-02-12T16:29:09.871 INFO:teuthology.orchestra.run.smithi059.stderr: 90.6% -- replaced with /var/log/ceph/ee1b93fa-c9c1-11ee-95b9-87774f69a715/ceph-mon.smithi059.log.gz 2024-02-12T16:29:09.872 INFO:teuthology.orchestra.run.smithi059.stderr: 2024-02-12T16:29:09.872 INFO:teuthology.orchestra.run.smithi059.stderr:real 0m0.195s 2024-02-12T16:29:09.873 INFO:teuthology.orchestra.run.smithi059.stderr:user 0m0.289s 2024-02-12T16:29:09.873 INFO:teuthology.orchestra.run.smithi059.stderr:sys 0m0.023s 2024-02-12T16:29:09.873 INFO:tasks.cephadm:Archiving logs... 2024-02-12T16:29:09.873 DEBUG:teuthology.misc:Transferring archived files from smithi059:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-12_15:26:58-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7556675/remote/ubuntu@smithi059.front.sepia.ceph.com/log 2024-02-12T16:29:09.874 DEBUG:teuthology.orchestra.run.smithi059:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-12T16:29:09.997 DEBUG:teuthology.misc:Transferring archived files from smithi183:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-12_15:26:58-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7556675/remote/ubuntu@smithi183.front.sepia.ceph.com/log 2024-02-12T16:29:09.998 DEBUG:teuthology.orchestra.run.smithi183:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-12T16:29:10.033 INFO:tasks.cephadm:Removing cluster... 2024-02-12T16:29:10.033 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 --force 2024-02-12T16:32:10.866 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ee1b93fa-c9c1-11ee-95b9-87774f69a715 --force 2024-02-12T16:32:11.173 INFO:tasks.cephadm:Removing cephadm ... 2024-02-12T16:32:11.173 DEBUG:teuthology.orchestra.run.smithi059:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-12T16:32:11.194 DEBUG:teuthology.orchestra.run.smithi183:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-12T16:32:11.211 INFO:tasks.cephadm:Teardown complete 2024-02-12T16:32:11.212 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi183 with status 5: 'sudo systemctl stop ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@mon.smithi183' 2024-02-12T16:32:11.432 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=a73ffbd16f3744e4a7e772b8ded639f0 Traceback (most recent call last): File "/home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi183 with status 5: 'sudo systemctl stop ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@mon.smithi183' 2024-02-12T16:32:11.437 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-12T16:32:11.446 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-12T16:32:11.482 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-12T16:32:11.482 DEBUG:teuthology.orchestra.run.smithi059:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-12T16:32:11.497 DEBUG:teuthology.orchestra.run.smithi183:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-12T16:32:11.506 INFO:teuthology.orchestra.run.smithi059.stderr:bash: ntpq: command not found 2024-02-12T16:32:11.511 INFO:teuthology.orchestra.run.smithi059.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-12T16:32:11.511 INFO:teuthology.orchestra.run.smithi059.stdout:=============================================================================== 2024-02-12T16:32:11.511 INFO:teuthology.orchestra.run.smithi059.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 49 -1363us[-1381us] +/- 81ms 2024-02-12T16:32:11.511 INFO:teuthology.orchestra.run.smithi059.stdout:^* hv02.front.sepia.ceph.com 3 6 377 48 -222us[ -239us] +/- 52ms 2024-02-12T16:32:11.511 INFO:teuthology.orchestra.run.smithi059.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 48 +1789us[+1771us] +/- 81ms 2024-02-12T16:32:11.511 INFO:teuthology.orchestra.run.smithi059.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T16:32:11.515 INFO:teuthology.orchestra.run.smithi183.stderr:bash: ntpq: command not found 2024-02-12T16:32:11.519 INFO:teuthology.orchestra.run.smithi183.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-12T16:32:11.519 INFO:teuthology.orchestra.run.smithi183.stdout:=============================================================================== 2024-02-12T16:32:11.519 INFO:teuthology.orchestra.run.smithi183.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 48 -1400us[-1423us] +/- 81ms 2024-02-12T16:32:11.519 INFO:teuthology.orchestra.run.smithi183.stdout:^* hv02.front.sepia.ceph.com 3 6 377 48 -255us[ -278us] +/- 52ms 2024-02-12T16:32:11.519 INFO:teuthology.orchestra.run.smithi183.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 49 +1718us[+1696us] +/- 81ms 2024-02-12T16:32:11.520 INFO:teuthology.orchestra.run.smithi183.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T16:32:11.520 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-12T16:32:11.529 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-12T16:32:11.530 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-12T16:32:11.557 DEBUG:teuthology.orchestra.run.smithi059:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-12T16:32:11.627 DEBUG:teuthology.orchestra.run.smithi183:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-12T16:32:11.692 DEBUG:teuthology.orchestra.run.smithi059:> 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 2024-02-12T16:32:11.724 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T16:32:11.725 DEBUG:teuthology.orchestra.run.smithi183:> 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 2024-02-12T16:32:11.754 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T16:32:11.755 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-12T16:32:11.763 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-12T16:32:11.791 INFO:teuthology.task.internal:Duration was 1375.099456 seconds 2024-02-12T16:32:11.791 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-12T16:32:11.824 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-12T16:32:11.824 DEBUG:teuthology.orchestra.run.smithi059:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-12T16:32:11.827 DEBUG:teuthology.orchestra.run.smithi183:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-12T16:32:11.873 INFO:teuthology.orchestra.run.smithi183.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-12T16:32:11.874 INFO:teuthology.orchestra.run.smithi059.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-12T16:32:12.165 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-12T16:32:12.165 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi059.front.sepia.ceph.com 2024-02-12T16:32:12.165 DEBUG:teuthology.orchestra.run.smithi059:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-12T16:32:12.190 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi183.front.sepia.ceph.com 2024-02-12T16:32:12.190 DEBUG:teuthology.orchestra.run.smithi183:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-12T16:32:12.212 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-12T16:32:12.212 DEBUG:teuthology.orchestra.run.smithi059:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-12T16:32:12.233 DEBUG:teuthology.orchestra.run.smithi183:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-12T16:32:12.300 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-12T16:32:12.300 DEBUG:teuthology.orchestra.run.smithi059:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-12T16:32:12.303 DEBUG:teuthology.orchestra.run.smithi183:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-12T16:32:12.392 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-12T16:32:12.404 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-12T16:32:12.405 DEBUG:teuthology.orchestra.run.smithi059:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-12T16:32:12.432 DEBUG:teuthology.orchestra.run.smithi183:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-12T16:32:12.459 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-12T16:32:12.468 DEBUG:teuthology.orchestra.run.smithi059:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-12T16:32:12.474 DEBUG:teuthology.orchestra.run.smithi183:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-12T16:32:12.499 INFO:teuthology.orchestra.run.smithi059.stdout:kernel.core_pattern = core 2024-02-12T16:32:12.525 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern = core 2024-02-12T16:32:12.554 DEBUG:teuthology.orchestra.run.smithi059:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-12T16:32:12.576 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T16:32:12.577 DEBUG:teuthology.orchestra.run.smithi183:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-12T16:32:12.610 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T16:32:12.611 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-12T16:32:12.621 INFO:teuthology.task.internal:Transferring archived files... 2024-02-12T16:32:12.622 DEBUG:teuthology.misc:Transferring archived files from smithi059:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-12_15:26:58-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7556675/remote/smithi059 2024-02-12T16:32:12.623 DEBUG:teuthology.orchestra.run.smithi059:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-12T16:32:12.663 DEBUG:teuthology.misc:Transferring archived files from smithi183:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-12_15:26:58-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7556675/remote/smithi183 2024-02-12T16:32:12.664 DEBUG:teuthology.orchestra.run.smithi183:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-12T16:32:12.703 INFO:teuthology.task.internal:Removing archive directory... 2024-02-12T16:32:12.703 DEBUG:teuthology.orchestra.run.smithi059:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-12T16:32:12.705 DEBUG:teuthology.orchestra.run.smithi183:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-12T16:32:12.755 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-12T16:32:12.766 INFO:teuthology.task.internal:Not uploading archives. 2024-02-12T16:32:12.766 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-12T16:32:12.783 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-12T16:32:12.783 DEBUG:teuthology.orchestra.run.smithi059:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-12T16:32:12.786 DEBUG:teuthology.orchestra.run.smithi183:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-12T16:32:12.802 INFO:teuthology.orchestra.run.smithi059.stdout: 393225 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 12 16:32 /home/ubuntu/cephtest 2024-02-12T16:32:12.812 INFO:teuthology.orchestra.run.smithi183.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 12 16:32 /home/ubuntu/cephtest 2024-02-12T16:32:12.813 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-12T16:32:12.823 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-12T16:32:12.884 INFO:teuthology.nuke:Checking targets against current locks 2024-02-12T16:32:12.912 DEBUG:teuthology.nuke:shortname: smithi059 2024-02-12T16:32:12.912 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-12T16:32:12.940 DEBUG:teuthology.nuke:shortname: smithi183 2024-02-12T16:32:12.941 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-12T16:32:12.944 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi059.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-12_15:26:58-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7556675', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-12 16:00:46.018466', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLz5J5njROSOil/zIhtWr1HjWbPsopDRvwYtGH69OtTMK9IB5BSwc2ruSj9F0OaFrD3tG0eFqEXO+a8pHGBZkws='} 2024-02-12T16:32:12.968 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi183.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-12_15:26:58-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7556675', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-12 16:00:46.019797', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOJwBqnRcCNdZF2OXO/dFJMbhbMFTrHxlc6I2lga5hB6uW+j7JlPVicyFPouZXlxoKa8eA48nZRklEOYQEGD5GA='} 2024-02-12T16:32:12.998 INFO:teuthology.orchestra.console.smithi059:Power off 2024-02-12T16:32:12.998 DEBUG:teuthology.orchestra.console.smithi059:pexpect command: ipmitool -H smithi059.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-12T16:32:13.023 DEBUG:teuthology.orchestra.console.smithi059:power off output: Chassis Power Control: Down/Off 2024-02-12T16:32:13.023 DEBUG:teuthology.orchestra.console.smithi059:pexpect command: ipmitool -H smithi059.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-12T16:32:13.038 INFO:teuthology.orchestra.console.smithi183:Power off 2024-02-12T16:32:13.039 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-12T16:32:13.048 DEBUG:teuthology.orchestra.console.smithi059:check power output: Chassis Power is on 2024-02-12T16:32:13.069 DEBUG:teuthology.orchestra.console.smithi183:power off output: Chassis Power Control: Down/Off 2024-02-12T16:32:13.069 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-12T16:32:13.092 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is on 2024-02-12T16:32:17.049 DEBUG:teuthology.orchestra.console.smithi059:pexpect command: ipmitool -H smithi059.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-12T16:32:17.093 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-12T16:32:17.160 DEBUG:teuthology.orchestra.console.smithi059:check power output: Chassis Power is on 2024-02-12T16:32:17.205 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is on 2024-02-12T16:32:21.166 DEBUG:teuthology.orchestra.console.smithi059:pexpect command: ipmitool -H smithi059.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-12T16:32:21.206 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-12T16:32:21.277 DEBUG:teuthology.orchestra.console.smithi059:check power output: Chassis Power is on 2024-02-12T16:32:21.315 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is on 2024-02-12T16:32:25.280 DEBUG:teuthology.orchestra.console.smithi059:pexpect command: ipmitool -H smithi059.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-12T16:32:25.317 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-12T16:32:25.390 DEBUG:teuthology.orchestra.console.smithi059:check power output: Chassis Power is off 2024-02-12T16:32:25.428 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is off 2024-02-12T16:32:25.492 INFO:teuthology.orchestra.console.smithi059:Power off completed 2024-02-12T16:32:25.530 INFO:teuthology.orchestra.console.smithi183:Power off completed 2024-02-12T16:32:25.634 INFO:teuthology.run:Summary data: description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 1375.099455833435 failure_reason: 'Command failed on smithi183 with status 5: ''sudo systemctl stop ceph-ee1b93fa-c9c1-11ee-95b9-87774f69a715@mon.smithi183''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=a73ffbd16f3744e4a7e772b8ded639f0 status: fail success: false 2024-02-12T16:32:25.635 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-12T16:32:25.719 INFO:teuthology.run:FAIL