2024-02-08T22:24:25.198 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-08T22:24:25.199 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2024-02-08_20:49:13-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7552235 --verbose --name yuriw-2024-02-08_20:49:13-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi --owner scheduled_yuriw@teuthology --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} -- /home/teuthworker/archive/yuriw-2024-02-08_20:49:13-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7552235/orig.config.yaml 2024-02-08T22:24:25.237 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-08T22:24:25.326 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-08_20:49:13-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7552235 branch: wip-yuri8-testing-2024-02-07-0820-pacific description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} email: yweinste@redhat.com first_in_suite: false job_id: '7552235' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-08_20:49:13-rados-wip-yuri8-testing-2024-02-07-0820-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-yuri8-testing-2024-02-07-0820-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: 5db25abe00e218b6920215c0bef70af7e47c7152 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri8-testing-2024-02-07-0820-pacific sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 owner: scheduled_yuriw@teuthology priority: 71 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: 1730 sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri8-testing-2024-02-07-0820-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 targets: smithi067.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDEvJp3TgafX2Dmtl7WmnQ3h0w/SizaBRqJRCajY6wCMg7YJCbKhsbQn+tr5XYGOnTFChGfhJgm65aP/xhra1L8= smithi203.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAnzIQHdIesFwJ/kl43kBGAbBgXNJXPTGHGALX2L4pS1mr7QRlBRlOd0xwvXGZzSSxRI6bbMgWYbCNpzVTsCFGI= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v16.2.5 cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v16.2.5 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 5 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-08_20:49:13 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-08T22:24:25.327 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa; will attempt to use it 2024-02-08T22:24:25.327 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks 2024-02-08T22:24:25.328 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-08T22:24:25.329 INFO:teuthology.task.internal:Checking packages... 2024-02-08T22:24:25.357 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '5db25abe00e218b6920215c0bef70af7e47c7152' 2024-02-08T22:24:25.358 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-08T22:24:25.358 INFO:teuthology.packaging:ref: None 2024-02-08T22:24:25.358 INFO:teuthology.packaging:tag: None 2024-02-08T22:24:25.358 INFO:teuthology.packaging:branch: wip-yuri8-testing-2024-02-07-0820-pacific 2024-02-08T22:24:25.358 INFO:teuthology.packaging:sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 2024-02-08T22:24:25.358 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri8-testing-2024-02-07-0820-pacific 2024-02-08T22:24:25.572 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-530.g5db25abe 2024-02-08T22:24:25.574 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-08T22:24:25.583 INFO:teuthology.task.internal:no buildpackages task found 2024-02-08T22:24:25.583 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-08T22:24:25.631 INFO:teuthology.task.internal:Saving configuration 2024-02-08T22:24:25.646 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-08T22:24:25.657 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-08T22:24:25.684 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi067.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-08_20:49:13-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7552235', '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-08 22:19:06.545757', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDEvJp3TgafX2Dmtl7WmnQ3h0w/SizaBRqJRCajY6wCMg7YJCbKhsbQn+tr5XYGOnTFChGfhJgm65aP/xhra1L8='} 2024-02-08T22:24:25.704 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi203.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-08_20:49:13-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7552235', '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-08 22:19:06.544373', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAnzIQHdIesFwJ/kl43kBGAbBgXNJXPTGHGALX2L4pS1mr7QRlBRlOd0xwvXGZzSSxRI6bbMgWYbCNpzVTsCFGI='} 2024-02-08T22:24:25.704 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-08T22:24:25.715 INFO:teuthology.task.internal:roles: ubuntu@smithi067.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-02-08T22:24:25.715 INFO:teuthology.task.internal:roles: ubuntu@smithi203.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-02-08T22:24:25.715 INFO:teuthology.run_tasks:Running task console_log... 2024-02-08T22:24:25.795 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f22a787e160>, signals=[15]) 2024-02-08T22:24:25.795 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-08T22:24:25.803 INFO:teuthology.task.internal:Opening connections... 2024-02-08T22:24:25.803 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi067.front.sepia.ceph.com 2024-02-08T22:24:25.806 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-08T22:24:25.886 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi203.front.sepia.ceph.com 2024-02-08T22:24:25.887 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-08T22:24:25.958 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-08T22:24:25.968 DEBUG:teuthology.orchestra.run.smithi067:> uname -m 2024-02-08T22:24:25.991 INFO:teuthology.orchestra.run.smithi067.stdout:x86_64 2024-02-08T22:24:25.992 DEBUG:teuthology.orchestra.run.smithi067:> cat /etc/os-release 2024-02-08T22:24:26.052 INFO:teuthology.orchestra.run.smithi067.stdout:NAME="CentOS Stream" 2024-02-08T22:24:26.052 INFO:teuthology.orchestra.run.smithi067.stdout:VERSION="8" 2024-02-08T22:24:26.052 INFO:teuthology.orchestra.run.smithi067.stdout:ID="centos" 2024-02-08T22:24:26.053 INFO:teuthology.orchestra.run.smithi067.stdout:ID_LIKE="rhel fedora" 2024-02-08T22:24:26.053 INFO:teuthology.orchestra.run.smithi067.stdout:VERSION_ID="8" 2024-02-08T22:24:26.053 INFO:teuthology.orchestra.run.smithi067.stdout:PLATFORM_ID="platform:el8" 2024-02-08T22:24:26.053 INFO:teuthology.orchestra.run.smithi067.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-08T22:24:26.053 INFO:teuthology.orchestra.run.smithi067.stdout:ANSI_COLOR="0;31" 2024-02-08T22:24:26.053 INFO:teuthology.orchestra.run.smithi067.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-08T22:24:26.053 INFO:teuthology.orchestra.run.smithi067.stdout:HOME_URL="https://centos.org/" 2024-02-08T22:24:26.053 INFO:teuthology.orchestra.run.smithi067.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-08T22:24:26.053 INFO:teuthology.orchestra.run.smithi067.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-08T22:24:26.053 INFO:teuthology.orchestra.run.smithi067.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-08T22:24:26.054 INFO:teuthology.lock.ops:Updating smithi067.front.sepia.ceph.com on lock server 2024-02-08T22:24:26.085 DEBUG:teuthology.orchestra.run.smithi203:> uname -m 2024-02-08T22:24:26.108 INFO:teuthology.orchestra.run.smithi203.stdout:x86_64 2024-02-08T22:24:26.108 DEBUG:teuthology.orchestra.run.smithi203:> cat /etc/os-release 2024-02-08T22:24:26.170 INFO:teuthology.orchestra.run.smithi203.stdout:NAME="CentOS Stream" 2024-02-08T22:24:26.170 INFO:teuthology.orchestra.run.smithi203.stdout:VERSION="8" 2024-02-08T22:24:26.170 INFO:teuthology.orchestra.run.smithi203.stdout:ID="centos" 2024-02-08T22:24:26.170 INFO:teuthology.orchestra.run.smithi203.stdout:ID_LIKE="rhel fedora" 2024-02-08T22:24:26.170 INFO:teuthology.orchestra.run.smithi203.stdout:VERSION_ID="8" 2024-02-08T22:24:26.170 INFO:teuthology.orchestra.run.smithi203.stdout:PLATFORM_ID="platform:el8" 2024-02-08T22:24:26.170 INFO:teuthology.orchestra.run.smithi203.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-08T22:24:26.170 INFO:teuthology.orchestra.run.smithi203.stdout:ANSI_COLOR="0;31" 2024-02-08T22:24:26.170 INFO:teuthology.orchestra.run.smithi203.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-08T22:24:26.171 INFO:teuthology.orchestra.run.smithi203.stdout:HOME_URL="https://centos.org/" 2024-02-08T22:24:26.171 INFO:teuthology.orchestra.run.smithi203.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-08T22:24:26.171 INFO:teuthology.orchestra.run.smithi203.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-08T22:24:26.171 INFO:teuthology.orchestra.run.smithi203.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-08T22:24:26.171 INFO:teuthology.lock.ops:Updating smithi203.front.sepia.ceph.com on lock server 2024-02-08T22:24:26.191 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-08T22:24:26.202 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-08T22:24:26.213 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-08T22:24:26.213 DEBUG:teuthology.orchestra.run.smithi067:> test '!' -e /home/ubuntu/cephtest 2024-02-08T22:24:26.215 DEBUG:teuthology.orchestra.run.smithi203:> test '!' -e /home/ubuntu/cephtest 2024-02-08T22:24:26.235 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-08T22:24:26.246 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-08T22:24:26.246 DEBUG:teuthology.orchestra.run.smithi067:> test -z $(ls -A /var/lib/ceph) 2024-02-08T22:24:26.278 DEBUG:teuthology.orchestra.run.smithi203:> test -z $(ls -A /var/lib/ceph) 2024-02-08T22:24:26.309 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-08T22:24:26.363 INFO:teuthology.run_tasks:Running task kernel... 2024-02-08T22:24:26.383 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-08T22:24:26.384 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-08T22:24:26.384 DEBUG:teuthology.orchestra.run.smithi067:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-08T22:24:26.385 DEBUG:teuthology.orchestra.run.smithi203:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-08T22:24:26.406 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-08T22:24:26.407 DEBUG:teuthology.orchestra.run.smithi067:> uname -r 2024-02-08T22:24:26.408 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-08T22:24:26.409 DEBUG:teuthology.orchestra.run.smithi203:> uname -r 2024-02-08T22:24:26.469 INFO:teuthology.orchestra.run.smithi067.stdout:4.18.0-489.el8.x86_64 2024-02-08T22:24:26.469 INFO:teuthology.task.kernel:Running kernel on smithi067: 4.18.0-489.el8.x86_64 2024-02-08T22:24:26.469 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum install -y kernel 2024-02-08T22:24:26.471 INFO:teuthology.orchestra.run.smithi203.stdout:4.18.0-489.el8.x86_64 2024-02-08T22:24:26.471 INFO:teuthology.task.kernel:Running kernel on smithi203: 4.18.0-489.el8.x86_64 2024-02-08T22:24:26.471 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum install -y kernel 2024-02-08T22:24:39.791 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 8 - AppStream 2.5 MB/s | 27 MB 00:10 2024-02-08T22:24:45.013 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 8 - AppStream 1.7 MB/s | 27 MB 00:15 2024-02-08T22:24:45.534 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 8 - BaseOS 15 MB/s | 10 MB 00:00 2024-02-08T22:24:47.751 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 8 - Extras 35 kB/s | 18 kB 00:00 2024-02-08T22:24:48.010 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 8 - Extras common packages 50 kB/s | 6.9 kB 00:00 2024-02-08T22:24:48.228 INFO:teuthology.orchestra.run.smithi067.stdout:Copr repo for python3-asyncssh owned by ceph 29 kB/s | 3.5 kB 00:00 2024-02-08T22:24:50.229 INFO:teuthology.orchestra.run.smithi067.stdout:Extra Packages for Enterprise Linux 8.5 MB/s | 16 MB 00:01 2024-02-08T22:24:50.496 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 8 - BaseOS 14 MB/s | 10 MB 00:00 2024-02-08T22:24:52.680 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 8 - Extras 33 kB/s | 18 kB 00:00 2024-02-08T22:24:53.122 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 8 - Extras common packages 21 kB/s | 6.9 kB 00:00 2024-02-08T22:24:53.373 INFO:teuthology.orchestra.run.smithi203.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2024-02-08T22:24:54.226 INFO:teuthology.orchestra.run.smithi067.stdout:lab-extras 307 kB/s | 24 kB 00:00 2024-02-08T22:24:54.401 INFO:teuthology.orchestra.run.smithi203.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2024-02-08T22:24:57.367 INFO:teuthology.orchestra.run.smithi067.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-08T22:24:57.367 INFO:teuthology.orchestra.run.smithi067.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-08T22:24:57.487 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-02-08T22:24:57.487 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-02-08T22:24:57.487 INFO:teuthology.orchestra.run.smithi067.stdout: Package Architecture Version Repository Size 2024-02-08T22:24:57.487 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-02-08T22:24:57.488 INFO:teuthology.orchestra.run.smithi067.stdout:Installing: 2024-02-08T22:24:57.488 INFO:teuthology.orchestra.run.smithi067.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-02-08T22:24:57.488 INFO:teuthology.orchestra.run.smithi067.stdout:Installing dependencies: 2024-02-08T22:24:57.488 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-02-08T22:24:57.488 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-02-08T22:24:57.488 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-08T22:24:57.488 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2024-02-08T22:24:57.488 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-02-08T22:24:57.488 INFO:teuthology.orchestra.run.smithi067.stdout:Install 3 Packages 2024-02-08T22:24:57.488 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-08T22:24:57.489 INFO:teuthology.orchestra.run.smithi067.stdout:Total download size: 90 M 2024-02-08T22:24:57.489 INFO:teuthology.orchestra.run.smithi067.stdout:Installed size: 96 M 2024-02-08T22:24:57.489 INFO:teuthology.orchestra.run.smithi067.stdout:Downloading Packages: 2024-02-08T22:24:58.088 INFO:teuthology.orchestra.run.smithi067.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 18 MB/s | 10 MB 00:00 2024-02-08T22:24:58.132 INFO:teuthology.orchestra.run.smithi203.stdout:lab-extras 417 kB/s | 24 kB 00:00 2024-02-08T22:25:01.054 INFO:teuthology.orchestra.run.smithi203.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-08T22:25:01.054 INFO:teuthology.orchestra.run.smithi203.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-08T22:25:01.183 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-02-08T22:25:01.185 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-02-08T22:25:01.185 INFO:teuthology.orchestra.run.smithi203.stdout: Package Architecture Version Repository Size 2024-02-08T22:25:01.185 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-02-08T22:25:01.185 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-02-08T22:25:01.185 INFO:teuthology.orchestra.run.smithi203.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-02-08T22:25:01.185 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-02-08T22:25:01.185 INFO:teuthology.orchestra.run.smithi203.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-02-08T22:25:01.186 INFO:teuthology.orchestra.run.smithi203.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-02-08T22:25:01.186 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:25:01.186 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-02-08T22:25:01.186 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-02-08T22:25:01.186 INFO:teuthology.orchestra.run.smithi203.stdout:Install 3 Packages 2024-02-08T22:25:01.186 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:25:01.186 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 90 M 2024-02-08T22:25:01.186 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 96 M 2024-02-08T22:25:01.186 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-02-08T22:25:01.522 INFO:teuthology.orchestra.run.smithi067.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 9.1 MB/s | 36 MB 00:03 2024-02-08T22:25:01.834 INFO:teuthology.orchestra.run.smithi203.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 17 MB/s | 10 MB 00:00 2024-02-08T22:25:02.197 INFO:teuthology.orchestra.run.smithi067.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 9.3 MB/s | 44 MB 00:04 2024-02-08T22:25:02.197 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2024-02-08T22:25:02.197 INFO:teuthology.orchestra.run.smithi067.stdout:Total 19 MB/s | 90 MB 00:04 2024-02-08T22:25:02.618 INFO:teuthology.orchestra.run.smithi203.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 26 MB/s | 36 MB 00:01 2024-02-08T22:25:02.914 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction check 2024-02-08T22:25:03.357 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction check succeeded. 2024-02-08T22:25:03.358 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction test 2024-02-08T22:25:03.810 INFO:teuthology.orchestra.run.smithi203.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 17 MB/s | 44 MB 00:02 2024-02-08T22:25:03.810 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-02-08T22:25:03.810 INFO:teuthology.orchestra.run.smithi203.stdout:Total 34 MB/s | 90 MB 00:02 2024-02-08T22:25:04.494 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-02-08T22:25:04.658 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction test succeeded. 2024-02-08T22:25:04.694 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction 2024-02-08T22:25:04.934 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-02-08T22:25:04.934 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-02-08T22:25:06.169 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-02-08T22:25:06.190 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-02-08T22:25:07.657 INFO:teuthology.orchestra.run.smithi067.stdout: Preparing : 1/1 2024-02-08T22:25:08.338 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-08T22:25:08.987 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-02-08T22:25:09.500 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-08T22:25:12.112 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-08T22:25:12.496 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-08T22:25:13.085 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-08T22:25:13.431 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-08T22:25:16.178 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-08T22:25:16.478 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-02-08T22:25:16.860 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-08T22:25:17.122 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-02-08T22:25:39.112 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-02-08T22:25:39.136 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-08T22:25:39.492 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-02-08T22:25:39.492 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-02-08T22:25:39.492 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-02-08T22:25:39.944 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-02-08T22:25:39.968 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-08T22:25:40.265 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-08T22:25:40.265 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:25:40.265 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-02-08T22:25:40.265 INFO:teuthology.orchestra.run.smithi203.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-02-08T22:25:40.265 INFO:teuthology.orchestra.run.smithi203.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-02-08T22:25:40.266 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:25:40.266 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-02-08T22:25:40.344 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-02-08T22:25:40.344 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-02-08T22:25:40.344 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-02-08T22:25:40.399 DEBUG:teuthology.orchestra.run.smithi203:> rpm -q kernel | sort -rV | head -n 1 2024-02-08T22:25:40.620 INFO:teuthology.orchestra.run.smithi203.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-08T22:25:40.620 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-08T22:25:40.620 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-08T22:25:40.621 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-08T22:25:40.621 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-08T22:25:40.621 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-08T22:25:40.621 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi203.front.sepia.ceph.com, path=None, version=distro) 2024-02-08T22:25:40.621 DEBUG:teuthology.orchestra.run.smithi203:> rpm -q kernel | sort -rV | head -n 1 2024-02-08T22:25:40.831 INFO:teuthology.orchestra.run.smithi203.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-08T22:25:40.832 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-08T22:25:40.832 DEBUG:teuthology.orchestra.run.smithi203:> sudo rpm -qi grub2-tools 2024-02-08T22:25:40.864 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-08T22:25:40.864 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-08T22:25:40.864 INFO:teuthology.orchestra.run.smithi067.stdout:Installed: 2024-02-08T22:25:40.864 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-02-08T22:25:40.865 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-02-08T22:25:40.865 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-08T22:25:40.865 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-02-08T22:25:40.865 INFO:teuthology.orchestra.run.smithi203.stdout:Name : grub2-tools 2024-02-08T22:25:40.865 INFO:teuthology.orchestra.run.smithi203.stdout:Epoch : 1 2024-02-08T22:25:40.865 INFO:teuthology.orchestra.run.smithi203.stdout:Version : 2.02 2024-02-08T22:25:40.865 INFO:teuthology.orchestra.run.smithi203.stdout:Release : 129.el8 2024-02-08T22:25:40.866 INFO:teuthology.orchestra.run.smithi203.stdout:Architecture: x86_64 2024-02-08T22:25:40.866 INFO:teuthology.orchestra.run.smithi203.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-08T22:25:40.866 INFO:teuthology.orchestra.run.smithi203.stdout:Group : System Environment/Base 2024-02-08T22:25:40.866 INFO:teuthology.orchestra.run.smithi203.stdout:Size : 9265586 2024-02-08T22:25:40.866 INFO:teuthology.orchestra.run.smithi203.stdout:License : GPLv3+ 2024-02-08T22:25:40.866 INFO:teuthology.orchestra.run.smithi203.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-08T22:25:40.866 INFO:teuthology.orchestra.run.smithi203.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-08T22:25:40.866 INFO:teuthology.orchestra.run.smithi203.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-08T22:25:40.866 INFO:teuthology.orchestra.run.smithi203.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-08T22:25:40.866 INFO:teuthology.orchestra.run.smithi203.stdout:Relocations : (not relocatable) 2024-02-08T22:25:40.866 INFO:teuthology.orchestra.run.smithi203.stdout:Packager : CentOS BuildSystem 2024-02-08T22:25:40.866 INFO:teuthology.orchestra.run.smithi203.stdout:Vendor : CentOS 2024-02-08T22:25:40.866 INFO:teuthology.orchestra.run.smithi203.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-08T22:25:40.866 INFO:teuthology.orchestra.run.smithi203.stdout:Summary : Support tools for GRUB. 2024-02-08T22:25:40.866 INFO:teuthology.orchestra.run.smithi203.stdout:Description : 2024-02-08T22:25:40.867 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:25:40.867 INFO:teuthology.orchestra.run.smithi203.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-08T22:25:40.867 INFO:teuthology.orchestra.run.smithi203.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-08T22:25:40.867 INFO:teuthology.orchestra.run.smithi203.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-08T22:25:40.867 INFO:teuthology.orchestra.run.smithi203.stdout:hardware devices. 2024-02-08T22:25:40.867 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:25:40.867 INFO:teuthology.orchestra.run.smithi203.stdout:This subpackage provides tools for support of all platforms. 2024-02-08T22:25:40.868 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-08T22:25:40.868 INFO:teuthology.task.kernel:Updating grub on smithi203 to boot 4.18.0-536.el8.x86_64 2024-02-08T22:25:40.868 DEBUG:teuthology.orchestra.run.smithi203:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-08T22:25:41.001 DEBUG:teuthology.orchestra.run.smithi067:> rpm -q kernel | sort -rV | head -n 1 2024-02-08T22:25:41.269 INFO:teuthology.orchestra.run.smithi067.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-08T22:25:41.269 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-08T22:25:41.269 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-08T22:25:41.269 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-08T22:25:41.269 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-08T22:25:41.270 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-08T22:25:41.270 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi067.front.sepia.ceph.com, path=None, version=distro) 2024-02-08T22:25:41.270 DEBUG:teuthology.orchestra.run.smithi067:> rpm -q kernel | sort -rV | head -n 1 2024-02-08T22:25:41.491 INFO:teuthology.orchestra.run.smithi067.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-08T22:25:41.491 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-08T22:25:41.492 DEBUG:teuthology.orchestra.run.smithi067:> sudo rpm -qi grub2-tools 2024-02-08T22:25:41.526 INFO:teuthology.orchestra.run.smithi067.stdout:Name : grub2-tools 2024-02-08T22:25:41.526 INFO:teuthology.orchestra.run.smithi067.stdout:Epoch : 1 2024-02-08T22:25:41.526 INFO:teuthology.orchestra.run.smithi067.stdout:Version : 2.02 2024-02-08T22:25:41.526 INFO:teuthology.orchestra.run.smithi067.stdout:Release : 129.el8 2024-02-08T22:25:41.526 INFO:teuthology.orchestra.run.smithi067.stdout:Architecture: x86_64 2024-02-08T22:25:41.526 INFO:teuthology.orchestra.run.smithi067.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-08T22:25:41.526 INFO:teuthology.orchestra.run.smithi067.stdout:Group : System Environment/Base 2024-02-08T22:25:41.527 INFO:teuthology.orchestra.run.smithi067.stdout:Size : 9265586 2024-02-08T22:25:41.527 INFO:teuthology.orchestra.run.smithi067.stdout:License : GPLv3+ 2024-02-08T22:25:41.527 INFO:teuthology.orchestra.run.smithi067.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-08T22:25:41.527 INFO:teuthology.orchestra.run.smithi067.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-08T22:25:41.527 INFO:teuthology.orchestra.run.smithi067.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-08T22:25:41.527 INFO:teuthology.orchestra.run.smithi067.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-08T22:25:41.527 INFO:teuthology.orchestra.run.smithi067.stdout:Relocations : (not relocatable) 2024-02-08T22:25:41.527 INFO:teuthology.orchestra.run.smithi067.stdout:Packager : CentOS BuildSystem 2024-02-08T22:25:41.527 INFO:teuthology.orchestra.run.smithi067.stdout:Vendor : CentOS 2024-02-08T22:25:41.527 INFO:teuthology.orchestra.run.smithi067.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-08T22:25:41.527 INFO:teuthology.orchestra.run.smithi067.stdout:Summary : Support tools for GRUB. 2024-02-08T22:25:41.527 INFO:teuthology.orchestra.run.smithi067.stdout:Description : 2024-02-08T22:25:41.527 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-08T22:25:41.527 INFO:teuthology.orchestra.run.smithi067.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-08T22:25:41.527 INFO:teuthology.orchestra.run.smithi067.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-08T22:25:41.528 INFO:teuthology.orchestra.run.smithi067.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-08T22:25:41.528 INFO:teuthology.orchestra.run.smithi067.stdout:hardware devices. 2024-02-08T22:25:41.528 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-08T22:25:41.528 INFO:teuthology.orchestra.run.smithi067.stdout:This subpackage provides tools for support of all platforms. 2024-02-08T22:25:41.529 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-08T22:25:41.529 INFO:teuthology.task.kernel:Updating grub on smithi067 to boot 4.18.0-536.el8.x86_64 2024-02-08T22:25:41.529 DEBUG:teuthology.orchestra.run.smithi067:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-08T22:25:42.234 INFO:teuthology.orchestra.run.smithi203.stderr:Generating grub configuration file ... 2024-02-08T22:25:42.884 INFO:teuthology.orchestra.run.smithi067.stderr:Generating grub configuration file ... 2024-02-08T22:25:44.652 INFO:teuthology.orchestra.run.smithi203.stderr:done 2024-02-08T22:25:44.655 DEBUG:teuthology.orchestra.run.smithi203:> mktemp 2024-02-08T22:25:44.691 INFO:teuthology.orchestra.run.smithi203.stdout:/tmp/tmp.lbUd8LGDBV 2024-02-08T22:25:44.691 DEBUG:teuthology.orchestra.run.smithi203:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.lbUd8LGDBV 2024-02-08T22:25:44.769 DEBUG:teuthology.orchestra.run.smithi203:> sudo chmod 0666 /tmp/tmp.lbUd8LGDBV 2024-02-08T22:25:44.907 DEBUG:teuthology.orchestra.remote:smithi203:/tmp/tmp.lbUd8LGDBV is 6KB 2024-02-08T22:25:44.954 DEBUG:teuthology.orchestra.run.smithi203:> rm -fr /tmp/tmp.lbUd8LGDBV 2024-02-08T22:25:44.973 DEBUG:teuthology.orchestra.run.smithi203:> sudo /bin/ls /boot/loader/entries || true 2024-02-08T22:25:45.044 INFO:teuthology.orchestra.run.smithi203.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-08T22:25:45.044 INFO:teuthology.orchestra.run.smithi203.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-08T22:25:45.044 INFO:teuthology.orchestra.run.smithi203.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-08T22:25:45.044 INFO:teuthology.orchestra.run.smithi203.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-02-08T22:25:45.045 DEBUG:teuthology.orchestra.run.smithi203:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-02-08T22:25:45.201 DEBUG:teuthology.orchestra.run.smithi203:> sudo shutdown -r now 2024-02-08T22:25:45.357 INFO:teuthology.orchestra.run.smithi067.stderr:done 2024-02-08T22:25:45.358 DEBUG:teuthology.orchestra.run.smithi067:> mktemp 2024-02-08T22:25:45.388 INFO:teuthology.orchestra.run.smithi067.stdout:/tmp/tmp.OR0FCF1Dk8 2024-02-08T22:25:45.388 DEBUG:teuthology.orchestra.run.smithi067:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.OR0FCF1Dk8 2024-02-08T22:25:45.461 DEBUG:teuthology.orchestra.run.smithi067:> sudo chmod 0666 /tmp/tmp.OR0FCF1Dk8 2024-02-08T22:25:45.602 DEBUG:teuthology.orchestra.remote:smithi067:/tmp/tmp.OR0FCF1Dk8 is 6KB 2024-02-08T22:25:45.650 DEBUG:teuthology.orchestra.run.smithi067:> rm -fr /tmp/tmp.OR0FCF1Dk8 2024-02-08T22:25:45.668 DEBUG:teuthology.orchestra.run.smithi067:> sudo /bin/ls /boot/loader/entries || true 2024-02-08T22:25:45.743 INFO:teuthology.orchestra.run.smithi067.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-08T22:25:45.743 INFO:teuthology.orchestra.run.smithi067.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-08T22:25:45.744 INFO:teuthology.orchestra.run.smithi067.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-08T22:25:45.744 INFO:teuthology.orchestra.run.smithi067.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-02-08T22:25:45.745 DEBUG:teuthology.orchestra.run.smithi067:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-02-08T22:25:45.900 DEBUG:teuthology.orchestra.run.smithi067:> sudo shutdown -r now 2024-02-08T22:26:15.233 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-08T22:26:15.233 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2024-02-08T22:26:15.235 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-08T22:26:15.903 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-08T22:26:15.903 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-02-08T22:26:15.904 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-08T22:26:49.789 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.203 2024-02-08T22:26:50.556 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.67 2024-02-08T22:26:58.796 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2024-02-08T22:26:58.797 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-08T22:26:59.558 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-02-08T22:26:59.559 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-08T22:27:17.948 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.67 2024-02-08T22:27:29.960 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-02-08T22:27:29.961 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-08T22:27:30.278 DEBUG:teuthology.orchestra.run.smithi067:> true 2024-02-08T22:27:30.610 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-02-08T22:27:30.610 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-536.el8.x86_64"... 2024-02-08T22:27:30.610 DEBUG:teuthology.orchestra.run.smithi067:> uname -r 2024-02-08T22:27:30.628 INFO:teuthology.orchestra.run.smithi067.stdout:4.18.0-536.el8.x86_64 2024-02-08T22:27:30.628 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-08T22:27:30.628 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-08T22:27:30.628 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-08T22:27:31.629 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-08T22:27:31.629 DEBUG:teuthology.orchestra.run.smithi067:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-08T22:27:31.721 INFO:teuthology.orchestra.run.smithi067.stdout:ttyS1 2024-02-08T22:27:31.733 DEBUG:teuthology.parallel:result is None 2024-02-08T22:27:58.799 DEBUG:teuthology.orchestra.remote:timed out 2024-02-08T22:28:10.800 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2024-02-08T22:28:10.801 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-08T22:28:11.183 DEBUG:teuthology.orchestra.run.smithi203:> true 2024-02-08T22:28:11.475 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi203.front.sepia.ceph.com' 2024-02-08T22:28:11.475 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-536.el8.x86_64"... 2024-02-08T22:28:11.475 DEBUG:teuthology.orchestra.run.smithi203:> uname -r 2024-02-08T22:28:11.534 INFO:teuthology.orchestra.run.smithi203.stdout:4.18.0-536.el8.x86_64 2024-02-08T22:28:11.534 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-08T22:28:11.534 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-08T22:28:11.534 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-08T22:28:12.535 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-08T22:28:12.535 DEBUG:teuthology.orchestra.run.smithi203:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-08T22:28:12.601 INFO:teuthology.orchestra.run.smithi203.stdout:ttyS1 2024-02-08T22:28:12.615 DEBUG:teuthology.parallel:result is None 2024-02-08T22:28:12.615 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-08T22:28:12.623 INFO:teuthology.task.internal:Creating test directory... 2024-02-08T22:28:12.623 DEBUG:teuthology.orchestra.run.smithi067:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-08T22:28:12.627 DEBUG:teuthology.orchestra.run.smithi203:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-08T22:28:12.649 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-08T22:28:12.656 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-08T22:28:12.666 INFO:teuthology.task.internal:Creating archive directory... 2024-02-08T22:28:12.667 DEBUG:teuthology.orchestra.run.smithi067:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-08T22:28:12.692 DEBUG:teuthology.orchestra.run.smithi203:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-08T22:28:12.754 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-08T22:28:12.761 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-08T22:28:12.761 DEBUG:teuthology.orchestra.run.smithi067:> 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-08T22:28:12.764 DEBUG:teuthology.orchestra.run.smithi203:> 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-08T22:28:12.798 INFO:teuthology.orchestra.run.smithi203.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-08T22:28:12.808 INFO:teuthology.orchestra.run.smithi203.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-08T22:28:12.815 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-08T22:28:12.827 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-08T22:28:12.829 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-08T22:28:12.836 INFO:teuthology.task.internal:Configuring sudo... 2024-02-08T22:28:12.837 DEBUG:teuthology.orchestra.run.smithi067:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-08T22:28:12.839 DEBUG:teuthology.orchestra.run.smithi203:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-08T22:28:12.879 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-08T22:28:12.888 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-08T22:28:12.888 DEBUG:teuthology.orchestra.run.smithi067:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-08T22:28:12.911 DEBUG:teuthology.orchestra.run.smithi203:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-08T22:28:12.941 DEBUG:teuthology.orchestra.run.smithi067:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-08T22:28:13.016 DEBUG:teuthology.orchestra.run.smithi067:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-08T22:28:13.075 DEBUG:teuthology.orchestra.run.smithi067:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-08T22:28:13.119 DEBUG:teuthology.orchestra.run.smithi067:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-08T22:28:13.165 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-02-08T22:28:13.165 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-08T22:28:13.233 DEBUG:teuthology.orchestra.run.smithi203:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-08T22:28:13.278 DEBUG:teuthology.orchestra.run.smithi203:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-08T22:28:13.338 DEBUG:teuthology.orchestra.run.smithi203:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-08T22:28:13.423 DEBUG:teuthology.orchestra.run.smithi203:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-08T22:28:13.467 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-02-08T22:28:13.467 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-08T22:28:13.534 DEBUG:teuthology.orchestra.run.smithi067:> sudo service rsyslog restart 2024-02-08T22:28:13.536 DEBUG:teuthology.orchestra.run.smithi203:> sudo service rsyslog restart 2024-02-08T22:28:13.601 INFO:teuthology.orchestra.run.smithi067.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-08T22:28:13.633 INFO:teuthology.orchestra.run.smithi203.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-08T22:28:13.946 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-08T22:28:13.960 INFO:teuthology.task.internal:Starting timer... 2024-02-08T22:28:13.960 INFO:teuthology.run_tasks:Running task pcp... 2024-02-08T22:28:13.972 INFO:teuthology.run_tasks:Running task selinux... 2024-02-08T22:28:13.981 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-08T22:28:13.981 DEBUG:teuthology.orchestra.run.smithi067:> sudo service auditd rotate 2024-02-08T22:28:14.110 INFO:teuthology.orchestra.run.smithi067.stdout:Rotating logs: 2024-02-08T22:28:14.112 DEBUG:teuthology.orchestra.run.smithi203:> sudo service auditd rotate 2024-02-08T22:28:14.207 INFO:teuthology.orchestra.run.smithi203.stdout:Rotating logs: 2024-02-08T22:28:14.209 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-08T22:28:14.209 DEBUG:teuthology.orchestra.run.smithi067:> /usr/sbin/getenforce 2024-02-08T22:28:14.237 INFO:teuthology.orchestra.run.smithi067.stdout:Permissive 2024-02-08T22:28:14.237 DEBUG:teuthology.orchestra.run.smithi203:> /usr/sbin/getenforce 2024-02-08T22:28:14.299 INFO:teuthology.orchestra.run.smithi203.stdout:Permissive 2024-02-08T22:28:14.299 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi067.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi203.front.sepia.ceph.com': 'permissive'} 2024-02-08T22:28:14.299 DEBUG:teuthology.orchestra.run.smithi067:> 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-08T22:28:14.328 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-08T22:28:14.329 DEBUG:teuthology.orchestra.run.smithi203:> 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-08T22:28:14.356 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-08T22:28:14.356 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-08T22:28:14.357 DEBUG:teuthology.orchestra.run.smithi067:> sudo /usr/sbin/setenforce permissive 2024-02-08T22:28:14.397 DEBUG:teuthology.orchestra.run.smithi203:> sudo /usr/sbin/setenforce permissive 2024-02-08T22:28:14.424 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-08T22:28:14.434 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-02-08T22:28:14.441 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-02-08T22:28:14.560 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-08T22:28:14.576 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-08T22:28:14.577 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi067.front.sepia.ceph.com,smithi203.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-08T22:34:16.416 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi067.front.sepia.ceph.com'), Remote(name='ubuntu@smithi203.front.sepia.ceph.com')] 2024-02-08T22:34:16.417 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-02-08T22:34:16.418 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-08T22:34:16.497 DEBUG:teuthology.orchestra.run.smithi067:> true 2024-02-08T22:34:16.567 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-02-08T22:34:16.567 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2024-02-08T22:34:16.568 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-08T22:34:16.641 DEBUG:teuthology.orchestra.run.smithi203:> true 2024-02-08T22:34:16.712 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi203.front.sepia.ceph.com' 2024-02-08T22:34:16.713 INFO:teuthology.run_tasks:Running task clock... 2024-02-08T22:34:16.724 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-08T22:34:16.725 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-08T22:34:16.725 DEBUG:teuthology.orchestra.run.smithi067:> 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-08T22:34:16.727 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-08T22:34:16.728 DEBUG:teuthology.orchestra.run.smithi203:> 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-08T22:34:16.758 INFO:teuthology.orchestra.run.smithi067.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-08T22:34:16.773 INFO:teuthology.orchestra.run.smithi067.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-08T22:34:16.787 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-08T22:34:16.802 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-08T22:34:16.843 INFO:teuthology.orchestra.run.smithi067.stderr:sudo: ntpd: command not found 2024-02-08T22:34:16.854 INFO:teuthology.orchestra.run.smithi067.stdout:506 Cannot talk to daemon 2024-02-08T22:34:16.861 INFO:teuthology.orchestra.run.smithi203.stderr:sudo: ntpd: command not found 2024-02-08T22:34:16.867 INFO:teuthology.orchestra.run.smithi067.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-08T22:34:16.873 INFO:teuthology.orchestra.run.smithi203.stdout:506 Cannot talk to daemon 2024-02-08T22:34:16.881 INFO:teuthology.orchestra.run.smithi067.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-08T22:34:16.887 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-08T22:34:16.900 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-08T22:34:16.949 INFO:teuthology.orchestra.run.smithi067.stderr:bash: ntpq: command not found 2024-02-08T22:34:16.953 INFO:teuthology.orchestra.run.smithi067.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-08T22:34:16.953 INFO:teuthology.orchestra.run.smithi067.stdout:=============================================================================== 2024-02-08T22:34:16.953 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-08T22:34:16.953 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-08T22:34:16.953 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-08T22:34:16.953 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-08T22:34:16.968 INFO:teuthology.orchestra.run.smithi203.stderr:bash: ntpq: command not found 2024-02-08T22:34:16.972 INFO:teuthology.orchestra.run.smithi203.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-08T22:34:16.972 INFO:teuthology.orchestra.run.smithi203.stdout:=============================================================================== 2024-02-08T22:34:16.972 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-08T22:34:16.972 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-08T22:34:16.972 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-08T22:34:16.972 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-08T22:34:16.973 INFO:teuthology.run_tasks:Running task pexec... 2024-02-08T22:34:16.982 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-08T22:34:16.983 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi067.front.sepia.ceph.com 2024-02-08T22:34:16.983 DEBUG:teuthology.orchestra.run.smithi067:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-08T22:34:16.983 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi203.front.sepia.ceph.com 2024-02-08T22:34:16.983 DEBUG:teuthology.orchestra.run.smithi203:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-08T22:34:17.797 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:36 ago on Thu 08 Feb 2024 10:32:41 PM UTC. 2024-02-08T22:34:17.811 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:01:30 ago on Thu 08 Feb 2024 10:32:47 PM UTC. 2024-02-08T22:34:19.808 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-02-08T22:34:19.809 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-02-08T22:34:19.809 INFO:teuthology.orchestra.run.smithi203.stdout: Package Architecture Version Repository Size 2024-02-08T22:34:19.809 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-02-08T22:34:19.809 INFO:teuthology.orchestra.run.smithi203.stdout:Resetting modules: 2024-02-08T22:34:19.810 INFO:teuthology.orchestra.run.smithi203.stdout: container-tools 2024-02-08T22:34:19.810 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:34:19.810 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-02-08T22:34:19.810 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-02-08T22:34:19.810 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:34:19.903 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-02-08T22:34:19.904 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-02-08T22:34:19.904 INFO:teuthology.orchestra.run.smithi067.stdout: Package Architecture Version Repository Size 2024-02-08T22:34:19.904 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-02-08T22:34:19.904 INFO:teuthology.orchestra.run.smithi067.stdout:Resetting modules: 2024-02-08T22:34:19.904 INFO:teuthology.orchestra.run.smithi067.stdout: container-tools 2024-02-08T22:34:19.904 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-08T22:34:19.904 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2024-02-08T22:34:19.904 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-02-08T22:34:19.905 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-08T22:34:20.065 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-02-08T22:34:20.172 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-02-08T22:34:20.906 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:39 ago on Thu 08 Feb 2024 10:32:41 PM UTC. 2024-02-08T22:34:21.057 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:01:33 ago on Thu 08 Feb 2024 10:32:47 PM UTC. 2024-02-08T22:34:22.904 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-02-08T22:34:22.939 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-02-08T22:34:22.939 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-02-08T22:34:22.939 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-02-08T22:34:22.939 INFO:teuthology.orchestra.run.smithi203.stdout:Installing group/module packages: 2024-02-08T22:34:22.939 INFO:teuthology.orchestra.run.smithi203.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-02-08T22:34:22.939 INFO:teuthology.orchestra.run.smithi203.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-02-08T22:34:22.940 INFO:teuthology.orchestra.run.smithi203.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-02-08T22:34:22.940 INFO:teuthology.orchestra.run.smithi203.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-02-08T22:34:22.940 INFO:teuthology.orchestra.run.smithi203.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-02-08T22:34:22.940 INFO:teuthology.orchestra.run.smithi203.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-02-08T22:34:22.940 INFO:teuthology.orchestra.run.smithi203.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-02-08T22:34:22.940 INFO:teuthology.orchestra.run.smithi203.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-02-08T22:34:22.940 INFO:teuthology.orchestra.run.smithi203.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-08T22:34:22.940 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-02-08T22:34:22.940 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-08T22:34:22.940 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-08T22:34:22.940 INFO:teuthology.orchestra.run.smithi203.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-08T22:34:22.940 INFO:teuthology.orchestra.run.smithi203.stdout:Installing weak dependencies: 2024-02-08T22:34:22.940 INFO:teuthology.orchestra.run.smithi203.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-08T22:34:22.940 INFO:teuthology.orchestra.run.smithi203.stdout:Installing module profiles: 2024-02-08T22:34:22.941 INFO:teuthology.orchestra.run.smithi203.stdout: container-tools/common 2024-02-08T22:34:22.941 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:34:22.941 INFO:teuthology.orchestra.run.smithi203.stdout:Enabling module streams: 2024-02-08T22:34:22.941 INFO:teuthology.orchestra.run.smithi203.stdout: container-tools rhel8 2024-02-08T22:34:22.941 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:34:22.941 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-02-08T22:34:22.941 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-02-08T22:34:22.941 INFO:teuthology.orchestra.run.smithi203.stdout:Install 13 Packages 2024-02-08T22:34:22.941 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:34:22.942 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 27 M 2024-02-08T22:34:22.942 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 91 M 2024-02-08T22:34:22.942 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-02-08T22:34:23.168 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-02-08T22:34:23.205 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-02-08T22:34:23.205 INFO:teuthology.orchestra.run.smithi067.stdout: Package Arch Version Repository Size 2024-02-08T22:34:23.206 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-02-08T22:34:23.206 INFO:teuthology.orchestra.run.smithi067.stdout:Installing group/module packages: 2024-02-08T22:34:23.206 INFO:teuthology.orchestra.run.smithi067.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-02-08T22:34:23.206 INFO:teuthology.orchestra.run.smithi067.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-02-08T22:34:23.206 INFO:teuthology.orchestra.run.smithi067.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-02-08T22:34:23.206 INFO:teuthology.orchestra.run.smithi067.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-02-08T22:34:23.206 INFO:teuthology.orchestra.run.smithi067.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-02-08T22:34:23.206 INFO:teuthology.orchestra.run.smithi067.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-02-08T22:34:23.206 INFO:teuthology.orchestra.run.smithi067.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-02-08T22:34:23.206 INFO:teuthology.orchestra.run.smithi067.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-02-08T22:34:23.206 INFO:teuthology.orchestra.run.smithi067.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-08T22:34:23.206 INFO:teuthology.orchestra.run.smithi067.stdout:Installing dependencies: 2024-02-08T22:34:23.206 INFO:teuthology.orchestra.run.smithi067.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-08T22:34:23.206 INFO:teuthology.orchestra.run.smithi067.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-08T22:34:23.206 INFO:teuthology.orchestra.run.smithi067.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-08T22:34:23.207 INFO:teuthology.orchestra.run.smithi067.stdout:Installing weak dependencies: 2024-02-08T22:34:23.207 INFO:teuthology.orchestra.run.smithi067.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-08T22:34:23.207 INFO:teuthology.orchestra.run.smithi067.stdout:Installing module profiles: 2024-02-08T22:34:23.207 INFO:teuthology.orchestra.run.smithi067.stdout: container-tools/common 2024-02-08T22:34:23.207 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-08T22:34:23.207 INFO:teuthology.orchestra.run.smithi067.stdout:Enabling module streams: 2024-02-08T22:34:23.207 INFO:teuthology.orchestra.run.smithi067.stdout: container-tools rhel8 2024-02-08T22:34:23.207 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-08T22:34:23.207 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2024-02-08T22:34:23.207 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-02-08T22:34:23.207 INFO:teuthology.orchestra.run.smithi067.stdout:Install 13 Packages 2024-02-08T22:34:23.207 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-08T22:34:23.208 INFO:teuthology.orchestra.run.smithi067.stdout:Total download size: 27 M 2024-02-08T22:34:23.208 INFO:teuthology.orchestra.run.smithi067.stdout:Installed size: 91 M 2024-02-08T22:34:23.208 INFO:teuthology.orchestra.run.smithi067.stdout:Downloading Packages: 2024-02-08T22:34:24.153 INFO:teuthology.orchestra.run.smithi203.stdout:(1/13): aardvark-dns-1.9.0-1.module_el8+804+f13 920 kB/s | 1.0 MB 00:01 2024-02-08T22:34:24.313 INFO:teuthology.orchestra.run.smithi203.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 238 kB/s | 38 kB 00:00 2024-02-08T22:34:24.435 INFO:teuthology.orchestra.run.smithi067.stdout:(1/13): aardvark-dns-1.9.0-1.module_el8+804+f13 910 kB/s | 1.0 MB 00:01 2024-02-08T22:34:24.470 INFO:teuthology.orchestra.run.smithi203.stdout:(3/13): cockpit-podman-82-1.module_el8+804+f131 528 kB/s | 759 kB 00:01 2024-02-08T22:34:24.512 INFO:teuthology.orchestra.run.smithi203.stdout:(4/13): crun-1.12-1.module_el8+804+f131391c.x86 1.2 MB/s | 248 kB 00:00 2024-02-08T22:34:24.527 INFO:teuthology.orchestra.run.smithi067.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 414 kB/s | 38 kB 00:00 2024-02-08T22:34:24.696 INFO:teuthology.orchestra.run.smithi203.stdout:(5/13): python3-podman-4.8.2-1.module_el8+804+f 980 kB/s | 179 kB 00:00 2024-02-08T22:34:24.736 INFO:teuthology.orchestra.run.smithi067.stdout:(3/13): crun-1.12-1.module_el8+804+f131391c.x86 1.2 MB/s | 248 kB 00:00 2024-02-08T22:34:24.871 INFO:teuthology.orchestra.run.smithi203.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 141 kB/s | 25 kB 00:00 2024-02-08T22:34:25.018 INFO:teuthology.orchestra.run.smithi203.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 638 kB/s | 94 kB 00:00 2024-02-08T22:34:25.664 INFO:teuthology.orchestra.run.smithi203.stdout:(8/13): netavark-1.9.0-1.module_el8+804+f131391 3.3 MB/s | 4.0 MB 00:01 2024-02-08T22:34:26.281 INFO:teuthology.orchestra.run.smithi203.stdout:(9/13): buildah-1.34.0-1.module_el8+804+f131391 3.0 MB/s | 9.7 MB 00:03 2024-02-08T22:34:26.331 INFO:teuthology.orchestra.run.smithi203.stdout:(10/13): toolbox-0.0.99.4-8.module_el8+804+f131 3.8 MB/s | 2.5 MB 00:00 2024-02-08T22:34:26.448 INFO:teuthology.orchestra.run.smithi203.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 351 kB/s | 41 kB 00:00 2024-02-08T22:34:26.482 INFO:teuthology.orchestra.run.smithi203.stdout:(12/13): udica-0.2.6-20.module_el8+804+f131391c 262 kB/s | 53 kB 00:00 2024-02-08T22:34:26.836 INFO:teuthology.orchestra.run.smithi067.stdout:(4/13): cockpit-podman-82-1.module_el8+804+f131 215 kB/s | 759 kB 00:03 2024-02-08T22:34:27.049 INFO:teuthology.orchestra.run.smithi203.stdout:(13/13): skopeo-1.14.0-2.module_el8+804+f131391 4.3 MB/s | 8.8 MB 00:02 2024-02-08T22:34:27.049 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-02-08T22:34:27.049 INFO:teuthology.orchestra.run.smithi203.stdout:Total 6.7 MB/s | 27 MB 00:04 2024-02-08T22:34:27.128 INFO:teuthology.orchestra.run.smithi067.stdout:(5/13): python3-podman-4.8.2-1.module_el8+804+f 616 kB/s | 179 kB 00:00 2024-02-08T22:34:27.243 INFO:teuthology.orchestra.run.smithi067.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 215 kB/s | 25 kB 00:00 2024-02-08T22:34:27.321 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-02-08T22:34:27.343 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-02-08T22:34:27.343 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-02-08T22:34:27.478 INFO:teuthology.orchestra.run.smithi067.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 400 kB/s | 94 kB 00:00 2024-02-08T22:34:27.602 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-02-08T22:34:27.606 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-02-08T22:34:28.315 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-02-08T22:34:28.557 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-08T22:34:28.728 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-08T22:34:28.787 INFO:teuthology.orchestra.run.smithi067.stdout:(8/13): buildah-1.34.0-1.module_el8+804+f131391 1.8 MB/s | 9.7 MB 00:05 2024-02-08T22:34:28.937 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-02-08T22:34:29.171 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-08T22:34:29.719 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 5/13 2024-02-08T22:34:29.770 INFO:teuthology.orchestra.run.smithi067.stdout:(9/13): toolbox-0.0.99.4-8.module_el8+804+f1313 2.6 MB/s | 2.5 MB 00:00 2024-02-08T22:34:29.921 INFO:teuthology.orchestra.run.smithi067.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 351 kB/s | 53 kB 00:00 2024-02-08T22:34:30.021 INFO:teuthology.orchestra.run.smithi067.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 410 kB/s | 41 kB 00:00 2024-02-08T22:34:30.720 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-08T22:34:30.729 INFO:teuthology.orchestra.run.smithi067.stdout:(12/13): netavark-1.9.0-1.module_el8+804+f13139 675 kB/s | 4.0 MB 00:05 2024-02-08T22:34:30.963 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 7/13 2024-02-08T22:34:31.159 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 8/13 2024-02-08T22:34:31.448 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 9/13 2024-02-08T22:34:31.882 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 10/13 2024-02-08T22:34:32.831 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-08T22:34:33.091 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 12/13 2024-02-08T22:34:33.221 INFO:teuthology.orchestra.run.smithi067.stdout:(13/13): skopeo-1.14.0-2.module_el8+804+f131391 1.5 MB/s | 8.8 MB 00:05 2024-02-08T22:34:33.222 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2024-02-08T22:34:33.222 INFO:teuthology.orchestra.run.smithi067.stdout:Total 2.7 MB/s | 27 MB 00:10 2024-02-08T22:34:33.293 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-08T22:34:33.501 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction check 2024-02-08T22:34:33.524 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction check succeeded. 2024-02-08T22:34:33.524 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction test 2024-02-08T22:34:33.716 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-08T22:34:33.716 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/13 2024-02-08T22:34:33.716 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/13 2024-02-08T22:34:33.716 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/13 2024-02-08T22:34:33.716 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-08T22:34:33.717 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/13 2024-02-08T22:34:33.717 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-08T22:34:33.717 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/13 2024-02-08T22:34:33.717 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-08T22:34:33.717 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-08T22:34:33.717 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/13 2024-02-08T22:34:33.717 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-08T22:34:33.717 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-08T22:34:33.818 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction test succeeded. 2024-02-08T22:34:33.821 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction 2024-02-08T22:34:34.225 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-08T22:34:34.225 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:34:34.225 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-02-08T22:34:34.225 INFO:teuthology.orchestra.run.smithi203.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-08T22:34:34.225 INFO:teuthology.orchestra.run.smithi203.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-02-08T22:34:34.225 INFO:teuthology.orchestra.run.smithi203.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-02-08T22:34:34.225 INFO:teuthology.orchestra.run.smithi203.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-08T22:34:34.225 INFO:teuthology.orchestra.run.smithi203.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-02-08T22:34:34.225 INFO:teuthology.orchestra.run.smithi203.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-08T22:34:34.225 INFO:teuthology.orchestra.run.smithi203.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-02-08T22:34:34.225 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-08T22:34:34.225 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-08T22:34:34.226 INFO:teuthology.orchestra.run.smithi203.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-02-08T22:34:34.226 INFO:teuthology.orchestra.run.smithi203.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-02-08T22:34:34.226 INFO:teuthology.orchestra.run.smithi203.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-08T22:34:34.226 INFO:teuthology.orchestra.run.smithi203.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-08T22:34:34.226 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:34:34.226 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-02-08T22:34:34.501 DEBUG:teuthology.parallel:result is None 2024-02-08T22:34:34.766 INFO:teuthology.orchestra.run.smithi067.stdout: Preparing : 1/1 2024-02-08T22:34:34.959 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-08T22:34:35.145 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-08T22:34:35.329 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-02-08T22:34:35.563 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-08T22:34:36.143 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 5/13 2024-02-08T22:34:37.173 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-08T22:34:37.406 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 7/13 2024-02-08T22:34:37.621 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 8/13 2024-02-08T22:34:37.874 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 9/13 2024-02-08T22:34:38.302 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 10/13 2024-02-08T22:34:39.313 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-08T22:34:39.523 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 12/13 2024-02-08T22:34:39.920 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-08T22:34:40.483 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-08T22:34:40.484 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/13 2024-02-08T22:34:40.484 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/13 2024-02-08T22:34:40.484 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/13 2024-02-08T22:34:40.484 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-08T22:34:40.484 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/13 2024-02-08T22:34:40.484 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-08T22:34:40.484 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/13 2024-02-08T22:34:40.484 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-08T22:34:40.484 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-08T22:34:40.484 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/13 2024-02-08T22:34:40.484 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-08T22:34:40.484 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-08T22:34:40.973 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-08T22:34:40.973 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-08T22:34:40.974 INFO:teuthology.orchestra.run.smithi067.stdout:Installed: 2024-02-08T22:34:40.974 INFO:teuthology.orchestra.run.smithi067.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-08T22:34:40.974 INFO:teuthology.orchestra.run.smithi067.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-02-08T22:34:40.974 INFO:teuthology.orchestra.run.smithi067.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-02-08T22:34:40.974 INFO:teuthology.orchestra.run.smithi067.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-08T22:34:40.974 INFO:teuthology.orchestra.run.smithi067.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-02-08T22:34:40.974 INFO:teuthology.orchestra.run.smithi067.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-08T22:34:40.974 INFO:teuthology.orchestra.run.smithi067.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-02-08T22:34:40.974 INFO:teuthology.orchestra.run.smithi067.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-08T22:34:40.974 INFO:teuthology.orchestra.run.smithi067.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-08T22:34:40.974 INFO:teuthology.orchestra.run.smithi067.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-02-08T22:34:40.974 INFO:teuthology.orchestra.run.smithi067.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-02-08T22:34:40.974 INFO:teuthology.orchestra.run.smithi067.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-08T22:34:40.974 INFO:teuthology.orchestra.run.smithi067.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-08T22:34:40.975 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-02-08T22:34:40.975 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-02-08T22:34:41.269 DEBUG:teuthology.parallel:result is None 2024-02-08T22:34:41.269 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-08T22:34:41.353 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v16.2.5', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v16.2.5', 'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '5db25abe00e218b6920215c0bef70af7e47c7152'} 2024-02-08T22:34:41.354 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.5 2024-02-08T22:34:41.355 INFO:tasks.cephadm:Cluster fsid is 3ff58890-c6d2-11ee-95b6-87774f69a715 2024-02-08T22:34:41.355 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-08T22:34:41.355 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-08T22:34:41.355 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi067': '172.21.15.67', 'mon.smithi203': '172.21.15.203'} 2024-02-08T22:34:41.355 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-08T22:34:41.355 DEBUG:teuthology.orchestra.run.smithi067:> sudo hostname $(hostname -s) 2024-02-08T22:34:41.384 DEBUG:teuthology.orchestra.run.smithi203:> sudo hostname $(hostname -s) 2024-02-08T22:34:41.418 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2024-02-08T22:34:41.419 DEBUG:teuthology.orchestra.run.smithi067:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-08T22:34:41.679 INFO:teuthology.orchestra.run.smithi067.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Feb 8 22:34 /home/ubuntu/cephtest/cephadm 2024-02-08T22:34:41.679 DEBUG:teuthology.orchestra.run.smithi203:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-08T22:34:41.826 INFO:teuthology.orchestra.run.smithi203.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Feb 8 22:34 /home/ubuntu/cephtest/cephadm 2024-02-08T22:34:41.826 DEBUG:teuthology.orchestra.run.smithi067:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-08T22:34:41.846 DEBUG:teuthology.orchestra.run.smithi203:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-08T22:34:41.883 DEBUG:teuthology.orchestra.run.smithi067:> sudo mkdir -p /etc/ceph 2024-02-08T22:34:41.915 DEBUG:teuthology.orchestra.run.smithi203:> sudo mkdir -p /etc/ceph 2024-02-08T22:34:41.948 DEBUG:teuthology.orchestra.run.smithi067:> sudo chmod 777 /etc/ceph 2024-02-08T22:34:41.982 DEBUG:teuthology.orchestra.run.smithi203:> sudo chmod 777 /etc/ceph 2024-02-08T22:34:42.020 INFO:tasks.cephadm:Writing seed config... 2024-02-08T22:34:42.021 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-08T22:34:42.021 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-08T22:34:42.021 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-08T22:34:42.022 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-08T22:34:42.022 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-08T22:34:42.022 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-08T22:34:42.022 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-08T22:34:42.022 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-08T22:34:42.022 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-02-08T22:34:42.022 DEBUG:teuthology.orchestra.run.smithi067:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-08T22:34:42.041 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 3ff58890-c6d2-11ee-95b6-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-08T22:34:42.041 DEBUG:teuthology.orchestra.run.smithi067:mon.smithi067> sudo journalctl -f -n 0 -u ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@mon.smithi067.service 2024-02-08T22:34:42.083 INFO:tasks.cephadm:Bootstrapping... 2024-02-08T22:34:42.084 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 -v bootstrap --fsid 3ff58890-c6d2-11ee-95b6-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.67 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-08T22:34:42.111 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:-- Logs begin at Thu 2024-02-08 22:27:15 UTC. -- 2024-02-08T22:34:42.381 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-08T22:34:43.893 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: 4.8.3 2024-02-08T22:34:43.903 INFO:teuthology.orchestra.run.smithi067.stderr:Verifying podman|docker is present... 2024-02-08T22:34:43.903 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-08T22:34:43.927 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: 4.8.3 2024-02-08T22:34:43.938 INFO:teuthology.orchestra.run.smithi067.stderr:Verifying lvm2 is present... 2024-02-08T22:34:43.938 INFO:teuthology.orchestra.run.smithi067.stderr:Verifying time synchronization is in place... 2024-02-08T22:34:43.939 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-enabled chrony.service 2024-02-08T22:34:43.946 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-08T22:34:43.947 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-active chrony.service 2024-02-08T22:34:43.953 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: inactive 2024-02-08T22:34:43.953 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-08T22:34:43.960 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: enabled 2024-02-08T22:34:43.960 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-active chronyd.service 2024-02-08T22:34:43.966 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: active 2024-02-08T22:34:43.966 INFO:teuthology.orchestra.run.smithi067.stderr:Unit chronyd.service is enabled and running 2024-02-08T22:34:43.967 INFO:teuthology.orchestra.run.smithi067.stderr:Repeating the final host check... 2024-02-08T22:34:43.967 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-08T22:34:43.987 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: 4.8.3 2024-02-08T22:34:44.001 INFO:teuthology.orchestra.run.smithi067.stderr:podman|docker (/bin/podman) is present 2024-02-08T22:34:44.001 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl is present 2024-02-08T22:34:44.001 INFO:teuthology.orchestra.run.smithi067.stderr:lvcreate is present 2024-02-08T22:34:44.001 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-enabled chrony.service 2024-02-08T22:34:44.006 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-08T22:34:44.007 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-active chrony.service 2024-02-08T22:34:44.013 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: inactive 2024-02-08T22:34:44.014 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-08T22:34:44.019 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: enabled 2024-02-08T22:34:44.019 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-active chronyd.service 2024-02-08T22:34:44.025 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: active 2024-02-08T22:34:44.026 INFO:teuthology.orchestra.run.smithi067.stderr:Unit chronyd.service is enabled and running 2024-02-08T22:34:44.026 INFO:teuthology.orchestra.run.smithi067.stderr:Host looks OK 2024-02-08T22:34:44.026 INFO:teuthology.orchestra.run.smithi067.stderr:Cluster fsid: 3ff58890-c6d2-11ee-95b6-87774f69a715 2024-02-08T22:34:44.026 INFO:teuthology.orchestra.run.smithi067.stderr:Acquiring lock 139852020584576 on /run/cephadm/3ff58890-c6d2-11ee-95b6-87774f69a715.lock 2024-02-08T22:34:44.026 INFO:teuthology.orchestra.run.smithi067.stderr:Lock 139852020584576 acquired on /run/cephadm/3ff58890-c6d2-11ee-95b6-87774f69a715.lock 2024-02-08T22:34:44.027 INFO:teuthology.orchestra.run.smithi067.stderr:Verifying IP 172.21.15.67 port 3300 ... 2024-02-08T22:34:44.027 INFO:teuthology.orchestra.run.smithi067.stderr:Verifying IP 172.21.15.67 port 6789 ... 2024-02-08T22:34:44.027 INFO:teuthology.orchestra.run.smithi067.stderr:Base mon IP is 172.21.15.67, final addrv is [v2:172.21.15.67:3300,v1:172.21.15.67:6789] 2024-02-08T22:34:44.027 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /sbin/ip route ls 2024-02-08T22:34:44.029 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.67 metric 100 2024-02-08T22:34:44.030 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.67 metric 100 2024-02-08T22:34:44.030 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /sbin/ip -6 route ls 2024-02-08T22:34:44.033 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-08T22:34:44.033 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-02-08T22:34:44.033 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1751sec hoplimit 64 pref medium 2024-02-08T22:34:44.033 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /sbin/ip -6 addr ls 2024-02-08T22:34:44.036 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-08T22:34:44.036 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-08T22:34:44.036 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-08T22:34:44.036 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-02-08T22:34:44.036 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: inet6 fe80::ec4:7aff:feb6:fc0b/64 scope link 2024-02-08T22:34:44.036 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-08T22:34:44.037 INFO:teuthology.orchestra.run.smithi067.stderr:Mon IP `172.21.15.67` is in CIDR network `172.21.0.0/20` 2024-02-08T22:34:44.037 INFO:teuthology.orchestra.run.smithi067.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-08T22:34:44.038 INFO:teuthology.orchestra.run.smithi067.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2024-02-08T22:34:44.038 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.5 2024-02-08T22:34:44.134 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.5... 2024-02-08T22:34:50.723 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: Getting image source signatures 2024-02-08T22:34:50.732 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2024-02-08T22:34:50.733 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-02-08T22:35:08.624 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-02-08T22:35:08.775 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: Writing manifest to image destination 2024-02-08T22:35:09.127 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-02-08T22:35:09.138 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --version 2024-02-08T22:35:09.772 INFO:teuthology.orchestra.run.smithi067.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-02-08T22:35:10.368 INFO:teuthology.orchestra.run.smithi067.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-02-08T22:35:10.368 INFO:teuthology.orchestra.run.smithi067.stderr:Extracting ceph user uid/gid from container image... 2024-02-08T22:35:10.369 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2024-02-08T22:35:10.945 INFO:teuthology.orchestra.run.smithi067.stderr:stat: 167 167 2024-02-08T22:35:11.399 INFO:teuthology.orchestra.run.smithi067.stderr:Creating initial keys... 2024-02-08T22:35:11.399 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-08T22:35:11.984 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-authtool: AQAfV8Vliu5gNRAAmcC1EgffB51KWU0YzfL2Ow== 2024-02-08T22:35:12.556 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-08T22:35:13.165 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-authtool: AQAhV8VlR6p3AhAAz4ykzsXVvwbCub3yOUTcHw== 2024-02-08T22:35:13.879 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-08T22:35:14.395 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-authtool: AQAiV8VlY5yZEBAArHHpLcMF9qICPlsdx8882g== 2024-02-08T22:35:15.334 INFO:teuthology.orchestra.run.smithi067.stderr:Creating initial monmap... 2024-02-08T22:35:15.335 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmp10zlm11k:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --create --clobber --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 --addv smithi067 [v2:172.21.15.67:3300,v1:172.21.15.67:6789] /tmp/monmap 2024-02-08T22:35:15.893 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-08T22:35:15.893 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 3ff58890-c6d2-11ee-95b6-87774f69a715 2024-02-08T22:35:15.893 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-08T22:35:16.432 INFO:teuthology.orchestra.run.smithi067.stderr:monmaptool for smithi067 [v2:172.21.15.67:3300,v1:172.21.15.67:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-08T22:35:16.432 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/monmaptool: set fsid to 3ff58890-c6d2-11ee-95b6-87774f69a715 2024-02-08T22:35:16.432 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-08T22:35:16.432 INFO:teuthology.orchestra.run.smithi067.stderr: 2024-02-08T22:35:16.432 INFO:teuthology.orchestra.run.smithi067.stderr:Creating mon... 2024-02-08T22:35:16.434 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/mon.smithi067:/var/lib/ceph/mon/ceph-smithi067:z -v /tmp/ceph-tmpeyo33s9c:/tmp/keyring:z -v /tmp/ceph-tmp10zlm11k:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --mkfs -i smithi067 --fsid 3ff58890-c6d2-11ee-95b6-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-08T22:35:17.033 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.912+0000 7f878d15b700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-08T22:35:17.033 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.912+0000 7f878d15b700 1 imported monmap: 2024-02-08T22:35:17.033 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-08T22:35:17.034 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 2024-02-08T22:35:17.034 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: last_changed 2024-02-08T22:35:15.784183+0000 2024-02-08T22:35:17.034 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: created 2024-02-08T22:35:15.784183+0000 2024-02-08T22:35:17.034 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-08T22:35:17.034 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-08T22:35:17.034 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon.smithi067 2024-02-08T22:35:17.034 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2024-02-08T22:35:17.034 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.912+0000 7f878d15b700 0 /usr/bin/ceph-mon: set fsid to 3ff58890-c6d2-11ee-95b6-87774f69a715 2024-02-08T22:35:17.034 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: RocksDB version: 6.8.1 2024-02-08T22:35:17.034 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2024-02-08T22:35:17.034 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-08T22:35:17.034 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Compile date Jul 8 2021 2024-02-08T22:35:17.034 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: DB SUMMARY 2024-02-08T22:35:17.034 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2024-02-08T22:35:17.034 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi067/store.db dir, Total Num: 0, files: 2024-02-08T22:35:17.035 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2024-02-08T22:35:17.035 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi067/store.db: 2024-02-08T22:35:17.035 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2024-02-08T22:35:17.035 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.error_if_exists: 0 2024-02-08T22:35:17.035 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.create_if_missing: 1 2024-02-08T22:35:17.035 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.paranoid_checks: 1 2024-02-08T22:35:17.035 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.env: 0x5634a2c431c0 2024-02-08T22:35:17.035 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.fs: Posix File System 2024-02-08T22:35:17.035 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.info_log: 0x5634a3816c20 2024-02-08T22:35:17.035 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-08T22:35:17.035 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.statistics: (nil) 2024-02-08T22:35:17.035 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.use_fsync: 0 2024-02-08T22:35:17.035 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.max_log_file_size: 0 2024-02-08T22:35:17.035 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-08T22:35:17.035 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-08T22:35:17.036 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-08T22:35:17.036 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-08T22:35:17.036 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.allow_fallocate: 1 2024-02-08T22:35:17.036 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-08T22:35:17.036 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-08T22:35:17.036 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.use_direct_reads: 0 2024-02-08T22:35:17.036 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-08T22:35:17.036 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-08T22:35:17.036 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.db_log_dir: 2024-02-08T22:35:17.036 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi067/store.db 2024-02-08T22:35:17.036 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-08T22:35:17.036 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.max_subcompactions: 1 2024-02-08T22:35:17.036 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.max_background_flushes: -1 2024-02-08T22:35:17.036 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-08T22:35:17.037 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-08T22:35:17.037 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-08T22:35:17.037 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-08T22:35:17.037 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-08T22:35:17.037 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-08T22:35:17.037 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-08T22:35:17.037 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.write_buffer_manager: 0x5634a381f530 2024-02-08T22:35:17.037 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-08T22:35:17.037 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-08T22:35:17.037 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-08T22:35:17.037 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-08T22:35:17.037 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-08T22:35:17.037 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-08T22:35:17.037 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-08T22:35:17.038 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-08T22:35:17.038 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-08T22:35:17.038 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.unordered_write: 0 2024-02-08T22:35:17.038 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-08T22:35:17.038 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-08T22:35:17.038 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-08T22:35:17.038 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-08T22:35:17.038 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.row_cache: None 2024-02-08T22:35:17.038 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.wal_filter: None 2024-02-08T22:35:17.038 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-08T22:35:17.038 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-08T22:35:17.038 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.preserve_deletes: 0 2024-02-08T22:35:17.038 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.two_write_queues: 0 2024-02-08T22:35:17.038 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-08T22:35:17.038 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.atomic_flush: 0 2024-02-08T22:35:17.039 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-08T22:35:17.039 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-08T22:35:17.039 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-08T22:35:17.039 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.log_readahead_size: 0 2024-02-08T22:35:17.039 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-08T22:35:17.039 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.max_background_jobs: 2 2024-02-08T22:35:17.039 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.max_background_compactions: -1 2024-02-08T22:35:17.039 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-08T22:35:17.039 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-08T22:35:17.039 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-08T22:35:17.039 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-08T22:35:17.039 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-08T22:35:17.039 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-08T22:35:17.039 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-08T22:35:17.040 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-08T22:35:17.040 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.max_open_files: -1 2024-02-08T22:35:17.040 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-08T22:35:17.040 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-08T22:35:17.040 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-08T22:35:17.040 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-08T22:35:17.040 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Compression algorithms supported: 2024-02-08T22:35:17.040 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-08T22:35:17.040 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: kZSTD supported: 0 2024-02-08T22:35:17.040 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: kXpressCompression supported: 0 2024-02-08T22:35:17.040 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-08T22:35:17.040 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: kLZ4Compression supported: 1 2024-02-08T22:35:17.040 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: kBZip2Compression supported: 0 2024-02-08T22:35:17.040 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: kZlibCompression supported: 1 2024-02-08T22:35:17.041 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: kSnappyCompression supported: 1 2024-02-08T22:35:17.041 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.913+0000 7f878d15b700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-08T22:35:17.041 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-08T22:35:17.041 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2024-02-08T22:35:17.041 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi067/store.db/MANIFEST-000001 2024-02-08T22:35:17.041 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2024-02-08T22:35:17.041 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-08T22:35:17.041 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2024-02-08T22:35:17.041 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-08T22:35:17.041 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.merge_operator: 2024-02-08T22:35:17.041 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.compaction_filter: None 2024-02-08T22:35:17.041 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-08T22:35:17.041 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-08T22:35:17.041 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-08T22:35:17.041 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5634a3730160) 2024-02-08T22:35:17.042 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-08T22:35:17.042 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-08T22:35:17.042 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-08T22:35:17.042 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-08T22:35:17.042 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-08T22:35:17.042 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-08T22:35:17.042 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-08T22:35:17.042 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-08T22:35:17.042 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-08T22:35:17.042 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-08T22:35:17.042 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-08T22:35:17.042 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_cache: 0x5634a3766d10 2024-02-08T22:35:17.042 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-08T22:35:17.042 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-08T22:35:17.042 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-08T22:35:17.043 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-08T22:35:17.043 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-08T22:35:17.043 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-08T22:35:17.043 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-08T22:35:17.043 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-08T22:35:17.043 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-08T22:35:17.043 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-08T22:35:17.043 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-08T22:35:17.043 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-08T22:35:17.043 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-08T22:35:17.043 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-08T22:35:17.043 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-08T22:35:17.043 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-08T22:35:17.043 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-08T22:35:17.043 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-08T22:35:17.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-08T22:35:17.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-08T22:35:17.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-08T22:35:17.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-08T22:35:17.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2024-02-08T22:35:17.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-08T22:35:17.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-08T22:35:17.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.compression: NoCompression 2024-02-08T22:35:17.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-08T22:35:17.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-08T22:35:17.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-08T22:35:17.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.num_levels: 7 2024-02-08T22:35:17.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-08T22:35:17.045 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-08T22:35:17.045 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-08T22:35:17.045 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-08T22:35:17.045 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-08T22:35:17.045 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-08T22:35:17.045 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-08T22:35:17.045 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-08T22:35:17.045 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-08T22:35:17.045 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-08T22:35:17.045 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-08T22:35:17.045 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-08T22:35:17.045 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-08T22:35:17.045 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-08T22:35:17.045 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-08T22:35:17.045 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-08T22:35:17.046 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-08T22:35:17.046 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-08T22:35:17.046 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-08T22:35:17.046 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-08T22:35:17.046 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-08T22:35:17.046 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-08T22:35:17.046 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-08T22:35:17.046 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-08T22:35:17.046 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-08T22:35:17.046 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-08T22:35:17.046 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-08T22:35:17.046 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-08T22:35:17.046 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-08T22:35:17.046 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-08T22:35:17.047 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-08T22:35:17.047 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-08T22:35:17.047 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-08T22:35:17.047 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-08T22:35:17.047 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-08T22:35:17.047 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-08T22:35:17.047 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-08T22:35:17.047 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-08T22:35:17.047 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-08T22:35:17.047 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-08T22:35:17.047 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-08T22:35:17.047 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-08T22:35:17.047 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-08T22:35:17.047 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-08T22:35:17.047 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-08T22:35:17.048 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-08T22:35:17.048 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-08T22:35:17.048 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.table_properties_collectors: 2024-02-08T22:35:17.048 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.inplace_update_support: 0 2024-02-08T22:35:17.048 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-08T22:35:17.048 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-08T22:35:17.048 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-08T22:35:17.048 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-08T22:35:17.048 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.bloom_locality: 0 2024-02-08T22:35:17.048 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.max_successive_merges: 0 2024-02-08T22:35:17.048 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-08T22:35:17.048 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-08T22:35:17.048 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-08T22:35:17.048 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-08T22:35:17.049 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.ttl: 2592000 2024-02-08T22:35:17.049 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.914+0000 7f878d15b700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-08T22:35:17.049 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.915+0000 7f878d15b700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi067/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-08T22:35:17.049 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2024-02-08T22:35:17.049 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.915+0000 7f878d15b700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-08T22:35:17.049 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2024-02-08T22:35:17.049 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.917+0000 7f878d15b700 4 rocksdb: DB pointer 0x5634a382b800 2024-02-08T22:35:17.049 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.917+0000 7f8775fe4700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-08T22:35:17.049 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.917+0000 7f8775fe4700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-08T22:35:17.049 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-08T22:35:17.049 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-08T22:35:17.049 INFO:teuthology.orchestra.run.smithi067.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-08T22:35:17.049 INFO:teuthology.orchestra.run.smithi067.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-08T22:35:17.049 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-08T22:35:17.049 INFO:teuthology.orchestra.run.smithi067.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-08T22:35:17.050 INFO:teuthology.orchestra.run.smithi067.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-08T22:35:17.050 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-08T22:35:17.050 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2024-02-08T22:35:17.050 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-08T22:35:17.050 INFO:teuthology.orchestra.run.smithi067.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-08T22:35:17.050 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-08T22:35:17.050 INFO:teuthology.orchestra.run.smithi067.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-08T22:35:17.050 INFO:teuthology.orchestra.run.smithi067.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-08T22:35:17.050 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2024-02-08T22:35:17.050 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-08T22:35:17.050 INFO:teuthology.orchestra.run.smithi067.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-08T22:35:17.050 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-08T22:35:17.050 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-08T22:35:17.050 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-08T22:35:17.051 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-08T22:35:17.051 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-08T22:35:17.051 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-08T22:35:17.051 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-08T22:35:17.051 INFO:teuthology.orchestra.run.smithi067.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-08T22:35:17.051 INFO:teuthology.orchestra.run.smithi067.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-08T22:35:17.051 INFO:teuthology.orchestra.run.smithi067.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-08T22:35:17.051 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2024-02-08T22:35:17.051 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-08T22:35:17.051 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2024-02-08T22:35:17.051 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-08T22:35:17.051 INFO:teuthology.orchestra.run.smithi067.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-08T22:35:17.051 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-08T22:35:17.051 INFO:teuthology.orchestra.run.smithi067.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-08T22:35:17.051 INFO:teuthology.orchestra.run.smithi067.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-08T22:35:17.051 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2024-02-08T22:35:17.052 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-08T22:35:17.052 INFO:teuthology.orchestra.run.smithi067.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-08T22:35:17.052 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-08T22:35:17.052 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-08T22:35:17.052 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-08T22:35:17.052 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-08T22:35:17.052 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-08T22:35:17.052 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-08T22:35:17.052 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-08T22:35:17.052 INFO:teuthology.orchestra.run.smithi067.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-08T22:35:17.052 INFO:teuthology.orchestra.run.smithi067.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-08T22:35:17.052 INFO:teuthology.orchestra.run.smithi067.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-08T22:35:17.052 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2024-02-08T22:35:17.053 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-08T22:35:17.053 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2024-02-08T22:35:17.053 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.919+0000 7f878d15b700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-08T22:35:17.053 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.919+0000 7f878d15b700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-08T22:35:17.053 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2024-02-08T22:35:16.919+0000 7f878d15b700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi067 for mon.smithi067 2024-02-08T22:35:17.564 INFO:teuthology.orchestra.run.smithi067.stderr:create mon.smithi067 on 2024-02-08T22:35:17.565 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715 2024-02-08T22:35:17.572 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl disable ceph.target 2024-02-08T22:35:17.677 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl enable ceph.target 2024-02-08T22:35:17.684 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-08T22:35:17.769 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl start ceph.target 2024-02-08T22:35:17.776 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl enable ceph-3ff58890-c6d2-11ee-95b6-87774f69a715.target 2024-02-08T22:35:17.783 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-3ff58890-c6d2-11ee-95b6-87774f69a715.target → /etc/systemd/system/ceph-3ff58890-c6d2-11ee-95b6-87774f69a715.target. 2024-02-08T22:35:17.783 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-3ff58890-c6d2-11ee-95b6-87774f69a715.target → /etc/systemd/system/ceph-3ff58890-c6d2-11ee-95b6-87774f69a715.target. 2024-02-08T22:35:17.867 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl start ceph-3ff58890-c6d2-11ee-95b6-87774f69a715.target 2024-02-08T22:35:17.875 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl daemon-reload 2024-02-08T22:35:17.961 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl stop ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@mon.smithi067 2024-02-08T22:35:17.988 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl reset-failed ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@mon.smithi067 2024-02-08T22:35:17.993 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Failed to reset failed state of unit ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@mon.smithi067.service: Unit ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@mon.smithi067.service not loaded. 2024-02-08T22:35:17.994 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl enable ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@mon.smithi067 2024-02-08T22:35:18.001 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Created symlink /etc/systemd/system/ceph-3ff58890-c6d2-11ee-95b6-87774f69a715.target.wants/ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@mon.smithi067.service → /etc/systemd/system/ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@.service. 2024-02-08T22:35:18.087 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl start ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@mon.smithi067 2024-02-08T22:35:18.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:18 smithi067 systemd[1]: Starting Ceph mon.smithi067 for 3ff58890-c6d2-11ee-95b6-87774f69a715... 2024-02-08T22:35:18.552 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-08T22:35:18.560 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: disabled 2024-02-08T22:35:18.561 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-active firewalld.service 2024-02-08T22:35:18.568 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: inactive 2024-02-08T22:35:18.569 INFO:teuthology.orchestra.run.smithi067.stderr:firewalld.service is not enabled 2024-02-08T22:35:18.569 INFO:teuthology.orchestra.run.smithi067.stderr:Not possible to enable service . firewalld.service is not available 2024-02-08T22:35:18.569 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for mon to start... 2024-02-08T22:35:18.570 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for mon... 2024-02-08T22:35:18.570 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/mon.smithi067:/var/lib/ceph/mon/ceph-smithi067:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status 2024-02-08T22:35:18.818 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:18 smithi067 bash[34681]: df94217a1cf576864711e7f86e50f5cf46dc3007876c7fb07ff04727c616ee39 2024-02-08T22:35:18.818 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:18 smithi067 systemd[1]: Started Ceph mon.smithi067 for 3ff58890-c6d2-11ee-95b6-87774f69a715. 2024-02-08T22:35:18.818 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:18 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[34696]: cluster 2024-02-08T22:35:18.557521+0000 mon.smithi067 (mon.0) 0 : [INF] mkfs 3ff58890-c6d2-11ee-95b6-87774f69a715 2024-02-08T22:35:18.818 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:18 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[34696]: cluster 2024-02-08T22:35:18.532221+0000 mon.smithi067 (mon.0) 1 : cluster [INF] mon.smithi067 is new leader, mons smithi067 in quorum (ranks 0) 2024-02-08T22:35:19.248 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: cluster: 2024-02-08T22:35:19.248 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: id: 3ff58890-c6d2-11ee-95b6-87774f69a715 2024-02-08T22:35:19.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-08T22:35:19.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2024-02-08T22:35:19.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: services: 2024-02-08T22:35:19.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi067 (age 0.690963s) 2024-02-08T22:35:19.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-08T22:35:19.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-08T22:35:19.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2024-02-08T22:35:19.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: data: 2024-02-08T22:35:19.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-08T22:35:19.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-08T22:35:19.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-08T22:35:19.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: pgs: 2024-02-08T22:35:19.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2024-02-08T22:35:19.909 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:19 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[34696]: cluster 2024-02-08T22:35:18.554052+0000 mon.smithi067 (mon.0) 2 : cluster [INF] mon.smithi067 is new leader, mons smithi067 in quorum (ranks 0) 2024-02-08T22:35:19.909 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:19 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[34696]: cluster 2024-02-08T22:35:18.554277+0000 mon.smithi067 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi067=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0]} 2024-02-08T22:35:19.909 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:19 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[34696]: cluster 2024-02-08T22:35:18.561628+0000 mon.smithi067 (mon.0) 4 : cluster [DBG] fsmap 2024-02-08T22:35:19.909 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:19 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[34696]: cluster 2024-02-08T22:35:18.570499+0000 mon.smithi067 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-08T22:35:19.910 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:19 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[34696]: cluster 2024-02-08T22:35:18.570931+0000 mon.smithi067 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-08T22:35:19.910 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:19 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[34696]: audit 2024-02-08T22:35:19.244982+0000 mon.smithi067 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.67:0/763546847' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-08T22:35:19.956 INFO:teuthology.orchestra.run.smithi067.stderr:mon is available 2024-02-08T22:35:19.957 INFO:teuthology.orchestra.run.smithi067.stderr:Assimilating anything we can from ceph.conf... 2024-02-08T22:35:19.957 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z -v /var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/mon.smithi067:/var/lib/ceph/mon/ceph-smithi067:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi067/config 2024-02-08T22:35:20.521 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2024-02-08T22:35:20.521 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: [global] 2024-02-08T22:35:20.521 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: fsid = 3ff58890-c6d2-11ee-95b6-87774f69a715 2024-02-08T22:35:20.521 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.67:3300,v1:172.21.15.67:6789] 2024-02-08T22:35:20.521 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-08T22:35:20.521 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-08T22:35:20.521 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-08T22:35:20.521 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-08T22:35:20.522 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2024-02-08T22:35:20.522 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: [mgr] 2024-02-08T22:35:20.522 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-08T22:35:20.522 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2024-02-08T22:35:20.522 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: [osd] 2024-02-08T22:35:20.522 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-08T22:35:20.522 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-08T22:35:20.909 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:20 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[34696]: audit 2024-02-08T22:35:20.514965+0000 mon.smithi067 (mon.0) 8 : audit [INF] from='client.? 172.21.15.67:0/218457990' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-08T22:35:20.909 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:20 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[34696]: audit 2024-02-08T22:35:20.517524+0000 mon.smithi067 (mon.0) 9 : audit [INF] from='client.? 172.21.15.67:0/218457990' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-08T22:35:21.162 INFO:teuthology.orchestra.run.smithi067.stderr:Generating new minimal ceph.conf... 2024-02-08T22:35:21.163 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z -v /var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/mon.smithi067:/var/lib/ceph/mon/ceph-smithi067:z docker.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi067/config 2024-02-08T22:35:22.082 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:21 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[34696]: audit 2024-02-08T22:35:21.764306+0000 mon.smithi067 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.67:0/2812494504' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:35:22.377 INFO:teuthology.orchestra.run.smithi067.stderr:Restarting the monitor... 2024-02-08T22:35:22.377 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl restart ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@mon.smithi067 2024-02-08T22:35:22.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:22 smithi067 systemd[1]: Stopping Ceph mon.smithi067 for 3ff58890-c6d2-11ee-95b6-87774f69a715... 2024-02-08T22:35:22.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:22 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[34696]: debug 2024-02-08T22:35:22.489+0000 7f7032df7700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi067 -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-08T22:35:22.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:22 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[34696]: debug 2024-02-08T22:35:22.489+0000 7f7032df7700 -1 mon.smithi067@0(leader) e1 *** Got Signal Terminated *** 2024-02-08T22:35:23.320 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 podman[35020]: ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067 2024-02-08T22:35:23.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 systemd[1]: ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@mon.smithi067.service: Succeeded. 2024-02-08T22:35:23.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 systemd[1]: Stopped Ceph mon.smithi067 for 3ff58890-c6d2-11ee-95b6-87774f69a715. 2024-02-08T22:35:23.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 systemd[1]: Starting Ceph mon.smithi067 for 3ff58890-c6d2-11ee-95b6-87774f69a715... 2024-02-08T22:35:23.875 INFO:teuthology.orchestra.run.smithi067.stderr:Setting mon public_network to 172.21.0.0/20 2024-02-08T22:35:23.875 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2024-02-08T22:35:24.143 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.812+0000 7f4d43387700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-08T22:35:24.143 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.812+0000 7f4d43387700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-02-08T22:35:24.143 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.812+0000 7f4d43387700 0 pidfile_write: ignore empty --pid-file 2024-02-08T22:35:24.143 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.817+0000 7f4d43387700 0 load: jerasure load: lrc load: isa 2024-02-08T22:35:24.143 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: RocksDB version: 6.8.1 2024-02-08T22:35:24.143 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 2024-02-08T22:35:24.143 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-08T22:35:24.143 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Compile date Jul 8 2021 2024-02-08T22:35:24.144 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: DB SUMMARY 2024-02-08T22:35:24.144 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 2024-02-08T22:35:24.144 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: CURRENT file: CURRENT 2024-02-08T22:35:24.144 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 2024-02-08T22:35:24.144 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: IDENTITY file: IDENTITY 2024-02-08T22:35:24.144 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 2024-02-08T22:35:24.144 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-08T22:35:24.144 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 2024-02-08T22:35:24.144 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi067/store.db dir, Total Num: 1, files: 000004.sst 2024-02-08T22:35:24.144 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 2024-02-08T22:35:24.144 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi067/store.db: 000006.log size: 85663 ; 2024-02-08T22:35:24.144 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 2024-02-08T22:35:24.144 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.error_if_exists: 0 2024-02-08T22:35:24.144 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.create_if_missing: 0 2024-02-08T22:35:24.145 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.paranoid_checks: 1 2024-02-08T22:35:24.145 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.env: 0x55c9c810a1c0 2024-02-08T22:35:24.145 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.fs: Posix File System 2024-02-08T22:35:24.145 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.info_log: 0x55c9c9d31a40 2024-02-08T22:35:24.145 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-08T22:35:24.145 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.statistics: (nil) 2024-02-08T22:35:24.145 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.use_fsync: 0 2024-02-08T22:35:24.145 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.max_log_file_size: 0 2024-02-08T22:35:24.145 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-08T22:35:24.145 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-08T22:35:24.145 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-08T22:35:24.145 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-08T22:35:24.145 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.allow_fallocate: 1 2024-02-08T22:35:24.145 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-08T22:35:24.146 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-08T22:35:24.146 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.use_direct_reads: 0 2024-02-08T22:35:24.146 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-08T22:35:24.146 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-08T22:35:24.146 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.db_log_dir: 2024-02-08T22:35:24.146 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi067/store.db 2024-02-08T22:35:24.146 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-08T22:35:24.146 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.max_subcompactions: 1 2024-02-08T22:35:24.146 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.max_background_flushes: -1 2024-02-08T22:35:24.146 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-08T22:35:24.146 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-08T22:35:24.146 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-08T22:35:24.146 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-08T22:35:24.146 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-08T22:35:24.146 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-08T22:35:24.147 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-08T22:35:24.147 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.write_buffer_manager: 0x55c9ca9a8030 2024-02-08T22:35:24.147 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-08T22:35:24.147 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-08T22:35:24.147 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-08T22:35:24.147 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-08T22:35:24.147 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-08T22:35:24.147 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-08T22:35:24.147 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-08T22:35:24.147 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-08T22:35:24.147 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-08T22:35:24.147 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.unordered_write: 0 2024-02-08T22:35:24.147 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-08T22:35:24.147 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-08T22:35:24.147 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-08T22:35:24.148 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-08T22:35:24.148 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.row_cache: None 2024-02-08T22:35:24.148 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.wal_filter: None 2024-02-08T22:35:24.148 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-08T22:35:24.148 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-08T22:35:24.148 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.preserve_deletes: 0 2024-02-08T22:35:24.148 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.two_write_queues: 0 2024-02-08T22:35:24.148 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-08T22:35:24.148 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.atomic_flush: 0 2024-02-08T22:35:24.148 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-08T22:35:24.148 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-08T22:35:24.148 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-08T22:35:24.148 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.log_readahead_size: 0 2024-02-08T22:35:24.148 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-08T22:35:24.149 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.max_background_jobs: 2 2024-02-08T22:35:24.149 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.max_background_compactions: -1 2024-02-08T22:35:24.149 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-08T22:35:24.149 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-08T22:35:24.149 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-08T22:35:24.149 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-08T22:35:24.149 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-08T22:35:24.149 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-08T22:35:24.149 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-08T22:35:24.149 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-08T22:35:24.149 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.max_open_files: -1 2024-02-08T22:35:24.149 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-08T22:35:24.149 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-08T22:35:24.149 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-08T22:35:24.150 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-08T22:35:24.150 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Compression algorithms supported: 2024-02-08T22:35:24.150 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-08T22:35:24.150 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: kZSTD supported: 0 2024-02-08T22:35:24.150 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: kXpressCompression supported: 0 2024-02-08T22:35:24.150 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-08T22:35:24.150 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: kLZ4Compression supported: 1 2024-02-08T22:35:24.150 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: kBZip2Compression supported: 0 2024-02-08T22:35:24.150 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: kZlibCompression supported: 1 2024-02-08T22:35:24.150 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: kSnappyCompression supported: 1 2024-02-08T22:35:24.150 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-08T22:35:24.152 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi067/store.db/MANIFEST-000005 2024-02-08T22:35:24.152 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 2024-02-08T22:35:24.152 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-08T22:35:24.152 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 2024-02-08T22:35:24.152 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-08T22:35:24.152 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.merge_operator: 2024-02-08T22:35:24.152 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.compaction_filter: None 2024-02-08T22:35:24.152 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-08T22:35:24.152 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-08T22:35:24.152 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-08T22:35:24.152 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c9c9c4a170) 2024-02-08T22:35:24.152 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cache_index_and_filter_blocks: 1 2024-02-08T22:35:24.152 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-08T22:35:24.153 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-08T22:35:24.153 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: pin_top_level_index_and_filter: 1 2024-02-08T22:35:24.153 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: index_type: 0 2024-02-08T22:35:24.153 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: data_block_index_type: 0 2024-02-08T22:35:24.153 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: index_shortening: 1 2024-02-08T22:35:24.153 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: data_block_hash_table_util_ratio: 0.750000 2024-02-08T22:35:24.153 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: hash_index_allow_collision: 1 2024-02-08T22:35:24.153 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: checksum: 1 2024-02-08T22:35:24.153 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: no_block_cache: 0 2024-02-08T22:35:24.153 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: block_cache: 0x55c9c9c80f10 2024-02-08T22:35:24.153 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: block_cache_name: BinnedLRUCache 2024-02-08T22:35:24.153 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: block_cache_options: 2024-02-08T22:35:24.153 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: capacity : 536870912 2024-02-08T22:35:24.153 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: num_shard_bits : 4 2024-02-08T22:35:24.154 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: strict_capacity_limit : 0 2024-02-08T22:35:24.154 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: high_pri_pool_ratio: 0.000 2024-02-08T22:35:24.154 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: block_cache_compressed: (nil) 2024-02-08T22:35:24.154 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: persistent_cache: (nil) 2024-02-08T22:35:24.154 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: block_size: 4096 2024-02-08T22:35:24.154 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: block_size_deviation: 10 2024-02-08T22:35:24.154 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: block_restart_interval: 16 2024-02-08T22:35:24.154 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: index_block_restart_interval: 1 2024-02-08T22:35:24.154 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: metadata_block_size: 4096 2024-02-08T22:35:24.154 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: partition_filters: 0 2024-02-08T22:35:24.154 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: use_delta_encoding: 1 2024-02-08T22:35:24.154 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-08T22:35:24.154 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: whole_key_filtering: 1 2024-02-08T22:35:24.154 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: verify_compression: 0 2024-02-08T22:35:24.154 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: read_amp_bytes_per_bit: 0 2024-02-08T22:35:24.155 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: format_version: 2 2024-02-08T22:35:24.155 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: enable_index_compression: 1 2024-02-08T22:35:24.155 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: block_align: 0 2024-02-08T22:35:24.155 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 2024-02-08T22:35:24.155 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-08T22:35:24.155 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-08T22:35:24.155 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.compression: NoCompression 2024-02-08T22:35:24.155 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-08T22:35:24.155 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-08T22:35:24.155 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-08T22:35:24.155 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.num_levels: 7 2024-02-08T22:35:24.155 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-08T22:35:24.155 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-08T22:35:24.155 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-08T22:35:24.156 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-08T22:35:24.156 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-08T22:35:24.156 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-08T22:35:24.156 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-08T22:35:24.156 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-08T22:35:24.156 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-08T22:35:24.156 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-08T22:35:24.156 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-08T22:35:24.156 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-08T22:35:24.156 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-08T22:35:24.156 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-08T22:35:24.156 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-08T22:35:24.156 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-08T22:35:24.157 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-08T22:35:24.157 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-08T22:35:24.157 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-08T22:35:24.157 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-08T22:35:24.157 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-08T22:35:24.157 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-08T22:35:24.157 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-08T22:35:24.157 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-08T22:35:24.157 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-08T22:35:24.157 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-08T22:35:24.157 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-08T22:35:24.157 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-08T22:35:24.157 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-08T22:35:24.157 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-08T22:35:24.157 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-08T22:35:24.158 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-08T22:35:24.158 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-08T22:35:24.158 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-08T22:35:24.158 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-08T22:35:24.158 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-08T22:35:24.158 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-08T22:35:24.158 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-08T22:35:24.158 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-08T22:35:24.158 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-08T22:35:24.158 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-08T22:35:24.158 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-08T22:35:24.158 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-08T22:35:24.158 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-08T22:35:24.158 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-08T22:35:24.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-08T22:35:24.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-08T22:35:24.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.table_properties_collectors: 2024-02-08T22:35:24.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.inplace_update_support: 0 2024-02-08T22:35:24.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-08T22:35:24.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-08T22:35:24.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-08T22:35:24.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-08T22:35:24.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.bloom_locality: 0 2024-02-08T22:35:24.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.max_successive_merges: 0 2024-02-08T22:35:24.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-08T22:35:24.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-08T22:35:24.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-08T22:35:24.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-08T22:35:24.160 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.ttl: 2592000 2024-02-08T22:35:24.160 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.818+0000 7f4d43387700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-08T22:35:24.160 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.819+0000 7f4d43387700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi067/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-08T22:35:24.160 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 2024-02-08T22:35:24.160 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.819+0000 7f4d43387700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-08T22:35:24.160 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 2024-02-08T22:35:24.160 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.819+0000 7f4d43387700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707431723820146, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-08T22:35:24.160 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.819+0000 7f4d43387700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-08T22:35:24.160 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.820+0000 7f4d43387700 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-08T22:35:24.160 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.820+0000 7f4d43387700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707431723821059, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 82456, "table_properties": {"data_size": 80726, "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": 75315, "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": 1707431723, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-08T22:35:24.160 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.820+0000 7f4d43387700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-08T22:35:24.160 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 2024-02-08T22:35:24.160 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.820+0000 7f4d43387700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707431723821491, "job": 1, "event": "recovery_finished"} 2024-02-08T22:35:24.160 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.821+0000 7f4d43387700 4 rocksdb: DB pointer 0x55c9c9d45800 2024-02-08T22:35:24.161 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.821+0000 7f4d2a18f700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-08T22:35:24.161 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.821+0000 7f4d2a18f700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-08T22:35:24.161 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: ** DB Stats ** 2024-02-08T22:35:24.161 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-08T22:35:24.161 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 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-08T22:35:24.161 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-08T22:35:24.161 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-08T22:35:24.161 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 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-08T22:35:24.161 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-08T22:35:24.161 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-08T22:35:24.161 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 2024-02-08T22:35:24.161 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: ** Compaction Stats [default] ** 2024-02-08T22:35:24.161 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 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-08T22:35:24.161 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-08T22:35:24.161 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: L0 2/0 82.22 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2024-02-08T22:35:24.162 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Sum 2/0 82.22 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2024-02-08T22:35:24.162 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2024-02-08T22:35:24.162 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 2024-02-08T22:35:24.162 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: ** Compaction Stats [default] ** 2024-02-08T22:35:24.162 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 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-08T22:35:24.162 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-08T22:35:24.162 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2024-02-08T22:35:24.162 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-08T22:35:24.162 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-08T22:35:24.162 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-08T22:35:24.162 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: AddFile(Total Files): cumulative 0, interval 0 2024-02-08T22:35:24.162 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-08T22:35:24.162 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: AddFile(Keys): cumulative 0, interval 0 2024-02-08T22:35:24.162 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Cumulative compaction: 0.00 GB write, 24.78 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-08T22:35:24.163 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Interval compaction: 0.00 GB write, 24.78 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-08T22:35:24.163 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 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-08T22:35:24.163 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 2024-02-08T22:35:24.163 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: ** File Read Latency Histogram By Level [default] ** 2024-02-08T22:35:24.163 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 2024-02-08T22:35:24.163 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: ** Compaction Stats [default] ** 2024-02-08T22:35:24.163 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 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-08T22:35:24.163 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-08T22:35:24.163 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: L0 2/0 82.22 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2024-02-08T22:35:24.163 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Sum 2/0 82.22 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2024-02-08T22:35:24.163 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 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-08T22:35:24.163 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 2024-02-08T22:35:24.164 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: ** Compaction Stats [default] ** 2024-02-08T22:35:24.164 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 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-08T22:35:24.164 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-08T22:35:24.164 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2024-02-08T22:35:24.164 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-08T22:35:24.164 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-08T22:35:24.164 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-08T22:35:24.164 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: AddFile(Total Files): cumulative 0, interval 0 2024-02-08T22:35:24.164 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-08T22:35:24.164 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: AddFile(Keys): cumulative 0, interval 0 2024-02-08T22:35:24.164 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Cumulative compaction: 0.00 GB write, 24.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-08T22:35:24.164 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 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-08T22:35:24.164 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 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-08T22:35:24.164 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 2024-02-08T22:35:24.165 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: ** File Read Latency Histogram By Level [default] ** 2024-02-08T22:35:24.165 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 2024-02-08T22:35:24.165 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.822+0000 7f4d43387700 0 starting mon.smithi067 rank 0 at public addrs [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] at bind addrs [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi067 fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 2024-02-08T22:35:24.165 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.823+0000 7f4d43387700 1 mon.smithi067@-1(???) e1 preinit fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 2024-02-08T22:35:24.165 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.823+0000 7f4d43387700 0 mon.smithi067@-1(???).mds e1 new map 2024-02-08T22:35:24.165 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.823+0000 7f4d43387700 0 mon.smithi067@-1(???).mds e1 print_map 2024-02-08T22:35:24.165 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: e1 2024-02-08T22:35:24.165 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-08T22:35:24.165 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 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-08T22:35:24.165 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: legacy client fscid: -1 2024-02-08T22:35:24.165 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 2024-02-08T22:35:24.165 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: No filesystems configured 2024-02-08T22:35:24.165 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 2024-02-08T22:35:24.165 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.823+0000 7f4d43387700 0 mon.smithi067@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-08T22:35:24.165 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.823+0000 7f4d43387700 0 mon.smithi067@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-08T22:35:24.166 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.823+0000 7f4d43387700 0 mon.smithi067@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-08T22:35:24.166 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.823+0000 7f4d43387700 0 mon.smithi067@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-08T22:35:24.166 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:21.764306+0000 mon.smithi067 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.67:0/2812494504' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:35:24.166 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:35:23.823+0000 7f4d43387700 1 mon.smithi067@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-08T22:35:24.166 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 bash[35092]: 06d2348ff326cfc946f5a8c8b91f610732c3f5c8552a265306a0ec19c4efa60b 2024-02-08T22:35:24.166 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 systemd[1]: Started Ceph mon.smithi067 for 3ff58890-c6d2-11ee-95b6-87774f69a715. 2024-02-08T22:35:24.166 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:35:23.839246+0000 mon.smithi067 (mon.0) 1 : cluster [INF] mon.smithi067 is new leader, mons smithi067 in quorum (ranks 0) 2024-02-08T22:35:24.166 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:35:23.839289+0000 mon.smithi067 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi067=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0]} 2024-02-08T22:35:24.166 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:35:23.839325+0000 mon.smithi067 (mon.0) 3 : cluster [DBG] fsmap 2024-02-08T22:35:24.166 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:35:23.839352+0000 mon.smithi067 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-08T22:35:24.166 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:35:23.839720+0000 mon.smithi067 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-08T22:35:25.164 INFO:teuthology.orchestra.run.smithi067.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-08T22:35:25.164 INFO:teuthology.orchestra.run.smithi067.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-08T22:35:25.164 INFO:teuthology.orchestra.run.smithi067.stderr:Creating mgr... 2024-02-08T22:35:25.164 INFO:teuthology.orchestra.run.smithi067.stderr:Verifying port 9283 ... 2024-02-08T22:35:25.166 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl daemon-reload 2024-02-08T22:35:25.267 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl stop ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@mgr.smithi067.vjzxmm 2024-02-08T22:35:25.294 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl reset-failed ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@mgr.smithi067.vjzxmm 2024-02-08T22:35:25.299 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Failed to reset failed state of unit ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@mgr.smithi067.vjzxmm.service: Unit ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@mgr.smithi067.vjzxmm.service not loaded. 2024-02-08T22:35:25.299 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl enable ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@mgr.smithi067.vjzxmm 2024-02-08T22:35:25.305 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Created symlink /etc/systemd/system/ceph-3ff58890-c6d2-11ee-95b6-87774f69a715.target.wants/ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@mgr.smithi067.vjzxmm.service → /etc/systemd/system/ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@.service. 2024-02-08T22:35:25.389 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl start ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@mgr.smithi067.vjzxmm 2024-02-08T22:35:25.909 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:25 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:24.561575+0000 mon.smithi067 (mon.0) 6 : audit [INF] from='client.? 172.21.15.67:0/2301282015' entity='client.admin' 2024-02-08T22:35:26.009 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-08T22:35:26.018 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: disabled 2024-02-08T22:35:26.018 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-active firewalld.service 2024-02-08T22:35:26.025 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: inactive 2024-02-08T22:35:26.026 INFO:teuthology.orchestra.run.smithi067.stderr:firewalld.service is not enabled 2024-02-08T22:35:26.026 INFO:teuthology.orchestra.run.smithi067.stderr:Not possible to enable service . firewalld.service is not available 2024-02-08T22:35:26.026 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-08T22:35:26.034 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: disabled 2024-02-08T22:35:26.034 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-active firewalld.service 2024-02-08T22:35:26.041 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: inactive 2024-02-08T22:35:26.042 INFO:teuthology.orchestra.run.smithi067.stderr:firewalld.service is not enabled 2024-02-08T22:35:26.043 INFO:teuthology.orchestra.run.smithi067.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-08T22:35:26.043 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for mgr to start... 2024-02-08T22:35:26.043 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for mgr... 2024-02-08T22:35:26.043 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-08T22:35:26.700 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2024-02-08T22:35:26.700 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: { 2024-02-08T22:35:26.701 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "fsid": "3ff58890-c6d2-11ee-95b6-87774f69a715", 2024-02-08T22:35:26.701 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "health": { 2024-02-08T22:35:26.701 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-08T22:35:26.701 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "checks": {}, 2024-02-08T22:35:26.701 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mutes": [] 2024-02-08T22:35:26.701 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2024-02-08T22:35:26.701 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-08T22:35:26.701 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum": [ 2024-02-08T22:35:26.701 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 0 2024-02-08T22:35:26.701 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2024-02-08T22:35:26.701 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-08T22:35:26.701 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "smithi067" 2024-02-08T22:35:26.701 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2024-02-08T22:35:26.701 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-02-08T22:35:26.702 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "monmap": { 2024-02-08T22:35:26.702 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-08T22:35:26.702 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-08T22:35:26.702 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-08T22:35:26.702 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2024-02-08T22:35:26.702 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osdmap": { 2024-02-08T22:35:26.702 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-08T22:35:26.702 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-08T22:35:26.702 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-08T22:35:26.702 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-08T22:35:26.702 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-08T22:35:26.702 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-08T22:35:26.702 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-08T22:35:26.702 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2024-02-08T22:35:26.702 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "pgmap": { 2024-02-08T22:35:26.703 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-08T22:35:26.703 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-08T22:35:26.703 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-08T22:35:26.703 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-08T22:35:26.703 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-08T22:35:26.703 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-08T22:35:26.703 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-08T22:35:26.703 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-08T22:35:26.703 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2024-02-08T22:35:26.703 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "fsmap": { 2024-02-08T22:35:26.703 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-08T22:35:26.703 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-08T22:35:26.703 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-08T22:35:26.703 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2024-02-08T22:35:26.704 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-08T22:35:26.704 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "available": false, 2024-02-08T22:35:26.704 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-08T22:35:26.704 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "modules": [ 2024-02-08T22:35:26.704 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "iostat", 2024-02-08T22:35:26.704 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "nfs", 2024-02-08T22:35:26.704 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "restful" 2024-02-08T22:35:26.704 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2024-02-08T22:35:26.704 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "services": {} 2024-02-08T22:35:26.704 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2024-02-08T22:35:26.704 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "servicemap": { 2024-02-08T22:35:26.704 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-08T22:35:26.704 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "modified": "2024-02-08T22:35:18.557966+0000", 2024-02-08T22:35:26.704 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "services": {} 2024-02-08T22:35:26.704 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2024-02-08T22:35:26.705 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-08T22:35:26.705 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: } 2024-02-08T22:35:27.084 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:26.691626+0000 mon.smithi067 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.67:0/206861197' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-08T22:35:27.347 INFO:teuthology.orchestra.run.smithi067.stderr:mgr not available, waiting (1/15)... 2024-02-08T22:35:29.350 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-08T22:35:29.953 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2024-02-08T22:35:29.953 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: { 2024-02-08T22:35:29.953 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "fsid": "3ff58890-c6d2-11ee-95b6-87774f69a715", 2024-02-08T22:35:29.953 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "health": { 2024-02-08T22:35:29.953 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-08T22:35:29.953 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "checks": {}, 2024-02-08T22:35:29.953 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mutes": [] 2024-02-08T22:35:29.953 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2024-02-08T22:35:29.953 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-08T22:35:29.954 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum": [ 2024-02-08T22:35:29.954 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 0 2024-02-08T22:35:29.954 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2024-02-08T22:35:29.954 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-08T22:35:29.954 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "smithi067" 2024-02-08T22:35:29.954 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2024-02-08T22:35:29.954 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-02-08T22:35:29.954 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "monmap": { 2024-02-08T22:35:29.954 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-08T22:35:29.954 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-08T22:35:29.954 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-08T22:35:29.954 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2024-02-08T22:35:29.954 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osdmap": { 2024-02-08T22:35:29.954 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-08T22:35:29.954 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-08T22:35:29.955 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-08T22:35:29.955 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-08T22:35:29.955 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-08T22:35:29.958 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-08T22:35:29.958 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-08T22:35:29.958 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2024-02-08T22:35:29.958 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "pgmap": { 2024-02-08T22:35:29.958 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-08T22:35:29.958 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-08T22:35:29.958 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-08T22:35:29.958 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-08T22:35:29.958 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-08T22:35:29.959 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-08T22:35:29.959 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-08T22:35:29.959 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-08T22:35:29.959 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2024-02-08T22:35:29.959 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "fsmap": { 2024-02-08T22:35:29.959 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-08T22:35:29.959 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-08T22:35:29.959 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-08T22:35:29.959 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2024-02-08T22:35:29.959 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-08T22:35:29.959 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "available": false, 2024-02-08T22:35:29.959 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-08T22:35:29.959 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "modules": [ 2024-02-08T22:35:29.959 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "iostat", 2024-02-08T22:35:29.959 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "nfs", 2024-02-08T22:35:29.959 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "restful" 2024-02-08T22:35:29.960 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2024-02-08T22:35:29.960 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "services": {} 2024-02-08T22:35:29.960 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2024-02-08T22:35:29.960 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "servicemap": { 2024-02-08T22:35:29.960 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-08T22:35:29.960 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "modified": "2024-02-08T22:35:18.557966+0000", 2024-02-08T22:35:29.960 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "services": {} 2024-02-08T22:35:29.960 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2024-02-08T22:35:29.960 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-08T22:35:29.960 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: } 2024-02-08T22:35:30.401 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:29 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:29.948236+0000 mon.smithi067 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.67:0/3871197753' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-08T22:35:30.687 INFO:teuthology.orchestra.run.smithi067.stderr:mgr not available, waiting (2/15)... 2024-02-08T22:35:31.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:31 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:35:31.240462+0000 mon.smithi067 (mon.0) 9 : cluster [INF] Activating manager daemon smithi067.vjzxmm 2024-02-08T22:35:31.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:31 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:35:31.242974+0000 mon.smithi067 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi067.vjzxmm(active, starting, since 0.00261477s) 2024-02-08T22:35:31.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:31 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:31.243838+0000 mon.smithi067 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.67:0/735076755' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-08T22:35:31.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:31 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:31.244037+0000 mon.smithi067 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.67:0/735076755' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-08T22:35:31.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:31 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:31.244198+0000 mon.smithi067 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.67:0/735076755' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-08T22:35:31.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:31 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:31.244387+0000 mon.smithi067 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.67:0/735076755' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-02-08T22:35:31.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:31 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:31.244925+0000 mon.smithi067 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.67:0/735076755' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "mgr metadata", "who": "smithi067.vjzxmm", "id": "smithi067.vjzxmm"}]: dispatch 2024-02-08T22:35:31.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:31 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:35:31.246707+0000 mon.smithi067 (mon.0) 16 : cluster [INF] Manager daemon smithi067.vjzxmm is now available 2024-02-08T22:35:31.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:31 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:31.257327+0000 mon.smithi067 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.67:0/735076755' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:35:31.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:31 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:31.260889+0000 mon.smithi067 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.67:0/735076755' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/mirror_snapshot_schedule"}]: dispatch 2024-02-08T22:35:31.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:31 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:31.262085+0000 mon.smithi067 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.67:0/735076755' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/trash_purge_schedule"}]: dispatch 2024-02-08T22:35:31.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:31 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:31.269075+0000 mon.smithi067 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.67:0/735076755' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:35:31.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:31 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:31.273383+0000 mon.smithi067 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.67:0/735076755' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:35:32.689 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-08T22:35:33.480 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2024-02-08T22:35:33.480 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: { 2024-02-08T22:35:33.480 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "fsid": "3ff58890-c6d2-11ee-95b6-87774f69a715", 2024-02-08T22:35:33.480 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "health": { 2024-02-08T22:35:33.480 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-08T22:35:33.480 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "checks": {}, 2024-02-08T22:35:33.480 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mutes": [] 2024-02-08T22:35:33.480 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2024-02-08T22:35:33.480 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-08T22:35:33.481 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum": [ 2024-02-08T22:35:33.481 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 0 2024-02-08T22:35:33.481 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2024-02-08T22:35:33.481 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-08T22:35:33.481 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "smithi067" 2024-02-08T22:35:33.481 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2024-02-08T22:35:33.481 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum_age": 9, 2024-02-08T22:35:33.481 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "monmap": { 2024-02-08T22:35:33.481 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-08T22:35:33.481 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-08T22:35:33.481 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-08T22:35:33.481 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2024-02-08T22:35:33.481 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osdmap": { 2024-02-08T22:35:33.481 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-08T22:35:33.482 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-08T22:35:33.482 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-08T22:35:33.482 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-08T22:35:33.482 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-08T22:35:33.482 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-08T22:35:33.482 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-08T22:35:33.482 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2024-02-08T22:35:33.482 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "pgmap": { 2024-02-08T22:35:33.482 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-08T22:35:33.482 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-08T22:35:33.483 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-08T22:35:33.483 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-08T22:35:33.483 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-08T22:35:33.483 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-08T22:35:33.483 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-08T22:35:33.483 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-08T22:35:33.483 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2024-02-08T22:35:33.483 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "fsmap": { 2024-02-08T22:35:33.483 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-08T22:35:33.483 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-08T22:35:33.483 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-08T22:35:33.483 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2024-02-08T22:35:33.483 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-08T22:35:33.483 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "available": true, 2024-02-08T22:35:33.484 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-08T22:35:33.484 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "modules": [ 2024-02-08T22:35:33.484 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "iostat", 2024-02-08T22:35:33.484 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "nfs", 2024-02-08T22:35:33.484 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "restful" 2024-02-08T22:35:33.484 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2024-02-08T22:35:33.484 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "services": {} 2024-02-08T22:35:33.484 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2024-02-08T22:35:33.484 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "servicemap": { 2024-02-08T22:35:33.484 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-08T22:35:33.484 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "modified": "2024-02-08T22:35:18.557966+0000", 2024-02-08T22:35:33.484 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "services": {} 2024-02-08T22:35:33.484 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2024-02-08T22:35:33.484 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-08T22:35:33.484 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: } 2024-02-08T22:35:33.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:33 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:35:32.245873+0000 mon.smithi067 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi067.vjzxmm(active, since 1.00551s) 2024-02-08T22:35:34.143 INFO:teuthology.orchestra.run.smithi067.stderr:mgr is available 2024-02-08T22:35:34.143 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z -v /tmp/tmptsjwgqjo:/var/lib/ceph/user.conf:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2024-02-08T22:35:34.398 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:34 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:33.472267+0000 mon.smithi067 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.67:0/458409556' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-08T22:35:34.931 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2024-02-08T22:35:34.931 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: [global] 2024-02-08T22:35:34.932 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: fsid = 3ff58890-c6d2-11ee-95b6-87774f69a715 2024-02-08T22:35:34.932 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-08T22:35:34.932 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-08T22:35:34.932 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-08T22:35:34.932 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-08T22:35:34.932 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2024-02-08T22:35:34.932 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: [mgr] 2024-02-08T22:35:34.932 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-08T22:35:34.932 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2024-02-08T22:35:34.932 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: [osd] 2024-02-08T22:35:34.932 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-08T22:35:34.932 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-08T22:35:35.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:35 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:35:34.246032+0000 mon.smithi067 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi067.vjzxmm(active, since 3s) 2024-02-08T22:35:35.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:35 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:34.927934+0000 mon.smithi067 (mon.0) 25 : audit [INF] from='client.? 172.21.15.67:0/1974776089' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-08T22:35:36.035 INFO:teuthology.orchestra.run.smithi067.stderr:Enabling cephadm module... 2024-02-08T22:35:36.035 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2024-02-08T22:35:40.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:39 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:39.426705+0000 mon.smithi067 (mon.0) 26 : audit [INF] from='client.? 172.21.15.67:0/2876972374' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-08T22:35:41.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:40 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:39.834447+0000 mon.smithi067 (mon.0) 27 : audit [INF] from='client.? 172.21.15.67:0/2876972374' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-08T22:35:41.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:40 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:35:39.834534+0000 mon.smithi067 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi067.vjzxmm(active, since 8s) 2024-02-08T22:35:43.781 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-02-08T22:35:45.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:45 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:35:45.226316+0000 mon.smithi067 (mon.0) 29 : cluster [INF] Active manager daemon smithi067.vjzxmm restarted 2024-02-08T22:35:45.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:45 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:35:45.226714+0000 mon.smithi067 (mon.0) 30 : cluster [INF] Activating manager daemon smithi067.vjzxmm 2024-02-08T22:35:45.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:45 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:35:45.228403+0000 mon.smithi067 (mon.0) 31 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-08T22:35:46.546 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:46 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:35:45.280105+0000 mon.smithi067 (mon.0) 32 : cluster [DBG] mgrmap e6: smithi067.vjzxmm(active, starting, since 0.0534783s) 2024-02-08T22:35:46.546 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:46 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:45.282451+0000 mon.smithi067 (mon.0) 33 : audit [DBG] from='mgr.14116 172.21.15.67:0/467813586' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-02-08T22:35:46.546 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:46 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:45.283289+0000 mon.smithi067 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.67:0/467813586' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "mgr metadata", "who": "smithi067.vjzxmm", "id": "smithi067.vjzxmm"}]: dispatch 2024-02-08T22:35:46.546 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:46 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:45.283928+0000 mon.smithi067 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.67:0/467813586' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-08T22:35:46.546 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:46 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:45.284140+0000 mon.smithi067 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.67:0/467813586' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-08T22:35:46.546 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:46 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:45.284340+0000 mon.smithi067 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.67:0/467813586' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-08T22:35:46.546 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:46 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:35:45.298944+0000 mon.smithi067 (mon.0) 38 : cluster [INF] Manager daemon smithi067.vjzxmm is now available 2024-02-08T22:35:46.547 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:46 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:45.312284+0000 mon.smithi067 (mon.0) 39 : audit [INF] from='mgr.14116 172.21.15.67:0/467813586' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:35:46.547 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:46 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:45.315016+0000 mon.smithi067 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.67:0/467813586' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:35:46.547 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:46 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:45.317471+0000 mon.smithi067 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.67:0/467813586' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:35:46.547 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:46 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:45.415024+0000 mon.smithi067 (mon.0) 42 : audit [INF] from='mgr.14116 172.21.15.67:0/467813586' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:35:46.547 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:46 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:45.415741+0000 mon.smithi067 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.67:0/467813586' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:35:46.547 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:46 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:45.417476+0000 mon.smithi067 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.67:0/467813586' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:35:46.547 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:46 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:45.422172+0000 mon.smithi067 (mon.0) 45 : audit [DBG] from='mgr.14116 172.21.15.67:0/467813586' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:35:46.547 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:46 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:45.429778+0000 mon.smithi067 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.67:0/467813586' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/mirror_snapshot_schedule"}]: dispatch 2024-02-08T22:35:46.547 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:46 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:45.430940+0000 mon.smithi067 (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.67:0/467813586' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/trash_purge_schedule"}]: dispatch 2024-02-08T22:35:47.052 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: { 2024-02-08T22:35:47.052 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 7, 2024-02-08T22:35:47.052 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "available": true, 2024-02-08T22:35:47.052 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "active_name": "smithi067.vjzxmm", 2024-02-08T22:35:47.052 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-08T22:35:47.052 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: } 2024-02-08T22:35:47.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:47 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:35:46.286865+0000 mon.smithi067 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi067.vjzxmm(active, since 1.06023s) 2024-02-08T22:35:47.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:47 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:46.516362+0000 mon.smithi067 (mon.0) 49 : audit [DBG] from='client.? 172.21.15.67:0/995139562' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-08T22:35:48.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:48 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:35:47.289451+0000 mon.smithi067 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi067.vjzxmm(active, since 2s) 2024-02-08T22:35:49.679 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for the mgr to restart... 2024-02-08T22:35:49.679 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for mgr epoch 7... 2024-02-08T22:35:49.679 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-02-08T22:35:50.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: { 2024-02-08T22:35:50.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mgrmap_epoch": 8, 2024-02-08T22:35:50.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "initialized": true 2024-02-08T22:35:50.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: } 2024-02-08T22:35:50.966 INFO:teuthology.orchestra.run.smithi067.stderr:mgr epoch 7 is available 2024-02-08T22:35:50.966 INFO:teuthology.orchestra.run.smithi067.stderr:Setting orchestrator backend to cephadm... 2024-02-08T22:35:50.966 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch set backend cephadm 2024-02-08T22:35:51.189 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:50 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:50.301006+0000 mgr.smithi067.vjzxmm (mgr.14116) 1 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-08T22:35:51.189 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:50 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:50.306885+0000 mgr.smithi067.vjzxmm (mgr.14116) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-08T22:35:52.322 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm set-user root 2024-02-08T22:35:53.012 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: value unchanged 2024-02-08T22:35:53.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:52 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:51.692873+0000 mgr.smithi067.vjzxmm (mgr.14116) 3 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T22:35:53.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:52 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:51.696619+0000 mon.smithi067 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.67:0/467813586' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:35:53.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:52 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:51.699857+0000 mon.smithi067 (mon.0) 52 : audit [DBG] from='mgr.14116 172.21.15.67:0/467813586' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:35:53.687 INFO:teuthology.orchestra.run.smithi067.stderr:Generating ssh key... 2024-02-08T22:35:53.687 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm generate-key 2024-02-08T22:35:55.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:54 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:53.010297+0000 mgr.smithi067.vjzxmm (mgr.14116) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T22:35:55.543 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2024-02-08T22:35:56.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:55 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cephadm 2024-02-08T22:35:54.376790+0000 mgr.smithi067.vjzxmm (mgr.14116) 6 : cephadm [INF] Generating ssh key... 2024-02-08T22:35:56.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:55 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:54.904911+0000 mon.smithi067 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.67:0/467813586' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:35:56.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:55 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:54.906714+0000 mon.smithi067 (mon.0) 54 : audit [INF] from='mgr.14116 172.21.15.67:0/467813586' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:35:56.235 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+lY6GIiHze87VyAv9cCCXdrxFwBJ6sC6J3yFNPxmQFHaEGXbCmFPOA0f17TSyTb9wY2iN264I2N8grsf8u0du0C/mU32nsxFnBLgTx7xn0vXRBDhXnEPblAbqIyvLwsnHRXs3xNahchDCIdGbREWj9nI7tWM1JQFIwsqa/tQfct6X9d0MENpiWAIdTibZEgzD0AVmWP+KPNR77/Y0jpP6et0d7Vtw+Ua2tboKn8n0pJOgFrSv6TYVa7EulDYZOi4NqHmoAOUrUXku3nBPc91wb99xXKV8I848/cZTecgaz/HDcIT3bA4IcOj9obHVIEkhIDLtHUQb0dDRlFo4jZpkGQ4pQ6OgPdEMHC3RwwPXKVJgxeYTd7YbUK+d5shGE7laI5wuwUjypxebaAHhjzbIz810N1jOdAIWUBy9eUKNdEqtp+OfLSz5aiLoaSKjL0OT0nqxupbEsr5ugio18o6b3kMhNlnBc/0V7VkSx5I4TaUy/TVyNSMocrj3dZ2hH/M= ceph-3ff58890-c6d2-11ee-95b6-87774f69a715 2024-02-08T22:35:56.891 INFO:teuthology.orchestra.run.smithi067.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-08T22:35:56.891 INFO:teuthology.orchestra.run.smithi067.stderr:Adding key to root@localhost authorized_keys... 2024-02-08T22:35:56.891 INFO:teuthology.orchestra.run.smithi067.stderr:Adding host smithi067... 2024-02-08T22:35:56.892 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch host add smithi067 172.21.15.67 2024-02-08T22:35:57.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:56 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:56.233469+0000 mgr.smithi067.vjzxmm (mgr.14116) 7 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T22:35:58.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: Added host 'smithi067' with addr '172.21.15.67' 2024-02-08T22:35:58.243 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:57 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:57.618048+0000 mgr.smithi067.vjzxmm (mgr.14116) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi067", "addr": "172.21.15.67", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T22:35:58.872 INFO:teuthology.orchestra.run.smithi067.stderr:Deploying mon service with default placement... 2024-02-08T22:35:58.872 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mon 2024-02-08T22:35:59.601 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-08T22:35:59.622 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:58.214995+0000 mon.smithi067 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.67:0/467813586' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:35:59.623 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cephadm 2024-02-08T22:35:58.215272+0000 mgr.smithi067.vjzxmm (mgr.14116) 9 : cephadm [INF] Added host smithi067 2024-02-08T22:35:59.623 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:35:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:58.215546+0000 mon.smithi067 (mon.0) 56 : audit [DBG] from='mgr.14116 172.21.15.67:0/467813586' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:36:00.246 INFO:teuthology.orchestra.run.smithi067.stderr:Deploying mgr service with default placement... 2024-02-08T22:36:00.246 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mgr 2024-02-08T22:36:00.909 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:00 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:59.595743+0000 mgr.smithi067.vjzxmm (mgr.14116) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T22:36:00.909 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:00 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cephadm 2024-02-08T22:35:59.596503+0000 mgr.smithi067.vjzxmm (mgr.14116) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-08T22:36:00.909 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:00 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:35:59.598864+0000 mon.smithi067 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.67:0/467813586' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:36:00.975 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-08T22:36:01.651 INFO:teuthology.orchestra.run.smithi067.stderr:Deploying crash service with default placement... 2024-02-08T22:36:01.652 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply crash 2024-02-08T22:36:02.396 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-08T22:36:02.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:01 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:00.970261+0000 mgr.smithi067.vjzxmm (mgr.14116) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T22:36:02.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:01 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cephadm 2024-02-08T22:36:00.970810+0000 mgr.smithi067.vjzxmm (mgr.14116) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-08T22:36:02.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:01 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:00.973058+0000 mon.smithi067 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.67:0/467813586' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:36:03.057 INFO:teuthology.orchestra.run.smithi067.stderr:Enabling mgr prometheus module... 2024-02-08T22:36:03.057 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2024-02-08T22:36:03.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:03 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:02.391576+0000 mgr.smithi067.vjzxmm (mgr.14116) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T22:36:03.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:03 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cephadm 2024-02-08T22:36:02.392216+0000 mgr.smithi067.vjzxmm (mgr.14116) 15 : cephadm [INF] Saving service crash spec with placement * 2024-02-08T22:36:03.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:03 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:02.394338+0000 mon.smithi067 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.67:0/467813586' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:36:05.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:04 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:03.834759+0000 mon.smithi067 (mon.0) 60 : audit [INF] from='client.? 172.21.15.67:0/2473401781' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-08T22:36:05.727 INFO:teuthology.orchestra.run.smithi067.stderr:Deploying prometheus service with default placement... 2024-02-08T22:36:05.727 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply prometheus 2024-02-08T22:36:06.001 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:05 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:04.839235+0000 mon.smithi067 (mon.0) 61 : audit [INF] from='client.? 172.21.15.67:0/2473401781' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-08T22:36:06.001 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:05 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:36:04.839318+0000 mon.smithi067 (mon.0) 62 : cluster [DBG] mgrmap e9: smithi067.vjzxmm(active, since 19s) 2024-02-08T22:36:11.255 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-08T22:36:11.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:11 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:36:10.193761+0000 mon.smithi067 (mon.0) 63 : cluster [INF] Active manager daemon smithi067.vjzxmm restarted 2024-02-08T22:36:11.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:11 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:36:10.194295+0000 mon.smithi067 (mon.0) 64 : cluster [INF] Activating manager daemon smithi067.vjzxmm 2024-02-08T22:36:11.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:11 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:36:10.195991+0000 mon.smithi067 (mon.0) 65 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-08T22:36:11.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:11 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:36:10.246661+0000 mon.smithi067 (mon.0) 66 : cluster [DBG] mgrmap e10: smithi067.vjzxmm(active, starting, since 0.0524878s) 2024-02-08T22:36:11.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:11 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:10.247524+0000 mon.smithi067 (mon.0) 67 : audit [DBG] from='mgr.14144 172.21.15.67:0/2499532271' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-02-08T22:36:11.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:11 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:10.248282+0000 mon.smithi067 (mon.0) 68 : audit [DBG] from='mgr.14144 172.21.15.67:0/2499532271' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "mgr metadata", "who": "smithi067.vjzxmm", "id": "smithi067.vjzxmm"}]: dispatch 2024-02-08T22:36:11.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:11 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:10.248928+0000 mon.smithi067 (mon.0) 69 : audit [DBG] from='mgr.14144 172.21.15.67:0/2499532271' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-08T22:36:11.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:11 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:10.249114+0000 mon.smithi067 (mon.0) 70 : audit [DBG] from='mgr.14144 172.21.15.67:0/2499532271' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-08T22:36:11.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:11 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:10.249274+0000 mon.smithi067 (mon.0) 71 : audit [DBG] from='mgr.14144 172.21.15.67:0/2499532271' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-08T22:36:11.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:11 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:36:10.262905+0000 mon.smithi067 (mon.0) 72 : cluster [INF] Manager daemon smithi067.vjzxmm is now available 2024-02-08T22:36:11.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:11 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:10.367198+0000 mon.smithi067 (mon.0) 73 : audit [DBG] from='mgr.14144 172.21.15.67:0/2499532271' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:36:11.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:11 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:10.368791+0000 mon.smithi067 (mon.0) 74 : audit [DBG] from='mgr.14144 172.21.15.67:0/2499532271' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:36:11.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:11 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:10.385605+0000 mon.smithi067 (mon.0) 75 : audit [INF] from='mgr.14144 172.21.15.67:0/2499532271' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/mirror_snapshot_schedule"}]: dispatch 2024-02-08T22:36:11.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:11 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:10.393123+0000 mon.smithi067 (mon.0) 76 : audit [INF] from='mgr.14144 172.21.15.67:0/2499532271' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/trash_purge_schedule"}]: dispatch 2024-02-08T22:36:12.037 INFO:teuthology.orchestra.run.smithi067.stderr:Deploying grafana service with default placement... 2024-02-08T22:36:12.037 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply grafana 2024-02-08T22:36:12.294 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:12 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:36:11.248827+0000 mon.smithi067 (mon.0) 77 : cluster [DBG] mgrmap e11: smithi067.vjzxmm(active, since 1.05465s) 2024-02-08T22:36:12.294 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:12 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cephadm 2024-02-08T22:36:11.250050+0000 mgr.smithi067.vjzxmm (mgr.14144) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-08T22:36:12.295 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:12 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:11.252100+0000 mon.smithi067 (mon.0) 78 : audit [INF] from='mgr.14144 172.21.15.67:0/2499532271' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:36:12.756 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-08T22:36:13.610 INFO:teuthology.orchestra.run.smithi067.stderr:Deploying node-exporter service with default placement... 2024-02-08T22:36:13.610 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply node-exporter 2024-02-08T22:36:13.613 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:13 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:36:12.254193+0000 mon.smithi067 (mon.0) 79 : cluster [DBG] mgrmap e12: smithi067.vjzxmm(active, since 2s) 2024-02-08T22:36:13.613 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:13 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:12.750960+0000 mgr.smithi067.vjzxmm (mgr.14144) 3 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T22:36:13.613 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:13 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cephadm 2024-02-08T22:36:12.751481+0000 mgr.smithi067.vjzxmm (mgr.14144) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-08T22:36:13.613 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:13 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:12.753601+0000 mon.smithi067 (mon.0) 80 : audit [INF] from='mgr.14144 172.21.15.67:0/2499532271' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:36:14.274 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-08T22:36:15.074 INFO:teuthology.orchestra.run.smithi067.stderr:Deploying alertmanager service with default placement... 2024-02-08T22:36:15.074 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply alertmanager 2024-02-08T22:36:15.330 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:15 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:14.268860+0000 mgr.smithi067.vjzxmm (mgr.14144) 5 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T22:36:15.330 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:15 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cephadm 2024-02-08T22:36:14.269507+0000 mgr.smithi067.vjzxmm (mgr.14144) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-08T22:36:15.330 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:15 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:14.271718+0000 mon.smithi067 (mon.0) 81 : audit [INF] from='mgr.14144 172.21.15.67:0/2499532271' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:36:15.773 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-08T22:36:16.421 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2024-02-08T22:36:17.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:16 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:15.767771+0000 mgr.smithi067.vjzxmm (mgr.14144) 7 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T22:36:17.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:16 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cephadm 2024-02-08T22:36:15.768312+0000 mgr.smithi067.vjzxmm (mgr.14144) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-08T22:36:17.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:16 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:15.770596+0000 mon.smithi067 (mon.0) 82 : audit [INF] from='mgr.14144 172.21.15.67:0/2499532271' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:36:17.932 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2024-02-08T22:36:18.202 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:18 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:17.177562+0000 mon.smithi067 (mon.0) 83 : audit [INF] from='client.? 172.21.15.67:0/1309142490' entity='client.admin' 2024-02-08T22:36:19.430 INFO:teuthology.orchestra.run.smithi067.stderr:Enabling the dashboard module... 2024-02-08T22:36:19.430 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2024-02-08T22:36:20.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:19 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:18.850844+0000 mon.smithi067 (mon.0) 84 : audit [INF] from='client.? 172.21.15.67:0/3251170342' entity='client.admin' 2024-02-08T22:36:21.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:20 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:20.547538+0000 mon.smithi067 (mon.0) 85 : audit [INF] from='client.? 172.21.15.67:0/806118088' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-08T22:36:21.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:20 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:20.789542+0000 mon.smithi067 (mon.0) 86 : audit [INF] from='mgr.14144 172.21.15.67:0/2499532271' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:36:21.664 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-02-08T22:36:21.939 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:21 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:20.858103+0000 mon.smithi067 (mon.0) 87 : audit [INF] from='client.? 172.21.15.67:0/806118088' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-08T22:36:21.939 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:21 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:36:20.858148+0000 mon.smithi067 (mon.0) 88 : cluster [DBG] mgrmap e13: smithi067.vjzxmm(active, since 10s) 2024-02-08T22:36:22.501 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: { 2024-02-08T22:36:22.501 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 13, 2024-02-08T22:36:22.501 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "available": true, 2024-02-08T22:36:22.501 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "active_name": "smithi067.vjzxmm", 2024-02-08T22:36:22.501 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-08T22:36:22.501 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: } 2024-02-08T22:36:23.129 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for the mgr to restart... 2024-02-08T22:36:23.129 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for mgr epoch 13... 2024-02-08T22:36:23.129 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-02-08T22:36:23.131 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:22 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:22.498124+0000 mon.smithi067 (mon.0) 89 : audit [DBG] from='client.? 172.21.15.67:0/2384553476' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-08T22:36:26.566 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:36:26.254573+0000 mon.smithi067 (mon.0) 90 : cluster [INF] Active manager daemon smithi067.vjzxmm restarted 2024-02-08T22:36:26.566 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:36:26.254967+0000 mon.smithi067 (mon.0) 91 : cluster [INF] Activating manager daemon smithi067.vjzxmm 2024-02-08T22:36:26.566 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:36:26.259177+0000 mon.smithi067 (mon.0) 92 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-08T22:36:27.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: { 2024-02-08T22:36:27.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2024-02-08T22:36:27.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "initialized": true 2024-02-08T22:36:27.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: } 2024-02-08T22:36:27.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:36:26.310315+0000 mon.smithi067 (mon.0) 93 : cluster [DBG] mgrmap e14: smithi067.vjzxmm(active, starting, since 0.0554337s) 2024-02-08T22:36:27.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:26.311279+0000 mon.smithi067 (mon.0) 94 : audit [DBG] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-02-08T22:36:27.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:26.311779+0000 mon.smithi067 (mon.0) 95 : audit [DBG] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "mgr metadata", "who": "smithi067.vjzxmm", "id": "smithi067.vjzxmm"}]: dispatch 2024-02-08T22:36:27.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:26.312736+0000 mon.smithi067 (mon.0) 96 : audit [DBG] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-08T22:36:27.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:26.312874+0000 mon.smithi067 (mon.0) 97 : audit [DBG] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-08T22:36:27.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:26.312998+0000 mon.smithi067 (mon.0) 98 : audit [DBG] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-08T22:36:27.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:36:26.327041+0000 mon.smithi067 (mon.0) 99 : cluster [INF] Manager daemon smithi067.vjzxmm is now available 2024-02-08T22:36:27.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:26.431385+0000 mon.smithi067 (mon.0) 100 : audit [DBG] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:36:27.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:26.433680+0000 mon.smithi067 (mon.0) 101 : audit [DBG] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:36:27.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:26.458175+0000 mon.smithi067 (mon.0) 102 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/mirror_snapshot_schedule"}]: dispatch 2024-02-08T22:36:27.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:26.460876+0000 mon.smithi067 (mon.0) 103 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/trash_purge_schedule"}]: dispatch 2024-02-08T22:36:27.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:26.878458+0000 mon.smithi067 (mon.0) 104 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:36:28.522 INFO:teuthology.orchestra.run.smithi067.stderr:mgr epoch 13 is available 2024-02-08T22:36:28.522 INFO:teuthology.orchestra.run.smithi067.stderr:Generating a dashboard self-signed certificate... 2024-02-08T22:36:28.522 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2024-02-08T22:36:28.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:28 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:27.321239+0000 mgr.smithi067.vjzxmm (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-08T22:36:28.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:28 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:36:27.321738+0000 mon.smithi067 (mon.0) 105 : cluster [DBG] mgrmap e15: smithi067.vjzxmm(active, since 1.06686s) 2024-02-08T22:36:28.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:28 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:27.328510+0000 mgr.smithi067.vjzxmm (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-08T22:36:28.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:28 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:28.106952+0000 mon.smithi067 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:36:30.054 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-08T22:36:30.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:30 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:36:29.109209+0000 mon.smithi067 (mon.0) 107 : cluster [DBG] mgrmap e16: smithi067.vjzxmm(active, since 2s) 2024-02-08T22:36:30.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:30 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:30.033916+0000 mon.smithi067 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:36:30.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:30 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:30.035800+0000 mon.smithi067 (mon.0) 109 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:36:30.814 INFO:teuthology.orchestra.run.smithi067.stderr:Creating initial admin user... 2024-02-08T22:36:30.815 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpxi7xonta:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.5 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2024-02-08T22:36:31.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:31 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:29.925157+0000 mgr.smithi067.vjzxmm (mgr.14164) 3 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T22:36:31.888 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$dw4KTqMbeaNbtfq5.3YrVuqzslegbsubmBwxr2XueE9ycGnxoWrX.", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1707431791, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-08T22:36:32.651 INFO:teuthology.orchestra.run.smithi067.stderr:Fetching dashboard port number... 2024-02-08T22:36:32.651 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp3z129371:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbvrn6mht:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2024-02-08T22:36:32.909 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:32 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:31.642078+0000 mgr.smithi067.vjzxmm (mgr.14164) 4 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T22:36:32.909 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:32 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:31.886105+0000 mon.smithi067 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:36:33.424 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 8443 2024-02-08T22:36:34.157 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-08T22:36:34.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:33 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:36:32.888386+0000 mon.smithi067 (mon.0) 111 : cluster [DBG] mgrmap e17: smithi067.vjzxmm(active, since 6s) 2024-02-08T22:36:34.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:33 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:33.422733+0000 mon.smithi067 (mon.0) 112 : audit [DBG] from='client.? 172.21.15.67:0/2103191275' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-08T22:36:34.166 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: disabled 2024-02-08T22:36:34.167 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-active firewalld.service 2024-02-08T22:36:34.175 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: inactive 2024-02-08T22:36:34.175 INFO:teuthology.orchestra.run.smithi067.stderr:firewalld.service is not enabled 2024-02-08T22:36:34.175 INFO:teuthology.orchestra.run.smithi067.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-08T22:36:34.178 INFO:teuthology.orchestra.run.smithi067.stderr:Ceph Dashboard is now available at: 2024-02-08T22:36:34.178 INFO:teuthology.orchestra.run.smithi067.stderr: 2024-02-08T22:36:34.178 INFO:teuthology.orchestra.run.smithi067.stderr: URL: https://smithi067.front.sepia.ceph.com:8443/ 2024-02-08T22:36:34.178 INFO:teuthology.orchestra.run.smithi067.stderr: User: admin 2024-02-08T22:36:34.178 INFO:teuthology.orchestra.run.smithi067.stderr: Password: 97tu5mwmpk 2024-02-08T22:36:34.178 INFO:teuthology.orchestra.run.smithi067.stderr: 2024-02-08T22:36:34.179 INFO:teuthology.orchestra.run.smithi067.stderr:You can access the Ceph CLI with: 2024-02-08T22:36:34.179 INFO:teuthology.orchestra.run.smithi067.stderr: 2024-02-08T22:36:34.179 INFO:teuthology.orchestra.run.smithi067.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-08T22:36:34.179 INFO:teuthology.orchestra.run.smithi067.stderr: 2024-02-08T22:36:34.179 INFO:teuthology.orchestra.run.smithi067.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-08T22:36:34.179 INFO:teuthology.orchestra.run.smithi067.stderr: 2024-02-08T22:36:34.180 INFO:teuthology.orchestra.run.smithi067.stderr: ceph telemetry on 2024-02-08T22:36:34.180 INFO:teuthology.orchestra.run.smithi067.stderr: 2024-02-08T22:36:34.180 INFO:teuthology.orchestra.run.smithi067.stderr:For more information see: 2024-02-08T22:36:34.180 INFO:teuthology.orchestra.run.smithi067.stderr: 2024-02-08T22:36:34.180 INFO:teuthology.orchestra.run.smithi067.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-02-08T22:36:34.180 INFO:teuthology.orchestra.run.smithi067.stderr: 2024-02-08T22:36:34.180 INFO:teuthology.orchestra.run.smithi067.stderr:Bootstrap complete. 2024-02-08T22:36:34.180 INFO:teuthology.orchestra.run.smithi067.stderr:Releasing lock 139852020584576 on /run/cephadm/3ff58890-c6d2-11ee-95b6-87774f69a715.lock 2024-02-08T22:36:34.180 INFO:teuthology.orchestra.run.smithi067.stderr:Lock 139852020584576 released on /run/cephadm/3ff58890-c6d2-11ee-95b6-87774f69a715.lock 2024-02-08T22:36:34.214 INFO:tasks.cephadm:Fetching config... 2024-02-08T22:36:34.214 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-02-08T22:36:34.214 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-08T22:36:34.234 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-08T22:36:34.234 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-02-08T22:36:34.234 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-08T22:36:34.292 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-08T22:36:34.293 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-02-08T22:36:34.293 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/mon.smithi067/keyring of=/dev/stdout 2024-02-08T22:36:34.362 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-08T22:36:34.362 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-02-08T22:36:34.362 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-08T22:36:34.420 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-08T22:36:34.420 DEBUG:teuthology.orchestra.run.smithi067:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+lY6GIiHze87VyAv9cCCXdrxFwBJ6sC6J3yFNPxmQFHaEGXbCmFPOA0f17TSyTb9wY2iN264I2N8grsf8u0du0C/mU32nsxFnBLgTx7xn0vXRBDhXnEPblAbqIyvLwsnHRXs3xNahchDCIdGbREWj9nI7tWM1JQFIwsqa/tQfct6X9d0MENpiWAIdTibZEgzD0AVmWP+KPNR77/Y0jpP6et0d7Vtw+Ua2tboKn8n0pJOgFrSv6TYVa7EulDYZOi4NqHmoAOUrUXku3nBPc91wb99xXKV8I848/cZTecgaz/HDcIT3bA4IcOj9obHVIEkhIDLtHUQb0dDRlFo4jZpkGQ4pQ6OgPdEMHC3RwwPXKVJgxeYTd7YbUK+d5shGE7laI5wuwUjypxebaAHhjzbIz810N1jOdAIWUBy9eUKNdEqtp+OfLSz5aiLoaSKjL0OT0nqxupbEsr5ugio18o6b3kMhNlnBc/0V7VkSx5I4TaUy/TVyNSMocrj3dZ2hH/M= ceph-3ff58890-c6d2-11ee-95b6-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-08T22:36:34.504 INFO:teuthology.orchestra.run.smithi067.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+lY6GIiHze87VyAv9cCCXdrxFwBJ6sC6J3yFNPxmQFHaEGXbCmFPOA0f17TSyTb9wY2iN264I2N8grsf8u0du0C/mU32nsxFnBLgTx7xn0vXRBDhXnEPblAbqIyvLwsnHRXs3xNahchDCIdGbREWj9nI7tWM1JQFIwsqa/tQfct6X9d0MENpiWAIdTibZEgzD0AVmWP+KPNR77/Y0jpP6et0d7Vtw+Ua2tboKn8n0pJOgFrSv6TYVa7EulDYZOi4NqHmoAOUrUXku3nBPc91wb99xXKV8I848/cZTecgaz/HDcIT3bA4IcOj9obHVIEkhIDLtHUQb0dDRlFo4jZpkGQ4pQ6OgPdEMHC3RwwPXKVJgxeYTd7YbUK+d5shGE7laI5wuwUjypxebaAHhjzbIz810N1jOdAIWUBy9eUKNdEqtp+OfLSz5aiLoaSKjL0OT0nqxupbEsr5ugio18o6b3kMhNlnBc/0V7VkSx5I4TaUy/TVyNSMocrj3dZ2hH/M= ceph-3ff58890-c6d2-11ee-95b6-87774f69a715 2024-02-08T22:36:34.516 DEBUG:teuthology.orchestra.run.smithi203:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+lY6GIiHze87VyAv9cCCXdrxFwBJ6sC6J3yFNPxmQFHaEGXbCmFPOA0f17TSyTb9wY2iN264I2N8grsf8u0du0C/mU32nsxFnBLgTx7xn0vXRBDhXnEPblAbqIyvLwsnHRXs3xNahchDCIdGbREWj9nI7tWM1JQFIwsqa/tQfct6X9d0MENpiWAIdTibZEgzD0AVmWP+KPNR77/Y0jpP6et0d7Vtw+Ua2tboKn8n0pJOgFrSv6TYVa7EulDYZOi4NqHmoAOUrUXku3nBPc91wb99xXKV8I848/cZTecgaz/HDcIT3bA4IcOj9obHVIEkhIDLtHUQb0dDRlFo4jZpkGQ4pQ6OgPdEMHC3RwwPXKVJgxeYTd7YbUK+d5shGE7laI5wuwUjypxebaAHhjzbIz810N1jOdAIWUBy9eUKNdEqtp+OfLSz5aiLoaSKjL0OT0nqxupbEsr5ugio18o6b3kMhNlnBc/0V7VkSx5I4TaUy/TVyNSMocrj3dZ2hH/M= ceph-3ff58890-c6d2-11ee-95b6-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-08T22:36:34.561 INFO:teuthology.orchestra.run.smithi203.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+lY6GIiHze87VyAv9cCCXdrxFwBJ6sC6J3yFNPxmQFHaEGXbCmFPOA0f17TSyTb9wY2iN264I2N8grsf8u0du0C/mU32nsxFnBLgTx7xn0vXRBDhXnEPblAbqIyvLwsnHRXs3xNahchDCIdGbREWj9nI7tWM1JQFIwsqa/tQfct6X9d0MENpiWAIdTibZEgzD0AVmWP+KPNR77/Y0jpP6et0d7Vtw+Ua2tboKn8n0pJOgFrSv6TYVa7EulDYZOi4NqHmoAOUrUXku3nBPc91wb99xXKV8I848/cZTecgaz/HDcIT3bA4IcOj9obHVIEkhIDLtHUQb0dDRlFo4jZpkGQ4pQ6OgPdEMHC3RwwPXKVJgxeYTd7YbUK+d5shGE7laI5wuwUjypxebaAHhjzbIz810N1jOdAIWUBy9eUKNdEqtp+OfLSz5aiLoaSKjL0OT0nqxupbEsr5ugio18o6b3kMhNlnBc/0V7VkSx5I4TaUy/TVyNSMocrj3dZ2hH/M= ceph-3ff58890-c6d2-11ee-95b6-87774f69a715 2024-02-08T22:36:34.573 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-08T22:36:38.072 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:38 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:37.038620+0000 mon.smithi067 (mon.0) 113 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:36:38.072 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:38 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:37.344487+0000 mon.smithi067 (mon.0) 114 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:36:38.072 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:38 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:37.345119+0000 mon.smithi067 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "config rm", "who": "osd/host:smithi067", "name": "osd_memory_target"}]: dispatch 2024-02-08T22:36:38.072 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:38 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:37.347658+0000 mon.smithi067 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:36:38.072 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:38 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cephadm 2024-02-08T22:36:37.354836+0000 mgr.smithi067.vjzxmm (mgr.14164) 5 : cephadm [INF] Deploying daemon alertmanager.smithi067 on smithi067 2024-02-08T22:36:38.072 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:38 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:37.443581+0000 mon.smithi067 (mon.0) 117 : audit [INF] from='client.? 172.21.15.67:0/2864002657' entity='client.admin' 2024-02-08T22:36:38.095 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-08T22:36:38.095 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-08T22:36:40.621 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi203 2024-02-08T22:36:40.622 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-02-08T22:36:40.622 DEBUG:teuthology.orchestra.run.smithi203:> dd of=/etc/ceph/ceph.conf 2024-02-08T22:36:40.644 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-02-08T22:36:40.644 DEBUG:teuthology.orchestra.run.smithi203:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-08T22:36:40.704 INFO:tasks.cephadm:Adding host smithi203 to orchestrator... 2024-02-08T22:36:40.705 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph orch host add smithi203 2024-02-08T22:36:41.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:41 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:40.068503+0000 mgr.smithi067.vjzxmm (mgr.14164) 6 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T22:36:41.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:41 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:36:40.070922+0000 mon.smithi067 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:36:47.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:47 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:36:46.314202+0000 mgr.smithi067.vjzxmm (mgr.14164) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:36:50.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:49 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:36:48.314656+0000 mgr.smithi067.vjzxmm (mgr.14164) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:36:52.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:51 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:36:50.314952+0000 mgr.smithi067.vjzxmm (mgr.14164) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:36:54.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:53 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:36:52.315323+0000 mgr.smithi067.vjzxmm (mgr.14164) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:36:56.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:55 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:36:54.315690+0000 mgr.smithi067.vjzxmm (mgr.14164) 11 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:36:58.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:57 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:36:56.315951+0000 mgr.smithi067.vjzxmm (mgr.14164) 12 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:37:00.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:36:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:36:58.316295+0000 mgr.smithi067.vjzxmm (mgr.14164) 13 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:37:02.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:01 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:37:00.316688+0000 mgr.smithi067.vjzxmm (mgr.14164) 14 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:37:04.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:03 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:37:02.317076+0000 mgr.smithi067.vjzxmm (mgr.14164) 15 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:37:06.041 INFO:teuthology.orchestra.run.smithi203.stdout:Added host 'smithi203' with addr '172.21.15.203' 2024-02-08T22:37:06.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:05 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:37:04.317382+0000 mgr.smithi067.vjzxmm (mgr.14164) 16 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:37:06.636 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph orch host ls --format=json 2024-02-08T22:37:07.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:06 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:37:05.440809+0000 mgr.smithi067.vjzxmm (mgr.14164) 17 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi203", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T22:37:07.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:06 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:37:06.037867+0000 mon.smithi067 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:37:08.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:07 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cephadm 2024-02-08T22:37:06.038236+0000 mgr.smithi067.vjzxmm (mgr.14164) 18 : cephadm [INF] Added host smithi203 2024-02-08T22:37:08.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:07 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:37:06.317653+0000 mgr.smithi067.vjzxmm (mgr.14164) 19 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:37:10.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:09 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:37:08.317940+0000 mgr.smithi067.vjzxmm (mgr.14164) 20 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:37:12.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:11 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:37:10.318240+0000 mgr.smithi067.vjzxmm (mgr.14164) 21 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:37:12.394 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:37:12.394 INFO:teuthology.orchestra.run.smithi203.stdout:[{"addr": "172.21.15.67", "hostname": "smithi067", "labels": [], "status": ""}, {"addr": "172.21.15.203", "hostname": "smithi203", "labels": [], "status": ""}] 2024-02-08T22:37:13.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:12 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:37:11.800483+0000 mgr.smithi067.vjzxmm (mgr.14164) 22 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:37:14.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:13 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:37:12.318682+0000 mgr.smithi067.vjzxmm (mgr.14164) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:37:16.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:15 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:37:14.318988+0000 mgr.smithi067.vjzxmm (mgr.14164) 24 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:37:16.284 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-08T22:37:16.284 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph osd crush tunables default 2024-02-08T22:37:17.961 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:17 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:37:16.319225+0000 mgr.smithi067.vjzxmm (mgr.14164) 25 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:37:18.874 INFO:teuthology.orchestra.run.smithi067.stderr:adjusted tunables profile to default 2024-02-08T22:37:19.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:18 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:37:18.363677+0000 mon.smithi067 (mon.0) 120 : audit [INF] from='client.? 172.21.15.67:0/2063680097' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-08T22:37:19.527 INFO:tasks.cephadm:Adding mon.smithi067 on smithi067 2024-02-08T22:37:19.527 INFO:tasks.cephadm:Adding mon.smithi203 on smithi203 2024-02-08T22:37:19.528 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph orch apply mon '2;smithi067:172.21.15.67=smithi067;smithi203:172.21.15.203=smithi203' 2024-02-08T22:37:20.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:19 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:37:18.319632+0000 mgr.smithi067.vjzxmm (mgr.14164) 26 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:37:20.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:19 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:37:18.870007+0000 mon.smithi067 (mon.0) 121 : audit [INF] from='client.? 172.21.15.67:0/2063680097' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-08T22:37:20.160 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:19 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:37:18.870058+0000 mon.smithi067 (mon.0) 122 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-08T22:37:22.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:21 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:37:20.319915+0000 mgr.smithi067.vjzxmm (mgr.14164) 27 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:37:22.479 INFO:teuthology.orchestra.run.smithi203.stdout:Scheduled mon update... 2024-02-08T22:37:23.092 DEBUG:teuthology.orchestra.run.smithi203:mon.smithi203> sudo journalctl -f -n 0 -u ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@mon.smithi203.service 2024-02-08T22:37:23.095 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:37:23.095 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:37:23.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:-- Logs begin at Thu 2024-02-08 22:27:19 UTC. -- 2024-02-08T22:37:23.909 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:37:22.320181+0000 mgr.smithi067.vjzxmm (mgr.14164) 28 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:37:23.910 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:37:22.473044+0000 mgr.smithi067.vjzxmm (mgr.14164) 29 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi067:172.21.15.67=smithi067;smithi203:172.21.15.203=smithi203", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T22:37:23.910 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cephadm 2024-02-08T22:37:22.474471+0000 mgr.smithi067.vjzxmm (mgr.14164) 30 : cephadm [INF] Saving service mon spec with placement smithi067:172.21.15.67=smithi067;smithi203:172.21.15.203=smithi203;count:2 2024-02-08T22:37:23.910 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:37:22.477189+0000 mon.smithi067 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:37:25.174 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:37:25.174 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:37:25.176 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:37:26.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:25 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:37:24.320519+0000 mgr.smithi067.vjzxmm (mgr.14164) 31 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:37:26.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:25 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:37:25.171913+0000 mon.smithi067 (mon.0) 124 : audit [DBG] from='client.? 172.21.15.203:0/4029913977' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:37:26.817 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:37:26.817 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:37:27.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:37:26.460380+0000 mon.smithi067 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/mirror_snapshot_schedule"}]: dispatch 2024-02-08T22:37:27.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:37:26.462873+0000 mon.smithi067 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/trash_purge_schedule"}]: dispatch 2024-02-08T22:37:28.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:37:26.320808+0000 mgr.smithi067.vjzxmm (mgr.14164) 32 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:37:29.002 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:37:29.003 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:37:29.004 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:37:30.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:29 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:37:28.321113+0000 mgr.smithi067.vjzxmm (mgr.14164) 33 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:37:30.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:29 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:37:29.000472+0000 mon.smithi067 (mon.0) 127 : audit [DBG] from='client.? 172.21.15.203:0/4164205425' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:37:30.731 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:37:30.731 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:37:32.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:31 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:37:30.321465+0000 mgr.smithi067.vjzxmm (mgr.14164) 34 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:37:32.797 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:37:32.797 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:37:32.798 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:37:33.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:32 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:37:32.795091+0000 mon.smithi067 (mon.0) 128 : audit [DBG] from='client.? 172.21.15.203:0/4007034966' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:37:34.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:33 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:37:32.321865+0000 mgr.smithi067.vjzxmm (mgr.14164) 35 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:37:34.448 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:37:34.449 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:37:36.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:35 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:37:34.322124+0000 mgr.smithi067.vjzxmm (mgr.14164) 36 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:37:37.246 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:37:37.246 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:37:37.247 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:37:38.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:37:36.322354+0000 mgr.smithi067.vjzxmm (mgr.14164) 37 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:37:38.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:37:37.243521+0000 mon.smithi067 (mon.0) 129 : audit [DBG] from='client.? 172.21.15.203:0/1053507553' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:37:38.944 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:37:38.945 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:37:40.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:39 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:37:38.322731+0000 mgr.smithi067.vjzxmm (mgr.14164) 38 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:37:41.006 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:37:41.007 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:37:41.008 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:37:42.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:41 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:37:40.323043+0000 mgr.smithi067.vjzxmm (mgr.14164) 39 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:37:42.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:41 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:37:41.004491+0000 mon.smithi067 (mon.0) 130 : audit [DBG] from='client.? 172.21.15.203:0/750328547' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:37:42.887 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:37:42.887 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:37:44.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:43 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:37:42.323370+0000 mgr.smithi067.vjzxmm (mgr.14164) 40 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:37:45.051 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:37:45.052 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:37:45.053 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:37:46.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:45 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:37:44.323761+0000 mgr.smithi067.vjzxmm (mgr.14164) 41 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:37:46.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:45 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:37:45.049303+0000 mon.smithi067 (mon.0) 131 : audit [DBG] from='client.? 172.21.15.203:0/2832349482' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:37:46.704 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:37:46.704 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:37:48.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:47 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:37:46.324180+0000 mgr.smithi067.vjzxmm (mgr.14164) 42 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:37:48.759 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:37:48.759 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:37:48.760 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:37:49.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:48 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:37:48.756816+0000 mon.smithi067 (mon.0) 132 : audit [DBG] from='client.? 172.21.15.203:0/3711904417' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:37:50.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:49 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:37:48.324563+0000 mgr.smithi067.vjzxmm (mgr.14164) 43 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:37:50.413 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:37:50.413 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:37:52.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:51 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:37:50.324952+0000 mgr.smithi067.vjzxmm (mgr.14164) 44 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:37:52.631 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:37:52.631 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:37:52.633 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:37:53.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:52 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:37:52.629352+0000 mon.smithi067 (mon.0) 133 : audit [DBG] from='client.? 172.21.15.203:0/1300665171' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:37:54.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:53 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:37:52.325295+0000 mgr.smithi067.vjzxmm (mgr.14164) 45 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:37:54.296 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:37:54.297 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:37:56.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:55 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:37:54.325671+0000 mgr.smithi067.vjzxmm (mgr.14164) 46 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:37:56.319 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:37:56.319 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:37:56.320 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:37:57.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:56 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:37:56.316185+0000 mon.smithi067 (mon.0) 134 : audit [DBG] from='client.? 172.21.15.203:0/2164581921' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:37:58.052 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:37:58.053 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:37:58.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:57 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:37:56.326086+0000 mgr.smithi067.vjzxmm (mgr.14164) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:38:00.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:37:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:37:58.326473+0000 mgr.smithi067.vjzxmm (mgr.14164) 48 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:38:00.240 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:38:00.240 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:38:00.242 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:38:01.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:00 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:38:00.238039+0000 mon.smithi067 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.203:0/1011581943' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:38:01.867 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:38:01.867 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:38:02.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:01 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:38:00.326805+0000 mgr.smithi067.vjzxmm (mgr.14164) 49 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:38:03.767 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:38:03.767 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:38:03.768 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:38:04.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:03 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:38:02.327096+0000 mgr.smithi067.vjzxmm (mgr.14164) 50 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:38:04.160 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:03 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:38:03.764657+0000 mon.smithi067 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.203:0/2854612355' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:38:05.360 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:38:05.360 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:38:06.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:05 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:38:04.327397+0000 mgr.smithi067.vjzxmm (mgr.14164) 51 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:38:07.475 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:38:07.475 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:38:07.477 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:38:08.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:07 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:38:06.327743+0000 mgr.smithi067.vjzxmm (mgr.14164) 52 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:38:08.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:07 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:38:07.473032+0000 mon.smithi067 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.203:0/2265123056' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:38:09.103 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:38:09.103 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:38:10.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:09 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:38:08.328079+0000 mgr.smithi067.vjzxmm (mgr.14164) 53 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:38:11.287 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:38:11.287 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:38:11.288 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:38:12.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:11 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:38:10.328368+0000 mgr.smithi067.vjzxmm (mgr.14164) 54 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:38:12.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:11 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:38:11.284873+0000 mon.smithi067 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.203:0/1211444904' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:38:12.917 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:38:12.917 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:38:14.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:13 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:38:12.328780+0000 mgr.smithi067.vjzxmm (mgr.14164) 55 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:38:15.163 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:38:15.163 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:38:15.164 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:38:16.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:15 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:38:14.329086+0000 mgr.smithi067.vjzxmm (mgr.14164) 56 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:38:16.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:15 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:38:15.161038+0000 mon.smithi067 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.203:0/1320468549' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:38:16.832 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:38:16.833 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:38:18.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:17 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:38:16.329324+0000 mgr.smithi067.vjzxmm (mgr.14164) 57 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:38:18.951 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:38:18.952 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:38:18.953 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:38:20.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:19 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:38:18.329617+0000 mgr.smithi067.vjzxmm (mgr.14164) 58 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:38:20.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:19 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:38:18.949790+0000 mon.smithi067 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.203:0/1474870726' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:38:20.595 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:38:20.595 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:38:22.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:21 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:38:20.329942+0000 mgr.smithi067.vjzxmm (mgr.14164) 59 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:38:22.613 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:38:22.614 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:38:22.615 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:38:23.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:22 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:38:22.611100+0000 mon.smithi067 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.203:0/3769848396' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:38:24.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:38:22.330214+0000 mgr.smithi067.vjzxmm (mgr.14164) 60 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:38:24.353 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:38:24.353 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:38:26.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:25 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:38:24.330564+0000 mgr.smithi067.vjzxmm (mgr.14164) 61 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:38:26.433 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:38:26.433 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:38:26.435 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:38:27.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:38:26.431436+0000 mon.smithi067 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.203:0/3289782784' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:38:27.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:38:26.461306+0000 mon.smithi067 (mon.0) 143 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/mirror_snapshot_schedule"}]: dispatch 2024-02-08T22:38:27.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:38:26.463900+0000 mon.smithi067 (mon.0) 144 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/trash_purge_schedule"}]: dispatch 2024-02-08T22:38:28.052 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:38:28.052 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:38:28.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:38:26.330887+0000 mgr.smithi067.vjzxmm (mgr.14164) 62 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:38:30.116 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:38:30.116 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:38:30.117 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:38:30.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:29 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:38:28.331145+0000 mgr.smithi067.vjzxmm (mgr.14164) 63 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:38:31.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:30 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:38:30.113718+0000 mon.smithi067 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.203:0/3692110323' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:38:31.723 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:38:31.724 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:38:32.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:31 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:38:30.331428+0000 mgr.smithi067.vjzxmm (mgr.14164) 64 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:38:33.957 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:38:33.957 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:38:33.958 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:38:34.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:33 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:38:32.331775+0000 mgr.smithi067.vjzxmm (mgr.14164) 65 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:38:35.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:34 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:38:33.954972+0000 mon.smithi067 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.203:0/1581015615' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:38:35.630 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:38:35.630 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:38:36.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:35 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:38:34.332139+0000 mgr.smithi067.vjzxmm (mgr.14164) 66 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:38:37.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:36 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:38:36.332486+0000 mgr.smithi067.vjzxmm (mgr.14164) 67 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:38:37.701 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:38:37.701 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:38:37.703 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:38:38.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:38:37.698861+0000 mon.smithi067 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.203:0/1941126950' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:38:39.429 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:38:39.429 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:38:40.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:39 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:38:38.332837+0000 mgr.smithi067.vjzxmm (mgr.14164) 68 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:38:41.683 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:38:41.683 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:38:41.685 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:38:42.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:41 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:38:40.333123+0000 mgr.smithi067.vjzxmm (mgr.14164) 69 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:38:42.160 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:41 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:38:41.680752+0000 mon.smithi067 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.203:0/4072719900' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:38:43.374 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:38:43.374 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:38:44.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:43 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:38:42.333455+0000 mgr.smithi067.vjzxmm (mgr.14164) 70 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:38:45.563 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:38:45.563 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:38:45.564 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:38:46.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:45 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:38:44.333801+0000 mgr.smithi067.vjzxmm (mgr.14164) 71 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:38:46.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:45 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:38:45.560420+0000 mon.smithi067 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.203:0/1695945879' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:38:47.226 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:38:47.226 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:38:48.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:47 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:38:46.334141+0000 mgr.smithi067.vjzxmm (mgr.14164) 72 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:38:49.323 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:38:49.323 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:38:49.325 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:38:50.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:49 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:38:48.334478+0000 mgr.smithi067.vjzxmm (mgr.14164) 73 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:38:50.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:49 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:38:49.321336+0000 mon.smithi067 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.203:0/593193846' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:38:50.980 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:38:50.981 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:38:52.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:51 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:38:50.334839+0000 mgr.smithi067.vjzxmm (mgr.14164) 74 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:38:53.077 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:38:53.077 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:38:53.078 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:38:54.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:53 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:38:52.335226+0000 mgr.smithi067.vjzxmm (mgr.14164) 75 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:38:54.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:53 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:38:53.074524+0000 mon.smithi067 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.203:0/2318674120' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:38:54.838 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:38:54.839 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:38:56.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:55 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:38:54.335623+0000 mgr.smithi067.vjzxmm (mgr.14164) 76 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:38:57.032 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:38:57.032 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:38:57.034 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:38:58.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:57 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:38:56.335884+0000 mgr.smithi067.vjzxmm (mgr.14164) 77 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:38:58.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:57 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:38:57.030611+0000 mon.smithi067 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.203:0/4028073805' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:38:58.713 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:38:58.714 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:39:00.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:38:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:38:58.336231+0000 mgr.smithi067.vjzxmm (mgr.14164) 78 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:39:00.783 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:39:00.783 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:39:00.784 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:39:01.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:00 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:39:00.777791+0000 mon.smithi067 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.203:0/1517424598' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:39:02.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:01 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:39:00.336582+0000 mgr.smithi067.vjzxmm (mgr.14164) 79 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:39:02.406 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:39:02.407 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:39:04.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:03 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:39:02.336910+0000 mgr.smithi067.vjzxmm (mgr.14164) 80 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:39:04.440 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:39:04.441 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:39:04.442 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:39:05.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:04 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:39:04.438343+0000 mon.smithi067 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.203:0/477430803' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:39:06.122 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:39:06.122 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:39:06.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:05 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:39:04.337260+0000 mgr.smithi067.vjzxmm (mgr.14164) 81 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:39:08.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:07 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:39:06.337625+0000 mgr.smithi067.vjzxmm (mgr.14164) 82 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:39:08.326 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:39:08.327 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:39:08.328 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:39:09.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:08 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:39:08.324455+0000 mon.smithi067 (mon.0) 155 : audit [DBG] from='client.? 172.21.15.203:0/2197006750' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:39:09.939 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:39:09.939 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:39:10.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:09 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:39:08.337918+0000 mgr.smithi067.vjzxmm (mgr.14164) 83 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:39:12.017 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:39:12.017 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:39:12.019 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:39:12.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:11 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:39:10.338258+0000 mgr.smithi067.vjzxmm (mgr.14164) 84 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:39:13.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:12 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:39:12.015194+0000 mon.smithi067 (mon.0) 156 : audit [DBG] from='client.? 172.21.15.203:0/2042203119' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:39:13.656 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:39:13.657 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:39:14.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:13 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:39:12.338571+0000 mgr.smithi067.vjzxmm (mgr.14164) 85 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:39:15.698 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:39:15.699 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:39:15.700 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:39:16.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:15 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:39:14.338871+0000 mgr.smithi067.vjzxmm (mgr.14164) 86 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:39:16.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:15 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:39:15.696412+0000 mon.smithi067 (mon.0) 157 : audit [DBG] from='client.? 172.21.15.203:0/3424963131' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:39:17.434 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:39:17.434 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:39:18.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:17 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:39:16.339240+0000 mgr.smithi067.vjzxmm (mgr.14164) 87 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:39:19.503 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:39:19.503 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:39:19.505 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:39:20.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:19 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:39:18.339547+0000 mgr.smithi067.vjzxmm (mgr.14164) 88 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:39:20.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:19 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:39:19.501094+0000 mon.smithi067 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.203:0/3348948449' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:39:21.196 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:39:21.196 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:39:22.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:21 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:39:20.339902+0000 mgr.smithi067.vjzxmm (mgr.14164) 89 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:39:23.296 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:39:23.297 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:39:23.298 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:39:24.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:39:22.340451+0000 mgr.smithi067.vjzxmm (mgr.14164) 90 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:39:24.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:39:23.294747+0000 mon.smithi067 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.203:0/2678729478' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:39:25.020 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:39:25.020 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:39:26.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:25 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:39:24.340811+0000 mgr.smithi067.vjzxmm (mgr.14164) 91 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:39:27.179 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:39:27.180 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:39:27.181 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:39:27.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:39:26.462263+0000 mon.smithi067 (mon.0) 160 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/mirror_snapshot_schedule"}]: dispatch 2024-02-08T22:39:27.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:39:26.464776+0000 mon.smithi067 (mon.0) 161 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/trash_purge_schedule"}]: dispatch 2024-02-08T22:39:28.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:39:26.341081+0000 mgr.smithi067.vjzxmm (mgr.14164) 92 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:39:28.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:39:27.177692+0000 mon.smithi067 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.203:0/1994321475' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:39:28.813 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:39:28.813 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:39:30.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:29 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:39:28.341410+0000 mgr.smithi067.vjzxmm (mgr.14164) 93 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:39:30.916 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:39:30.917 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:39:30.918 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:39:32.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:31 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:39:30.341648+0000 mgr.smithi067.vjzxmm (mgr.14164) 94 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:39:32.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:31 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:39:30.914523+0000 mon.smithi067 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.203:0/390161573' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:39:32.633 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:39:32.633 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:39:34.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:33 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:39:32.342044+0000 mgr.smithi067.vjzxmm (mgr.14164) 95 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:39:34.854 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:39:34.854 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:39:34.856 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:39:35.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:34 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:39:34.851658+0000 mon.smithi067 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.203:0/2689860435' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:39:36.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:35 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:39:34.342494+0000 mgr.smithi067.vjzxmm (mgr.14164) 96 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:39:36.453 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:39:36.453 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:39:38.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:39:36.342859+0000 mgr.smithi067.vjzxmm (mgr.14164) 97 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:39:38.584 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:39:38.584 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:39:38.585 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:39:39.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:38 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:39:38.581668+0000 mon.smithi067 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.203:0/1296380887' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:39:40.246 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:39:40.246 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:39:40.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:39 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:39:38.343128+0000 mgr.smithi067.vjzxmm (mgr.14164) 98 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:39:42.352 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:39:42.352 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:39:42.354 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:39:42.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:41 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:39:40.343560+0000 mgr.smithi067.vjzxmm (mgr.14164) 99 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:39:43.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:42 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:39:42.350156+0000 mon.smithi067 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.203:0/2019153065' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:39:44.075 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:39:44.075 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:39:44.412 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:43 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:39:42.343927+0000 mgr.smithi067.vjzxmm (mgr.14164) 100 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:39:45.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:44 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:39:44.344347+0000 mgr.smithi067.vjzxmm (mgr.14164) 101 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:39:46.141 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:39:46.141 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:39:46.142 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:39:46.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:46 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:39:46.138804+0000 mon.smithi067 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.203:0/3903013402' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:39:47.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:47 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:39:46.344692+0000 mgr.smithi067.vjzxmm (mgr.14164) 102 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:39:47.827 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:39:47.827 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:39:49.968 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:39:49.968 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:39:49.970 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:39:50.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:49 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:39:48.345095+0000 mgr.smithi067.vjzxmm (mgr.14164) 103 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:39:51.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:50 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:39:49.966140+0000 mon.smithi067 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.203:0/4252369928' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:39:51.595 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:39:51.595 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:39:52.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:51 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:39:50.345456+0000 mgr.smithi067.vjzxmm (mgr.14164) 104 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:39:53.751 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:39:53.751 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:39:53.752 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:39:54.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:53 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:39:52.345882+0000 mgr.smithi067.vjzxmm (mgr.14164) 105 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:39:54.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:53 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:39:53.748444+0000 mon.smithi067 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.203:0/2889169285' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:39:55.448 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:39:55.449 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:39:56.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:55 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:39:54.346240+0000 mgr.smithi067.vjzxmm (mgr.14164) 106 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:39:57.578 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:39:57.578 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:39:57.580 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:39:58.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:57 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:39:56.346692+0000 mgr.smithi067.vjzxmm (mgr.14164) 107 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:39:58.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:57 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:39:57.576756+0000 mon.smithi067 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.203:0/2820329025' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:39:59.213 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:39:59.213 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:40:00.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:39:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:39:58.347128+0000 mgr.smithi067.vjzxmm (mgr.14164) 108 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:40:01.372 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:40:01.372 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:40:01.373 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:40:02.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:01 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:40:00.347480+0000 mgr.smithi067.vjzxmm (mgr.14164) 109 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:40:02.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:01 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:40:01.369574+0000 mon.smithi067 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.203:0/3566765372' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:40:03.057 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:40:03.057 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:40:04.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:03 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:40:02.347761+0000 mgr.smithi067.vjzxmm (mgr.14164) 110 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:40:05.302 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:40:05.303 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:40:05.304 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:40:06.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:05 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:40:04.348159+0000 mgr.smithi067.vjzxmm (mgr.14164) 111 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:40:06.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:05 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:40:05.300198+0000 mon.smithi067 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.203:0/3172170408' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:40:06.872 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:40:06.873 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:40:08.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:07 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:40:06.348563+0000 mgr.smithi067.vjzxmm (mgr.14164) 112 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:40:08.981 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:40:08.981 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:40:08.982 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:40:10.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:09 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:40:08.348895+0000 mgr.smithi067.vjzxmm (mgr.14164) 113 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:40:10.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:09 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:40:08.978915+0000 mon.smithi067 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.203:0/2567105891' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:40:10.634 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:40:10.634 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:40:12.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:11 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:40:10.349291+0000 mgr.smithi067.vjzxmm (mgr.14164) 114 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:40:12.762 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:40:12.762 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:40:12.763 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:40:13.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:12 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:40:12.759960+0000 mon.smithi067 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.203:0/3894050806' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:40:14.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:13 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:40:12.349672+0000 mgr.smithi067.vjzxmm (mgr.14164) 115 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:40:14.452 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:40:14.452 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:40:16.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:15 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:40:14.350021+0000 mgr.smithi067.vjzxmm (mgr.14164) 116 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:40:16.600 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:40:16.601 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:40:16.602 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:40:17.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:16 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:40:16.598608+0000 mon.smithi067 (mon.0) 175 : audit [DBG] from='client.? 172.21.15.203:0/3746465773' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:40:18.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:17 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:40:16.350329+0000 mgr.smithi067.vjzxmm (mgr.14164) 117 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:40:18.232 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:40:18.232 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:40:20.160 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:19 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:40:18.350635+0000 mgr.smithi067.vjzxmm (mgr.14164) 118 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:40:20.488 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:40:20.488 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:40:20.490 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:40:21.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:20 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:40:20.486292+0000 mon.smithi067 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.203:0/3122514976' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:40:22.158 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:40:22.159 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:40:22.160 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:21 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:40:20.350899+0000 mgr.smithi067.vjzxmm (mgr.14164) 119 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:40:24.104 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:40:24.104 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:40:24.106 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:40:24.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:40:22.351318+0000 mgr.smithi067.vjzxmm (mgr.14164) 120 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:40:25.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:24 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:40:24.101765+0000 mon.smithi067 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.203:0/4029342710' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:40:25.784 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:40:25.784 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:40:26.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:25 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:40:24.351768+0000 mgr.smithi067.vjzxmm (mgr.14164) 121 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:40:27.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:40:26.463208+0000 mon.smithi067 (mon.0) 178 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/mirror_snapshot_schedule"}]: dispatch 2024-02-08T22:40:27.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:40:26.465598+0000 mon.smithi067 (mon.0) 179 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/trash_purge_schedule"}]: dispatch 2024-02-08T22:40:27.877 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:40:27.877 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:40:27.879 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:40:28.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:40:26.352246+0000 mgr.smithi067.vjzxmm (mgr.14164) 122 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:40:28.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:40:27.874885+0000 mon.smithi067 (mon.0) 180 : audit [DBG] from='client.? 172.21.15.203:0/1236499244' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:40:29.491 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:40:29.491 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:40:30.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:29 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:40:28.352576+0000 mgr.smithi067.vjzxmm (mgr.14164) 123 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:40:31.820 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:40:31.820 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:40:31.822 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:40:32.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:31 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:40:30.352862+0000 mgr.smithi067.vjzxmm (mgr.14164) 124 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:40:32.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:31 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:40:31.818541+0000 mon.smithi067 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.203:0/436883691' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:40:33.428 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:40:33.428 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:40:34.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:33 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:40:32.353275+0000 mgr.smithi067.vjzxmm (mgr.14164) 125 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:40:35.560 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:40:35.560 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:40:35.561 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:40:36.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:35 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:40:34.353581+0000 mgr.smithi067.vjzxmm (mgr.14164) 126 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:40:36.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:35 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:40:35.557763+0000 mon.smithi067 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.203:0/3338178516' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:40:37.247 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:40:37.248 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:40:38.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:40:36.353892+0000 mgr.smithi067.vjzxmm (mgr.14164) 127 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:40:39.530 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:40:39.530 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:40:39.532 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:40:40.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:39 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:40:38.354246+0000 mgr.smithi067.vjzxmm (mgr.14164) 128 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:40:40.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:39 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:40:39.528145+0000 mon.smithi067 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.203:0/1181454898' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:40:41.176 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:40:41.176 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:40:42.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:41 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:40:40.354543+0000 mgr.smithi067.vjzxmm (mgr.14164) 129 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:40:43.265 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:40:43.265 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:40:43.267 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:40:44.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:43 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:40:42.354982+0000 mgr.smithi067.vjzxmm (mgr.14164) 130 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:40:44.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:43 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:40:43.263230+0000 mon.smithi067 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.203:0/4264635114' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:40:44.966 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:40:44.966 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:40:46.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:45 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:40:44.355320+0000 mgr.smithi067.vjzxmm (mgr.14164) 131 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:40:47.089 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:40:47.089 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:40:47.091 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:40:48.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:47 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:40:46.355673+0000 mgr.smithi067.vjzxmm (mgr.14164) 132 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:40:48.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:47 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:40:47.086939+0000 mon.smithi067 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.203:0/1455193202' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:40:48.768 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:40:48.768 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:40:50.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:49 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:40:48.356001+0000 mgr.smithi067.vjzxmm (mgr.14164) 133 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:40:50.786 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:40:50.786 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:40:50.787 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:40:51.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:50 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:40:50.783695+0000 mon.smithi067 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.203:0/3724859980' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:40:52.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:51 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:40:50.356360+0000 mgr.smithi067.vjzxmm (mgr.14164) 134 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:40:52.504 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:40:52.504 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:40:54.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:53 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:40:52.356615+0000 mgr.smithi067.vjzxmm (mgr.14164) 135 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:40:54.639 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:40:54.639 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:40:54.640 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:40:55.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:54 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:40:54.636742+0000 mon.smithi067 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.203:0/75272492' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:40:56.332 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:40:56.333 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:40:56.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:55 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:40:54.356951+0000 mgr.smithi067.vjzxmm (mgr.14164) 136 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:40:58.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:57 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:40:56.357357+0000 mgr.smithi067.vjzxmm (mgr.14164) 137 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:40:58.521 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:40:58.521 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:40:58.523 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:40:59.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:58 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:40:58.519265+0000 mon.smithi067 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.203:0/1837318213' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:41:00.248 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:41:00.248 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:41:00.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:40:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:40:58.357738+0000 mgr.smithi067.vjzxmm (mgr.14164) 138 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:41:01.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:00 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:41:00.358101+0000 mgr.smithi067.vjzxmm (mgr.14164) 139 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:41:02.541 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:41:02.541 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:41:02.543 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:41:03.909 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:03 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:41:02.358464+0000 mgr.smithi067.vjzxmm (mgr.14164) 140 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:41:03.909 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:03 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:41:02.539205+0000 mon.smithi067 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.203:0/158396305' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:41:04.191 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:41:04.191 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:41:06.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:05 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:41:04.358770+0000 mgr.smithi067.vjzxmm (mgr.14164) 141 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:41:06.339 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:41:06.339 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:41:06.341 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:41:07.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:06 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:41:06.337007+0000 mon.smithi067 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.203:0/3324260151' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:41:08.020 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:41:08.021 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:41:08.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:07 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:41:06.359065+0000 mgr.smithi067.vjzxmm (mgr.14164) 142 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:41:10.151 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:41:10.151 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:41:10.152 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:41:10.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:09 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:41:08.359394+0000 mgr.smithi067.vjzxmm (mgr.14164) 143 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:41:11.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:10 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:41:10.148485+0000 mon.smithi067 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.203:0/546894441' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:41:11.907 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:41:11.908 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:41:12.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:11 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:41:10.359827+0000 mgr.smithi067.vjzxmm (mgr.14164) 144 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:41:13.967 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:41:13.967 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:41:13.968 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:41:14.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:13 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:41:12.360312+0000 mgr.smithi067.vjzxmm (mgr.14164) 145 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:41:15.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:14 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:41:13.964627+0000 mon.smithi067 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.203:0/721944455' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:41:15.563 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:41:15.563 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:41:16.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:15 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:41:14.360692+0000 mgr.smithi067.vjzxmm (mgr.14164) 146 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:41:17.658 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:41:17.658 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:41:17.659 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:41:18.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:17 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:41:16.361051+0000 mgr.smithi067.vjzxmm (mgr.14164) 147 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:41:18.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:17 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:41:17.655451+0000 mon.smithi067 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.203:0/668456120' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:41:19.352 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:41:19.353 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:41:20.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:19 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:41:18.361454+0000 mgr.smithi067.vjzxmm (mgr.14164) 148 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:41:21.549 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:41:21.549 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:41:21.550 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:41:22.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:21 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:41:20.361923+0000 mgr.smithi067.vjzxmm (mgr.14164) 149 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:41:22.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:21 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:41:21.546476+0000 mon.smithi067 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.203:0/1601714673' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:41:23.213 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:41:23.213 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:41:24.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:41:22.362305+0000 mgr.smithi067.vjzxmm (mgr.14164) 150 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:41:26.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:25 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:41:24.362718+0000 mgr.smithi067.vjzxmm (mgr.14164) 151 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:41:26.290 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:41:26.290 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:41:26.291 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:41:27.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:41:26.287802+0000 mon.smithi067 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.203:0/112741439' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:41:27.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:41:26.464142+0000 mon.smithi067 (mon.0) 196 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/mirror_snapshot_schedule"}]: dispatch 2024-02-08T22:41:27.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:41:26.466475+0000 mon.smithi067 (mon.0) 197 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/trash_purge_schedule"}]: dispatch 2024-02-08T22:41:28.031 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:41:28.031 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:41:28.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:41:26.363090+0000 mgr.smithi067.vjzxmm (mgr.14164) 152 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:41:30.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:29 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:41:28.363494+0000 mgr.smithi067.vjzxmm (mgr.14164) 153 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:41:30.217 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:41:30.218 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:41:30.219 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:41:31.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:30 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:41:30.215298+0000 mon.smithi067 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.203:0/4289268639' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:41:31.899 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:41:31.899 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:41:32.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:31 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:41:30.363918+0000 mgr.smithi067.vjzxmm (mgr.14164) 154 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:41:34.033 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:41:34.033 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:41:34.034 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:41:34.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:33 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:41:32.364224+0000 mgr.smithi067.vjzxmm (mgr.14164) 155 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:41:35.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:34 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:41:34.030321+0000 mon.smithi067 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.203:0/3112375506' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:41:35.661 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:41:35.661 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:41:36.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:35 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:41:34.364651+0000 mgr.smithi067.vjzxmm (mgr.14164) 156 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:41:37.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:36 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:41:36.828173+0000 mon.smithi067 (mon.0) 200 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi067", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-08T22:41:37.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:36 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:41:36.830549+0000 mon.smithi067 (mon.0) 201 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi067", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-08T22:41:37.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:36 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:41:36.831391+0000 mon.smithi067 (mon.0) 202 : audit [DBG] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:41:38.042 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:41:38.042 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:41:38.044 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:41:38.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:41:36.364960+0000 mgr.smithi067.vjzxmm (mgr.14164) 157 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:41:38.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cephadm 2024-02-08T22:41:36.826064+0000 mgr.smithi067.vjzxmm (mgr.14164) 158 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-alertmanager.smithi067 2024-02-08T22:41:38.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: /bin/podman: stderr Error: no such container ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-alertmanager.smithi067 2024-02-08T22:41:38.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Deploy daemon alertmanager.smithi067 ... 2024-02-08T22:41:38.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-02-08T22:41:38.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-08T22:41:38.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr time="2024-02-08T22:37: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-08T22:41:38.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr time="2024-02-08T22:37:52Z" 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-08T22:41:38.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr time="2024-02-08T22:38: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-08T22:41:38.412 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 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-08T22:41:38.412 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-02-08T22:41:38.412 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-08T22:41:38.412 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr time="2024-02-08T22:39: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-08T22:41:38.412 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr time="2024-02-08T22:40:21Z" 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-08T22:41:38.412 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr time="2024-02-08T22:40: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-08T22:41:38.412 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 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-08T22:41:38.412 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Traceback (most recent call last): 2024-02-08T22:41:38.412 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-08T22:41:38.412 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: main() 2024-02-08T22:41:38.412 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-08T22:41:38.412 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: r = ctx.func(ctx) 2024-02-08T22:41:38.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-08T22:41:38.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: return func(ctx) 2024-02-08T22:41:38.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-02-08T22:41:38.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-08T22:41:38.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2024-02-08T22:41:38.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-02-08T22:41:38.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-02-08T22:41:38.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: raise RuntimeError('uid/gid not found') 2024-02-08T22:41:38.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: RuntimeError: uid/gid not found 2024-02-08T22:41:38.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Traceback (most recent call last): 2024-02-08T22:41:38.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-02-08T22:41:38.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: yield (conn, connr) 2024-02-08T22:41:38.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-02-08T22:41:38.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: code, '\n'.join(err))) 2024-02-08T22:41:38.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-alertmanager.smithi067 2024-02-08T22:41:38.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: /bin/podman: stderr Error: no such container ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-alertmanager.smithi067 2024-02-08T22:41:38.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Deploy daemon alertmanager.smithi067 ... 2024-02-08T22:41:38.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-02-08T22:41:38.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-08T22:41:38.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr time="2024-02-08T22:37: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-08T22:41:38.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr time="2024-02-08T22:37:52Z" 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-08T22:41:38.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr time="2024-02-08T22:38: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-08T22:41:38.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 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-08T22:41:38.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-02-08T22:41:38.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-08T22:41:38.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr time="2024-02-08T22:39: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-08T22:41:38.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr time="2024-02-08T22:40:21Z" 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-08T22:41:38.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr time="2024-02-08T22:40: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-08T22:41:38.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 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-08T22:41:38.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Traceback (most recent call last): 2024-02-08T22:41:38.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-08T22:41:38.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: main() 2024-02-08T22:41:38.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-08T22:41:38.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: r = ctx.func(ctx) 2024-02-08T22:41:38.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-08T22:41:38.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: return func(ctx) 2024-02-08T22:41:38.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-02-08T22:41:38.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-08T22:41:38.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2024-02-08T22:41:38.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-02-08T22:41:38.416 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-02-08T22:41:38.416 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: raise RuntimeError('uid/gid not found') 2024-02-08T22:41:38.416 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: RuntimeError: uid/gid not found 2024-02-08T22:41:38.416 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cephadm 2024-02-08T22:41:36.826354+0000 mgr.smithi067.vjzxmm (mgr.14164) 159 : cephadm [ERR] Failed while placing alertmanager.smithi067 on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-alertmanager.smithi067 2024-02-08T22:41:38.416 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: /bin/podman: stderr Error: no such container ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-alertmanager.smithi067 2024-02-08T22:41:38.416 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Deploy daemon alertmanager.smithi067 ... 2024-02-08T22:41:38.416 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-02-08T22:41:38.416 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-08T22:41:38.416 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr time="2024-02-08T22:37: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-08T22:41:38.416 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr time="2024-02-08T22:37:52Z" 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-08T22:41:38.416 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr time="2024-02-08T22:38: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-08T22:41:38.416 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 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-08T22:41:38.417 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-02-08T22:41:38.417 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-08T22:41:38.417 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr time="2024-02-08T22:39: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-08T22:41:38.417 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr time="2024-02-08T22:40:21Z" 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-08T22:41:38.417 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr time="2024-02-08T22:40: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-08T22:41:38.417 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 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-08T22:41:38.417 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Traceback (most recent call last): 2024-02-08T22:41:38.417 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-08T22:41:38.417 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: main() 2024-02-08T22:41:38.417 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-08T22:41:38.417 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: r = ctx.func(ctx) 2024-02-08T22:41:38.417 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-08T22:41:38.417 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: return func(ctx) 2024-02-08T22:41:38.418 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-02-08T22:41:38.418 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-08T22:41:38.418 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2024-02-08T22:41:38.418 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-02-08T22:41:38.418 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-02-08T22:41:38.418 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: raise RuntimeError('uid/gid not found') 2024-02-08T22:41:38.418 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: RuntimeError: uid/gid not found 2024-02-08T22:41:38.418 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cephadm 2024-02-08T22:41:36.832219+0000 mgr.smithi067.vjzxmm (mgr.14164) 160 : cephadm [INF] Deploying daemon crash.smithi067 on smithi067 2024-02-08T22:41:39.119 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:38 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:41:38.039799+0000 mon.smithi067 (mon.0) 203 : audit [DBG] from='client.? 172.21.15.203:0/1907415869' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:41:39.630 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:41:39.631 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:41:40.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:39 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:41:38.365329+0000 mgr.smithi067.vjzxmm (mgr.14164) 161 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:41:40.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:39 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:41:39.557363+0000 mon.smithi067 (mon.0) 204 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:41:40.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:39 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:41:39.671347+0000 mon.smithi067 (mon.0) 205 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:41:40.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:39 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:41:39.673440+0000 mon.smithi067 (mon.0) 206 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:41:40.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:39 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:41:39.673792+0000 mon.smithi067 (mon.0) 207 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-08T22:41:40.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:39 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:41:39.676276+0000 mon.smithi067 (mon.0) 208 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:41:41.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:40 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:41:39.674112+0000 mgr.smithi067.vjzxmm (mgr.14164) 162 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-08T22:41:41.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:40 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cephadm 2024-02-08T22:41:39.678449+0000 mgr.smithi067.vjzxmm (mgr.14164) 163 : cephadm [INF] Deploying daemon grafana.smithi067 on smithi067 2024-02-08T22:41:41.679 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:41:41.679 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:41:41.681 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:41:42.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:41 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:41:40.365753+0000 mgr.smithi067.vjzxmm (mgr.14164) 164 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:41:42.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:41 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:41:41.461197+0000 mon.smithi067 (mon.0) 209 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:41:42.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:41 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:41:41.677049+0000 mon.smithi067 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.203:0/1140593321' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:41:43.350 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:41:43.350 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:41:44.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:43 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:41:42.366163+0000 mgr.smithi067.vjzxmm (mgr.14164) 165 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:41:45.559 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:41:45.559 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:41:45.561 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:41:46.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:45 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:41:44.366482+0000 mgr.smithi067.vjzxmm (mgr.14164) 166 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:41:46.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:45 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:41:45.556620+0000 mon.smithi067 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.203:0/1604974315' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:41:47.196 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:41:47.196 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:41:48.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:47 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:41:46.366855+0000 mgr.smithi067.vjzxmm (mgr.14164) 167 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:41:49.304 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:41:49.304 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:41:49.305 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:41:50.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:49 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:41:48.367116+0000 mgr.smithi067.vjzxmm (mgr.14164) 168 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:41:50.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:49 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:41:49.301675+0000 mon.smithi067 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.203:0/707144445' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:41:50.978 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:41:50.978 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:41:52.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:51 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:41:50.367351+0000 mgr.smithi067.vjzxmm (mgr.14164) 169 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:41:53.033 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:41:53.034 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:41:53.035 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:41:54.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:53 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:41:52.367579+0000 mgr.smithi067.vjzxmm (mgr.14164) 170 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:41:54.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:53 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:41:53.031431+0000 mon.smithi067 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.203:0/4223071924' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:41:54.739 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:41:54.740 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:41:56.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:55 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:41:54.367846+0000 mgr.smithi067.vjzxmm (mgr.14164) 171 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:41:56.920 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:41:56.920 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:41:56.921 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:41:57.057 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:56 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:41:56.917643+0000 mon.smithi067 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.203:0/2459624801' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:41:58.231 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:57 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:41:56.368158+0000 mgr.smithi067.vjzxmm (mgr.14164) 172 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:41:58.231 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:57 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:41:57.835319+0000 mon.smithi067 (mon.0) 215 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:41:58.560 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:41:58.560 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:41:59.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:58 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cephadm 2024-02-08T22:41:57.837386+0000 mgr.smithi067.vjzxmm (mgr.14164) 173 : cephadm [INF] Deploying daemon node-exporter.smithi067 on smithi067 2024-02-08T22:41:59.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:41:58 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:41:58.368442+0000 mgr.smithi067.vjzxmm (mgr.14164) 174 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:42:00.618 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:42:00.618 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:42:00.619 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:42:01.910 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:01 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:42:00.369046+0000 mgr.smithi067.vjzxmm (mgr.14164) 175 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:42:01.910 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:01 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:42:00.615467+0000 mon.smithi067 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.203:0/2672264646' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:42:02.267 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:42:02.267 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:42:02.909 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:02 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:42:01.467347+0000 mon.smithi067 (mon.0) 217 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:42:03.909 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:03 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:42:02.369334+0000 mgr.smithi067.vjzxmm (mgr.14164) 176 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:42:04.495 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:42:04.495 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:42:04.497 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:42:05.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:04 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:42:04.493403+0000 mon.smithi067 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.203:0/1052686029' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:42:06.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:05 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:42:04.369645+0000 mgr.smithi067.vjzxmm (mgr.14164) 177 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:42:06.269 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:42:06.270 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:42:08.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:07 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:42:06.369864+0000 mgr.smithi067.vjzxmm (mgr.14164) 178 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:42:08.573 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:42:08.573 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:42:08.575 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:42:09.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:08 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:42:08.571169+0000 mon.smithi067 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.203:0/1650535742' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:42:10.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:09 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:42:08.370110+0000 mgr.smithi067.vjzxmm (mgr.14164) 179 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:42:10.283 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:42:10.283 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:42:12.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:11 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:42:10.370440+0000 mgr.smithi067.vjzxmm (mgr.14164) 180 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:42:12.374 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:42:12.374 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:42:12.375 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:42:13.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:12 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:42:12.371663+0000 mon.smithi067 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.203:0/3453050659' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:42:14.037 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:42:14.038 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:42:14.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:13 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:42:12.370723+0000 mgr.smithi067.vjzxmm (mgr.14164) 181 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:42:16.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:15 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:42:14.370978+0000 mgr.smithi067.vjzxmm (mgr.14164) 182 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:42:16.160 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:42:16.160 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:42:16.161 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:42:17.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:16 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:42:16.157817+0000 mon.smithi067 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.203:0/4113994374' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:42:17.845 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:42:17.845 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:42:18.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:17 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:42:16.371262+0000 mgr.smithi067.vjzxmm (mgr.14164) 183 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:42:20.062 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:42:20.062 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:42:20.064 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:42:20.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:19 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:42:18.371636+0000 mgr.smithi067.vjzxmm (mgr.14164) 184 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:42:21.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:20 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:42:20.059806+0000 mon.smithi067 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.203:0/1812684981' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:42:21.730 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:42:21.730 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:42:22.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:21 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:42:20.371972+0000 mgr.smithi067.vjzxmm (mgr.14164) 185 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:42:24.012 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:42:24.012 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:42:24.013 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:42:24.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:42:22.372254+0000 mgr.smithi067.vjzxmm (mgr.14164) 186 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:42:25.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:24 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:42:24.009546+0000 mon.smithi067 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.203:0/4243438028' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:42:25.729 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:42:25.729 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:42:26.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:25 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:42:24.372625+0000 mgr.smithi067.vjzxmm (mgr.14164) 187 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:42:27.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:42:26.465293+0000 mon.smithi067 (mon.0) 224 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/mirror_snapshot_schedule"}]: dispatch 2024-02-08T22:42:27.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:42:26.467381+0000 mon.smithi067 (mon.0) 225 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/trash_purge_schedule"}]: dispatch 2024-02-08T22:42:27.943 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:42:27.943 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:42:27.944 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:42:28.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:42:26.372934+0000 mgr.smithi067.vjzxmm (mgr.14164) 188 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:42:29.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:28 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:42:27.940822+0000 mon.smithi067 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.203:0/1024022724' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:42:29.764 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:42:29.765 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:42:30.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:29 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:42:28.373267+0000 mgr.smithi067.vjzxmm (mgr.14164) 189 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:42:31.985 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:42:31.985 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:42:31.987 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:42:32.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:31 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:42:30.373664+0000 mgr.smithi067.vjzxmm (mgr.14164) 190 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:42:33.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:32 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:42:31.983178+0000 mon.smithi067 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.203:0/969140029' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:42:33.767 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:42:33.768 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:42:34.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:33 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:42:32.374045+0000 mgr.smithi067.vjzxmm (mgr.14164) 191 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:42:35.857 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:42:35.857 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:42:35.858 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:42:36.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:35 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:42:34.374394+0000 mgr.smithi067.vjzxmm (mgr.14164) 192 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:42:36.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:35 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:42:35.854859+0000 mon.smithi067 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.203:0/2268150010' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:42:37.638 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:42:37.638 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:42:38.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:42:36.374732+0000 mgr.smithi067.vjzxmm (mgr.14164) 193 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:42:39.779 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:42:39.779 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:42:39.781 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:42:40.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:39 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:42:38.374999+0000 mgr.smithi067.vjzxmm (mgr.14164) 194 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:42:40.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:39 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:42:39.777024+0000 mon.smithi067 (mon.0) 229 : audit [DBG] from='client.? 172.21.15.203:0/512437958' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:42:41.561 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:42:41.561 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:42:42.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:41 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:42:40.375359+0000 mgr.smithi067.vjzxmm (mgr.14164) 195 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:42:43.774 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:42:43.775 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:42:43.776 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:42:44.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:43 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:42:42.375637+0000 mgr.smithi067.vjzxmm (mgr.14164) 196 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:42:44.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:43 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:42:43.772169+0000 mon.smithi067 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.203:0/460920409' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:42:45.586 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:42:45.586 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:42:46.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:45 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:42:44.375981+0000 mgr.smithi067.vjzxmm (mgr.14164) 197 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:42:47.729 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:42:47.729 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:42:47.730 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:42:48.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:47 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:42:46.376286+0000 mgr.smithi067.vjzxmm (mgr.14164) 198 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:42:48.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:47 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:42:47.726743+0000 mon.smithi067 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.203:0/2211704324' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:42:49.505 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:42:49.506 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:42:50.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:49 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:42:48.376533+0000 mgr.smithi067.vjzxmm (mgr.14164) 199 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:42:51.616 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:42:51.616 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:42:51.617 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:42:52.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:51 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:42:50.376904+0000 mgr.smithi067.vjzxmm (mgr.14164) 200 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:42:52.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:51 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:42:51.613723+0000 mon.smithi067 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.203:0/1934674536' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:42:53.421 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:42:53.421 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:42:54.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:53 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:42:52.377230+0000 mgr.smithi067.vjzxmm (mgr.14164) 201 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:42:55.626 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:42:55.626 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:42:55.628 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:42:56.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:55 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:42:54.377549+0000 mgr.smithi067.vjzxmm (mgr.14164) 202 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:42:56.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:55 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:42:55.623811+0000 mon.smithi067 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.203:0/2222978891' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:42:57.308 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:42:57.308 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:42:58.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:57 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:42:56.377863+0000 mgr.smithi067.vjzxmm (mgr.14164) 203 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:42:59.426 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:42:59.426 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:42:59.428 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:43:00.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:42:58.378172+0000 mgr.smithi067.vjzxmm (mgr.14164) 204 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:43:00.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:42:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:42:59.423921+0000 mon.smithi067 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.203:0/538731431' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:43:01.099 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:43:01.099 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:43:02.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:01 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:43:00.378541+0000 mgr.smithi067.vjzxmm (mgr.14164) 205 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:43:03.383 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:43:03.384 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:43:03.385 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:43:04.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:03 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:43:02.378866+0000 mgr.smithi067.vjzxmm (mgr.14164) 206 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:43:04.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:03 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:43:03.381399+0000 mon.smithi067 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.203:0/3202950289' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:43:05.192 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:43:05.192 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:43:06.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:05 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:43:04.379294+0000 mgr.smithi067.vjzxmm (mgr.14164) 207 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:43:07.405 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:43:07.405 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:43:07.407 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:43:08.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:07 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:43:06.379659+0000 mgr.smithi067.vjzxmm (mgr.14164) 208 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:43:08.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:07 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:43:07.402957+0000 mon.smithi067 (mon.0) 236 : audit [DBG] from='client.? 172.21.15.203:0/3040958446' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:43:09.179 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:43:09.179 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:43:10.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:09 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:43:08.379968+0000 mgr.smithi067.vjzxmm (mgr.14164) 209 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:43:11.371 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:43:11.371 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:43:11.374 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:43:12.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:11 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:43:10.380341+0000 mgr.smithi067.vjzxmm (mgr.14164) 210 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:43:12.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:11 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:43:11.369316+0000 mon.smithi067 (mon.0) 237 : audit [DBG] from='client.? 172.21.15.203:0/3646263866' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:43:13.133 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:43:13.133 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:43:14.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:13 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:43:12.380751+0000 mgr.smithi067.vjzxmm (mgr.14164) 211 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:43:15.297 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:43:15.298 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:43:15.299 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:43:16.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:15 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:43:14.381112+0000 mgr.smithi067.vjzxmm (mgr.14164) 212 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:43:16.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:15 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:43:15.295682+0000 mon.smithi067 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.203:0/2092930159' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:43:17.076 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:43:17.076 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:43:18.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:17 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:43:16.381448+0000 mgr.smithi067.vjzxmm (mgr.14164) 213 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:43:19.250 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:43:19.250 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:43:19.252 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:43:20.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:19 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:43:18.381801+0000 mgr.smithi067.vjzxmm (mgr.14164) 214 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:43:20.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:19 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:43:19.248553+0000 mon.smithi067 (mon.0) 239 : audit [DBG] from='client.? 172.21.15.203:0/1016133212' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:43:20.907 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:43:20.908 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:43:22.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:21 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:43:20.382115+0000 mgr.smithi067.vjzxmm (mgr.14164) 215 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:43:23.035 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:43:23.035 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:43:23.036 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:43:24.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:43:22.382470+0000 mgr.smithi067.vjzxmm (mgr.14164) 216 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:43:24.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:43:23.033080+0000 mon.smithi067 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.203:0/2446178124' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:43:24.750 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:43:24.750 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:43:26.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:25 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:43:24.382803+0000 mgr.smithi067.vjzxmm (mgr.14164) 217 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:43:26.907 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:43:26.907 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:43:26.908 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:43:27.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:43:26.466500+0000 mon.smithi067 (mon.0) 241 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/mirror_snapshot_schedule"}]: dispatch 2024-02-08T22:43:27.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:43:26.468239+0000 mon.smithi067 (mon.0) 242 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/trash_purge_schedule"}]: dispatch 2024-02-08T22:43:27.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:43:26.904864+0000 mon.smithi067 (mon.0) 243 : audit [DBG] from='client.? 172.21.15.203:0/3137880273' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:43:28.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:43:26.383147+0000 mgr.smithi067.vjzxmm (mgr.14164) 218 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:43:28.771 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:43:28.772 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:43:30.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:29 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:43:28.383645+0000 mgr.smithi067.vjzxmm (mgr.14164) 219 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:43:30.799 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:43:30.800 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:43:30.801 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:43:31.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:30 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:43:30.797174+0000 mon.smithi067 (mon.0) 244 : audit [DBG] from='client.? 172.21.15.203:0/220403007' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:43:32.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:31 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:43:30.384093+0000 mgr.smithi067.vjzxmm (mgr.14164) 220 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:43:32.528 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:43:32.529 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:43:34.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:33 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:43:32.384548+0000 mgr.smithi067.vjzxmm (mgr.14164) 221 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:43:34.892 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:43:34.892 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:43:34.893 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:43:35.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:34 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:43:34.890159+0000 mon.smithi067 (mon.0) 245 : audit [DBG] from='client.? 172.21.15.203:0/2997837639' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:43:36.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:35 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:43:34.385000+0000 mgr.smithi067.vjzxmm (mgr.14164) 222 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:43:36.730 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:43:36.730 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:43:38.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:43:36.385481+0000 mgr.smithi067.vjzxmm (mgr.14164) 223 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:43:38.988 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:43:38.989 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:43:38.990 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:43:40.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:39 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:43:38.385933+0000 mgr.smithi067.vjzxmm (mgr.14164) 224 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:43:40.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:39 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:43:38.986029+0000 mon.smithi067 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.203:0/2239289723' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:43:40.574 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:43:40.575 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:43:42.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:41 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:43:40.386452+0000 mgr.smithi067.vjzxmm (mgr.14164) 225 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:43:42.734 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:43:42.734 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:43:42.736 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:43:43.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:42 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:43:42.732582+0000 mon.smithi067 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.203:0/4020554268' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:43:44.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:43 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:43:42.386789+0000 mgr.smithi067.vjzxmm (mgr.14164) 226 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:43:44.432 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:43:44.433 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:43:46.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:45 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:43:44.387182+0000 mgr.smithi067.vjzxmm (mgr.14164) 227 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:43:46.695 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:43:46.696 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:43:46.698 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:43:47.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:46 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:43:46.693456+0000 mon.smithi067 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.203:0/1610963480' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:43:48.401 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:43:48.401 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:43:48.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:47 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:43:46.387643+0000 mgr.smithi067.vjzxmm (mgr.14164) 228 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:43:50.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:49 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:43:48.388010+0000 mgr.smithi067.vjzxmm (mgr.14164) 229 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:43:50.660 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:43:50.660 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:43:50.661 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:43:51.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:50 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:43:50.657105+0000 mon.smithi067 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.203:0/2747023030' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:43:52.399 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:43:52.399 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:43:52.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:51 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:43:50.388359+0000 mgr.smithi067.vjzxmm (mgr.14164) 230 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:43:54.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:53 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:43:52.388761+0000 mgr.smithi067.vjzxmm (mgr.14164) 231 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:43:54.571 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:43:54.572 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:43:54.573 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:43:55.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:54 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:43:54.569347+0000 mon.smithi067 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.203:0/849114726' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:43:56.133 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:43:56.134 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:43:56.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:55 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:43:54.389011+0000 mgr.smithi067.vjzxmm (mgr.14164) 232 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:43:57.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:56 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:43:56.389252+0000 mgr.smithi067.vjzxmm (mgr.14164) 233 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:43:58.367 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:43:58.368 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:43:58.368 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:43:58.909 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:58 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:43:58.364922+0000 mon.smithi067 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.203:0/1285240279' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:44:00.050 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:44:00.051 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:44:00.160 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:43:58.389627+0000 mgr.smithi067.vjzxmm (mgr.14164) 234 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:44:00.160 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cephadm 2024-02-08T22:43:58.450967+0000 mgr.smithi067.vjzxmm (mgr.14164) 235 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-node-exporter.smithi067 2024-02-08T22:44:00.160 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: /bin/podman: stderr Error: no such container ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-node-exporter.smithi067 2024-02-08T22:44:00.160 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Deploy daemon node-exporter.smithi067 ... 2024-02-08T22:44:00.160 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Verifying port 9100 ... 2024-02-08T22:44:00.160 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Non-zero exit code 1 from systemctl start ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@node-exporter.smithi067 2024-02-08T22:44:00.160 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: systemctl: stderr Job for ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@node-exporter.smithi067.service failed because a timeout was exceeded. 2024-02-08T22:44:00.160 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: systemctl: stderr See "systemctl status ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@node-exporter.smithi067.service" and "journalctl -xe" for details. 2024-02-08T22:44:00.161 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Traceback (most recent call last): 2024-02-08T22:44:00.161 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-08T22:44:00.161 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: main() 2024-02-08T22:44:00.161 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-08T22:44:00.161 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: r = ctx.func(ctx) 2024-02-08T22:44:00.161 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-08T22:44:00.161 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: return func(ctx) 2024-02-08T22:44:00.161 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-02-08T22:44:00.161 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: ports=daemon_ports) 2024-02-08T22:44:00.161 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-02-08T22:44:00.161 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: c, osd_fsid=osd_fsid, ports=ports) 2024-02-08T22:44:00.161 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-02-08T22:44:00.161 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-02-08T22:44:00.161 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-02-08T22:44:00.161 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-02-08T22:44:00.162 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: RuntimeError: Failed command: systemctl start ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@node-exporter.smithi067 2024-02-08T22:44:00.162 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Traceback (most recent call last): 2024-02-08T22:44:00.162 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-02-08T22:44:00.162 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: yield (conn, connr) 2024-02-08T22:44:00.162 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-02-08T22:44:00.162 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: code, '\n'.join(err))) 2024-02-08T22:44:00.162 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-node-exporter.smithi067 2024-02-08T22:44:00.162 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: /bin/podman: stderr Error: no such container ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-node-exporter.smithi067 2024-02-08T22:44:00.162 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Deploy daemon node-exporter.smithi067 ... 2024-02-08T22:44:00.162 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Verifying port 9100 ... 2024-02-08T22:44:00.162 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Non-zero exit code 1 from systemctl start ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@node-exporter.smithi067 2024-02-08T22:44:00.162 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: systemctl: stderr Job for ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@node-exporter.smithi067.service failed because a timeout was exceeded. 2024-02-08T22:44:00.162 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: systemctl: stderr See "systemctl status ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@node-exporter.smithi067.service" and "journalctl -xe" for details. 2024-02-08T22:44:00.162 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Traceback (most recent call last): 2024-02-08T22:44:00.163 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-08T22:44:00.163 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: main() 2024-02-08T22:44:00.163 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-08T22:44:00.163 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: r = ctx.func(ctx) 2024-02-08T22:44:00.163 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-08T22:44:00.163 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: return func(ctx) 2024-02-08T22:44:00.163 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-02-08T22:44:00.163 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: ports=daemon_ports) 2024-02-08T22:44:00.163 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-02-08T22:44:00.163 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: c, osd_fsid=osd_fsid, ports=ports) 2024-02-08T22:44:00.164 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-02-08T22:44:00.164 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-02-08T22:44:00.164 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-02-08T22:44:00.164 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-02-08T22:44:00.164 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: RuntimeError: Failed command: systemctl start ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@node-exporter.smithi067 2024-02-08T22:44:00.164 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cephadm 2024-02-08T22:43:58.451187+0000 mgr.smithi067.vjzxmm (mgr.14164) 236 : cephadm [ERR] Failed while placing node-exporter.smithi067 on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-node-exporter.smithi067 2024-02-08T22:44:00.164 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: /bin/podman: stderr Error: no such container ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-node-exporter.smithi067 2024-02-08T22:44:00.164 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Deploy daemon node-exporter.smithi067 ... 2024-02-08T22:44:00.164 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Verifying port 9100 ... 2024-02-08T22:44:00.164 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Non-zero exit code 1 from systemctl start ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@node-exporter.smithi067 2024-02-08T22:44:00.164 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: systemctl: stderr Job for ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@node-exporter.smithi067.service failed because a timeout was exceeded. 2024-02-08T22:44:00.164 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: systemctl: stderr See "systemctl status ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@node-exporter.smithi067.service" and "journalctl -xe" for details. 2024-02-08T22:44:00.165 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Traceback (most recent call last): 2024-02-08T22:44:00.165 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-08T22:44:00.165 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: main() 2024-02-08T22:44:00.165 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-08T22:44:00.165 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: r = ctx.func(ctx) 2024-02-08T22:44:00.165 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-08T22:44:00.165 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: return func(ctx) 2024-02-08T22:44:00.165 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-02-08T22:44:00.165 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: ports=daemon_ports) 2024-02-08T22:44:00.165 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-02-08T22:44:00.165 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: c, osd_fsid=osd_fsid, ports=ports) 2024-02-08T22:44:00.165 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-02-08T22:44:00.165 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-02-08T22:44:00.165 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-02-08T22:44:00.166 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-02-08T22:44:00.166 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: RuntimeError: Failed command: systemctl start ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@node-exporter.smithi067 2024-02-08T22:44:00.166 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:43:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cephadm 2024-02-08T22:43:58.457347+0000 mgr.smithi067.vjzxmm (mgr.14164) 237 : cephadm [INF] Deploying daemon prometheus.smithi067 on smithi067 2024-02-08T22:44:02.354 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:44:02.354 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:44:02.356 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:44:02.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:01 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:44:00.389963+0000 mgr.smithi067.vjzxmm (mgr.14164) 238 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:44:02.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:01 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:44:01.474041+0000 mon.smithi067 (mon.0) 252 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:44:03.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:02 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:44:02.351976+0000 mon.smithi067 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.203:0/2444689750' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:44:04.076 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:44:04.076 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:44:04.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:03 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:44:02.390327+0000 mgr.smithi067.vjzxmm (mgr.14164) 239 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:44:06.295 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:44:06.295 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:44:06.296 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:44:06.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:05 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:44:04.390731+0000 mgr.smithi067.vjzxmm (mgr.14164) 240 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:44:07.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:06 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:44:06.292137+0000 mon.smithi067 (mon.0) 254 : audit [DBG] from='client.? 172.21.15.203:0/3108784623' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:44:08.066 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:44:08.066 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:44:08.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:07 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:44:06.391014+0000 mgr.smithi067.vjzxmm (mgr.14164) 241 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:44:10.299 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:44:10.299 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:44:10.301 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:44:10.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:09 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:44:08.391251+0000 mgr.smithi067.vjzxmm (mgr.14164) 242 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:44:11.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:10 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:44:10.296725+0000 mon.smithi067 (mon.0) 255 : audit [DBG] from='client.? 172.21.15.203:0/3455268106' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:44:12.168 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:44:12.168 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:44:12.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:11 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:44:10.391709+0000 mgr.smithi067.vjzxmm (mgr.14164) 243 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:44:14.405 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:44:14.406 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:44:14.407 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:44:14.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:13 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:44:12.392058+0000 mgr.smithi067.vjzxmm (mgr.14164) 244 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:44:15.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:14 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:44:14.402900+0000 mon.smithi067 (mon.0) 256 : audit [DBG] from='client.? 172.21.15.203:0/3875261825' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:44:16.204 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:44:16.204 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:44:16.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:15 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:44:14.392367+0000 mgr.smithi067.vjzxmm (mgr.14164) 245 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:44:18.368 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:44:18.368 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:44:18.370 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:44:18.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:17 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:44:16.392753+0000 mgr.smithi067.vjzxmm (mgr.14164) 246 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:44:19.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:18 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:44:18.366565+0000 mon.smithi067 (mon.0) 257 : audit [DBG] from='client.? 172.21.15.203:0/3980019653' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:44:20.122 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:44:20.123 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:44:20.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:19 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:44:18.393083+0000 mgr.smithi067.vjzxmm (mgr.14164) 247 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:44:22.398 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:44:22.398 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:44:22.400 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:44:22.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:21 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:44:20.393376+0000 mgr.smithi067.vjzxmm (mgr.14164) 248 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:44:23.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:22 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:44:22.395945+0000 mon.smithi067 (mon.0) 258 : audit [DBG] from='client.? 172.21.15.203:0/1868994211' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:44:24.027 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:44:24.027 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:44:24.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:44:22.393813+0000 mgr.smithi067.vjzxmm (mgr.14164) 249 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:44:26.245 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:44:26.245 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:44:26.247 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:44:26.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:25 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:44:24.394211+0000 mgr.smithi067.vjzxmm (mgr.14164) 250 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:44:27.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:44:26.243629+0000 mon.smithi067 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.203:0/251767213' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:44:27.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:44:26.467472+0000 mon.smithi067 (mon.0) 260 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/mirror_snapshot_schedule"}]: dispatch 2024-02-08T22:44:27.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:44:26.469080+0000 mon.smithi067 (mon.0) 261 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/trash_purge_schedule"}]: dispatch 2024-02-08T22:44:27.954 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:44:27.955 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:44:28.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:44:26.394551+0000 mgr.smithi067.vjzxmm (mgr.14164) 251 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:44:30.032 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:44:30.033 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:44:30.034 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:44:30.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:29 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:44:28.394998+0000 mgr.smithi067.vjzxmm (mgr.14164) 252 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:44:31.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:30 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:44:30.030444+0000 mon.smithi067 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.203:0/2584669863' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:44:31.748 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:44:31.748 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:44:32.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:31 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:44:30.395418+0000 mgr.smithi067.vjzxmm (mgr.14164) 253 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:44:33.868 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:44:33.868 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:44:33.870 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:44:34.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:33 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:44:32.395742+0000 mgr.smithi067.vjzxmm (mgr.14164) 254 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:44:34.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:33 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:44:33.865671+0000 mon.smithi067 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.203:0/1647299620' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:44:35.609 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:44:35.609 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:44:36.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:35 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:44:34.396100+0000 mgr.smithi067.vjzxmm (mgr.14164) 255 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:44:37.930 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:44:37.930 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:44:37.931 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:44:38.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:44:36.396448+0000 mgr.smithi067.vjzxmm (mgr.14164) 256 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:44:38.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:44:37.927994+0000 mon.smithi067 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.203:0/1943300582' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:44:39.683 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:44:39.683 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:44:40.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:39 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:44:38.396776+0000 mgr.smithi067.vjzxmm (mgr.14164) 257 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:44:41.810 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:44:41.811 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:44:41.812 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:44:42.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:41 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:44:40.397090+0000 mgr.smithi067.vjzxmm (mgr.14164) 258 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:44:42.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:41 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:44:41.808342+0000 mon.smithi067 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.203:0/2293167534' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:44:43.559 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:44:43.559 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:44:44.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:43 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:44:42.397468+0000 mgr.smithi067.vjzxmm (mgr.14164) 259 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:44:45.839 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:44:45.839 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:44:45.841 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:44:46.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:45 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:44:44.397797+0000 mgr.smithi067.vjzxmm (mgr.14164) 260 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:44:46.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:45 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:44:45.836864+0000 mon.smithi067 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.203:0/382282175' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:44:47.535 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:44:47.535 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:44:48.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:47 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:44:46.398066+0000 mgr.smithi067.vjzxmm (mgr.14164) 261 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:44:49.621 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:44:49.622 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:44:49.623 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:44:50.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:49 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:44:48.398352+0000 mgr.smithi067.vjzxmm (mgr.14164) 262 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:44:50.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:49 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:44:49.619443+0000 mon.smithi067 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.203:0/4210061991' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:44:51.402 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:44:51.403 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:44:52.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:51 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:44:50.398655+0000 mgr.smithi067.vjzxmm (mgr.14164) 263 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:44:53.636 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:44:53.636 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:44:53.638 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:44:54.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:53 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:44:52.398915+0000 mgr.smithi067.vjzxmm (mgr.14164) 264 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:44:54.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:53 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:44:53.634198+0000 mon.smithi067 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.203:0/4126990664' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:44:55.412 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:44:55.412 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:44:56.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:55 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:44:54.399270+0000 mgr.smithi067.vjzxmm (mgr.14164) 265 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:44:57.668 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:44:57.668 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:44:57.670 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:44:58.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:57 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:44:56.399636+0000 mgr.smithi067.vjzxmm (mgr.14164) 266 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:44:58.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:57 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:44:57.665531+0000 mon.smithi067 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.203:0/4029129944' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:44:59.412 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:44:59.412 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:45:00.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:44:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:44:58.399955+0000 mgr.smithi067.vjzxmm (mgr.14164) 267 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:45:01.660 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:45:01.660 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:45:01.662 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:45:02.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:01 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:45:00.400313+0000 mgr.smithi067.vjzxmm (mgr.14164) 268 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:45:02.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:01 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:45:01.658477+0000 mon.smithi067 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.203:0/1435795292' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:45:03.546 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:45:03.546 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:45:04.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:03 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:45:02.400683+0000 mgr.smithi067.vjzxmm (mgr.14164) 269 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:45:05.711 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:45:05.712 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:45:05.713 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:45:06.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:05 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:45:04.400996+0000 mgr.smithi067.vjzxmm (mgr.14164) 270 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:45:06.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:05 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:45:05.709131+0000 mon.smithi067 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.203:0/1618492602' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:45:07.419 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:45:07.420 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:45:08.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:07 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:45:06.401274+0000 mgr.smithi067.vjzxmm (mgr.14164) 271 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:45:09.573 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:45:09.573 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:45:09.575 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:45:10.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:09 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:45:08.401660+0000 mgr.smithi067.vjzxmm (mgr.14164) 272 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:45:10.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:09 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:45:09.571368+0000 mon.smithi067 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.203:0/3461107426' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:45:11.350 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:45:11.350 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:45:12.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:11 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:45:10.402060+0000 mgr.smithi067.vjzxmm (mgr.14164) 273 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:45:13.686 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:45:13.686 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:45:13.688 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:45:14.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:13 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:45:12.402361+0000 mgr.smithi067.vjzxmm (mgr.14164) 274 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:45:14.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:13 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:45:13.683808+0000 mon.smithi067 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.203:0/3368112587' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:45:15.366 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:45:15.367 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:45:16.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:15 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:45:14.402608+0000 mgr.smithi067.vjzxmm (mgr.14164) 275 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:45:17.658 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:45:17.658 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:45:17.659 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:45:18.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:17 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:45:16.402874+0000 mgr.smithi067.vjzxmm (mgr.14164) 276 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:45:18.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:17 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:45:17.655746+0000 mon.smithi067 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.203:0/1133029844' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:45:19.263 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:45:19.264 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:45:20.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:19 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:45:18.403190+0000 mgr.smithi067.vjzxmm (mgr.14164) 277 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:45:21.387 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:45:21.387 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:45:21.389 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:45:22.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:21 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:45:20.403559+0000 mgr.smithi067.vjzxmm (mgr.14164) 278 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:45:22.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:21 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:45:21.385192+0000 mon.smithi067 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.203:0/777437578' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:45:23.069 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:45:23.069 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:45:24.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:45:22.403909+0000 mgr.smithi067.vjzxmm (mgr.14164) 279 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:45:25.433 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:45:25.433 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:45:25.435 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:45:26.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:25 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:45:24.404195+0000 mgr.smithi067.vjzxmm (mgr.14164) 280 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:45:26.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:25 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:45:25.431144+0000 mon.smithi067 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.203:0/3915280132' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:45:27.140 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:45:27.140 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:45:27.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:45:26.468442+0000 mon.smithi067 (mon.0) 277 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/mirror_snapshot_schedule"}]: dispatch 2024-02-08T22:45:27.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:45:26.469940+0000 mon.smithi067 (mon.0) 278 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/trash_purge_schedule"}]: dispatch 2024-02-08T22:45:28.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:45:26.404487+0000 mgr.smithi067.vjzxmm (mgr.14164) 281 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:45:29.306 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:45:29.306 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:45:29.308 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:45:30.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:29 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:45:28.404758+0000 mgr.smithi067.vjzxmm (mgr.14164) 282 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:45:30.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:29 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:45:29.304686+0000 mon.smithi067 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.203:0/902016267' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:45:30.965 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:45:30.965 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:45:32.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:31 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:45:30.405099+0000 mgr.smithi067.vjzxmm (mgr.14164) 283 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:45:33.221 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:45:33.222 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:45:33.223 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:45:34.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:33 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:45:32.405475+0000 mgr.smithi067.vjzxmm (mgr.14164) 284 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:45:34.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:33 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:45:33.219556+0000 mon.smithi067 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.203:0/904328362' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:45:34.882 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:45:34.882 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:45:36.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:35 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:45:34.405791+0000 mgr.smithi067.vjzxmm (mgr.14164) 285 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:45:37.159 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:45:37.159 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:45:37.160 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:45:38.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:45:36.406131+0000 mgr.smithi067.vjzxmm (mgr.14164) 286 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:45:38.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:45:37.156342+0000 mon.smithi067 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.203:0/499629703' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:45:38.880 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:45:38.881 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:45:40.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:39 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:45:38.406531+0000 mgr.smithi067.vjzxmm (mgr.14164) 287 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:45:41.069 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:45:41.069 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:45:41.070 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:45:42.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:41 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:45:40.406898+0000 mgr.smithi067.vjzxmm (mgr.14164) 288 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:45:42.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:41 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:45:41.066647+0000 mon.smithi067 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.203:0/814294469' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:45:42.738 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:45:42.738 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:45:44.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:43 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:45:42.407143+0000 mgr.smithi067.vjzxmm (mgr.14164) 289 : cluster [DBG] pgmap v272: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:45:45.003 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:45:45.004 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:45:45.005 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:45:46.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:45 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:45:44.407494+0000 mgr.smithi067.vjzxmm (mgr.14164) 290 : cluster [DBG] pgmap v273: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:45:46.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:45 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:45:45.001422+0000 mon.smithi067 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.203:0/3177362422' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:45:46.856 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:45:46.856 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:45:48.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:47 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:45:46.407833+0000 mgr.smithi067.vjzxmm (mgr.14164) 291 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:45:49.040 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:45:49.041 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:45:49.042 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:45:50.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:49 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:45:48.408158+0000 mgr.smithi067.vjzxmm (mgr.14164) 292 : cluster [DBG] pgmap v275: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:45:50.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:49 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:45:49.038533+0000 mon.smithi067 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.203:0/3776396225' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:45:50.788 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:45:50.789 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:45:52.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:51 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:45:50.408376+0000 mgr.smithi067.vjzxmm (mgr.14164) 293 : cluster [DBG] pgmap v276: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:45:52.977 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:45:52.977 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:45:52.979 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:45:54.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:53 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:45:52.408739+0000 mgr.smithi067.vjzxmm (mgr.14164) 294 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:45:54.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:53 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:45:52.975141+0000 mon.smithi067 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.203:0/553951685' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:45:54.706 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:45:54.706 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:45:56.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:55 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:45:54.408975+0000 mgr.smithi067.vjzxmm (mgr.14164) 295 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:45:56.911 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:45:56.912 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:45:56.913 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:45:57.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:56 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:45:56.909754+0000 mon.smithi067 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.203:0/4248606075' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:45:58.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:57 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:45:56.409248+0000 mgr.smithi067.vjzxmm (mgr.14164) 296 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:45:58.713 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:45:58.714 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:46:00.377 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:45:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:45:58.409632+0000 mgr.smithi067.vjzxmm (mgr.14164) 297 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:46:00.922 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:46:00.923 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:46:00.925 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:46:01.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:00 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:46:00.920838+0000 mon.smithi067 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.203:0/3770758476' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:46:02.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:01 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:00.409915+0000 mgr.smithi067.vjzxmm (mgr.14164) 298 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:46:02.685 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:46:02.685 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:46:04.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:03 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:02.410171+0000 mgr.smithi067.vjzxmm (mgr.14164) 299 : cluster [DBG] pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:46:04.860 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:46:04.860 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:46:04.861 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:46:05.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:04 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:46:04.857952+0000 mon.smithi067 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.203:0/2987513269' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:46:06.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:05 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:04.410484+0000 mgr.smithi067.vjzxmm (mgr.14164) 300 : cluster [DBG] pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:46:06.696 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:46:06.696 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:46:07.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:07 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:06.410819+0000 mgr.smithi067.vjzxmm (mgr.14164) 301 : cluster [DBG] pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:46:09.059 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:46:09.060 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:46:09.061 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:46:10.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:09 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:08.411148+0000 mgr.smithi067.vjzxmm (mgr.14164) 302 : cluster [DBG] pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:46:10.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:09 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:46:09.057366+0000 mon.smithi067 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.203:0/989412880' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:46:10.752 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:46:10.753 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:46:12.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:11 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:10.411527+0000 mgr.smithi067.vjzxmm (mgr.14164) 303 : cluster [DBG] pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:46:12.850 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:46:12.850 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:46:12.851 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:46:13.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:12 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:46:12.847364+0000 mon.smithi067 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.203:0/829535388' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:46:14.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:13 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:12.411841+0000 mgr.smithi067.vjzxmm (mgr.14164) 304 : cluster [DBG] pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:46:14.556 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:46:14.556 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:46:16.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:15 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:14.412080+0000 mgr.smithi067.vjzxmm (mgr.14164) 305 : cluster [DBG] pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:46:16.770 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:46:16.770 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:46:16.772 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:46:17.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:16 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:46:16.768362+0000 mon.smithi067 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.203:0/1739784606' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:46:18.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:17 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:16.412441+0000 mgr.smithi067.vjzxmm (mgr.14164) 306 : cluster [DBG] pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:46:18.500 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:46:18.500 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:46:20.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:19 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:18.412872+0000 mgr.smithi067.vjzxmm (mgr.14164) 307 : cluster [DBG] pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:46:20.550 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:46:20.550 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:46:20.551 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:46:21.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:20 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:46:20.547664+0000 mon.smithi067 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.203:0/3683669450' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:46:22.373 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:46:22.373 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:46:22.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:21 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:20.413183+0000 mgr.smithi067.vjzxmm (mgr.14164) 308 : cluster [DBG] pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:46:24.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:22.413578+0000 mgr.smithi067.vjzxmm (mgr.14164) 309 : cluster [DBG] pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:46:24.598 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:46:24.598 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:46:24.599 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:46:25.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:24 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:46:24.595718+0000 mon.smithi067 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.203:0/898675233' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:46:26.203 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:25 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:24.413846+0000 mgr.smithi067.vjzxmm (mgr.14164) 310 : cluster [DBG] pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:46:26.276 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:46:26.277 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:46:27.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:46:26.200493+0000 mon.smithi067 (mon.0) 294 : audit [DBG] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:46:27.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:46:26.201658+0000 mon.smithi067 (mon.0) 295 : audit [DBG] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:46:27.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:46:26.202650+0000 mon.smithi067 (mon.0) 296 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:46:27.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:46:26.469499+0000 mon.smithi067 (mon.0) 297 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/mirror_snapshot_schedule"}]: dispatch 2024-02-08T22:46:27.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:46:26.470668+0000 mon.smithi067 (mon.0) 298 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/trash_purge_schedule"}]: dispatch 2024-02-08T22:46:27.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:46:26.481272+0000 mon.smithi067 (mon.0) 299 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:46:27.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:46:26.834684+0000 mon.smithi067 (mon.0) 300 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:46:28.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cephadm 2024-02-08T22:46:26.199395+0000 mgr.smithi067.vjzxmm (mgr.14164) 311 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-prometheus.smithi067 2024-02-08T22:46:28.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: /bin/podman: stderr Error: no such container ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-prometheus.smithi067 2024-02-08T22:46:28.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Deploy daemon prometheus.smithi067 ... 2024-02-08T22:46:28.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus 2024-02-08T22:46:28.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1... 2024-02-08T22:46:28.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr time="2024-02-08T22:44:33Z" 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-08T22:46:28.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr time="2024-02-08T22:45:11Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 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-08T22:46:28.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr time="2024-02-08T22:45:48Z" 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-08T22:46:28.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 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-08T22:46:28.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Traceback (most recent call last): 2024-02-08T22:46:28.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-08T22:46:28.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: main() 2024-02-08T22:46:28.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-08T22:46:28.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: r = ctx.func(ctx) 2024-02-08T22:46:28.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-08T22:46:28.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: return func(ctx) 2024-02-08T22:46:28.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-02-08T22:46:28.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-08T22:46:28.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4269, in extract_uid_gid_monitoring 2024-02-08T22:46:28.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: uid, gid = extract_uid_gid(ctx, file_path='/etc/prometheus') 2024-02-08T22:46:28.412 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-02-08T22:46:28.412 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: raise RuntimeError('uid/gid not found') 2024-02-08T22:46:28.412 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: RuntimeError: uid/gid not found 2024-02-08T22:46:28.412 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Traceback (most recent call last): 2024-02-08T22:46:28.412 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-02-08T22:46:28.412 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: yield (conn, connr) 2024-02-08T22:46:28.412 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-02-08T22:46:28.412 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: code, '\n'.join(err))) 2024-02-08T22:46:28.412 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-prometheus.smithi067 2024-02-08T22:46:28.412 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: /bin/podman: stderr Error: no such container ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-prometheus.smithi067 2024-02-08T22:46:28.412 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Deploy daemon prometheus.smithi067 ... 2024-02-08T22:46:28.412 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus 2024-02-08T22:46:28.412 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1... 2024-02-08T22:46:28.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr time="2024-02-08T22:44:33Z" 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-08T22:46:28.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr time="2024-02-08T22:45:11Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 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-08T22:46:28.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr time="2024-02-08T22:45:48Z" 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-08T22:46:28.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 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-08T22:46:28.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Traceback (most recent call last): 2024-02-08T22:46:28.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-08T22:46:28.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: main() 2024-02-08T22:46:28.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-08T22:46:28.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: r = ctx.func(ctx) 2024-02-08T22:46:28.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-08T22:46:28.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: return func(ctx) 2024-02-08T22:46:28.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-02-08T22:46:28.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-08T22:46:28.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4269, in extract_uid_gid_monitoring 2024-02-08T22:46:28.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: uid, gid = extract_uid_gid(ctx, file_path='/etc/prometheus') 2024-02-08T22:46:28.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-02-08T22:46:28.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: raise RuntimeError('uid/gid not found') 2024-02-08T22:46:28.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: RuntimeError: uid/gid not found 2024-02-08T22:46:28.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cephadm 2024-02-08T22:46:26.199662+0000 mgr.smithi067.vjzxmm (mgr.14164) 312 : cephadm [ERR] Failed while placing prometheus.smithi067 on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-prometheus.smithi067 2024-02-08T22:46:28.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: /bin/podman: stderr Error: no such container ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-prometheus.smithi067 2024-02-08T22:46:28.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Deploy daemon prometheus.smithi067 ... 2024-02-08T22:46:28.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus 2024-02-08T22:46:28.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1... 2024-02-08T22:46:28.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr time="2024-02-08T22:44:33Z" 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-08T22:46:28.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr time="2024-02-08T22:45:11Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 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-08T22:46:28.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: stat: stderr time="2024-02-08T22:45:48Z" 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-08T22:46:28.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: 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-08T22:46:28.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: Traceback (most recent call last): 2024-02-08T22:46:28.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-08T22:46:28.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: main() 2024-02-08T22:46:28.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-08T22:46:28.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: r = ctx.func(ctx) 2024-02-08T22:46:28.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-08T22:46:28.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: return func(ctx) 2024-02-08T22:46:28.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-02-08T22:46:28.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-08T22:46:28.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4269, in extract_uid_gid_monitoring 2024-02-08T22:46:28.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: uid, gid = extract_uid_gid(ctx, file_path='/etc/prometheus') 2024-02-08T22:46:28.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: File "/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-02-08T22:46:28.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: raise RuntimeError('uid/gid not found') 2024-02-08T22:46:28.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: RuntimeError: uid/gid not found 2024-02-08T22:46:28.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:26.414084+0000 mgr.smithi067.vjzxmm (mgr.14164) 313 : cluster [DBG] pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:46:28.416 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:46:27.909053+0000 mon.smithi067 (mon.0) 301 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:46:28.835 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:46:28.835 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:46:28.836 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:46:29.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:29 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:46:28.239395+0000 mon.smithi067 (mon.0) 302 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:46:29.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:29 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:28.414363+0000 mgr.smithi067.vjzxmm (mgr.14164) 314 : cluster [DBG] pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:46:29.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:29 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cephadm 2024-02-08T22:46:28.494238+0000 mgr.smithi067.vjzxmm (mgr.14164) 315 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2024-02-08T22:46:29.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:29 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cephadm 2024-02-08T22:46:28.516542+0000 mgr.smithi067.vjzxmm (mgr.14164) 316 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.client.admin.keyring 2024-02-08T22:46:29.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:29 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:46:28.588856+0000 mon.smithi067 (mon.0) 303 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:46:29.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:29 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:46:28.832625+0000 mon.smithi067 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.203:0/2891428643' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:46:31.186 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:46:31.187 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:46:31.909 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:31 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:30.414727+0000 mgr.smithi067.vjzxmm (mgr.14164) 317 : cluster [DBG] pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:46:33.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:33 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:46:32.211807+0000 mon.smithi067 (mon.0) 305 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:46:33.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:33 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:32.414998+0000 mgr.smithi067.vjzxmm (mgr.14164) 318 : cluster [DBG] pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:46:33.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:33 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:46:32.587622+0000 mon.smithi067 (mon.0) 306 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:46:33.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:33 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:46:32.588525+0000 mon.smithi067 (mon.0) 307 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix": "config rm", "who": "osd/host:smithi203", "name": "osd_memory_target"}]: dispatch 2024-02-08T22:46:33.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:33 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:32.589795+0000 mgr.smithi067.vjzxmm (mgr.14164) 319 : cluster [DBG] pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:46:33.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:33 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:46:32.592704+0000 mon.smithi067 (mon.0) 308 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' 2024-02-08T22:46:33.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:33 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cephadm 2024-02-08T22:46:32.595514+0000 mgr.smithi067.vjzxmm (mgr.14164) 320 : cephadm [INF] Deploying daemon alertmanager.smithi067 on smithi067 2024-02-08T22:46:33.991 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:46:33.991 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:46:33.995 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:46:34.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:34 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:33.210209+0000 mon.smithi067 (mon.0) 309 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-02-08T22:46:34.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:34 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:46:33.988888+0000 mon.smithi067 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.203:0/1544961167' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:46:35.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:35 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:34.590161+0000 mgr.smithi067.vjzxmm (mgr.14164) 321 : cluster [DBG] pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:46:35.768 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:46:35.768 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:46:37.909 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:36.590522+0000 mgr.smithi067.vjzxmm (mgr.14164) 322 : cluster [DBG] pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:46:38.095 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:46:38.096 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:46:38.097 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:46:38.909 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:38 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:46:38.093695+0000 mon.smithi067 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.203:0/1086992394' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:46:39.816 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:46:39.816 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:46:40.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:39 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:38.590787+0000 mgr.smithi067.vjzxmm (mgr.14164) 323 : cluster [DBG] pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:46:41.976 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:46:41.976 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:46:41.977 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:46:42.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:41 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:40.591051+0000 mgr.smithi067.vjzxmm (mgr.14164) 324 : cluster [DBG] pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:46:43.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:42 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:46:41.973454+0000 mon.smithi067 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.203:0/325726226' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:46:43.673 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:46:43.673 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:46:44.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:43 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:42.591447+0000 mgr.smithi067.vjzxmm (mgr.14164) 325 : cluster [DBG] pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:46:45.810 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:46:45.810 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:46:45.812 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:46:46.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:45 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:44.591865+0000 mgr.smithi067.vjzxmm (mgr.14164) 326 : cluster [DBG] pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:46:46.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:45 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:46:45.808529+0000 mon.smithi067 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.203:0/2427895275' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:46:47.584 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:46:47.585 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:46:48.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:47 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:46.592269+0000 mgr.smithi067.vjzxmm (mgr.14164) 327 : cluster [DBG] pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:46:49.819 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:46:49.819 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:46:49.821 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:46:50.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:49 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:48.592597+0000 mgr.smithi067.vjzxmm (mgr.14164) 328 : cluster [DBG] pgmap v306: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:46:50.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:49 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:46:49.816951+0000 mon.smithi067 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.203:0/1479317424' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:46:51.599 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:46:51.600 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:46:52.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:51 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:50.592966+0000 mgr.smithi067.vjzxmm (mgr.14164) 329 : cluster [DBG] pgmap v307: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:46:53.871 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:46:53.871 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:46:53.873 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:46:54.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:53 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:52.593363+0000 mgr.smithi067.vjzxmm (mgr.14164) 330 : cluster [DBG] pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:46:54.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:53 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:46:53.869510+0000 mon.smithi067 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.203:0/1511193662' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:46:55.732 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:46:55.732 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:46:56.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:55 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:54.593742+0000 mgr.smithi067.vjzxmm (mgr.14164) 331 : cluster [DBG] pgmap v309: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:46:58.022 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:46:58.022 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:46:58.023 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:46:58.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:57 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:56.594113+0000 mgr.smithi067.vjzxmm (mgr.14164) 332 : cluster [DBG] pgmap v310: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:46:59.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:58 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:46:58.019571+0000 mon.smithi067 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.203:0/1871530220' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:46:59.653 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:46:59.654 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:47:00.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:46:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:46:58.594446+0000 mgr.smithi067.vjzxmm (mgr.14164) 333 : cluster [DBG] pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:47:01.909 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:47:01.909 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:47:01.911 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:47:02.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:01 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:47:00.594747+0000 mgr.smithi067.vjzxmm (mgr.14164) 334 : cluster [DBG] pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:47:02.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:01 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:47:01.906961+0000 mon.smithi067 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.203:0/2515512733' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:47:03.631 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:47:03.632 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:47:04.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:03 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:47:02.595090+0000 mgr.smithi067.vjzxmm (mgr.14164) 335 : cluster [DBG] pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:47:05.966 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:47:05.966 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:47:05.967 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:47:06.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:05 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:47:04.595476+0000 mgr.smithi067.vjzxmm (mgr.14164) 336 : cluster [DBG] pgmap v314: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:47:06.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:05 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:47:05.963755+0000 mon.smithi067 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.203:0/1101054533' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:47:07.640 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:47:07.641 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:47:08.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:07 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:47:06.595865+0000 mgr.smithi067.vjzxmm (mgr.14164) 337 : cluster [DBG] pgmap v315: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:47:09.936 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:47:09.936 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:47:09.937 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:47:10.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:09 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:47:08.596255+0000 mgr.smithi067.vjzxmm (mgr.14164) 338 : cluster [DBG] pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:47:10.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:09 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:47:09.933581+0000 mon.smithi067 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.203:0/2001096285' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:47:11.605 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:47:11.605 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:47:12.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:11 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:47:10.596623+0000 mgr.smithi067.vjzxmm (mgr.14164) 339 : cluster [DBG] pgmap v317: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:47:13.770 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:47:13.770 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:47:13.771 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:47:14.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:13 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:47:12.597062+0000 mgr.smithi067.vjzxmm (mgr.14164) 340 : cluster [DBG] pgmap v318: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:47:14.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:13 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:47:13.767759+0000 mon.smithi067 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.203:0/1346241972' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:47:15.591 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:47:15.592 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:47:16.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:15 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:47:14.597476+0000 mgr.smithi067.vjzxmm (mgr.14164) 341 : cluster [DBG] pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:47:17.839 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:47:17.840 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:47:17.841 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:47:18.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:17 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:47:16.597832+0000 mgr.smithi067.vjzxmm (mgr.14164) 342 : cluster [DBG] pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:47:18.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:17 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:47:17.837561+0000 mon.smithi067 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.203:0/1502923944' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:47:19.574 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:47:19.574 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:47:20.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:19 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:47:18.598135+0000 mgr.smithi067.vjzxmm (mgr.14164) 343 : cluster [DBG] pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:47:22.086 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:47:22.086 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:47:22.087 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:47:22.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:21 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:47:20.598487+0000 mgr.smithi067.vjzxmm (mgr.14164) 344 : cluster [DBG] pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:47:23.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:22 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:47:22.083396+0000 mon.smithi067 (mon.0) 322 : audit [DBG] from='client.? 172.21.15.203:0/4270873475' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:47:23.833 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:47:23.833 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:47:24.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:47:22.598825+0000 mgr.smithi067.vjzxmm (mgr.14164) 345 : cluster [DBG] pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:47:25.953 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:47:25.953 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:47:25.954 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:47:26.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:25 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:47:24.599292+0000 mgr.smithi067.vjzxmm (mgr.14164) 346 : cluster [DBG] pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:47:26.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:25 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:47:25.950887+0000 mon.smithi067 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.203:0/1747858508' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:47:27.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:47:26.470575+0000 mon.smithi067 (mon.0) 324 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/mirror_snapshot_schedule"}]: dispatch 2024-02-08T22:47:27.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:47:26.471444+0000 mon.smithi067 (mon.0) 325 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/trash_purge_schedule"}]: dispatch 2024-02-08T22:47:27.765 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:47:27.766 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:47:28.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:47:26.599619+0000 mgr.smithi067.vjzxmm (mgr.14164) 347 : cluster [DBG] pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:47:30.119 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:47:30.119 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:47:30.120 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:47:30.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:29 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:47:28.599896+0000 mgr.smithi067.vjzxmm (mgr.14164) 348 : cluster [DBG] pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:47:31.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:31 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:47:30.116502+0000 mon.smithi067 (mon.0) 326 : audit [DBG] from='client.? 172.21.15.203:0/1885456606' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:47:31.922 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:47:31.923 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:47:32.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:32 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:47:30.600352+0000 mgr.smithi067.vjzxmm (mgr.14164) 349 : cluster [DBG] pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:47:34.062 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:47:34.062 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:47:34.063 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:47:34.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:34 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:47:32.600752+0000 mgr.smithi067.vjzxmm (mgr.14164) 350 : cluster [DBG] pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:47:35.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:35 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:47:34.060151+0000 mon.smithi067 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.203:0/1345917655' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:47:35.837 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:47:35.838 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:47:36.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:36 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:47:34.601170+0000 mgr.smithi067.vjzxmm (mgr.14164) 351 : cluster [DBG] pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:47:37.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:47:36.601541+0000 mgr.smithi067.vjzxmm (mgr.14164) 352 : cluster [DBG] pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:47:38.014 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:47:38.015 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:47:38.016 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:47:38.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:38 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:47:38.011976+0000 mon.smithi067 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.203:0/310967618' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:47:39.723 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:47:39.724 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:47:40.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:39 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:47:38.601896+0000 mgr.smithi067.vjzxmm (mgr.14164) 353 : cluster [DBG] pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:47:41.916 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:47:41.916 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:47:41.918 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:47:42.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:41 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:47:40.602204+0000 mgr.smithi067.vjzxmm (mgr.14164) 354 : cluster [DBG] pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:47:42.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:41 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:47:41.914247+0000 mon.smithi067 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.203:0/299971995' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:47:43.613 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:47:43.614 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:47:44.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:43 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:47:42.602583+0000 mgr.smithi067.vjzxmm (mgr.14164) 355 : cluster [DBG] pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:47:45.852 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:47:45.852 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:47:45.854 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:47:46.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:45 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:47:44.602910+0000 mgr.smithi067.vjzxmm (mgr.14164) 356 : cluster [DBG] pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:47:46.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:45 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:47:45.849973+0000 mon.smithi067 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.203:0/2742335434' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:47:47.663 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:47:47.663 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:47:48.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:47 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:47:46.603235+0000 mgr.smithi067.vjzxmm (mgr.14164) 357 : cluster [DBG] pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:47:49.878 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:47:49.878 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:47:49.880 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:47:50.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:49 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:47:48.603616+0000 mgr.smithi067.vjzxmm (mgr.14164) 358 : cluster [DBG] pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:47:50.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:49 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:47:49.876255+0000 mon.smithi067 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.203:0/2105490339' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:47:51.563 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:47:51.564 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:47:52.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:51 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:47:50.603898+0000 mgr.smithi067.vjzxmm (mgr.14164) 359 : cluster [DBG] pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:47:53.768 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:47:53.768 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:47:53.770 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:47:54.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:53 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:47:52.604169+0000 mgr.smithi067.vjzxmm (mgr.14164) 360 : cluster [DBG] pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:47:54.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:53 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:47:53.766424+0000 mon.smithi067 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.203:0/2209537272' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:47:55.541 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:47:55.542 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:47:56.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:55 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:47:54.604459+0000 mgr.smithi067.vjzxmm (mgr.14164) 361 : cluster [DBG] pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:47:57.671 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:47:57.672 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:47:57.673 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:47:58.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:57 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:47:56.604826+0000 mgr.smithi067.vjzxmm (mgr.14164) 362 : cluster [DBG] pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:47:58.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:57 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:47:57.669622+0000 mon.smithi067 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.203:0/258427719' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:47:59.463 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:47:59.464 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:48:00.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:47:59 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:47:58.605101+0000 mgr.smithi067.vjzxmm (mgr.14164) 363 : cluster [DBG] pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:48:01.725 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:48:01.725 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:48:01.726 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:48:02.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:01 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:48:00.605472+0000 mgr.smithi067.vjzxmm (mgr.14164) 364 : cluster [DBG] pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:48:02.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:01 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:48:01.722727+0000 mon.smithi067 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.203:0/707698343' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:48:03.483 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:48:03.483 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:48:04.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:03 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:48:02.605843+0000 mgr.smithi067.vjzxmm (mgr.14164) 365 : cluster [DBG] pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:48:05.738 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:48:05.739 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:48:05.740 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:48:06.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:05 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:48:04.606172+0000 mgr.smithi067.vjzxmm (mgr.14164) 366 : cluster [DBG] pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:48:06.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:05 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:48:05.736262+0000 mon.smithi067 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.203:0/1595206676' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:48:07.578 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:48:07.579 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:48:08.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:07 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:48:06.606545+0000 mgr.smithi067.vjzxmm (mgr.14164) 367 : cluster [DBG] pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:48:09.705 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:48:09.705 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:48:09.706 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:48:10.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:09 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:48:08.606871+0000 mgr.smithi067.vjzxmm (mgr.14164) 368 : cluster [DBG] pgmap v346: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:48:10.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:09 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:48:09.702851+0000 mon.smithi067 (mon.0) 336 : audit [DBG] from='client.? 172.21.15.203:0/2874917147' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:48:11.520 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:48:11.521 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:48:12.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:11 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:48:10.607235+0000 mgr.smithi067.vjzxmm (mgr.14164) 369 : cluster [DBG] pgmap v347: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:48:13.669 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:48:13.669 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:48:13.670 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:48:14.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:13 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:48:12.607657+0000 mgr.smithi067.vjzxmm (mgr.14164) 370 : cluster [DBG] pgmap v348: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:48:14.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:13 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:48:13.666791+0000 mon.smithi067 (mon.0) 337 : audit [DBG] from='client.? 172.21.15.203:0/3798895958' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:48:15.471 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:48:15.472 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:48:16.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:15 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:48:14.608029+0000 mgr.smithi067.vjzxmm (mgr.14164) 371 : cluster [DBG] pgmap v349: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:48:17.630 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:48:17.630 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:48:17.631 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:48:18.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:17 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:48:16.608385+0000 mgr.smithi067.vjzxmm (mgr.14164) 372 : cluster [DBG] pgmap v350: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:48:18.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:17 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:48:17.627920+0000 mon.smithi067 (mon.0) 338 : audit [DBG] from='client.? 172.21.15.203:0/3536360119' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:48:19.456 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:48:19.456 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:48:20.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:19 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:48:18.608774+0000 mgr.smithi067.vjzxmm (mgr.14164) 373 : cluster [DBG] pgmap v351: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:48:21.699 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:48:21.699 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:48:21.700 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:48:22.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:21 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:48:20.609098+0000 mgr.smithi067.vjzxmm (mgr.14164) 374 : cluster [DBG] pgmap v352: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:48:22.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:21 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:48:21.696551+0000 mon.smithi067 (mon.0) 339 : audit [DBG] from='client.? 172.21.15.203:0/1885233263' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:48:23.485 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:48:23.485 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:48:24.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:23 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:48:22.609352+0000 mgr.smithi067.vjzxmm (mgr.14164) 375 : cluster [DBG] pgmap v353: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:48:25.722 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:48:25.722 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:48:25.724 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:48:26.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:25 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:48:24.609716+0000 mgr.smithi067.vjzxmm (mgr.14164) 376 : cluster [DBG] pgmap v354: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:48:26.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:25 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:48:25.720281+0000 mon.smithi067 (mon.0) 340 : audit [DBG] from='client.? 172.21.15.203:0/2729245572' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:48:27.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:48:26.471684+0000 mon.smithi067 (mon.0) 341 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/mirror_snapshot_schedule"}]: dispatch 2024-02-08T22:48:27.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:26 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:48:26.472423+0000 mon.smithi067 (mon.0) 342 : audit [INF] from='mgr.14164 172.21.15.67:0/1746582708' entity='mgr.smithi067.vjzxmm' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.vjzxmm/trash_purge_schedule"}]: dispatch 2024-02-08T22:48:27.463 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:48:27.463 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:48:28.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:27 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:48:26.610102+0000 mgr.smithi067.vjzxmm (mgr.14164) 377 : cluster [DBG] pgmap v355: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:48:29.621 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:48:29.622 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:48:29.623 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:48:30.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:29 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:48:28.610483+0000 mgr.smithi067.vjzxmm (mgr.14164) 378 : cluster [DBG] pgmap v356: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:48:30.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:29 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:48:29.619352+0000 mon.smithi067 (mon.0) 343 : audit [DBG] from='client.? 172.21.15.203:0/2938723321' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:48:31.355 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:48:31.355 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:48:32.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:31 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:48:30.610797+0000 mgr.smithi067.vjzxmm (mgr.14164) 379 : cluster [DBG] pgmap v357: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:48:33.634 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:48:33.634 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:48:33.636 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:48:34.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:33 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:48:32.611147+0000 mgr.smithi067.vjzxmm (mgr.14164) 380 : cluster [DBG] pgmap v358: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:48:34.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:33 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:48:33.632605+0000 mon.smithi067 (mon.0) 344 : audit [DBG] from='client.? 172.21.15.203:0/1064135762' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:48:35.330 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:48:35.330 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:48:36.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:35 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:48:34.611527+0000 mgr.smithi067.vjzxmm (mgr.14164) 381 : cluster [DBG] pgmap v359: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:48:37.598 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:48:37.598 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:48:37.600 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:48:38.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:48:36.611945+0000 mgr.smithi067.vjzxmm (mgr.14164) 382 : cluster [DBG] pgmap v360: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:48:38.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:37 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:48:37.596341+0000 mon.smithi067 (mon.0) 345 : audit [DBG] from='client.? 172.21.15.203:0/2890504811' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:48:39.383 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:48:39.384 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:48:40.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:39 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:48:38.612324+0000 mgr.smithi067.vjzxmm (mgr.14164) 383 : cluster [DBG] pgmap v361: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:48:41.716 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:48:41.716 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:48:41.717 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:48:42.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:42 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:48:40.612706+0000 mgr.smithi067.vjzxmm (mgr.14164) 384 : cluster [DBG] pgmap v362: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:48:42.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:42 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:48:41.713728+0000 mon.smithi067 (mon.0) 346 : audit [DBG] from='client.? 172.21.15.203:0/3442985297' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:48:43.447 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:48:43.447 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:48:44.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:44 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:48:42.613144+0000 mgr.smithi067.vjzxmm (mgr.14164) 385 : cluster [DBG] pgmap v363: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:48:45.594 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:48:45.594 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:48:45.595 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:48:46.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:46 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:48:44.613483+0000 mgr.smithi067.vjzxmm (mgr.14164) 386 : cluster [DBG] pgmap v364: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:48:46.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:46 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:48:45.591894+0000 mon.smithi067 (mon.0) 347 : audit [DBG] from='client.? 172.21.15.203:0/571269848' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:48:47.376 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:48:47.376 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:48:48.343 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:48 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:48:46.613784+0000 mgr.smithi067.vjzxmm (mgr.14164) 387 : cluster [DBG] pgmap v365: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:48:49.591 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:48:49.591 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:48:49.593 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:48:50.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:50 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:48:48.614024+0000 mgr.smithi067.vjzxmm (mgr.14164) 388 : cluster [DBG] pgmap v366: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:48:50.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:50 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:48:49.588997+0000 mon.smithi067 (mon.0) 348 : audit [DBG] from='client.? 172.21.15.203:0/2880646903' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:48:51.274 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:48:51.274 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:48:52.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:52 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:48:50.614382+0000 mgr.smithi067.vjzxmm (mgr.14164) 389 : cluster [DBG] pgmap v367: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:48:53.351 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:48:53.351 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:48:53.353 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:48:54.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:54 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:48:52.614809+0000 mgr.smithi067.vjzxmm (mgr.14164) 390 : cluster [DBG] pgmap v368: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:48:54.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:54 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:48:53.349141+0000 mon.smithi067 (mon.0) 349 : audit [DBG] from='client.? 172.21.15.203:0/983220106' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:48:55.110 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:48:55.110 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:48:56.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:56 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:48:54.615092+0000 mgr.smithi067.vjzxmm (mgr.14164) 391 : cluster [DBG] pgmap v369: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:48:57.362 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:48:57.363 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:48:57.363 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:48:58.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:58 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:48:56.615460+0000 mgr.smithi067.vjzxmm (mgr.14164) 392 : cluster [DBG] pgmap v370: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:48:58.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:48:58 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:48:57.359544+0000 mon.smithi067 (mon.0) 350 : audit [DBG] from='client.? 172.21.15.203:0/428172276' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:48:58.945 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:48:58.945 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:49:00.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:49:00 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:48:58.615853+0000 mgr.smithi067.vjzxmm (mgr.14164) 393 : cluster [DBG] pgmap v371: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:49:01.184 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:49:01.184 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:49:01.186 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:49:02.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:49:02 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:49:00.616182+0000 mgr.smithi067.vjzxmm (mgr.14164) 394 : cluster [DBG] pgmap v372: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:49:02.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:49:02 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:49:01.181779+0000 mon.smithi067 (mon.0) 351 : audit [DBG] from='client.? 172.21.15.203:0/335330246' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:49:02.888 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T22:49:02.888 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T22:49:04.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:49:04 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:49:02.616638+0000 mgr.smithi067.vjzxmm (mgr.14164) 395 : cluster [DBG] pgmap v373: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:49:05.160 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-02-08T22:49:05.160 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"3ff58890-c6d2-11ee-95b6-87774f69a715","modified":"2024-02-08T22:35:15.784183Z","created":"2024-02-08T22:35:15.784183Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-08T22:49:05.161 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2024-02-08T22:49:05.823 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_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/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-08T22:49:05.824 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-08T22:49:05.825 DEBUG:teuthology.orchestra.run.smithi067:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-08T22:49:05.850 DEBUG:teuthology.orchestra.run.smithi203:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-08T22:49:05.869 INFO:tasks.cephadm:Stopping all daemons... 2024-02-08T22:49:05.869 INFO:tasks.cephadm.mon.smithi067:Stopping mon.smithi067... 2024-02-08T22:49:05.870 DEBUG:teuthology.orchestra.run.smithi067:> sudo systemctl stop ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@mon.smithi067 2024-02-08T22:49:06.409 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:49:05 smithi067 systemd[1]: Stopping Ceph mon.smithi067 for 3ff58890-c6d2-11ee-95b6-87774f69a715... 2024-02-08T22:49:06.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:49:06 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: cluster 2024-02-08T22:49:04.616924+0000 mgr.smithi067.vjzxmm (mgr.14164) 396 : cluster [DBG] pgmap v374: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T22:49:06.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:49:06 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: audit 2024-02-08T22:49:05.157808+0000 mon.smithi067 (mon.0) 352 : audit [DBG] from='client.? 172.21.15.203:0/4003526719' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T22:49:06.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:49:06 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:49:06.089+0000 7f4d331a1700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi067 -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-08T22:49:06.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:49:06 smithi067 ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067[35107]: debug 2024-02-08T22:49:06.089+0000 7f4d331a1700 -1 mon.smithi067@0(leader) e1 *** Got Signal Terminated *** 2024-02-08T22:49:06.909 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Feb 08 22:49:06 smithi067 podman[41232]: ceph-3ff58890-c6d2-11ee-95b6-87774f69a715-mon.smithi067 2024-02-08T22:49:07.003 DEBUG:teuthology.orchestra.run.smithi067:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@mon.smithi067.service' 2024-02-08T22:49:07.054 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-08T22:49:07.055 INFO:tasks.cephadm.mon.smithi067:Stopped mon.smithi067 2024-02-08T22:49:07.055 INFO:tasks.cephadm.mon.smithi203:Stopping mon.smithi203... 2024-02-08T22:49:07.055 DEBUG:teuthology.orchestra.run.smithi203:> sudo systemctl stop ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@mon.smithi203 2024-02-08T22:49:07.093 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to stop ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@mon.smithi203.service: Unit ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@mon.smithi203.service not loaded. 2024-02-08T22:49:07.094 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-02-08T22:49:07.095 ERROR:tasks.cephadm:Failed to stop "ceph.mon.smithi203" Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/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_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/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_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/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 smithi203 with status 5: 'sudo systemctl stop ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@mon.smithi203' 2024-02-08T22:49:07.096 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-08T22:49:07.097 DEBUG:teuthology.misc:Transferring archived files from smithi067:/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-08_20:49:13-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7552235/remote/ubuntu@smithi067.front.sepia.ceph.com/crash 2024-02-08T22:49:07.098 DEBUG:teuthology.orchestra.run.smithi067:> sudo tar c -f - -C /var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/crash -- . 2024-02-08T22:49:07.143 DEBUG:teuthology.misc:Transferring archived files from smithi203:/var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-08_20:49:13-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7552235/remote/ubuntu@smithi203.front.sepia.ceph.com/crash 2024-02-08T22:49:07.144 DEBUG:teuthology.orchestra.run.smithi203:> sudo tar c -f - -C /var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/crash -- . 2024-02-08T22:49:07.197 INFO:teuthology.orchestra.run.smithi203.stderr:tar: /var/lib/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/crash: Cannot open: No such file or directory 2024-02-08T22:49:07.197 INFO:teuthology.orchestra.run.smithi203.stderr:tar: Error is not recoverable: exiting now 2024-02-08T22:49:07.198 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-08T22:49:07.198 DEBUG:teuthology.orchestra.run.smithi067:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-08T22:49:07.229 INFO:teuthology.orchestra.run.smithi067.stderr:grep: /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/ceph.log: No such file or directory 2024-02-08T22:49:07.231 INFO:tasks.cephadm:Compressing logs... 2024-02-08T22:49:07.231 DEBUG:teuthology.orchestra.run.smithi067:> 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-08T22:49:07.273 DEBUG:teuthology.orchestra.run.smithi203:> 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-08T22:49:07.299 INFO:teuthology.orchestra.run.smithi067.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-08T22:49:07.300 INFO:teuthology.orchestra.run.smithi067.stderr:: No such file or directory 2024-02-08T22:49:07.300 INFO:teuthology.orchestra.run.smithi067.stderr:gzip -5 --verbose -- /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/ceph-volume.log 2024-02-08T22:49:07.300 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/ceph-mgr.smithi067.vjzxmm.log 2024-02-08T22:49:07.301 INFO:teuthology.orchestra.run.smithi067.stderr:gzip -5 --verbose -- /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/ceph-mon.smithi067.log 2024-02-08T22:49:07.301 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/ceph-volume.log: /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/ceph-mgr.smithi067.vjzxmm.log: /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/ceph-mon.smithi067.log: 88.3% -- replaced with /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/ceph-volume.log.gz 2024-02-08T22:49:07.302 INFO:teuthology.orchestra.run.smithi067.stderr: 89.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-08T22:49:07.303 INFO:teuthology.orchestra.run.smithi203.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-02-08T22:49:07.303 INFO:teuthology.orchestra.run.smithi203.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-08T22:49:07.303 INFO:teuthology.orchestra.run.smithi203.stderr:gzip -5 --verbose -- /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/ceph-volume.log 2024-02-08T22:49:07.304 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/ceph-volume.log: 88.4% -- replaced with /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/ceph-volume.log.gz 2024-02-08T22:49:07.305 INFO:teuthology.orchestra.run.smithi203.stderr: 95.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-08T22:49:07.307 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-02-08T22:49:07.307 INFO:teuthology.orchestra.run.smithi203.stderr:real 0m0.015s 2024-02-08T22:49:07.307 INFO:teuthology.orchestra.run.smithi203.stderr:user 0m0.013s 2024-02-08T22:49:07.307 INFO:teuthology.orchestra.run.smithi203.stderr:sys 0m0.012s 2024-02-08T22:49:07.408 INFO:teuthology.orchestra.run.smithi067.stderr:gzip: /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/ceph-mgr.smithi067.vjzxmm.log: file size changed while zipping 2024-02-08T22:49:07.408 INFO:teuthology.orchestra.run.smithi067.stderr: 92.9% -- replaced with /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/ceph-mgr.smithi067.vjzxmm.log.gz 2024-02-08T22:49:07.482 INFO:teuthology.orchestra.run.smithi067.stderr: 90.6% -- replaced with /var/log/ceph/3ff58890-c6d2-11ee-95b6-87774f69a715/ceph-mon.smithi067.log.gz 2024-02-08T22:49:07.484 INFO:teuthology.orchestra.run.smithi067.stderr: 2024-02-08T22:49:07.484 INFO:teuthology.orchestra.run.smithi067.stderr:real 0m0.195s 2024-02-08T22:49:07.484 INFO:teuthology.orchestra.run.smithi067.stderr:user 0m0.288s 2024-02-08T22:49:07.484 INFO:teuthology.orchestra.run.smithi067.stderr:sys 0m0.026s 2024-02-08T22:49:07.484 INFO:tasks.cephadm:Archiving logs... 2024-02-08T22:49:07.485 DEBUG:teuthology.misc:Transferring archived files from smithi067:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-08_20:49:13-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7552235/remote/ubuntu@smithi067.front.sepia.ceph.com/log 2024-02-08T22:49:07.485 DEBUG:teuthology.orchestra.run.smithi067:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-08T22:49:07.605 DEBUG:teuthology.misc:Transferring archived files from smithi203:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-08_20:49:13-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7552235/remote/ubuntu@smithi203.front.sepia.ceph.com/log 2024-02-08T22:49:07.606 DEBUG:teuthology.orchestra.run.smithi203:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-08T22:49:07.641 INFO:tasks.cephadm:Removing cluster... 2024-02-08T22:49:07.641 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 --force 2024-02-08T22:51:34.937 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3ff58890-c6d2-11ee-95b6-87774f69a715 --force 2024-02-08T22:51:35.256 INFO:tasks.cephadm:Removing cephadm ... 2024-02-08T22:51:35.257 DEBUG:teuthology.orchestra.run.smithi067:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-08T22:51:35.276 DEBUG:teuthology.orchestra.run.smithi203:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-08T22:51:35.294 INFO:tasks.cephadm:Teardown complete 2024-02-08T22:51:35.294 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/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_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/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_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/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_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/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_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/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 smithi203 with status 5: 'sudo systemctl stop ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@mon.smithi203' 2024-02-08T22:51:35.520 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=aa2ea45921234ceeb031515cf7329736 Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/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_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/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_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/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_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/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_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/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 smithi203 with status 5: 'sudo systemctl stop ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@mon.smithi203' 2024-02-08T22:51:35.524 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-08T22:51:35.533 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-08T22:51:35.543 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-08T22:51:35.543 DEBUG:teuthology.orchestra.run.smithi067:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-08T22:51:35.559 DEBUG:teuthology.orchestra.run.smithi203:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-08T22:51:35.568 INFO:teuthology.orchestra.run.smithi067.stderr:bash: ntpq: command not found 2024-02-08T22:51:35.572 INFO:teuthology.orchestra.run.smithi067.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-08T22:51:35.573 INFO:teuthology.orchestra.run.smithi067.stdout:=============================================================================== 2024-02-08T22:51:35.573 INFO:teuthology.orchestra.run.smithi067.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 61 -1525us[-1525us] +/- 92ms 2024-02-08T22:51:35.573 INFO:teuthology.orchestra.run.smithi067.stdout:^* hv02.front.sepia.ceph.com 3 6 377 61 -1110us[-1126us] +/- 74ms 2024-02-08T22:51:35.573 INFO:teuthology.orchestra.run.smithi067.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 63 +2361us[+2345us] +/- 75ms 2024-02-08T22:51:35.573 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-02-08T22:51:35.576 INFO:teuthology.orchestra.run.smithi203.stderr:bash: ntpq: command not found 2024-02-08T22:51:35.580 INFO:teuthology.orchestra.run.smithi203.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-08T22:51:35.581 INFO:teuthology.orchestra.run.smithi203.stdout:=============================================================================== 2024-02-08T22:51:35.581 INFO:teuthology.orchestra.run.smithi203.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 61 -1500us[-1500us] +/- 92ms 2024-02-08T22:51:35.581 INFO:teuthology.orchestra.run.smithi203.stdout:^* hv02.front.sepia.ceph.com 3 6 377 61 -1110us[-1110us] +/- 74ms 2024-02-08T22:51:35.581 INFO:teuthology.orchestra.run.smithi203.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 61 +2363us[+2364us] +/- 75ms 2024-02-08T22:51:35.581 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-02-08T22:51:35.582 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-08T22:51:35.591 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-08T22:51:35.592 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-08T22:51:35.602 DEBUG:teuthology.orchestra.run.smithi067:> 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-08T22:51:35.683 DEBUG:teuthology.orchestra.run.smithi203:> 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-08T22:51:35.745 DEBUG:teuthology.orchestra.run.smithi067:> 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-08T22:51:35.776 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-08T22:51:35.777 DEBUG:teuthology.orchestra.run.smithi203:> 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-08T22:51:35.806 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-08T22:51:35.806 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-08T22:51:35.816 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-08T22:51:35.827 INFO:teuthology.task.internal:Duration was 1401.866134 seconds 2024-02-08T22:51:35.827 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-08T22:51:35.837 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-08T22:51:35.838 DEBUG:teuthology.orchestra.run.smithi067:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-08T22:51:35.840 DEBUG:teuthology.orchestra.run.smithi203:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-08T22:51:35.887 INFO:teuthology.orchestra.run.smithi067.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-08T22:51:35.892 INFO:teuthology.orchestra.run.smithi203.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-08T22:51:36.196 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-08T22:51:36.197 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi067.front.sepia.ceph.com 2024-02-08T22:51:36.197 DEBUG:teuthology.orchestra.run.smithi067:> 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-08T22:51:36.222 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi203.front.sepia.ceph.com 2024-02-08T22:51:36.222 DEBUG:teuthology.orchestra.run.smithi203:> 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-08T22:51:36.244 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-08T22:51:36.244 DEBUG:teuthology.orchestra.run.smithi067:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-08T22:51:36.264 DEBUG:teuthology.orchestra.run.smithi203:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-08T22:51:36.333 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-08T22:51:36.333 DEBUG:teuthology.orchestra.run.smithi067:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-08T22:51:36.336 DEBUG:teuthology.orchestra.run.smithi203:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-08T22:51:36.436 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-08T22:51:36.446 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-08T22:51:36.447 DEBUG:teuthology.orchestra.run.smithi067:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-08T22:51:36.474 DEBUG:teuthology.orchestra.run.smithi203:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-08T22:51:36.501 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-08T22:51:36.510 DEBUG:teuthology.orchestra.run.smithi067:> 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-08T22:51:36.516 DEBUG:teuthology.orchestra.run.smithi203:> 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-08T22:51:36.541 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern = core 2024-02-08T22:51:36.568 INFO:teuthology.orchestra.run.smithi203.stdout:kernel.core_pattern = core 2024-02-08T22:51:36.590 DEBUG:teuthology.orchestra.run.smithi067:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-08T22:51:36.622 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-08T22:51:36.622 DEBUG:teuthology.orchestra.run.smithi203:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-08T22:51:36.647 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-08T22:51:36.648 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-08T22:51:36.657 INFO:teuthology.task.internal:Transferring archived files... 2024-02-08T22:51:36.658 DEBUG:teuthology.misc:Transferring archived files from smithi067:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-08_20:49:13-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7552235/remote/smithi067 2024-02-08T22:51:36.659 DEBUG:teuthology.orchestra.run.smithi067:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-08T22:51:36.707 DEBUG:teuthology.misc:Transferring archived files from smithi203:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-08_20:49:13-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7552235/remote/smithi203 2024-02-08T22:51:36.708 DEBUG:teuthology.orchestra.run.smithi203:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-08T22:51:36.748 INFO:teuthology.task.internal:Removing archive directory... 2024-02-08T22:51:36.748 DEBUG:teuthology.orchestra.run.smithi067:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-08T22:51:36.750 DEBUG:teuthology.orchestra.run.smithi203:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-08T22:51:36.799 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-08T22:51:36.812 INFO:teuthology.task.internal:Not uploading archives. 2024-02-08T22:51:36.812 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-08T22:51:36.823 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-08T22:51:36.824 DEBUG:teuthology.orchestra.run.smithi067:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-08T22:51:36.826 DEBUG:teuthology.orchestra.run.smithi203:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-08T22:51:36.842 INFO:teuthology.orchestra.run.smithi067.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 8 22:51 /home/ubuntu/cephtest 2024-02-08T22:51:36.857 INFO:teuthology.orchestra.run.smithi203.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 8 22:51 /home/ubuntu/cephtest 2024-02-08T22:51:36.858 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-08T22:51:36.869 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-08T22:51:36.892 INFO:teuthology.nuke:Checking targets against current locks 2024-02-08T22:51:36.921 DEBUG:teuthology.nuke:shortname: smithi067 2024-02-08T22:51:36.921 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-08T22:51:36.943 DEBUG:teuthology.nuke:shortname: smithi203 2024-02-08T22:51:36.943 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-08T22:51:36.949 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi067.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-08_20:49:13-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7552235', '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-08 22:19:06.545757', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDEvJp3TgafX2Dmtl7WmnQ3h0w/SizaBRqJRCajY6wCMg7YJCbKhsbQn+tr5XYGOnTFChGfhJgm65aP/xhra1L8='} 2024-02-08T22:51:36.963 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi203.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-08_20:49:13-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7552235', '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-08 22:19:06.544373', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAnzIQHdIesFwJ/kl43kBGAbBgXNJXPTGHGALX2L4pS1mr7QRlBRlOd0xwvXGZzSSxRI6bbMgWYbCNpzVTsCFGI='} 2024-02-08T22:51:36.997 INFO:teuthology.orchestra.console.smithi067:Power off 2024-02-08T22:51:36.998 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-08T22:51:37.014 INFO:teuthology.orchestra.console.smithi203:Power off 2024-02-08T22:51:37.015 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-08T22:51:37.024 DEBUG:teuthology.orchestra.console.smithi067:power off output: Chassis Power Control: Down/Off 2024-02-08T22:51:37.024 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-08T22:51:37.036 DEBUG:teuthology.orchestra.console.smithi203:power off output: Chassis Power Control: Down/Off 2024-02-08T22:51:37.037 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-08T22:51:37.047 DEBUG:teuthology.orchestra.console.smithi067:check power output: Chassis Power is on 2024-02-08T22:51:37.058 DEBUG:teuthology.orchestra.console.smithi203:check power output: Chassis Power is on 2024-02-08T22:51:41.048 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-08T22:51:41.059 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-08T22:51:41.159 DEBUG:teuthology.orchestra.console.smithi067:check power output: Chassis Power is on 2024-02-08T22:51:41.169 DEBUG:teuthology.orchestra.console.smithi203:check power output: Chassis Power is on 2024-02-08T22:51:45.164 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-08T22:51:45.172 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-08T22:51:45.275 DEBUG:teuthology.orchestra.console.smithi067:check power output: Chassis Power is off 2024-02-08T22:51:45.285 DEBUG:teuthology.orchestra.console.smithi203:check power output: Chassis Power is off 2024-02-08T22:51:45.376 INFO:teuthology.orchestra.console.smithi067:Power off completed 2024-02-08T22:51:45.386 INFO:teuthology.orchestra.console.smithi203:Power off completed 2024-02-08T22:51:45.493 INFO:teuthology.run:Summary data: description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 1401.8661341667175 failure_reason: 'Command failed on smithi203 with status 5: ''sudo systemctl stop ceph-3ff58890-c6d2-11ee-95b6-87774f69a715@mon.smithi203''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=aa2ea45921234ceeb031515cf7329736 status: fail success: false 2024-02-08T22:51:45.494 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-08T22:51:45.576 INFO:teuthology.run:FAIL