2023-12-08T09:42:26.498 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-08T09:42:26.499 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --verbose --name yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} --archive /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483402 -- /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483402/orig.config.yaml 2023-12-08T09:42:26.536 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-08T09:42:26.618 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483402 branch: wip-yuri5-testing-2023-12-07-0740-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: '7483402' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-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-yuri5-testing-2023-12-07-0740-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: 451ceae11b5d4caee05e94372fe658621eefc0b1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri5-testing-2023-12-07-0740-pacific sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 1847 sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2023-12-07-0740-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 targets: smithi071.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPd23On1xgi0lCwOlBkhuGRBXaC0FYQ7oE22va5OTyPaXe765BNXfNT/zhuwd+g3WPENX3NnZ49mMpaseQwh1A4= smithi098.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOgBHPWLL13TidfXnrAho9UF0so0nnxZDVssosyBUSTWMs0PyK8KKPIIxQPWJeJRgsGkI6WjcIsauplYpSWuU+Q= 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: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-08_04:25:47 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.232157 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2023-12-08T09:42:26.618 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa; will attempt to use it 2023-12-08T09:42:26.619 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks 2023-12-08T09:42:26.619 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-08T09:42:26.621 INFO:teuthology.task.internal:Checking packages... 2023-12-08T09:42:26.644 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '451ceae11b5d4caee05e94372fe658621eefc0b1' 2023-12-08T09:42:26.645 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-08T09:42:26.645 INFO:teuthology.packaging:ref: None 2023-12-08T09:42:26.645 INFO:teuthology.packaging:tag: None 2023-12-08T09:42:26.645 INFO:teuthology.packaging:branch: wip-yuri5-testing-2023-12-07-0740-pacific 2023-12-08T09:42:26.645 INFO:teuthology.packaging:sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 2023-12-08T09:42:26.645 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri5-testing-2023-12-07-0740-pacific 2023-12-08T09:42:26.784 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-365.g451ceae1 2023-12-08T09:42:26.784 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-08T09:42:26.791 INFO:teuthology.task.internal:no buildpackages task found 2023-12-08T09:42:26.791 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-08T09:42:26.879 INFO:teuthology.task.internal:Saving configuration 2023-12-08T09:42:26.893 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-08T09:42:26.899 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-08T09:42:26.921 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483402', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-08 09:37:25.739332', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPd23On1xgi0lCwOlBkhuGRBXaC0FYQ7oE22va5OTyPaXe765BNXfNT/zhuwd+g3WPENX3NnZ49mMpaseQwh1A4='} 2023-12-08T09:42:26.944 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483402', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-08 09:37:25.740872', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOgBHPWLL13TidfXnrAho9UF0so0nnxZDVssosyBUSTWMs0PyK8KKPIIxQPWJeJRgsGkI6WjcIsauplYpSWuU+Q='} 2023-12-08T09:42:26.945 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-08T09:42:26.951 INFO:teuthology.task.internal:roles: ubuntu@smithi071.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-12-08T09:42:26.951 INFO:teuthology.task.internal:roles: ubuntu@smithi098.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-12-08T09:42:26.951 INFO:teuthology.run_tasks:Running task console_log... 2023-12-08T09:42:27.022 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f6e8cf37a60>, signals=[15]) 2023-12-08T09:42:27.022 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-08T09:42:27.028 INFO:teuthology.task.internal:Opening connections... 2023-12-08T09:42:27.029 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi071.front.sepia.ceph.com 2023-12-08T09:42:27.031 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:42:27.101 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi098.front.sepia.ceph.com 2023-12-08T09:42:27.102 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:42:27.169 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-08T09:42:27.176 DEBUG:teuthology.orchestra.run.smithi071:> uname -m 2023-12-08T09:42:27.198 INFO:teuthology.orchestra.run.smithi071.stdout:x86_64 2023-12-08T09:42:27.199 DEBUG:teuthology.orchestra.run.smithi071:> cat /etc/os-release 2023-12-08T09:42:27.259 INFO:teuthology.orchestra.run.smithi071.stdout:NAME="CentOS Stream" 2023-12-08T09:42:27.259 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION="8" 2023-12-08T09:42:27.260 INFO:teuthology.orchestra.run.smithi071.stdout:ID="centos" 2023-12-08T09:42:27.260 INFO:teuthology.orchestra.run.smithi071.stdout:ID_LIKE="rhel fedora" 2023-12-08T09:42:27.260 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION_ID="8" 2023-12-08T09:42:27.260 INFO:teuthology.orchestra.run.smithi071.stdout:PLATFORM_ID="platform:el8" 2023-12-08T09:42:27.260 INFO:teuthology.orchestra.run.smithi071.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-08T09:42:27.260 INFO:teuthology.orchestra.run.smithi071.stdout:ANSI_COLOR="0;31" 2023-12-08T09:42:27.260 INFO:teuthology.orchestra.run.smithi071.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-08T09:42:27.260 INFO:teuthology.orchestra.run.smithi071.stdout:HOME_URL="https://centos.org/" 2023-12-08T09:42:27.260 INFO:teuthology.orchestra.run.smithi071.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-08T09:42:27.260 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-08T09:42:27.260 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-08T09:42:27.261 INFO:teuthology.lock.ops:Updating smithi071.front.sepia.ceph.com on lock server 2023-12-08T09:42:27.370 DEBUG:teuthology.orchestra.run.smithi098:> uname -m 2023-12-08T09:42:27.392 INFO:teuthology.orchestra.run.smithi098.stdout:x86_64 2023-12-08T09:42:27.392 DEBUG:teuthology.orchestra.run.smithi098:> cat /etc/os-release 2023-12-08T09:42:27.454 INFO:teuthology.orchestra.run.smithi098.stdout:NAME="CentOS Stream" 2023-12-08T09:42:27.454 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION="8" 2023-12-08T09:42:27.455 INFO:teuthology.orchestra.run.smithi098.stdout:ID="centos" 2023-12-08T09:42:27.455 INFO:teuthology.orchestra.run.smithi098.stdout:ID_LIKE="rhel fedora" 2023-12-08T09:42:27.455 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION_ID="8" 2023-12-08T09:42:27.455 INFO:teuthology.orchestra.run.smithi098.stdout:PLATFORM_ID="platform:el8" 2023-12-08T09:42:27.455 INFO:teuthology.orchestra.run.smithi098.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-08T09:42:27.455 INFO:teuthology.orchestra.run.smithi098.stdout:ANSI_COLOR="0;31" 2023-12-08T09:42:27.455 INFO:teuthology.orchestra.run.smithi098.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-08T09:42:27.455 INFO:teuthology.orchestra.run.smithi098.stdout:HOME_URL="https://centos.org/" 2023-12-08T09:42:27.455 INFO:teuthology.orchestra.run.smithi098.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-08T09:42:27.455 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-08T09:42:27.455 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-08T09:42:27.455 INFO:teuthology.lock.ops:Updating smithi098.front.sepia.ceph.com on lock server 2023-12-08T09:42:27.476 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-08T09:42:27.484 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-08T09:42:27.551 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-08T09:42:27.551 DEBUG:teuthology.orchestra.run.smithi071:> test '!' -e /home/ubuntu/cephtest 2023-12-08T09:42:27.554 DEBUG:teuthology.orchestra.run.smithi098:> test '!' -e /home/ubuntu/cephtest 2023-12-08T09:42:27.574 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-08T09:42:27.579 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-08T09:42:27.579 DEBUG:teuthology.orchestra.run.smithi071:> test -z $(ls -A /var/lib/ceph) 2023-12-08T09:42:27.615 DEBUG:teuthology.orchestra.run.smithi098:> test -z $(ls -A /var/lib/ceph) 2023-12-08T09:42:27.647 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-08T09:42:27.705 INFO:teuthology.run_tasks:Running task kernel... 2023-12-08T09:42:27.721 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-08T09:42:27.721 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-08T09:42:27.722 DEBUG:teuthology.orchestra.run.smithi071:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-08T09:42:27.722 DEBUG:teuthology.orchestra.run.smithi098:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-08T09:42:27.742 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:42:27.742 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2023-12-08T09:42:27.743 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:42:27.744 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2023-12-08T09:42:27.803 INFO:teuthology.orchestra.run.smithi098.stdout:4.18.0-489.el8.x86_64 2023-12-08T09:42:27.803 INFO:teuthology.task.kernel:Running kernel on smithi098: 4.18.0-489.el8.x86_64 2023-12-08T09:42:27.803 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum install -y kernel 2023-12-08T09:42:27.804 INFO:teuthology.orchestra.run.smithi071.stdout:4.18.0-489.el8.x86_64 2023-12-08T09:42:27.805 INFO:teuthology.task.kernel:Running kernel on smithi071: 4.18.0-489.el8.x86_64 2023-12-08T09:42:27.805 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum install -y kernel 2023-12-08T09:42:32.143 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - AppStream 18 MB/s | 34 MB 00:01 2023-12-08T09:42:32.162 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 8 - AppStream 18 MB/s | 34 MB 00:01 2023-12-08T09:42:41.187 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 8 - BaseOS 20 MB/s | 55 MB 00:02 2023-12-08T09:42:41.992 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - BaseOS 16 MB/s | 55 MB 00:03 2023-12-08T09:42:49.470 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 8 - Extras 38 kB/s | 18 kB 00:00 2023-12-08T09:42:50.045 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 8 - Extras common packages 17 kB/s | 6.9 kB 00:00 2023-12-08T09:42:50.116 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - Extras 54 kB/s | 18 kB 00:00 2023-12-08T09:42:50.356 INFO:teuthology.orchestra.run.smithi098.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-12-08T09:42:50.692 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - Extras common packages 17 kB/s | 6.9 kB 00:00 2023-12-08T09:42:50.985 INFO:teuthology.orchestra.run.smithi071.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-08T09:42:51.256 INFO:teuthology.orchestra.run.smithi098.stdout:Extra Packages for Enterprise Linux 21 MB/s | 16 MB 00:00 2023-12-08T09:42:54.730 INFO:teuthology.orchestra.run.smithi071.stdout:Extra Packages for Enterprise Linux 4.4 MB/s | 16 MB 00:03 2023-12-08T09:42:55.015 INFO:teuthology.orchestra.run.smithi098.stdout:lab-extras 642 kB/s | 24 kB 00:00 2023-12-08T09:42:58.519 INFO:teuthology.orchestra.run.smithi071.stdout:lab-extras 464 kB/s | 24 kB 00:00 2023-12-08T09:42:58.598 INFO:teuthology.orchestra.run.smithi098.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-08T09:42:58.598 INFO:teuthology.orchestra.run.smithi098.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-08T09:42:58.886 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-12-08T09:42:58.886 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-12-08T09:42:58.886 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2023-12-08T09:42:58.886 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-12-08T09:42:58.887 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2023-12-08T09:42:58.887 INFO:teuthology.orchestra.run.smithi098.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-08T09:42:58.887 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2023-12-08T09:42:58.887 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-08T09:42:58.887 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-08T09:42:58.887 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:42:58.887 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-12-08T09:42:58.887 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-12-08T09:42:58.887 INFO:teuthology.orchestra.run.smithi098.stdout:Install 3 Packages 2023-12-08T09:42:58.887 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:42:58.887 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 90 M 2023-12-08T09:42:58.887 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 96 M 2023-12-08T09:42:58.887 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2023-12-08T09:43:02.101 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-08T09:43:02.102 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-08T09:43:02.378 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2023-12-08T09:43:02.378 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-12-08T09:43:02.379 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2023-12-08T09:43:02.379 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-12-08T09:43:02.379 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2023-12-08T09:43:02.379 INFO:teuthology.orchestra.run.smithi071.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-08T09:43:02.379 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2023-12-08T09:43:02.379 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-08T09:43:02.379 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-08T09:43:02.379 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-12-08T09:43:02.379 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2023-12-08T09:43:02.379 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-12-08T09:43:02.379 INFO:teuthology.orchestra.run.smithi071.stdout:Install 3 Packages 2023-12-08T09:43:02.379 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-12-08T09:43:02.380 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 90 M 2023-12-08T09:43:02.380 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 96 M 2023-12-08T09:43:02.380 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2023-12-08T09:43:03.524 INFO:teuthology.orchestra.run.smithi098.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 2.2 MB/s | 10 MB 00:04 2023-12-08T09:43:05.879 INFO:teuthology.orchestra.run.smithi098.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 5.2 MB/s | 36 MB 00:06 2023-12-08T09:43:06.468 INFO:teuthology.orchestra.run.smithi098.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 5.8 MB/s | 43 MB 00:07 2023-12-08T09:43:06.468 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2023-12-08T09:43:06.468 INFO:teuthology.orchestra.run.smithi098.stdout:Total 12 MB/s | 90 MB 00:07 2023-12-08T09:43:06.802 INFO:teuthology.orchestra.run.smithi071.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 2.4 MB/s | 10 MB 00:04 2023-12-08T09:43:07.146 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2023-12-08T09:43:07.560 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2023-12-08T09:43:07.560 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2023-12-08T09:43:08.781 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2023-12-08T09:43:08.794 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2023-12-08T09:43:08.877 INFO:teuthology.orchestra.run.smithi071.stdout:(2/3): kernel-core-4.18.0-526.el8.x86_64.rpm 6.9 MB/s | 43 MB 00:06 2023-12-08T09:43:09.369 INFO:teuthology.orchestra.run.smithi071.stdout:(3/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 5.3 MB/s | 36 MB 00:06 2023-12-08T09:43:09.369 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2023-12-08T09:43:09.370 INFO:teuthology.orchestra.run.smithi071.stdout:Total 13 MB/s | 90 MB 00:06 2023-12-08T09:43:10.045 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2023-12-08T09:43:10.457 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2023-12-08T09:43:10.458 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2023-12-08T09:43:11.534 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2023-12-08T09:43:11.712 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2023-12-08T09:43:11.734 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2023-12-08T09:43:12.068 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-08T09:43:14.514 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2023-12-08T09:43:15.070 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-08T09:43:15.606 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-08T09:43:15.993 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-08T09:43:18.627 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-08T09:43:19.019 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-08T09:43:19.413 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-08T09:43:19.672 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-08T09:43:22.440 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-08T09:43:22.707 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-08T09:43:41.556 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-08T09:43:41.580 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-08T09:43:41.912 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-08T09:43:41.912 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-08T09:43:41.912 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-08T09:43:42.722 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-08T09:43:42.722 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:43:42.722 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2023-12-08T09:43:42.722 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-08T09:43:42.722 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-08T09:43:42.722 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:43:42.722 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-12-08T09:43:42.864 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T09:43:43.097 INFO:teuthology.orchestra.run.smithi098.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-08T09:43:43.098 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-08T09:43:43.098 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-12-08T09:43:43.098 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-08T09:43:43.098 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-08T09:43:43.098 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-08T09:43:43.098 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi098.front.sepia.ceph.com, path=None, version=distro) 2023-12-08T09:43:43.098 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T09:43:43.306 INFO:teuthology.orchestra.run.smithi098.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-08T09:43:43.307 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-08T09:43:43.307 DEBUG:teuthology.orchestra.run.smithi098:> sudo rpm -qi grub2-tools 2023-12-08T09:43:43.340 INFO:teuthology.orchestra.run.smithi098.stdout:Name : grub2-tools 2023-12-08T09:43:43.340 INFO:teuthology.orchestra.run.smithi098.stdout:Epoch : 1 2023-12-08T09:43:43.340 INFO:teuthology.orchestra.run.smithi098.stdout:Version : 2.02 2023-12-08T09:43:43.340 INFO:teuthology.orchestra.run.smithi098.stdout:Release : 129.el8 2023-12-08T09:43:43.340 INFO:teuthology.orchestra.run.smithi098.stdout:Architecture: x86_64 2023-12-08T09:43:43.341 INFO:teuthology.orchestra.run.smithi098.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-08T09:43:43.341 INFO:teuthology.orchestra.run.smithi098.stdout:Group : System Environment/Base 2023-12-08T09:43:43.341 INFO:teuthology.orchestra.run.smithi098.stdout:Size : 9265586 2023-12-08T09:43:43.341 INFO:teuthology.orchestra.run.smithi098.stdout:License : GPLv3+ 2023-12-08T09:43:43.341 INFO:teuthology.orchestra.run.smithi098.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-08T09:43:43.341 INFO:teuthology.orchestra.run.smithi098.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-08T09:43:43.341 INFO:teuthology.orchestra.run.smithi098.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-08T09:43:43.341 INFO:teuthology.orchestra.run.smithi098.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-08T09:43:43.341 INFO:teuthology.orchestra.run.smithi098.stdout:Relocations : (not relocatable) 2023-12-08T09:43:43.341 INFO:teuthology.orchestra.run.smithi098.stdout:Packager : CentOS BuildSystem 2023-12-08T09:43:43.341 INFO:teuthology.orchestra.run.smithi098.stdout:Vendor : CentOS 2023-12-08T09:43:43.341 INFO:teuthology.orchestra.run.smithi098.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-08T09:43:43.341 INFO:teuthology.orchestra.run.smithi098.stdout:Summary : Support tools for GRUB. 2023-12-08T09:43:43.341 INFO:teuthology.orchestra.run.smithi098.stdout:Description : 2023-12-08T09:43:43.341 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:43:43.341 INFO:teuthology.orchestra.run.smithi098.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-08T09:43:43.342 INFO:teuthology.orchestra.run.smithi098.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-08T09:43:43.342 INFO:teuthology.orchestra.run.smithi098.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-08T09:43:43.342 INFO:teuthology.orchestra.run.smithi098.stdout:hardware devices. 2023-12-08T09:43:43.342 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:43:43.342 INFO:teuthology.orchestra.run.smithi098.stdout:This subpackage provides tools for support of all platforms. 2023-12-08T09:43:43.343 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-08T09:43:43.343 INFO:teuthology.task.kernel:Updating grub on smithi098 to boot 4.18.0-526.el8.x86_64 2023-12-08T09:43:43.343 DEBUG:teuthology.orchestra.run.smithi098:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-08T09:43:44.456 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-08T09:43:44.480 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-08T09:43:44.821 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-08T09:43:44.821 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-08T09:43:44.821 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-08T09:43:45.019 INFO:teuthology.orchestra.run.smithi098.stderr:Generating grub configuration file ... 2023-12-08T09:43:45.590 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-08T09:43:45.590 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-12-08T09:43:45.590 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2023-12-08T09:43:45.590 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-08T09:43:45.590 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-08T09:43:45.590 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-12-08T09:43:45.590 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2023-12-08T09:43:45.739 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T09:43:45.957 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-08T09:43:45.957 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-08T09:43:45.957 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-12-08T09:43:45.958 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-08T09:43:45.958 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-08T09:43:45.958 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-08T09:43:45.958 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi071.front.sepia.ceph.com, path=None, version=distro) 2023-12-08T09:43:45.958 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T09:43:46.168 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-08T09:43:46.168 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-08T09:43:46.168 DEBUG:teuthology.orchestra.run.smithi071:> sudo rpm -qi grub2-tools 2023-12-08T09:43:46.202 INFO:teuthology.orchestra.run.smithi071.stdout:Name : grub2-tools 2023-12-08T09:43:46.202 INFO:teuthology.orchestra.run.smithi071.stdout:Epoch : 1 2023-12-08T09:43:46.202 INFO:teuthology.orchestra.run.smithi071.stdout:Version : 2.02 2023-12-08T09:43:46.202 INFO:teuthology.orchestra.run.smithi071.stdout:Release : 129.el8 2023-12-08T09:43:46.202 INFO:teuthology.orchestra.run.smithi071.stdout:Architecture: x86_64 2023-12-08T09:43:46.202 INFO:teuthology.orchestra.run.smithi071.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-08T09:43:46.202 INFO:teuthology.orchestra.run.smithi071.stdout:Group : System Environment/Base 2023-12-08T09:43:46.202 INFO:teuthology.orchestra.run.smithi071.stdout:Size : 9265586 2023-12-08T09:43:46.202 INFO:teuthology.orchestra.run.smithi071.stdout:License : GPLv3+ 2023-12-08T09:43:46.202 INFO:teuthology.orchestra.run.smithi071.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-08T09:43:46.202 INFO:teuthology.orchestra.run.smithi071.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-08T09:43:46.203 INFO:teuthology.orchestra.run.smithi071.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-08T09:43:46.203 INFO:teuthology.orchestra.run.smithi071.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-08T09:43:46.203 INFO:teuthology.orchestra.run.smithi071.stdout:Relocations : (not relocatable) 2023-12-08T09:43:46.203 INFO:teuthology.orchestra.run.smithi071.stdout:Packager : CentOS BuildSystem 2023-12-08T09:43:46.203 INFO:teuthology.orchestra.run.smithi071.stdout:Vendor : CentOS 2023-12-08T09:43:46.203 INFO:teuthology.orchestra.run.smithi071.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-08T09:43:46.203 INFO:teuthology.orchestra.run.smithi071.stdout:Summary : Support tools for GRUB. 2023-12-08T09:43:46.203 INFO:teuthology.orchestra.run.smithi071.stdout:Description : 2023-12-08T09:43:46.203 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-12-08T09:43:46.203 INFO:teuthology.orchestra.run.smithi071.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-08T09:43:46.203 INFO:teuthology.orchestra.run.smithi071.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-08T09:43:46.203 INFO:teuthology.orchestra.run.smithi071.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-08T09:43:46.203 INFO:teuthology.orchestra.run.smithi071.stdout:hardware devices. 2023-12-08T09:43:46.203 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-12-08T09:43:46.203 INFO:teuthology.orchestra.run.smithi071.stdout:This subpackage provides tools for support of all platforms. 2023-12-08T09:43:46.204 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-08T09:43:46.204 INFO:teuthology.task.kernel:Updating grub on smithi071 to boot 4.18.0-526.el8.x86_64 2023-12-08T09:43:46.205 DEBUG:teuthology.orchestra.run.smithi071:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-08T09:43:47.084 INFO:teuthology.orchestra.run.smithi098.stderr:done 2023-12-08T09:43:47.085 DEBUG:teuthology.orchestra.run.smithi098:> mktemp 2023-12-08T09:43:47.108 INFO:teuthology.orchestra.run.smithi098.stdout:/tmp/tmp.jCrIXz4ptE 2023-12-08T09:43:47.108 DEBUG:teuthology.orchestra.run.smithi098:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.jCrIXz4ptE 2023-12-08T09:43:47.182 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 0666 /tmp/tmp.jCrIXz4ptE 2023-12-08T09:43:47.328 DEBUG:teuthology.orchestra.remote:smithi098:/tmp/tmp.jCrIXz4ptE is 6KB 2023-12-08T09:43:47.350 DEBUG:teuthology.orchestra.run.smithi098:> rm -fr /tmp/tmp.jCrIXz4ptE 2023-12-08T09:43:47.367 DEBUG:teuthology.orchestra.run.smithi098:> sudo /bin/ls /boot/loader/entries || true 2023-12-08T09:43:47.443 INFO:teuthology.orchestra.run.smithi098.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-08T09:43:47.443 INFO:teuthology.orchestra.run.smithi098.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-08T09:43:47.443 INFO:teuthology.orchestra.run.smithi098.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-08T09:43:47.443 INFO:teuthology.orchestra.run.smithi098.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-08T09:43:47.444 DEBUG:teuthology.orchestra.run.smithi098:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-08T09:43:47.592 DEBUG:teuthology.orchestra.run.smithi098:> sudo shutdown -r now 2023-12-08T09:43:47.653 INFO:teuthology.orchestra.run.smithi071.stderr:Generating grub configuration file ... 2023-12-08T09:43:49.697 INFO:teuthology.orchestra.run.smithi071.stderr:done 2023-12-08T09:43:49.699 DEBUG:teuthology.orchestra.run.smithi071:> mktemp 2023-12-08T09:43:49.728 INFO:teuthology.orchestra.run.smithi071.stdout:/tmp/tmp.vUNzJrEIJ5 2023-12-08T09:43:49.729 DEBUG:teuthology.orchestra.run.smithi071:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.vUNzJrEIJ5 2023-12-08T09:43:49.801 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 0666 /tmp/tmp.vUNzJrEIJ5 2023-12-08T09:43:49.941 DEBUG:teuthology.orchestra.remote:smithi071:/tmp/tmp.vUNzJrEIJ5 is 6KB 2023-12-08T09:43:49.990 DEBUG:teuthology.orchestra.run.smithi071:> rm -fr /tmp/tmp.vUNzJrEIJ5 2023-12-08T09:43:50.008 DEBUG:teuthology.orchestra.run.smithi071:> sudo /bin/ls /boot/loader/entries || true 2023-12-08T09:43:50.073 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-08T09:43:50.074 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-08T09:43:50.074 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-08T09:43:50.074 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-08T09:43:50.075 DEBUG:teuthology.orchestra.run.smithi071:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-08T09:43:50.243 DEBUG:teuthology.orchestra.run.smithi071:> sudo shutdown -r now 2023-12-08T09:44:17.622 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-08T09:44:17.623 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-12-08T09:44:17.624 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:44:20.249 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-08T09:44:20.249 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2023-12-08T09:44:20.250 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:44:35.938 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.98 2023-12-08T09:44:44.946 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-12-08T09:44:44.947 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:44:48.002 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.98 2023-12-08T09:44:54.882 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2023-12-08T09:45:00.004 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-12-08T09:45:00.005 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:45:03.886 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2023-12-08T09:45:03.887 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:45:22.274 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2023-12-08T09:45:32.686 DEBUG:teuthology.orchestra.run.smithi098:> true 2023-12-08T09:45:33.355 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-12-08T09:45:33.355 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-526.el8.x86_64"... 2023-12-08T09:45:33.355 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2023-12-08T09:45:33.417 INFO:teuthology.orchestra.run.smithi098.stdout:4.18.0-526.el8.x86_64 2023-12-08T09:45:33.417 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-12-08T09:45:33.417 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-08T09:45:33.417 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-08T09:45:34.275 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2023-12-08T09:45:34.276 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:45:34.418 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-08T09:45:34.418 DEBUG:teuthology.orchestra.run.smithi098:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-08T09:45:34.477 INFO:teuthology.orchestra.run.smithi098.stdout:ttyS1 2023-12-08T09:45:34.492 DEBUG:teuthology.parallel:result is None 2023-12-08T09:45:34.723 DEBUG:teuthology.orchestra.run.smithi071:> true 2023-12-08T09:45:35.060 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2023-12-08T09:45:35.060 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-526.el8.x86_64"... 2023-12-08T09:45:35.060 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2023-12-08T09:45:35.077 INFO:teuthology.orchestra.run.smithi071.stdout:4.18.0-526.el8.x86_64 2023-12-08T09:45:35.077 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-12-08T09:45:35.077 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-08T09:45:35.077 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-08T09:45:36.078 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-08T09:45:36.079 DEBUG:teuthology.orchestra.run.smithi071:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-08T09:45:36.151 INFO:teuthology.orchestra.run.smithi071.stdout:ttyS1 2023-12-08T09:45:36.165 DEBUG:teuthology.parallel:result is None 2023-12-08T09:45:36.165 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-08T09:45:36.173 INFO:teuthology.task.internal:Creating test directory... 2023-12-08T09:45:36.173 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-08T09:45:36.175 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-08T09:45:36.196 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-08T09:45:36.211 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-08T09:45:36.226 INFO:teuthology.task.internal:Creating archive directory... 2023-12-08T09:45:36.226 DEBUG:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-08T09:45:36.232 DEBUG:teuthology.orchestra.run.smithi098:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-08T09:45:36.273 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-08T09:45:36.281 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-08T09:45:36.281 DEBUG:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-08T09:45:36.292 DEBUG:teuthology.orchestra.run.smithi098:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-08T09:45:36.329 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T09:45:36.339 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T09:45:36.347 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T09:45:36.358 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T09:45:36.359 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-08T09:45:36.366 INFO:teuthology.task.internal:Configuring sudo... 2023-12-08T09:45:36.366 DEBUG:teuthology.orchestra.run.smithi071:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-08T09:45:36.382 DEBUG:teuthology.orchestra.run.smithi098:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-08T09:45:36.430 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-08T09:45:36.439 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-08T09:45:36.439 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-08T09:45:36.450 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-08T09:45:36.488 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T09:45:36.547 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T09:45:36.595 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T09:45:36.679 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T09:45:36.721 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-12-08T09:45:36.721 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-08T09:45:36.788 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T09:45:36.839 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T09:45:36.892 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T09:45:36.981 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T09:45:37.027 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-12-08T09:45:37.027 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-08T09:45:37.098 DEBUG:teuthology.orchestra.run.smithi071:> sudo service rsyslog restart 2023-12-08T09:45:37.100 DEBUG:teuthology.orchestra.run.smithi098:> sudo service rsyslog restart 2023-12-08T09:45:37.169 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T09:45:37.200 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T09:45:37.678 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-08T09:45:37.707 INFO:teuthology.task.internal:Starting timer... 2023-12-08T09:45:37.707 INFO:teuthology.run_tasks:Running task pcp... 2023-12-08T09:45:37.766 INFO:teuthology.run_tasks:Running task selinux... 2023-12-08T09:45:37.775 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-08T09:45:37.775 DEBUG:teuthology.orchestra.run.smithi071:> sudo service auditd rotate 2023-12-08T09:45:37.883 INFO:teuthology.orchestra.run.smithi071.stdout:Rotating logs: 2023-12-08T09:45:37.885 DEBUG:teuthology.orchestra.run.smithi098:> sudo service auditd rotate 2023-12-08T09:45:37.980 INFO:teuthology.orchestra.run.smithi098.stdout:Rotating logs: 2023-12-08T09:45:37.981 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-08T09:45:37.982 DEBUG:teuthology.orchestra.run.smithi071:> /usr/sbin/getenforce 2023-12-08T09:45:38.002 INFO:teuthology.orchestra.run.smithi071.stdout:Permissive 2023-12-08T09:45:38.003 DEBUG:teuthology.orchestra.run.smithi098:> /usr/sbin/getenforce 2023-12-08T09:45:38.024 INFO:teuthology.orchestra.run.smithi098.stdout:Permissive 2023-12-08T09:45:38.024 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi071.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi098.front.sepia.ceph.com': 'permissive'} 2023-12-08T09:45:38.024 DEBUG:teuthology.orchestra.run.smithi071:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-08T09:45:38.069 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:45:38.070 DEBUG:teuthology.orchestra.run.smithi098:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-08T09:45:38.097 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:45:38.098 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-08T09:45:38.098 DEBUG:teuthology.orchestra.run.smithi071:> sudo /usr/sbin/setenforce permissive 2023-12-08T09:45:38.135 DEBUG:teuthology.orchestra.run.smithi098:> sudo /usr/sbin/setenforce permissive 2023-12-08T09:45:38.166 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-08T09:45:38.181 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-08T09:45:38.181 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-08T09:45:38.200 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-08T09:45:38.202 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi071.front.sepia.ceph.com,smithi098.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-08T09:53:05.333 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi071.front.sepia.ceph.com'), Remote(name='ubuntu@smithi098.front.sepia.ceph.com')] 2023-12-08T09:53:05.334 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2023-12-08T09:53:05.335 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:53:05.407 DEBUG:teuthology.orchestra.run.smithi071:> true 2023-12-08T09:53:05.477 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2023-12-08T09:53:05.477 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-12-08T09:53:05.478 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:53:05.544 DEBUG:teuthology.orchestra.run.smithi098:> true 2023-12-08T09:53:05.613 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-12-08T09:53:05.614 INFO:teuthology.run_tasks:Running task clock... 2023-12-08T09:53:05.629 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-08T09:53:05.629 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-08T09:53:05.629 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-08T09:53:05.632 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-08T09:53:05.632 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-08T09:53:05.664 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-08T09:53:05.679 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-08T09:53:05.690 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-08T09:53:05.703 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-08T09:53:05.750 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: ntpd: command not found 2023-12-08T09:53:05.762 INFO:teuthology.orchestra.run.smithi071.stdout:506 Cannot talk to daemon 2023-12-08T09:53:05.776 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-08T09:53:05.777 INFO:teuthology.orchestra.run.smithi098.stderr:sudo: ntpd: command not found 2023-12-08T09:53:05.789 INFO:teuthology.orchestra.run.smithi098.stdout:506 Cannot talk to daemon 2023-12-08T09:53:05.789 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-08T09:53:05.801 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-08T09:53:05.814 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-08T09:53:05.850 INFO:teuthology.orchestra.run.smithi071.stderr:bash: ntpq: command not found 2023-12-08T09:53:05.854 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T09:53:05.854 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2023-12-08T09:53:05.854 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T09:53:05.854 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T09:53:05.854 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T09:53:05.854 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T09:53:05.895 INFO:teuthology.orchestra.run.smithi098.stderr:bash: ntpq: command not found 2023-12-08T09:53:05.899 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T09:53:05.899 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2023-12-08T09:53:05.899 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T09:53:05.899 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T09:53:05.899 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T09:53:05.899 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T09:53:05.900 INFO:teuthology.run_tasks:Running task pexec... 2023-12-08T09:53:05.911 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-08T09:53:05.912 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi071.front.sepia.ceph.com 2023-12-08T09:53:05.912 DEBUG:teuthology.orchestra.run.smithi071:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-08T09:53:05.913 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi098.front.sepia.ceph.com 2023-12-08T09:53:05.913 DEBUG:teuthology.orchestra.run.smithi098:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-08T09:53:06.787 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:36 ago on Fri 08 Dec 2023 09:51:30 AM UTC. 2023-12-08T09:53:06.818 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:38 ago on Fri 08 Dec 2023 09:51:28 AM UTC. 2023-12-08T09:53:08.943 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2023-12-08T09:53:08.943 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-12-08T09:53:08.944 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2023-12-08T09:53:08.944 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-12-08T09:53:08.944 INFO:teuthology.orchestra.run.smithi071.stdout:Resetting modules: 2023-12-08T09:53:08.944 INFO:teuthology.orchestra.run.smithi071.stdout: container-tools 2023-12-08T09:53:08.944 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-12-08T09:53:08.944 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2023-12-08T09:53:08.944 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-12-08T09:53:08.944 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-12-08T09:53:08.944 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-12-08T09:53:08.945 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-12-08T09:53:08.945 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2023-12-08T09:53:08.945 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-12-08T09:53:08.945 INFO:teuthology.orchestra.run.smithi098.stdout:Resetting modules: 2023-12-08T09:53:08.945 INFO:teuthology.orchestra.run.smithi098.stdout: container-tools 2023-12-08T09:53:08.945 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:53:08.945 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-12-08T09:53:08.946 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-12-08T09:53:08.946 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:53:09.197 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-12-08T09:53:09.201 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2023-12-08T09:53:10.129 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:41 ago on Fri 08 Dec 2023 09:51:28 AM UTC. 2023-12-08T09:53:10.155 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:39 ago on Fri 08 Dec 2023 09:51:30 AM UTC. 2023-12-08T09:53:12.244 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-12-08T09:53:12.271 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2023-12-08T09:53:12.430 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-12-08T09:53:12.430 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2023-12-08T09:53:12.430 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-12-08T09:53:12.430 INFO:teuthology.orchestra.run.smithi098.stdout:Installing group/module packages: 2023-12-08T09:53:12.430 INFO:teuthology.orchestra.run.smithi098.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-08T09:53:12.430 INFO:teuthology.orchestra.run.smithi098.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-08T09:53:12.430 INFO:teuthology.orchestra.run.smithi098.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-08T09:53:12.430 INFO:teuthology.orchestra.run.smithi098.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-08T09:53:12.430 INFO:teuthology.orchestra.run.smithi098.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-08T09:53:12.430 INFO:teuthology.orchestra.run.smithi098.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-08T09:53:12.430 INFO:teuthology.orchestra.run.smithi098.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-08T09:53:12.430 INFO:teuthology.orchestra.run.smithi098.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-08T09:53:12.430 INFO:teuthology.orchestra.run.smithi098.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-08T09:53:12.431 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2023-12-08T09:53:12.431 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-08T09:53:12.431 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-08T09:53:12.431 INFO:teuthology.orchestra.run.smithi098.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-08T09:53:12.431 INFO:teuthology.orchestra.run.smithi098.stdout:Installing weak dependencies: 2023-12-08T09:53:12.431 INFO:teuthology.orchestra.run.smithi098.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-08T09:53:12.431 INFO:teuthology.orchestra.run.smithi098.stdout:Installing module profiles: 2023-12-08T09:53:12.431 INFO:teuthology.orchestra.run.smithi098.stdout: container-tools/common 2023-12-08T09:53:12.431 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:53:12.431 INFO:teuthology.orchestra.run.smithi098.stdout:Enabling module streams: 2023-12-08T09:53:12.431 INFO:teuthology.orchestra.run.smithi098.stdout: container-tools rhel8 2023-12-08T09:53:12.431 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:53:12.431 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-12-08T09:53:12.431 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-12-08T09:53:12.431 INFO:teuthology.orchestra.run.smithi098.stdout:Install 13 Packages 2023-12-08T09:53:12.431 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:53:12.432 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 27 M 2023-12-08T09:53:12.432 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 89 M 2023-12-08T09:53:12.432 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2023-12-08T09:53:12.455 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-12-08T09:53:12.455 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2023-12-08T09:53:12.455 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-12-08T09:53:12.455 INFO:teuthology.orchestra.run.smithi071.stdout:Installing group/module packages: 2023-12-08T09:53:12.455 INFO:teuthology.orchestra.run.smithi071.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-08T09:53:12.455 INFO:teuthology.orchestra.run.smithi071.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-08T09:53:12.455 INFO:teuthology.orchestra.run.smithi071.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-08T09:53:12.455 INFO:teuthology.orchestra.run.smithi071.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-08T09:53:12.456 INFO:teuthology.orchestra.run.smithi071.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-08T09:53:12.456 INFO:teuthology.orchestra.run.smithi071.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-08T09:53:12.456 INFO:teuthology.orchestra.run.smithi071.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-08T09:53:12.456 INFO:teuthology.orchestra.run.smithi071.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-08T09:53:12.456 INFO:teuthology.orchestra.run.smithi071.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-08T09:53:12.456 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2023-12-08T09:53:12.456 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-08T09:53:12.456 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-08T09:53:12.456 INFO:teuthology.orchestra.run.smithi071.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-08T09:53:12.456 INFO:teuthology.orchestra.run.smithi071.stdout:Installing weak dependencies: 2023-12-08T09:53:12.456 INFO:teuthology.orchestra.run.smithi071.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-08T09:53:12.456 INFO:teuthology.orchestra.run.smithi071.stdout:Installing module profiles: 2023-12-08T09:53:12.456 INFO:teuthology.orchestra.run.smithi071.stdout: container-tools/common 2023-12-08T09:53:12.456 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-12-08T09:53:12.456 INFO:teuthology.orchestra.run.smithi071.stdout:Enabling module streams: 2023-12-08T09:53:12.456 INFO:teuthology.orchestra.run.smithi071.stdout: container-tools rhel8 2023-12-08T09:53:12.456 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-12-08T09:53:12.457 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2023-12-08T09:53:12.457 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-12-08T09:53:12.457 INFO:teuthology.orchestra.run.smithi071.stdout:Install 13 Packages 2023-12-08T09:53:12.457 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-12-08T09:53:12.457 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 27 M 2023-12-08T09:53:12.457 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 89 M 2023-12-08T09:53:12.457 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2023-12-08T09:53:12.645 INFO:teuthology.orchestra.run.smithi098.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 5.9 MB/s | 750 kB 00:00 2023-12-08T09:53:12.687 INFO:teuthology.orchestra.run.smithi098.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 907 kB/s | 38 kB 00:00 2023-12-08T09:53:12.721 INFO:teuthology.orchestra.run.smithi098.stdout:(3/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 5.0 MB/s | 1.0 MB 00:00 2023-12-08T09:53:12.746 INFO:teuthology.orchestra.run.smithi098.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.0 MB/s | 241 kB 00:00 2023-12-08T09:53:12.797 INFO:teuthology.orchestra.run.smithi098.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.5 MB/s | 178 kB 00:00 2023-12-08T09:53:12.811 INFO:teuthology.orchestra.run.smithi071.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 4.6 MB/s | 750 kB 00:00 2023-12-08T09:53:12.831 INFO:teuthology.orchestra.run.smithi098.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 739 kB/s | 25 kB 00:00 2023-12-08T09:53:12.844 INFO:teuthology.orchestra.run.smithi071.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 5.2 MB/s | 1.0 MB 00:00 2023-12-08T09:53:12.861 INFO:teuthology.orchestra.run.smithi071.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 756 kB/s | 38 kB 00:00 2023-12-08T09:53:12.872 INFO:teuthology.orchestra.run.smithi098.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 2.2 MB/s | 94 kB 00:00 2023-12-08T09:53:12.895 INFO:teuthology.orchestra.run.smithi071.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.7 MB/s | 241 kB 00:00 2023-12-08T09:53:12.947 INFO:teuthology.orchestra.run.smithi071.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.5 MB/s | 178 kB 00:00 2023-12-08T09:53:12.979 INFO:teuthology.orchestra.run.smithi071.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 744 kB/s | 25 kB 00:00 2023-12-08T09:53:13.021 INFO:teuthology.orchestra.run.smithi071.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 2.2 MB/s | 94 kB 00:00 2023-12-08T09:53:13.106 INFO:teuthology.orchestra.run.smithi098.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 10 MB/s | 3.9 MB 00:00 2023-12-08T09:53:13.313 INFO:teuthology.orchestra.run.smithi071.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 8.7 MB/s | 3.9 MB 00:00 2023-12-08T09:53:13.365 INFO:teuthology.orchestra.run.smithi098.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 11 MB/s | 9.6 MB 00:00 2023-12-08T09:53:13.443 INFO:teuthology.orchestra.run.smithi098.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 7.5 MB/s | 2.5 MB 00:00 2023-12-08T09:53:13.471 INFO:teuthology.orchestra.run.smithi071.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 12 MB/s | 9.6 MB 00:00 2023-12-08T09:53:13.473 INFO:teuthology.orchestra.run.smithi098.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 484 kB/s | 53 kB 00:00 2023-12-08T09:53:13.499 INFO:teuthology.orchestra.run.smithi098.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 739 kB/s | 41 kB 00:00 2023-12-08T09:53:13.505 INFO:teuthology.orchestra.run.smithi071.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 1.6 MB/s | 53 kB 00:00 2023-12-08T09:53:13.555 INFO:teuthology.orchestra.run.smithi071.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 10 MB/s | 2.5 MB 00:00 2023-12-08T09:53:13.580 INFO:teuthology.orchestra.run.smithi071.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 544 kB/s | 41 kB 00:00 2023-12-08T09:53:13.616 INFO:teuthology.orchestra.run.smithi098.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 11 MB/s | 8.1 MB 00:00 2023-12-08T09:53:13.616 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2023-12-08T09:53:13.616 INFO:teuthology.orchestra.run.smithi098.stdout:Total 22 MB/s | 27 MB 00:01 2023-12-08T09:53:13.714 INFO:teuthology.orchestra.run.smithi071.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 12 MB/s | 8.1 MB 00:00 2023-12-08T09:53:13.714 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2023-12-08T09:53:13.714 INFO:teuthology.orchestra.run.smithi071.stdout:Total 21 MB/s | 27 MB 00:01 2023-12-08T09:53:13.882 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2023-12-08T09:53:13.904 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2023-12-08T09:53:13.904 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2023-12-08T09:53:13.981 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2023-12-08T09:53:14.002 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2023-12-08T09:53:14.002 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2023-12-08T09:53:14.162 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2023-12-08T09:53:14.165 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2023-12-08T09:53:14.260 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2023-12-08T09:53:14.263 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2023-12-08T09:53:14.928 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2023-12-08T09:53:14.930 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2023-12-08T09:53:15.153 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-08T09:53:15.165 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-08T09:53:15.306 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-08T09:53:15.360 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-08T09:53:15.527 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-08T09:53:15.575 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-08T09:53:15.742 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-08T09:53:15.822 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-08T09:53:16.320 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-08T09:53:16.358 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-08T09:53:17.318 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-08T09:53:17.552 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-08T09:53:17.648 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-08T09:53:17.756 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-08T09:53:17.907 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-08T09:53:18.022 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-08T09:53:18.116 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-08T09:53:18.393 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-08T09:53:18.431 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-08T09:53:18.754 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-08T09:53:19.321 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-08T09:53:19.532 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-08T09:53:19.649 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-08T09:53:19.868 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-08T09:53:20.079 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-08T09:53:20.109 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-08T09:53:20.502 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-08T09:53:20.502 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-08T09:53:20.502 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-08T09:53:20.502 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-08T09:53:20.503 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-08T09:53:20.503 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-08T09:53:20.503 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-08T09:53:20.503 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-08T09:53:20.503 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-08T09:53:20.503 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-08T09:53:20.503 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-08T09:53:20.503 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-08T09:53:20.503 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-08T09:53:20.662 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-08T09:53:20.662 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-08T09:53:20.662 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-08T09:53:20.662 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-08T09:53:20.662 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-08T09:53:20.662 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-08T09:53:20.662 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-08T09:53:20.663 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-08T09:53:20.663 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-08T09:53:20.663 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-08T09:53:20.663 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-08T09:53:20.663 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-08T09:53:20.663 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-08T09:53:21.329 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-08T09:53:21.329 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-12-08T09:53:21.329 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2023-12-08T09:53:21.330 INFO:teuthology.orchestra.run.smithi071.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T09:53:21.330 INFO:teuthology.orchestra.run.smithi071.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T09:53:21.330 INFO:teuthology.orchestra.run.smithi071.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-08T09:53:21.330 INFO:teuthology.orchestra.run.smithi071.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-08T09:53:21.330 INFO:teuthology.orchestra.run.smithi071.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T09:53:21.330 INFO:teuthology.orchestra.run.smithi071.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-08T09:53:21.330 INFO:teuthology.orchestra.run.smithi071.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-08T09:53:21.330 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-08T09:53:21.330 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-08T09:53:21.330 INFO:teuthology.orchestra.run.smithi071.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T09:53:21.330 INFO:teuthology.orchestra.run.smithi071.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-08T09:53:21.330 INFO:teuthology.orchestra.run.smithi071.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-08T09:53:21.330 INFO:teuthology.orchestra.run.smithi071.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-08T09:53:21.330 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-12-08T09:53:21.330 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2023-12-08T09:53:21.460 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-08T09:53:21.460 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:53:21.460 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2023-12-08T09:53:21.460 INFO:teuthology.orchestra.run.smithi098.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T09:53:21.460 INFO:teuthology.orchestra.run.smithi098.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T09:53:21.460 INFO:teuthology.orchestra.run.smithi098.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-08T09:53:21.460 INFO:teuthology.orchestra.run.smithi098.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-08T09:53:21.460 INFO:teuthology.orchestra.run.smithi098.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T09:53:21.460 INFO:teuthology.orchestra.run.smithi098.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-08T09:53:21.461 INFO:teuthology.orchestra.run.smithi098.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-08T09:53:21.461 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-08T09:53:21.461 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-08T09:53:21.461 INFO:teuthology.orchestra.run.smithi098.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T09:53:21.461 INFO:teuthology.orchestra.run.smithi098.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-08T09:53:21.461 INFO:teuthology.orchestra.run.smithi098.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-08T09:53:21.461 INFO:teuthology.orchestra.run.smithi098.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-08T09:53:21.461 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:53:21.461 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-12-08T09:53:21.578 DEBUG:teuthology.parallel:result is None 2023-12-08T09:53:21.739 DEBUG:teuthology.parallel:result is None 2023-12-08T09:53:21.739 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-08T09:53:21.816 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': '451ceae11b5d4caee05e94372fe658621eefc0b1'} 2023-12-08T09:53:21.816 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.5 2023-12-08T09:53:21.816 INFO:tasks.cephadm:Cluster fsid is 9f389788-95af-11ee-95a3-87774f69a715 2023-12-08T09:53:21.816 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-08T09:53:21.816 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-08T09:53:21.817 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi071': '172.21.15.71', 'mon.smithi098': '172.21.15.98'} 2023-12-08T09:53:21.817 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-08T09:53:21.817 DEBUG:teuthology.orchestra.run.smithi071:> sudo hostname $(hostname -s) 2023-12-08T09:53:21.845 DEBUG:teuthology.orchestra.run.smithi098:> sudo hostname $(hostname -s) 2023-12-08T09:53:21.873 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2023-12-08T09:53:21.873 DEBUG:teuthology.orchestra.run.smithi071:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-08T09:53:22.150 INFO:teuthology.orchestra.run.smithi071.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Dec 8 09:53 /home/ubuntu/cephtest/cephadm 2023-12-08T09:53:22.151 DEBUG:teuthology.orchestra.run.smithi098:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-08T09:53:22.411 INFO:teuthology.orchestra.run.smithi098.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Dec 8 09:53 /home/ubuntu/cephtest/cephadm 2023-12-08T09:53:22.411 DEBUG:teuthology.orchestra.run.smithi071:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-08T09:53:22.431 DEBUG:teuthology.orchestra.run.smithi098:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-08T09:53:22.461 DEBUG:teuthology.orchestra.run.smithi071:> sudo mkdir -p /etc/ceph 2023-12-08T09:53:22.500 DEBUG:teuthology.orchestra.run.smithi098:> sudo mkdir -p /etc/ceph 2023-12-08T09:53:22.528 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 777 /etc/ceph 2023-12-08T09:53:22.568 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 777 /etc/ceph 2023-12-08T09:53:22.596 INFO:tasks.cephadm:Writing seed config... 2023-12-08T09:53:22.597 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-08T09:53:22.597 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-08T09:53:22.597 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-08T09:53:22.597 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-08T09:53:22.597 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-08T09:53:22.598 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-08T09:53:22.598 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-08T09:53:22.598 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-08T09:53:22.598 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-12-08T09:53:22.599 DEBUG:teuthology.orchestra.run.smithi071:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-08T09:53:22.627 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 = 9f389788-95af-11ee-95a3-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 2023-12-08T09:53:22.627 DEBUG:teuthology.orchestra.run.smithi071:mon.smithi071> sudo journalctl -f -n 0 -u ceph-9f389788-95af-11ee-95a3-87774f69a715@mon.smithi071.service 2023-12-08T09:53:22.669 INFO:tasks.cephadm:Bootstrapping... 2023-12-08T09:53:22.670 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 -v bootstrap --fsid 9f389788-95af-11ee-95a3-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.71 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-08T09:53:22.696 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:-- Logs begin at Fri 2023-12-08 09:45:15 UTC. -- 2023-12-08T09:53:22.963 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-12-08T09:53:24.309 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: 4.6.1 2023-12-08T09:53:24.320 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying podman|docker is present... 2023-12-08T09:53:24.320 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-12-08T09:53:24.342 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: 4.6.1 2023-12-08T09:53:24.353 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying lvm2 is present... 2023-12-08T09:53:24.353 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying time synchronization is in place... 2023-12-08T09:53:24.353 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-enabled chrony.service 2023-12-08T09:53:24.360 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-08T09:53:24.361 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-active chrony.service 2023-12-08T09:53:24.366 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2023-12-08T09:53:24.367 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-enabled chronyd.service 2023-12-08T09:53:24.373 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: enabled 2023-12-08T09:53:24.373 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-active chronyd.service 2023-12-08T09:53:24.379 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: active 2023-12-08T09:53:24.380 INFO:teuthology.orchestra.run.smithi071.stderr:Unit chronyd.service is enabled and running 2023-12-08T09:53:24.380 INFO:teuthology.orchestra.run.smithi071.stderr:Repeating the final host check... 2023-12-08T09:53:24.380 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-12-08T09:53:24.400 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: 4.6.1 2023-12-08T09:53:24.409 INFO:teuthology.orchestra.run.smithi071.stderr:podman|docker (/bin/podman) is present 2023-12-08T09:53:24.409 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl is present 2023-12-08T09:53:24.409 INFO:teuthology.orchestra.run.smithi071.stderr:lvcreate is present 2023-12-08T09:53:24.409 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-enabled chrony.service 2023-12-08T09:53:24.415 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-08T09:53:24.415 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-active chrony.service 2023-12-08T09:53:24.421 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2023-12-08T09:53:24.421 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-enabled chronyd.service 2023-12-08T09:53:24.427 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: enabled 2023-12-08T09:53:24.427 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-active chronyd.service 2023-12-08T09:53:24.432 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: active 2023-12-08T09:53:24.433 INFO:teuthology.orchestra.run.smithi071.stderr:Unit chronyd.service is enabled and running 2023-12-08T09:53:24.433 INFO:teuthology.orchestra.run.smithi071.stderr:Host looks OK 2023-12-08T09:53:24.433 INFO:teuthology.orchestra.run.smithi071.stderr:Cluster fsid: 9f389788-95af-11ee-95a3-87774f69a715 2023-12-08T09:53:24.434 INFO:teuthology.orchestra.run.smithi071.stderr:Acquiring lock 139922058731648 on /run/cephadm/9f389788-95af-11ee-95a3-87774f69a715.lock 2023-12-08T09:53:24.434 INFO:teuthology.orchestra.run.smithi071.stderr:Lock 139922058731648 acquired on /run/cephadm/9f389788-95af-11ee-95a3-87774f69a715.lock 2023-12-08T09:53:24.434 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying IP 172.21.15.71 port 3300 ... 2023-12-08T09:53:24.434 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying IP 172.21.15.71 port 6789 ... 2023-12-08T09:53:24.435 INFO:teuthology.orchestra.run.smithi071.stderr:Base mon IP is 172.21.15.71, final addrv is [v2:172.21.15.71:3300,v1:172.21.15.71:6789] 2023-12-08T09:53:24.435 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /sbin/ip route ls 2023-12-08T09:53:24.437 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.71 metric 100 2023-12-08T09:53:24.437 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.71 metric 100 2023-12-08T09:53:24.437 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /sbin/ip -6 route ls 2023-12-08T09:53:24.439 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-08T09:53:24.439 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-12-08T09:53:24.440 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1764sec hoplimit 64 pref medium 2023-12-08T09:53:24.440 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /sbin/ip -6 addr ls 2023-12-08T09:53:24.442 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-08T09:53:24.442 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-08T09:53:24.442 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-08T09:53:24.442 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-08T09:53:24.443 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d765/64 scope link 2023-12-08T09:53:24.443 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-08T09:53:24.443 INFO:teuthology.orchestra.run.smithi071.stderr:Mon IP `172.21.15.71` is in CIDR network `172.21.0.0/20` 2023-12-08T09:53:24.443 INFO:teuthology.orchestra.run.smithi071.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-08T09:53:24.444 INFO:teuthology.orchestra.run.smithi071.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2023-12-08T09:53:24.444 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.5 2023-12-08T09:53:24.542 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.5... 2023-12-08T09:53:31.004 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Getting image source signatures 2023-12-08T09:53:31.025 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2023-12-08T09:53:31.025 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2023-12-08T09:53:45.737 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2023-12-08T09:53:45.787 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Writing manifest to image destination 2023-12-08T09:53:46.081 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2023-12-08T09:53:46.097 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --version 2023-12-08T09:53:46.624 INFO:teuthology.orchestra.run.smithi071.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2023-12-08T09:53:46.985 INFO:teuthology.orchestra.run.smithi071.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2023-12-08T09:53:46.985 INFO:teuthology.orchestra.run.smithi071.stderr:Extracting ceph user uid/gid from container image... 2023-12-08T09:53:46.985 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2023-12-08T09:53:47.304 INFO:teuthology.orchestra.run.smithi071.stderr:stat: 167 167 2023-12-08T09:53:47.624 INFO:teuthology.orchestra.run.smithi071.stderr:Creating initial keys... 2023-12-08T09:53:47.624 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-12-08T09:53:47.878 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-authtool: AQCr53Jlp2h2MxAAh8ArNu0ofKseGHpzR1+vnA== 2023-12-08T09:53:48.207 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-12-08T09:53:48.452 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-authtool: AQCs53JlIj4XGhAAJNBSKRmKfpF/Bzl5TFnXXA== 2023-12-08T09:53:48.780 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-12-08T09:53:49.036 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-authtool: AQCt53JlZ/ERARAA6TvUWHGKLy4G8BMFgM3KVg== 2023-12-08T09:53:49.375 INFO:teuthology.orchestra.run.smithi071.stderr:Creating initial monmap... 2023-12-08T09:53:49.375 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpdqks4q8s:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --create --clobber --fsid 9f389788-95af-11ee-95a3-87774f69a715 --addv smithi071 [v2:172.21.15.71:3300,v1:172.21.15.71:6789] /tmp/monmap 2023-12-08T09:53:49.670 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-08T09:53:49.670 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 9f389788-95af-11ee-95a3-87774f69a715 2023-12-08T09:53:49.670 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-08T09:53:50.400 INFO:teuthology.orchestra.run.smithi071.stderr:monmaptool for smithi071 [v2:172.21.15.71:3300,v1:172.21.15.71:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-08T09:53:50.400 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/monmaptool: set fsid to 9f389788-95af-11ee-95a3-87774f69a715 2023-12-08T09:53:50.400 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-08T09:53:50.400 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-12-08T09:53:50.400 INFO:teuthology.orchestra.run.smithi071.stderr:Creating mon... 2023-12-08T09:53:50.402 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/mon.smithi071:/var/lib/ceph/mon/ceph-smithi071:z -v /tmp/ceph-tmpi_q4_zv2:/tmp/keyring:z -v /tmp/ceph-tmpdqks4q8s:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --mkfs -i smithi071 --fsid 9f389788-95af-11ee-95a3-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 2023-12-08T09:53:50.685 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.649+0000 7fe6f5ec7700 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-08T09:53:50.685 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 1 imported monmap: 2023-12-08T09:53:50.685 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-08T09:53:50.686 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: fsid 9f389788-95af-11ee-95a3-87774f69a715 2023-12-08T09:53:50.686 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: last_changed 2023-12-08T09:53:49.659242+0000 2023-12-08T09:53:50.686 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: created 2023-12-08T09:53:49.659242+0000 2023-12-08T09:53:50.686 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-12-08T09:53:50.686 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-08T09:53:50.686 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.smithi071 2023-12-08T09:53:50.686 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-12-08T09:53:50.686 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 0 /usr/bin/ceph-mon: set fsid to 9f389788-95af-11ee-95a3-87774f69a715 2023-12-08T09:53:50.686 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: RocksDB version: 6.8.1 2023-12-08T09:53:50.686 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-12-08T09:53:50.686 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-08T09:53:50.686 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Compile date Jul 8 2021 2023-12-08T09:53:50.686 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: DB SUMMARY 2023-12-08T09:53:50.686 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-12-08T09:53:50.686 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi071/store.db dir, Total Num: 0, files: 2023-12-08T09:53:50.687 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-12-08T09:53:50.687 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi071/store.db: 2023-12-08T09:53:50.687 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-12-08T09:53:50.687 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.error_if_exists: 0 2023-12-08T09:53:50.687 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.create_if_missing: 1 2023-12-08T09:53:50.687 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.paranoid_checks: 1 2023-12-08T09:53:50.687 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.env: 0x55c977ff61c0 2023-12-08T09:53:50.687 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.fs: Posix File System 2023-12-08T09:53:50.687 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.info_log: 0x55c97993d000 2023-12-08T09:53:50.687 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-08T09:53:50.687 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.statistics: (nil) 2023-12-08T09:53:50.687 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.use_fsync: 0 2023-12-08T09:53:50.687 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.max_log_file_size: 0 2023-12-08T09:53:50.687 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-08T09:53:50.687 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-08T09:53:50.687 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-08T09:53:50.687 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-08T09:53:50.688 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.allow_fallocate: 1 2023-12-08T09:53:50.688 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-08T09:53:50.688 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-08T09:53:50.688 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.use_direct_reads: 0 2023-12-08T09:53:50.688 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-08T09:53:50.688 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.create_missing_column_families: 0 2023-12-08T09:53:50.688 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.db_log_dir: 2023-12-08T09:53:50.688 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi071/store.db 2023-12-08T09:53:50.688 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-08T09:53:50.688 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.max_subcompactions: 1 2023-12-08T09:53:50.688 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.max_background_flushes: -1 2023-12-08T09:53:50.688 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-08T09:53:50.688 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-08T09:53:50.688 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-08T09:53:50.688 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-08T09:53:50.688 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-08T09:53:50.689 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.advise_random_on_open: 1 2023-12-08T09:53:50.689 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-08T09:53:50.689 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.write_buffer_manager: 0x55c979945530 2023-12-08T09:53:50.689 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-08T09:53:50.689 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-08T09:53:50.689 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-08T09:53:50.689 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-08T09:53:50.689 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.rate_limiter: (nil) 2023-12-08T09:53:50.689 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-08T09:53:50.689 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-08T09:53:50.689 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-08T09:53:50.689 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-08T09:53:50.689 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.unordered_write: 0 2023-12-08T09:53:50.689 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-08T09:53:50.689 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-08T09:53:50.689 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-08T09:53:50.689 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-08T09:53:50.690 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.row_cache: None 2023-12-08T09:53:50.690 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.wal_filter: None 2023-12-08T09:53:50.690 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-08T09:53:50.690 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-08T09:53:50.690 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.preserve_deletes: 0 2023-12-08T09:53:50.690 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.two_write_queues: 0 2023-12-08T09:53:50.690 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.manual_wal_flush: 0 2023-12-08T09:53:50.690 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.atomic_flush: 0 2023-12-08T09:53:50.690 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-08T09:53:50.690 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-08T09:53:50.690 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-08T09:53:50.690 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.log_readahead_size: 0 2023-12-08T09:53:50.690 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-08T09:53:50.690 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.max_background_jobs: 2 2023-12-08T09:53:50.690 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.max_background_compactions: -1 2023-12-08T09:53:50.691 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-08T09:53:50.691 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.650+0000 7fe6f5ec7700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-08T09:53:50.691 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-08T09:53:50.691 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.max_total_wal_size: 0 2023-12-08T09:53:50.691 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-08T09:53:50.691 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-08T09:53:50.691 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-08T09:53:50.691 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-08T09:53:50.691 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.max_open_files: -1 2023-12-08T09:53:50.691 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.bytes_per_sync: 0 2023-12-08T09:53:50.691 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-08T09:53:50.691 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-08T09:53:50.691 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-08T09:53:50.691 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Compression algorithms supported: 2023-12-08T09:53:50.691 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-08T09:53:50.691 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: kZSTD supported: 0 2023-12-08T09:53:50.692 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: kXpressCompression supported: 0 2023-12-08T09:53:50.692 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-08T09:53:50.692 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: kLZ4Compression supported: 1 2023-12-08T09:53:50.692 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: kBZip2Compression supported: 0 2023-12-08T09:53:50.692 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: kZlibCompression supported: 1 2023-12-08T09:53:50.692 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: kSnappyCompression supported: 1 2023-12-08T09:53:50.692 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-08T09:53:50.692 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-12-08T09:53:50.692 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-12-08T09:53:50.692 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi071/store.db/MANIFEST-000001 2023-12-08T09:53:50.692 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-12-08T09:53:50.692 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-08T09:53:50.692 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-12-08T09:53:50.692 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-08T09:53:50.692 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.merge_operator: 2023-12-08T09:53:50.692 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.compaction_filter: None 2023-12-08T09:53:50.693 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.compaction_filter_factory: None 2023-12-08T09:53:50.693 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-08T09:53:50.693 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-08T09:53:50.693 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c979856160) 2023-12-08T09:53:50.693 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-08T09:53:50.693 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-08T09:53:50.693 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-08T09:53:50.693 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-08T09:53:50.693 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-08T09:53:50.693 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-08T09:53:50.693 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-08T09:53:50.693 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-08T09:53:50.693 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-08T09:53:50.693 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-08T09:53:50.693 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-08T09:53:50.693 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_cache: 0x55c97988cd10 2023-12-08T09:53:50.693 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-08T09:53:50.694 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-08T09:53:50.694 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-08T09:53:50.694 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-08T09:53:50.694 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-08T09:53:50.694 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-08T09:53:50.694 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-08T09:53:50.694 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-08T09:53:50.694 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-08T09:53:50.694 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-08T09:53:50.694 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-08T09:53:50.694 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-08T09:53:50.694 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-08T09:53:50.694 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-08T09:53:50.694 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-08T09:53:50.694 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-08T09:53:50.694 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-08T09:53:50.695 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-08T09:53:50.695 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-08T09:53:50.695 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: format_version: 2 2023-12-08T09:53:50.695 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-08T09:53:50.695 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-08T09:53:50.695 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-12-08T09:53:50.695 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-08T09:53:50.695 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-08T09:53:50.695 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.compression: NoCompression 2023-12-08T09:53:50.695 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-08T09:53:50.695 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-08T09:53:50.695 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-08T09:53:50.695 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.num_levels: 7 2023-12-08T09:53:50.695 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-08T09:53:50.695 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-08T09:53:50.696 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-08T09:53:50.696 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-08T09:53:50.696 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-08T09:53:50.696 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-08T09:53:50.696 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-08T09:53:50.696 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-08T09:53:50.696 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-08T09:53:50.696 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-08T09:53:50.696 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.compression_opts.level: 32767 2023-12-08T09:53:50.696 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-08T09:53:50.696 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-08T09:53:50.696 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-08T09:53:50.696 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.compression_opts.enabled: false 2023-12-08T09:53:50.696 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-08T09:53:50.696 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-08T09:53:50.697 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-08T09:53:50.697 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-08T09:53:50.697 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-08T09:53:50.697 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-08T09:53:50.697 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-08T09:53:50.697 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-08T09:53:50.697 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-08T09:53:50.697 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-08T09:53:50.697 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-08T09:53:50.697 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-08T09:53:50.697 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-08T09:53:50.697 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-08T09:53:50.697 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-08T09:53:50.697 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-08T09:53:50.697 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-08T09:53:50.697 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.arena_block_size: 4194304 2023-12-08T09:53:50.698 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-08T09:53:50.698 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-08T09:53:50.698 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-08T09:53:50.698 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-08T09:53:50.698 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-08T09:53:50.698 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-08T09:53:50.698 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-08T09:53:50.698 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-08T09:53:50.698 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-08T09:53:50.698 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-08T09:53:50.698 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-08T09:53:50.698 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-08T09:53:50.698 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-08T09:53:50.698 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-08T09:53:50.698 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.table_properties_collectors: 2023-12-08T09:53:50.698 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.inplace_update_support: 0 2023-12-08T09:53:50.699 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-08T09:53:50.699 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-08T09:53:50.699 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-08T09:53:50.699 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-08T09:53:50.699 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.bloom_locality: 0 2023-12-08T09:53:50.699 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.max_successive_merges: 0 2023-12-08T09:53:50.699 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-08T09:53:50.699 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-08T09:53:50.699 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.force_consistency_checks: 0 2023-12-08T09:53:50.699 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-08T09:53:50.699 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.ttl: 2592000 2023-12-08T09:53:50.699 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.651+0000 7fe6f5ec7700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-08T09:53:50.699 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.652+0000 7fe6f5ec7700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi071/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-08T09:53:50.699 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-12-08T09:53:50.699 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.652+0000 7fe6f5ec7700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-08T09:53:50.699 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-12-08T09:53:50.700 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.654+0000 7fe6f5ec7700 4 rocksdb: DB pointer 0x55c979951800 2023-12-08T09:53:50.700 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.654+0000 7fe6ded50700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-08T09:53:50.700 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.654+0000 7fe6ded50700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-08T09:53:50.700 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-08T09:53:50.700 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T09:53:50.700 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-08T09:53:50.700 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-08T09:53:50.700 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T09:53:50.700 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-08T09:53:50.700 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-08T09:53:50.700 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T09:53:50.700 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-12-08T09:53:50.700 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T09:53:50.700 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T09:53:50.700 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T09:53:50.700 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-08T09:53:50.701 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-08T09:53:50.701 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-12-08T09:53:50.701 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T09:53:50.701 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T09:53:50.701 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T09:53:50.701 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T09:53:50.701 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T09:53:50.701 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T09:53:50.701 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T09:53:50.701 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T09:53:50.701 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-08T09:53:50.701 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T09:53:50.701 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T09:53:50.701 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-08T09:53:50.701 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-12-08T09:53:50.701 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-08T09:53:50.702 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-12-08T09:53:50.702 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T09:53:50.702 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T09:53:50.702 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T09:53:50.702 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-08T09:53:50.702 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-08T09:53:50.702 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-12-08T09:53:50.702 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T09:53:50.702 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T09:53:50.702 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T09:53:50.702 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T09:53:50.702 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T09:53:50.702 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T09:53:50.702 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T09:53:50.702 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T09:53:50.702 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-08T09:53:50.703 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T09:53:50.703 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T09:53:50.703 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-08T09:53:50.703 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-12-08T09:53:50.703 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-08T09:53:50.703 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-12-08T09:53:50.703 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.657+0000 7fe6f5ec7700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-12-08T09:53:50.703 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.657+0000 7fe6f5ec7700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-12-08T09:53:50.703 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:53:50.657+0000 7fe6f5ec7700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi071 for mon.smithi071 2023-12-08T09:53:50.995 INFO:teuthology.orchestra.run.smithi071.stderr:create mon.smithi071 on 2023-12-08T09:53:50.996 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/9f389788-95af-11ee-95a3-87774f69a715 2023-12-08T09:53:51.000 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl disable ceph.target 2023-12-08T09:53:51.089 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl enable ceph.target 2023-12-08T09:53:51.096 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-08T09:53:51.174 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl start ceph.target 2023-12-08T09:53:51.181 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl enable ceph-9f389788-95af-11ee-95a3-87774f69a715.target 2023-12-08T09:53:51.188 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-9f389788-95af-11ee-95a3-87774f69a715.target → /etc/systemd/system/ceph-9f389788-95af-11ee-95a3-87774f69a715.target. 2023-12-08T09:53:51.188 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-9f389788-95af-11ee-95a3-87774f69a715.target → /etc/systemd/system/ceph-9f389788-95af-11ee-95a3-87774f69a715.target. 2023-12-08T09:53:51.267 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl start ceph-9f389788-95af-11ee-95a3-87774f69a715.target 2023-12-08T09:53:51.271 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl daemon-reload 2023-12-08T09:53:51.353 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl stop ceph-9f389788-95af-11ee-95a3-87774f69a715@mon.smithi071 2023-12-08T09:53:51.376 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl reset-failed ceph-9f389788-95af-11ee-95a3-87774f69a715@mon.smithi071 2023-12-08T09:53:51.381 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Failed to reset failed state of unit ceph-9f389788-95af-11ee-95a3-87774f69a715@mon.smithi071.service: Unit ceph-9f389788-95af-11ee-95a3-87774f69a715@mon.smithi071.service not loaded. 2023-12-08T09:53:51.382 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl enable ceph-9f389788-95af-11ee-95a3-87774f69a715@mon.smithi071 2023-12-08T09:53:51.388 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Created symlink /etc/systemd/system/ceph-9f389788-95af-11ee-95a3-87774f69a715.target.wants/ceph-9f389788-95af-11ee-95a3-87774f69a715@mon.smithi071.service → /etc/systemd/system/ceph-9f389788-95af-11ee-95a3-87774f69a715@.service. 2023-12-08T09:53:51.471 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl start ceph-9f389788-95af-11ee-95a3-87774f69a715@mon.smithi071 2023-12-08T09:53:51.790 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-08T09:53:51.799 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: disabled 2023-12-08T09:53:51.799 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-active firewalld.service 2023-12-08T09:53:51.806 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2023-12-08T09:53:51.807 INFO:teuthology.orchestra.run.smithi071.stderr:firewalld.service is not enabled 2023-12-08T09:53:51.807 INFO:teuthology.orchestra.run.smithi071.stderr:Not possible to enable service . firewalld.service is not available 2023-12-08T09:53:51.808 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mon to start... 2023-12-08T09:53:51.808 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mon... 2023-12-08T09:53:51.808 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/mon.smithi071:/var/lib/ceph/mon/ceph-smithi071:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status 2023-12-08T09:53:51.826 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:51 smithi071 bash[107023]: 6beb0b361826a2e771f73c854e3d20a8e49797b0f09a5e7b43dacddcee33159e 2023-12-08T09:53:51.826 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:51 smithi071 systemd[1]: Started Ceph mon.smithi071 for 9f389788-95af-11ee-95a3-87774f69a715. 2023-12-08T09:53:52.164 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:51 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107037]: cluster 2023-12-08T09:53:51.820538+0000 mon.smithi071 (mon.0) 0 : [INF] mkfs 9f389788-95af-11ee-95a3-87774f69a715 2023-12-08T09:53:52.164 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:51 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107037]: cluster 2023-12-08T09:53:51.803337+0000 mon.smithi071 (mon.0) 1 : cluster [INF] mon.smithi071 is new leader, mons smithi071 in quorum (ranks 0) 2023-12-08T09:53:52.249 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: cluster: 2023-12-08T09:53:52.249 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: id: 9f389788-95af-11ee-95a3-87774f69a715 2023-12-08T09:53:52.249 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-08T09:53:52.249 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-12-08T09:53:52.249 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: services: 2023-12-08T09:53:52.249 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi071 (age 0.418688s) 2023-12-08T09:53:52.249 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-08T09:53:52.249 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-08T09:53:52.249 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-12-08T09:53:52.249 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: data: 2023-12-08T09:53:52.249 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-08T09:53:52.249 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-08T09:53:52.249 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-08T09:53:52.250 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: pgs: 2023-12-08T09:53:52.250 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-12-08T09:53:52.579 INFO:teuthology.orchestra.run.smithi071.stderr:mon is available 2023-12-08T09:53:52.579 INFO:teuthology.orchestra.run.smithi071.stderr:Assimilating anything we can from ceph.conf... 2023-12-08T09:53:52.579 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z -v /var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/mon.smithi071:/var/lib/ceph/mon/ceph-smithi071:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi071/config 2023-12-08T09:53:53.057 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-12-08T09:53:53.058 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [global] 2023-12-08T09:53:53.058 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: fsid = 9f389788-95af-11ee-95a3-87774f69a715 2023-12-08T09:53:53.059 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.71:3300,v1:172.21.15.71:6789] 2023-12-08T09:53:53.059 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-08T09:53:53.059 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-08T09:53:53.059 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-08T09:53:53.059 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-08T09:53:53.059 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-12-08T09:53:53.059 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [mgr] 2023-12-08T09:53:53.059 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-08T09:53:53.059 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-12-08T09:53:53.059 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [osd] 2023-12-08T09:53:53.059 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-08T09:53:53.059 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-08T09:53:53.164 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:52 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107037]: cluster 2023-12-08T09:53:51.819189+0000 mon.smithi071 (mon.0) 2 : cluster [INF] mon.smithi071 is new leader, mons smithi071 in quorum (ranks 0) 2023-12-08T09:53:53.164 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:52 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107037]: cluster 2023-12-08T09:53:51.819413+0000 mon.smithi071 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi071=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0]} 2023-12-08T09:53:53.164 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:52 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107037]: cluster 2023-12-08T09:53:51.822822+0000 mon.smithi071 (mon.0) 4 : cluster [DBG] fsmap 2023-12-08T09:53:53.164 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:52 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107037]: cluster 2023-12-08T09:53:51.826897+0000 mon.smithi071 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-08T09:53:53.164 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:52 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107037]: cluster 2023-12-08T09:53:51.827323+0000 mon.smithi071 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-08T09:53:53.164 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:52 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107037]: audit 2023-12-08T09:53:52.237845+0000 mon.smithi071 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.71:0/3244032183' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-08T09:53:53.420 INFO:teuthology.orchestra.run.smithi071.stderr:Generating new minimal ceph.conf... 2023-12-08T09:53:53.421 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z -v /var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/mon.smithi071:/var/lib/ceph/mon/ceph-smithi071:z docker.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi071/config 2023-12-08T09:53:54.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:53 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107037]: audit 2023-12-08T09:53:53.052198+0000 mon.smithi071 (mon.0) 8 : audit [INF] from='client.? 172.21.15.71:0/4225653758' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-08T09:53:54.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:53 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107037]: audit 2023-12-08T09:53:53.055636+0000 mon.smithi071 (mon.0) 9 : audit [INF] from='client.? 172.21.15.71:0/4225653758' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-08T09:53:54.171 INFO:teuthology.orchestra.run.smithi071.stderr:Restarting the monitor... 2023-12-08T09:53:54.171 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl restart ceph-9f389788-95af-11ee-95a3-87774f69a715@mon.smithi071 2023-12-08T09:53:54.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 systemd[1]: Stopping Ceph mon.smithi071 for 9f389788-95af-11ee-95a3-87774f69a715... 2023-12-08T09:53:54.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107037]: debug 2023-12-08T09:53:54.238+0000 7f7f75744700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi071 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-08T09:53:54.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107037]: debug 2023-12-08T09:53:54.238+0000 7f7f75744700 -1 mon.smithi071@0(leader) e1 *** Got Signal Terminated *** 2023-12-08T09:53:54.892 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 podman[107361]: ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071 2023-12-08T09:53:54.892 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 systemd[1]: ceph-9f389788-95af-11ee-95a3-87774f69a715@mon.smithi071.service: Succeeded. 2023-12-08T09:53:54.892 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 systemd[1]: Stopped Ceph mon.smithi071 for 9f389788-95af-11ee-95a3-87774f69a715. 2023-12-08T09:53:54.892 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 systemd[1]: Starting Ceph mon.smithi071 for 9f389788-95af-11ee-95a3-87774f69a715... 2023-12-08T09:53:54.963 INFO:teuthology.orchestra.run.smithi071.stderr:Setting mon public_network to 172.21.0.0/20 2023-12-08T09:53:54.963 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2023-12-08T09:53:55.415 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.951+0000 7f8a4a358700 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-08T09:53:55.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.951+0000 7f8a4a358700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2023-12-08T09:53:55.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.951+0000 7f8a4a358700 0 pidfile_write: ignore empty --pid-file 2023-12-08T09:53:55.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 0 load: jerasure load: lrc load: isa 2023-12-08T09:53:55.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: RocksDB version: 6.8.1 2023-12-08T09:53:55.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: 2023-12-08T09:53:55.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-08T09:53:55.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Compile date Jul 8 2021 2023-12-08T09:53:55.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: DB SUMMARY 2023-12-08T09:53:55.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: 2023-12-08T09:53:55.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: CURRENT file: CURRENT 2023-12-08T09:53:55.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: 2023-12-08T09:53:55.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: IDENTITY file: IDENTITY 2023-12-08T09:53:55.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: 2023-12-08T09:53:55.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-12-08T09:53:55.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: 2023-12-08T09:53:55.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi071/store.db dir, Total Num: 1, files: 000004.sst 2023-12-08T09:53:55.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: 2023-12-08T09:53:55.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi071/store.db: 000006.log size: 80410 ; 2023-12-08T09:53:55.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: 2023-12-08T09:53:55.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.error_if_exists: 0 2023-12-08T09:53:55.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.create_if_missing: 0 2023-12-08T09:53:55.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.paranoid_checks: 1 2023-12-08T09:53:55.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.env: 0x56494ad591c0 2023-12-08T09:53:55.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.fs: Posix File System 2023-12-08T09:53:55.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.info_log: 0x56494c741a40 2023-12-08T09:53:55.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-08T09:53:55.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.statistics: (nil) 2023-12-08T09:53:55.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.use_fsync: 0 2023-12-08T09:53:55.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.max_log_file_size: 0 2023-12-08T09:53:55.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-08T09:53:55.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-08T09:53:55.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-08T09:53:55.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-08T09:53:55.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.allow_fallocate: 1 2023-12-08T09:53:55.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-08T09:53:55.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-08T09:53:55.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.use_direct_reads: 0 2023-12-08T09:53:55.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-08T09:53:55.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.create_missing_column_families: 0 2023-12-08T09:53:55.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 bash[107433]: 02e531214328d55abadddaccac70fe37575fd3f5c380e452b9dd9c8cd48e14fe 2023-12-08T09:53:55.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.db_log_dir: 2023-12-08T09:53:55.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi071/store.db 2023-12-08T09:53:55.419 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-08T09:53:55.419 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.max_subcompactions: 1 2023-12-08T09:53:55.419 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.max_background_flushes: -1 2023-12-08T09:53:55.419 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-08T09:53:55.419 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-08T09:53:55.419 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-08T09:53:55.419 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-08T09:53:55.419 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-08T09:53:55.419 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.advise_random_on_open: 1 2023-12-08T09:53:55.419 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-08T09:53:55.419 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.write_buffer_manager: 0x56494d3b8030 2023-12-08T09:53:55.419 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-08T09:53:55.419 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-08T09:53:55.419 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-08T09:53:55.420 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-08T09:53:55.420 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.rate_limiter: (nil) 2023-12-08T09:53:55.420 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-08T09:53:55.420 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-08T09:53:55.420 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-08T09:53:55.420 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-08T09:53:55.420 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.unordered_write: 0 2023-12-08T09:53:55.420 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-08T09:53:55.420 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-08T09:53:55.420 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-08T09:53:55.420 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-08T09:53:55.420 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.row_cache: None 2023-12-08T09:53:55.420 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.wal_filter: None 2023-12-08T09:53:55.420 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-08T09:53:55.420 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-08T09:53:55.421 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.preserve_deletes: 0 2023-12-08T09:53:55.421 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.two_write_queues: 0 2023-12-08T09:53:55.421 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.manual_wal_flush: 0 2023-12-08T09:53:55.421 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.atomic_flush: 0 2023-12-08T09:53:55.421 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-08T09:53:55.421 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-08T09:53:55.421 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-08T09:53:55.421 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.log_readahead_size: 0 2023-12-08T09:53:55.421 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-08T09:53:55.421 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.max_background_jobs: 2 2023-12-08T09:53:55.421 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.max_background_compactions: -1 2023-12-08T09:53:55.421 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-08T09:53:55.421 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-08T09:53:55.421 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-08T09:53:55.421 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.max_total_wal_size: 0 2023-12-08T09:53:55.422 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-08T09:53:55.422 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-08T09:53:55.422 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-08T09:53:55.422 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-08T09:53:55.422 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.max_open_files: -1 2023-12-08T09:53:55.422 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.bytes_per_sync: 0 2023-12-08T09:53:55.422 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-08T09:53:55.422 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-08T09:53:55.422 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-08T09:53:55.422 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Compression algorithms supported: 2023-12-08T09:53:55.422 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-08T09:53:55.422 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: kZSTD supported: 0 2023-12-08T09:53:55.422 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: kXpressCompression supported: 0 2023-12-08T09:53:55.422 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-08T09:53:55.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: kLZ4Compression supported: 1 2023-12-08T09:53:55.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: kBZip2Compression supported: 0 2023-12-08T09:53:55.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: kZlibCompression supported: 1 2023-12-08T09:53:55.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: kSnappyCompression supported: 1 2023-12-08T09:53:55.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-08T09:53:55.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi071/store.db/MANIFEST-000005 2023-12-08T09:53:55.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: 2023-12-08T09:53:55.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-08T09:53:55.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: 2023-12-08T09:53:55.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-08T09:53:55.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.merge_operator: 2023-12-08T09:53:55.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.compaction_filter: None 2023-12-08T09:53:55.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.compaction_filter_factory: None 2023-12-08T09:53:55.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-08T09:53:55.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-08T09:53:55.424 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56494c65bcc0) 2023-12-08T09:53:55.424 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cache_index_and_filter_blocks: 1 2023-12-08T09:53:55.424 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-08T09:53:55.424 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-08T09:53:55.424 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: pin_top_level_index_and_filter: 1 2023-12-08T09:53:55.424 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: index_type: 0 2023-12-08T09:53:55.424 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: data_block_index_type: 0 2023-12-08T09:53:55.424 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: index_shortening: 1 2023-12-08T09:53:55.424 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: data_block_hash_table_util_ratio: 0.750000 2023-12-08T09:53:55.424 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: hash_index_allow_collision: 1 2023-12-08T09:53:55.424 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: checksum: 1 2023-12-08T09:53:55.424 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: no_block_cache: 0 2023-12-08T09:53:55.424 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: block_cache: 0x56494c690f10 2023-12-08T09:53:55.424 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: block_cache_name: BinnedLRUCache 2023-12-08T09:53:55.424 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: block_cache_options: 2023-12-08T09:53:55.424 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: capacity : 536870912 2023-12-08T09:53:55.425 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: num_shard_bits : 4 2023-12-08T09:53:55.425 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: strict_capacity_limit : 0 2023-12-08T09:53:55.425 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: high_pri_pool_ratio: 0.000 2023-12-08T09:53:55.425 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: block_cache_compressed: (nil) 2023-12-08T09:53:55.425 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: persistent_cache: (nil) 2023-12-08T09:53:55.425 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: block_size: 4096 2023-12-08T09:53:55.425 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: block_size_deviation: 10 2023-12-08T09:53:55.425 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: block_restart_interval: 16 2023-12-08T09:53:55.425 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: index_block_restart_interval: 1 2023-12-08T09:53:55.425 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: metadata_block_size: 4096 2023-12-08T09:53:55.425 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: partition_filters: 0 2023-12-08T09:53:55.425 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: use_delta_encoding: 1 2023-12-08T09:53:55.425 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-08T09:53:55.425 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: whole_key_filtering: 1 2023-12-08T09:53:55.425 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: verify_compression: 0 2023-12-08T09:53:55.425 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: read_amp_bytes_per_bit: 0 2023-12-08T09:53:55.426 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: format_version: 2 2023-12-08T09:53:55.426 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: enable_index_compression: 1 2023-12-08T09:53:55.426 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: block_align: 0 2023-12-08T09:53:55.426 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: 2023-12-08T09:53:55.426 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-08T09:53:55.426 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-08T09:53:55.426 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.compression: NoCompression 2023-12-08T09:53:55.426 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-08T09:53:55.426 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-08T09:53:55.426 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-08T09:53:55.426 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.num_levels: 7 2023-12-08T09:53:55.426 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-08T09:53:55.426 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-08T09:53:55.426 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-08T09:53:55.426 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-08T09:53:55.426 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-08T09:53:55.427 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-08T09:53:55.427 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-08T09:53:55.427 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-08T09:53:55.427 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-08T09:53:55.427 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-08T09:53:55.427 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.compression_opts.level: 32767 2023-12-08T09:53:55.427 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-08T09:53:55.427 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-08T09:53:55.427 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-08T09:53:55.427 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.compression_opts.enabled: false 2023-12-08T09:53:55.427 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-08T09:53:55.427 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-08T09:53:55.427 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-08T09:53:55.427 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-08T09:53:55.427 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-08T09:53:55.427 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-08T09:53:55.428 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-08T09:53:55.428 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-08T09:53:55.428 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-08T09:53:55.428 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-08T09:53:55.428 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-08T09:53:55.428 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-08T09:53:55.428 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-08T09:53:55.428 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-08T09:53:55.428 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-08T09:53:55.428 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-08T09:53:55.428 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.956+0000 7f8a4a358700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-08T09:53:55.428 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: Options.arena_block_size: 4194304 2023-12-08T09:53:55.428 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-08T09:53:55.428 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-08T09:53:55.428 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-08T09:53:55.428 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-08T09:53:55.429 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-08T09:53:55.429 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-08T09:53:55.429 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-08T09:53:55.429 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-08T09:53:55.429 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-08T09:53:55.430 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-08T09:53:55.430 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-08T09:53:55.430 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-08T09:53:55.430 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-08T09:53:55.430 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-08T09:53:55.430 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: Options.table_properties_collectors: 2023-12-08T09:53:55.430 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: Options.inplace_update_support: 0 2023-12-08T09:53:55.431 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-08T09:53:55.431 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-08T09:53:55.431 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-08T09:53:55.431 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-08T09:53:55.431 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: Options.bloom_locality: 0 2023-12-08T09:53:55.431 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: Options.max_successive_merges: 0 2023-12-08T09:53:55.431 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-08T09:53:55.431 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-08T09:53:55.431 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: Options.force_consistency_checks: 0 2023-12-08T09:53:55.431 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-08T09:53:55.431 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: Options.ttl: 2592000 2023-12-08T09:53:55.431 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-08T09:53:55.431 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi071/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-08T09:53:55.431 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: 2023-12-08T09:53:55.432 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-12-08T09:53:55.432 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: 2023-12-08T09:53:55.432 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702029234958299, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-08T09:53:55.432 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-12-08T09:53:55.432 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.957+0000 7f8a4a358700 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-08T09:53:55.432 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.959+0000 7f8a4a358700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702029234960095, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 77333, "table_properties": {"data_size": 75630, "index_size": 308, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9283, "raw_average_key_size": 47, "raw_value_size": 70277, "raw_average_value_size": 360, "num_data_blocks": 10, "num_entries": 195, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1702029234, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-08T09:53:55.432 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.959+0000 7f8a4a358700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-12-08T09:53:55.432 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: 2023-12-08T09:53:55.432 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.959+0000 7f8a4a358700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702029234960471, "job": 1, "event": "recovery_finished"} 2023-12-08T09:53:55.432 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 systemd[1]: Started Ceph mon.smithi071 for 9f389788-95af-11ee-95a3-87774f69a715. 2023-12-08T09:53:55.432 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.960+0000 7f8a4a358700 4 rocksdb: DB pointer 0x56494c755800 2023-12-08T09:53:55.432 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.960+0000 7f8a31160700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-08T09:53:55.433 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.960+0000 7f8a31160700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-08T09:53:55.433 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: ** DB Stats ** 2023-12-08T09:53:55.433 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T09:53:55.433 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-08T09:53:55.433 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-08T09:53:55.433 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T09:53:55.433 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-08T09:53:55.433 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-08T09:53:55.433 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T09:53:55.434 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: 2023-12-08T09:53:55.434 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: ** Compaction Stats [default] ** 2023-12-08T09:53:55.435 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T09:53:55.435 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T09:53:55.435 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: L0 2/0 77.21 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 47.4 0.00 0.00 1 0.002 0 0 2023-12-08T09:53:55.435 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Sum 2/0 77.21 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 47.4 0.00 0.00 1 0.002 0 0 2023-12-08T09:53:55.435 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 47.4 0.00 0.00 1 0.002 0 0 2023-12-08T09:53:55.435 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: 2023-12-08T09:53:55.435 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: ** Compaction Stats [default] ** 2023-12-08T09:53:55.435 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T09:53:55.435 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T09:53:55.435 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 47.4 0.00 0.00 1 0.002 0 0 2023-12-08T09:53:55.435 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T09:53:55.435 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T09:53:55.435 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T09:53:55.435 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T09:53:55.435 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T09:53:55.435 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T09:53:55.436 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Cumulative compaction: 0.00 GB write, 20.31 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T09:53:55.436 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Interval compaction: 0.00 GB write, 20.31 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T09:53:55.436 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-08T09:53:55.436 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: 2023-12-08T09:53:55.436 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T09:53:55.436 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: 2023-12-08T09:53:55.436 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: ** Compaction Stats [default] ** 2023-12-08T09:53:55.436 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T09:53:55.436 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T09:53:55.436 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: L0 2/0 77.21 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 47.4 0.00 0.00 1 0.002 0 0 2023-12-08T09:53:55.436 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Sum 2/0 77.21 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 47.4 0.00 0.00 1 0.002 0 0 2023-12-08T09:53:55.436 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-08T09:53:55.436 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: 2023-12-08T09:53:55.437 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: ** Compaction Stats [default] ** 2023-12-08T09:53:55.437 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T09:53:55.437 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T09:53:55.437 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 47.4 0.00 0.00 1 0.002 0 0 2023-12-08T09:53:55.437 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T09:53:55.437 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T09:53:55.437 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T09:53:55.437 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T09:53:55.437 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T09:53:55.437 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T09:53:55.437 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Cumulative compaction: 0.00 GB write, 20.15 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T09:53:55.437 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T09:53:55.437 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-08T09:53:55.437 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: 2023-12-08T09:53:55.437 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T09:53:55.438 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: 2023-12-08T09:53:55.438 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.961+0000 7f8a4a358700 0 starting mon.smithi071 rank 0 at public addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] at bind addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi071 fsid 9f389788-95af-11ee-95a3-87774f69a715 2023-12-08T09:53:55.438 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.962+0000 7f8a4a358700 1 mon.smithi071@-1(???) e1 preinit fsid 9f389788-95af-11ee-95a3-87774f69a715 2023-12-08T09:53:55.438 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.962+0000 7f8a4a358700 0 mon.smithi071@-1(???).mds e1 new map 2023-12-08T09:53:55.438 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.962+0000 7f8a4a358700 0 mon.smithi071@-1(???).mds e1 print_map 2023-12-08T09:53:55.438 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: e1 2023-12-08T09:53:55.438 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-08T09:53:55.438 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-08T09:53:55.438 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: legacy client fscid: -1 2023-12-08T09:53:55.438 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: 2023-12-08T09:53:55.438 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: No filesystems configured 2023-12-08T09:53:55.438 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: 2023-12-08T09:53:55.438 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.962+0000 7f8a4a358700 0 mon.smithi071@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-08T09:53:55.439 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.962+0000 7f8a4a358700 0 mon.smithi071@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T09:53:55.439 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.962+0000 7f8a4a358700 0 mon.smithi071@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T09:53:55.439 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.962+0000 7f8a4a358700 0 mon.smithi071@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T09:53:55.439 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:53:53.052198+0000 mon.smithi071 (mon.0) 8 : audit [INF] from='client.? 172.21.15.71:0/4225653758' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-08T09:53:55.439 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:53:53.055636+0000 mon.smithi071 (mon.0) 9 : audit [INF] from='client.? 172.21.15.71:0/4225653758' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-08T09:53:55.439 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.962+0000 7f8a4a358700 1 mon.smithi071@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-08T09:53:55.439 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.963+0000 7f8a4a358700 20 expand_channel_meta expand map: {default=false} 2023-12-08T09:53:55.439 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.963+0000 7f8a4a358700 20 expand_channel_meta from 'false' to 'false' 2023-12-08T09:53:55.439 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.963+0000 7f8a4a358700 20 expand_channel_meta expanded map: {default=false} 2023-12-08T09:53:55.439 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.963+0000 7f8a4a358700 20 expand_channel_meta expand map: {default=info} 2023-12-08T09:53:55.439 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.963+0000 7f8a4a358700 20 expand_channel_meta from 'info' to 'info' 2023-12-08T09:53:55.439 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.963+0000 7f8a4a358700 20 expand_channel_meta expanded map: {default=info} 2023-12-08T09:53:55.439 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.963+0000 7f8a4a358700 20 expand_channel_meta expand map: {default=daemon} 2023-12-08T09:53:55.440 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.963+0000 7f8a4a358700 20 expand_channel_meta from 'daemon' to 'daemon' 2023-12-08T09:53:55.440 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.963+0000 7f8a4a358700 20 expand_channel_meta expanded map: {default=daemon} 2023-12-08T09:53:55.440 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.963+0000 7f8a4a358700 20 expand_channel_meta expand map: {default=debug} 2023-12-08T09:53:55.440 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.963+0000 7f8a4a358700 20 expand_channel_meta from 'debug' to 'debug' 2023-12-08T09:53:55.440 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T09:53:54.963+0000 7f8a4a358700 20 expand_channel_meta expanded map: {default=debug} 2023-12-08T09:53:55.440 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:55 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:53:54.978309+0000 mon.smithi071 (mon.0) 1 : cluster [INF] mon.smithi071 is new leader, mons smithi071 in quorum (ranks 0) 2023-12-08T09:53:55.440 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:55 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:53:54.978385+0000 mon.smithi071 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi071=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0]} 2023-12-08T09:53:55.440 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:55 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:53:54.978424+0000 mon.smithi071 (mon.0) 3 : cluster [DBG] fsmap 2023-12-08T09:53:55.440 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:55 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:53:54.978453+0000 mon.smithi071 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-08T09:53:55.440 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:55 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:53:54.978874+0000 mon.smithi071 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-08T09:53:55.789 INFO:teuthology.orchestra.run.smithi071.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-08T09:53:55.789 INFO:teuthology.orchestra.run.smithi071.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-08T09:53:55.789 INFO:teuthology.orchestra.run.smithi071.stderr:Creating mgr... 2023-12-08T09:53:55.789 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying port 9283 ... 2023-12-08T09:53:55.791 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl daemon-reload 2023-12-08T09:53:55.881 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl stop ceph-9f389788-95af-11ee-95a3-87774f69a715@mgr.smithi071.cpbfht 2023-12-08T09:53:55.911 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl reset-failed ceph-9f389788-95af-11ee-95a3-87774f69a715@mgr.smithi071.cpbfht 2023-12-08T09:53:55.917 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Failed to reset failed state of unit ceph-9f389788-95af-11ee-95a3-87774f69a715@mgr.smithi071.cpbfht.service: Unit ceph-9f389788-95af-11ee-95a3-87774f69a715@mgr.smithi071.cpbfht.service not loaded. 2023-12-08T09:53:55.917 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl enable ceph-9f389788-95af-11ee-95a3-87774f69a715@mgr.smithi071.cpbfht 2023-12-08T09:53:55.923 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Created symlink /etc/systemd/system/ceph-9f389788-95af-11ee-95a3-87774f69a715.target.wants/ceph-9f389788-95af-11ee-95a3-87774f69a715@mgr.smithi071.cpbfht.service → /etc/systemd/system/ceph-9f389788-95af-11ee-95a3-87774f69a715@.service. 2023-12-08T09:53:56.004 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl start ceph-9f389788-95af-11ee-95a3-87774f69a715@mgr.smithi071.cpbfht 2023-12-08T09:53:56.321 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-08T09:53:56.330 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: disabled 2023-12-08T09:53:56.330 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-active firewalld.service 2023-12-08T09:53:56.337 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2023-12-08T09:53:56.338 INFO:teuthology.orchestra.run.smithi071.stderr:firewalld.service is not enabled 2023-12-08T09:53:56.338 INFO:teuthology.orchestra.run.smithi071.stderr:Not possible to enable service . firewalld.service is not available 2023-12-08T09:53:56.338 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-08T09:53:56.346 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: disabled 2023-12-08T09:53:56.346 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-active firewalld.service 2023-12-08T09:53:56.354 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2023-12-08T09:53:56.355 INFO:teuthology.orchestra.run.smithi071.stderr:firewalld.service is not enabled 2023-12-08T09:53:56.355 INFO:teuthology.orchestra.run.smithi071.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-08T09:53:56.355 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mgr to start... 2023-12-08T09:53:56.355 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mgr... 2023-12-08T09:53:56.355 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-12-08T09:53:56.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:56 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:53:55.383881+0000 mon.smithi071 (mon.0) 6 : audit [INF] from='client.? 172.21.15.71:0/3058221290' entity='client.admin' 2023-12-08T09:53:56.809 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-12-08T09:53:56.809 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2023-12-08T09:53:56.809 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsid": "9f389788-95af-11ee-95a3-87774f69a715", 2023-12-08T09:53:56.809 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "health": { 2023-12-08T09:53:56.809 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-08T09:53:56.809 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "checks": {}, 2023-12-08T09:53:56.809 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mutes": [] 2023-12-08T09:53:56.809 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-12-08T09:53:56.809 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-08T09:53:56.809 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum": [ 2023-12-08T09:53:56.809 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 0 2023-12-08T09:53:56.809 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2023-12-08T09:53:56.809 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-08T09:53:56.809 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "smithi071" 2023-12-08T09:53:56.810 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2023-12-08T09:53:56.810 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-12-08T09:53:56.810 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "monmap": { 2023-12-08T09:53:56.810 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:53:56.810 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-08T09:53:56.810 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-08T09:53:56.810 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-12-08T09:53:56.810 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osdmap": { 2023-12-08T09:53:56.810 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:53:56.810 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-08T09:53:56.810 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-08T09:53:56.814 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-08T09:53:56.814 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-08T09:53:56.814 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-08T09:53:56.814 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-08T09:53:56.814 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-12-08T09:53:56.814 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgmap": { 2023-12-08T09:53:56.814 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-08T09:53:56.814 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-08T09:53:56.814 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-08T09:53:56.814 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-08T09:53:56.815 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-08T09:53:56.815 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-08T09:53:56.815 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-08T09:53:56.815 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-08T09:53:56.815 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-12-08T09:53:56.815 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsmap": { 2023-12-08T09:53:56.815 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:53:56.815 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-08T09:53:56.815 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-08T09:53:56.815 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-12-08T09:53:56.815 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-08T09:53:56.815 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "available": false, 2023-12-08T09:53:56.815 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-08T09:53:56.816 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modules": [ 2023-12-08T09:53:56.816 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "iostat", 2023-12-08T09:53:56.816 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "nfs", 2023-12-08T09:53:56.816 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "restful" 2023-12-08T09:53:56.816 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2023-12-08T09:53:56.816 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2023-12-08T09:53:56.816 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-12-08T09:53:56.816 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "servicemap": { 2023-12-08T09:53:56.816 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:53:56.816 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modified": "2023-12-08T09:53:51.820978+0000", 2023-12-08T09:53:56.816 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2023-12-08T09:53:56.816 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-12-08T09:53:56.816 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-08T09:53:56.816 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2023-12-08T09:53:57.178 INFO:teuthology.orchestra.run.smithi071.stderr:mgr not available, waiting (1/15)... 2023-12-08T09:53:57.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:53:56.804842+0000 mon.smithi071 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.71:0/373122430' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T09:53:59.182 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-12-08T09:53:59.663 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-12-08T09:53:59.663 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2023-12-08T09:53:59.664 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsid": "9f389788-95af-11ee-95a3-87774f69a715", 2023-12-08T09:53:59.664 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "health": { 2023-12-08T09:53:59.664 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-08T09:53:59.664 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "checks": {}, 2023-12-08T09:53:59.664 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mutes": [] 2023-12-08T09:53:59.664 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-12-08T09:53:59.664 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-08T09:53:59.664 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum": [ 2023-12-08T09:53:59.664 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 0 2023-12-08T09:53:59.664 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2023-12-08T09:53:59.664 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-08T09:53:59.664 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "smithi071" 2023-12-08T09:53:59.664 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2023-12-08T09:53:59.664 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-12-08T09:53:59.665 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "monmap": { 2023-12-08T09:53:59.665 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:53:59.665 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-08T09:53:59.665 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-08T09:53:59.665 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-12-08T09:53:59.665 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osdmap": { 2023-12-08T09:53:59.665 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:53:59.665 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-08T09:53:59.665 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-08T09:53:59.665 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-08T09:53:59.665 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-08T09:53:59.665 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-08T09:53:59.665 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-08T09:53:59.665 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-12-08T09:53:59.665 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgmap": { 2023-12-08T09:53:59.665 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-08T09:53:59.665 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-08T09:53:59.666 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-08T09:53:59.666 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-08T09:53:59.666 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-08T09:53:59.666 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-08T09:53:59.666 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-08T09:53:59.666 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-08T09:53:59.666 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-12-08T09:53:59.666 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsmap": { 2023-12-08T09:53:59.666 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:53:59.666 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-08T09:53:59.666 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-08T09:53:59.666 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-12-08T09:53:59.666 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-08T09:53:59.666 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "available": false, 2023-12-08T09:53:59.666 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-08T09:53:59.666 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modules": [ 2023-12-08T09:53:59.667 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "iostat", 2023-12-08T09:53:59.667 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "nfs", 2023-12-08T09:53:59.667 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "restful" 2023-12-08T09:53:59.667 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2023-12-08T09:53:59.667 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2023-12-08T09:53:59.667 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-12-08T09:53:59.667 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "servicemap": { 2023-12-08T09:53:59.667 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:53:59.667 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modified": "2023-12-08T09:53:51.820978+0000", 2023-12-08T09:53:59.667 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2023-12-08T09:53:59.667 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-12-08T09:53:59.667 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-08T09:53:59.667 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2023-12-08T09:53:59.963 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:53:59 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:53:59.656435+0000 mon.smithi071 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.71:0/1152003939' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T09:53:59.995 INFO:teuthology.orchestra.run.smithi071.stderr:mgr not available, waiting (2/15)... 2023-12-08T09:54:01.914 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:01 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:54:01.393538+0000 mon.smithi071 (mon.0) 9 : cluster [INF] Activating manager daemon smithi071.cpbfht 2023-12-08T09:54:01.914 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:01 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:54:01.396069+0000 mon.smithi071 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi071.cpbfht(active, starting, since 0.00262355s) 2023-12-08T09:54:01.914 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:01 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:01.397047+0000 mon.smithi071 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.71:0/1831879183' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T09:54:01.915 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:01 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:01.397163+0000 mon.smithi071 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.71:0/1831879183' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T09:54:01.915 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:01 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:01.397264+0000 mon.smithi071 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.71:0/1831879183' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T09:54:01.915 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:01 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:01.397384+0000 mon.smithi071 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.71:0/1831879183' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2023-12-08T09:54:01.915 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:01 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:01.397606+0000 mon.smithi071 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.71:0/1831879183' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "mgr metadata", "who": "smithi071.cpbfht", "id": "smithi071.cpbfht"}]: dispatch 2023-12-08T09:54:01.915 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:01 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:54:01.410907+0000 mon.smithi071 (mon.0) 16 : cluster [INF] Manager daemon smithi071.cpbfht is now available 2023-12-08T09:54:01.915 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:01 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:01.420822+0000 mon.smithi071 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.71:0/1831879183' entity='mgr.smithi071.cpbfht' 2023-12-08T09:54:01.915 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:01 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:01.422224+0000 mon.smithi071 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.71:0/1831879183' entity='mgr.smithi071.cpbfht' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.cpbfht/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:54:01.915 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:01 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:01.423397+0000 mon.smithi071 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.71:0/1831879183' entity='mgr.smithi071.cpbfht' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.cpbfht/trash_purge_schedule"}]: dispatch 2023-12-08T09:54:01.915 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:01 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:01.430537+0000 mon.smithi071 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.71:0/1831879183' entity='mgr.smithi071.cpbfht' 2023-12-08T09:54:01.915 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:01 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:01.435599+0000 mon.smithi071 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.71:0/1831879183' entity='mgr.smithi071.cpbfht' 2023-12-08T09:54:01.997 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-12-08T09:54:02.431 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-12-08T09:54:02.432 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2023-12-08T09:54:02.432 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsid": "9f389788-95af-11ee-95a3-87774f69a715", 2023-12-08T09:54:02.432 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "health": { 2023-12-08T09:54:02.432 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-08T09:54:02.432 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "checks": {}, 2023-12-08T09:54:02.432 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mutes": [] 2023-12-08T09:54:02.432 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-12-08T09:54:02.432 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-08T09:54:02.433 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum": [ 2023-12-08T09:54:02.433 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 0 2023-12-08T09:54:02.433 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2023-12-08T09:54:02.433 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-08T09:54:02.433 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "smithi071" 2023-12-08T09:54:02.433 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2023-12-08T09:54:02.433 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-12-08T09:54:02.433 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "monmap": { 2023-12-08T09:54:02.433 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:54:02.433 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-08T09:54:02.433 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-08T09:54:02.433 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-12-08T09:54:02.434 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osdmap": { 2023-12-08T09:54:02.434 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:54:02.434 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-08T09:54:02.434 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-08T09:54:02.434 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-08T09:54:02.434 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-08T09:54:02.434 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-08T09:54:02.434 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-08T09:54:02.434 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-12-08T09:54:02.434 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgmap": { 2023-12-08T09:54:02.434 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-08T09:54:02.434 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-08T09:54:02.434 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-08T09:54:02.434 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-08T09:54:02.434 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-08T09:54:02.434 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-08T09:54:02.435 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-08T09:54:02.435 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-08T09:54:02.435 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-12-08T09:54:02.436 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsmap": { 2023-12-08T09:54:02.436 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:54:02.436 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-08T09:54:02.436 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-08T09:54:02.436 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-12-08T09:54:02.436 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-08T09:54:02.436 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "available": true, 2023-12-08T09:54:02.436 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-08T09:54:02.436 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modules": [ 2023-12-08T09:54:02.436 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "iostat", 2023-12-08T09:54:02.436 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "nfs", 2023-12-08T09:54:02.436 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "restful" 2023-12-08T09:54:02.436 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2023-12-08T09:54:02.436 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2023-12-08T09:54:02.437 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-12-08T09:54:02.437 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "servicemap": { 2023-12-08T09:54:02.437 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:54:02.437 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modified": "2023-12-08T09:53:51.820978+0000", 2023-12-08T09:54:02.437 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2023-12-08T09:54:02.437 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-12-08T09:54:02.437 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-08T09:54:02.437 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2023-12-08T09:54:02.760 INFO:teuthology.orchestra.run.smithi071.stderr:mgr is available 2023-12-08T09:54:02.760 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z -v /tmp/tmp9wqnqm0n:/var/lib/ceph/user.conf:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2023-12-08T09:54:03.258 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-12-08T09:54:03.258 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [global] 2023-12-08T09:54:03.259 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: fsid = 9f389788-95af-11ee-95a3-87774f69a715 2023-12-08T09:54:03.259 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-08T09:54:03.259 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-08T09:54:03.259 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-08T09:54:03.259 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-08T09:54:03.259 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-12-08T09:54:03.259 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [mgr] 2023-12-08T09:54:03.259 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-08T09:54:03.259 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-12-08T09:54:03.259 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [osd] 2023-12-08T09:54:03.259 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-08T09:54:03.259 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-08T09:54:03.537 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:03 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:54:02.398535+0000 mon.smithi071 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi071.cpbfht(active, since 1.00509s) 2023-12-08T09:54:03.537 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:03 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:02.425179+0000 mon.smithi071 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.71:0/2116157818' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T09:54:03.537 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:03 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:03.255364+0000 mon.smithi071 (mon.0) 24 : audit [INF] from='client.? 172.21.15.71:0/3019472588' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-08T09:54:03.593 INFO:teuthology.orchestra.run.smithi071.stderr:Enabling cephadm module... 2023-12-08T09:54:03.594 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2023-12-08T09:54:04.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:04 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:04.144611+0000 mon.smithi071 (mon.0) 25 : audit [INF] from='client.? 172.21.15.71:0/2362829597' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-08T09:54:04.743 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2023-12-08T09:54:05.310 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2023-12-08T09:54:05.310 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 4, 2023-12-08T09:54:05.310 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "available": true, 2023-12-08T09:54:05.310 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "active_name": "smithi071.cpbfht", 2023-12-08T09:54:05.310 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-08T09:54:05.310 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2023-12-08T09:54:05.587 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:05 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:04.398734+0000 mon.smithi071 (mon.0) 26 : audit [INF] from='client.? 172.21.15.71:0/2362829597' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-08T09:54:05.587 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:05 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:54:04.398777+0000 mon.smithi071 (mon.0) 27 : cluster [DBG] mgrmap e4: smithi071.cpbfht(active, since 3s) 2023-12-08T09:54:05.587 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:05 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:05.307914+0000 mon.smithi071 (mon.0) 28 : audit [DBG] from='client.? 172.21.15.71:0/3689351224' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-08T09:54:05.645 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for the mgr to restart... 2023-12-08T09:54:05.646 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mgr epoch 4... 2023-12-08T09:54:05.646 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2023-12-08T09:54:09.914 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:09 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:54:09.437340+0000 mon.smithi071 (mon.0) 29 : cluster [INF] Active manager daemon smithi071.cpbfht restarted 2023-12-08T09:54:09.914 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:09 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:54:09.437732+0000 mon.smithi071 (mon.0) 30 : cluster [INF] Activating manager daemon smithi071.cpbfht 2023-12-08T09:54:09.914 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:09 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:54:09.439394+0000 mon.smithi071 (mon.0) 31 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-08T09:54:10.510 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2023-12-08T09:54:10.510 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mgrmap_epoch": 6, 2023-12-08T09:54:10.510 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "initialized": true 2023-12-08T09:54:10.510 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2023-12-08T09:54:10.787 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:10 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:54:09.490276+0000 mon.smithi071 (mon.0) 32 : cluster [DBG] mgrmap e5: smithi071.cpbfht(active, starting, since 0.0526292s) 2023-12-08T09:54:10.787 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:10 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:09.492132+0000 mon.smithi071 (mon.0) 33 : audit [DBG] from='mgr.14116 172.21.15.71:0/2887777613' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2023-12-08T09:54:10.787 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:10 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:09.492689+0000 mon.smithi071 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.71:0/2887777613' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "mgr metadata", "who": "smithi071.cpbfht", "id": "smithi071.cpbfht"}]: dispatch 2023-12-08T09:54:10.787 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:10 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:09.493557+0000 mon.smithi071 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.71:0/2887777613' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T09:54:10.787 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:10 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:09.493715+0000 mon.smithi071 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.71:0/2887777613' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T09:54:10.787 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:10 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:09.493836+0000 mon.smithi071 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.71:0/2887777613' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T09:54:10.787 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:10 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:54:09.507304+0000 mon.smithi071 (mon.0) 38 : cluster [INF] Manager daemon smithi071.cpbfht is now available 2023-12-08T09:54:10.787 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:10 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:09.522625+0000 mon.smithi071 (mon.0) 39 : audit [INF] from='mgr.14116 172.21.15.71:0/2887777613' entity='mgr.smithi071.cpbfht' 2023-12-08T09:54:10.787 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:10 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:09.526179+0000 mon.smithi071 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.71:0/2887777613' entity='mgr.smithi071.cpbfht' 2023-12-08T09:54:10.787 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:10 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:09.529302+0000 mon.smithi071 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.71:0/2887777613' entity='mgr.smithi071.cpbfht' 2023-12-08T09:54:10.787 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:10 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:09.615695+0000 mon.smithi071 (mon.0) 42 : audit [INF] from='mgr.14116 172.21.15.71:0/2887777613' entity='mgr.smithi071.cpbfht' 2023-12-08T09:54:10.787 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:10 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:09.616391+0000 mon.smithi071 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.71:0/2887777613' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:54:10.787 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:10 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:09.617959+0000 mon.smithi071 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.71:0/2887777613' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:54:10.788 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:10 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:09.619245+0000 mon.smithi071 (mon.0) 45 : audit [DBG] from='mgr.14116 172.21.15.71:0/2887777613' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:54:10.788 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:10 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:09.628869+0000 mon.smithi071 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.71:0/2887777613' entity='mgr.smithi071.cpbfht' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.cpbfht/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:54:10.788 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:10 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:09.630004+0000 mon.smithi071 (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.71:0/2887777613' entity='mgr.smithi071.cpbfht' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.cpbfht/trash_purge_schedule"}]: dispatch 2023-12-08T09:54:10.834 INFO:teuthology.orchestra.run.smithi071.stderr:mgr epoch 4 is available 2023-12-08T09:54:10.834 INFO:teuthology.orchestra.run.smithi071.stderr:Setting orchestrator backend to cephadm... 2023-12-08T09:54:10.834 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch set backend cephadm 2023-12-08T09:54:11.660 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:11 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:10.501080+0000 mgr.smithi071.cpbfht (mgr.14116) 1 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-08T09:54:11.661 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:11 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:54:10.501593+0000 mon.smithi071 (mon.0) 48 : cluster [DBG] mgrmap e6: smithi071.cpbfht(active, since 1.06394s) 2023-12-08T09:54:11.661 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:11 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:10.507857+0000 mgr.smithi071.cpbfht (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-08T09:54:11.661 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:11 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:11.369268+0000 mgr.smithi071.cpbfht (mgr.14116) 3 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:54:11.661 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:11 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:11.373054+0000 mon.smithi071 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.71:0/2887777613' entity='mgr.smithi071.cpbfht' 2023-12-08T09:54:11.661 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:11 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:11.376118+0000 mon.smithi071 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.71:0/2887777613' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:54:11.708 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm set-user root 2023-12-08T09:54:12.196 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: value unchanged 2023-12-08T09:54:13.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:13 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:12.195389+0000 mgr.smithi071.cpbfht (mgr.14116) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:54:13.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:13 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:54:12.373884+0000 mon.smithi071 (mon.0) 51 : cluster [DBG] mgrmap e7: smithi071.cpbfht(active, since 2s) 2023-12-08T09:54:14.100 INFO:teuthology.orchestra.run.smithi071.stderr:Generating ssh key... 2023-12-08T09:54:14.100 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm generate-key 2023-12-08T09:54:16.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:15 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cephadm 2023-12-08T09:54:15.417818+0000 mgr.smithi071.cpbfht (mgr.14116) 6 : cephadm [INF] Generating ssh key... 2023-12-08T09:54:16.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:15 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:15.620603+0000 mon.smithi071 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.71:0/2887777613' entity='mgr.smithi071.cpbfht' 2023-12-08T09:54:16.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:15 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:15.622398+0000 mon.smithi071 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.71:0/2887777613' entity='mgr.smithi071.cpbfht' 2023-12-08T09:54:18.217 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2023-12-08T09:54:19.498 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHPe9t2n3vcWl6K+EpWQuafxyBYAeYOh3MLG9OlndZ+V14Is2vRar2kt++VoQm7uthZuDELOzHa3XpaQWnyJcVib25Jgpj27bDpiNNya57CBsx8ndu9iAWtPWzrsHjhSGyYiZUZh9hqtDiHQKoHtyDaE0tW5xYFeW23kvVj+4Ny1WXqbDcI4MqnLl1nIlFS0Xw0DWa8SH6XC1L/8jJI5QWju7Uh0ge+b7SRHG3/7mGMro+9d3w3blklA8pOsoYxvI/XDf1IKJ9NmRbgCj92vtr4nu6cDgyCn+++Hxu3ZpykuJcdUypTfSUtORs70hI8TrbdaTGrnEZ8rTI7AgpYCy0fOFMhy4TvOY9UOWhlJFzvGc0RWv9ogtn+M4vTVTdv51jvwKzPnssCKz1te1LhNgnmrYwjXLcZkENnb+q+PXsl5cjCawnEwP79ox7L+WPs1EI2QHMKz9U96LG2qDVC7iiJgWMCRJDxqeY9Wplrszo6j1j15nc9L8fqZsqzZlurEk= ceph-9f389788-95af-11ee-95a3-87774f69a715 2023-12-08T09:54:21.258 INFO:teuthology.orchestra.run.smithi071.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-08T09:54:21.258 INFO:teuthology.orchestra.run.smithi071.stderr:Adding key to root@localhost authorized_keys... 2023-12-08T09:54:21.259 INFO:teuthology.orchestra.run.smithi071.stderr:Adding host smithi071... 2023-12-08T09:54:21.259 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch host add smithi071 172.21.15.71 2023-12-08T09:54:21.261 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:20 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:19.496262+0000 mgr.smithi071.cpbfht (mgr.14116) 7 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:54:23.077 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Added host 'smithi071' with addr '172.21.15.71' 2023-12-08T09:54:23.438 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying mon service with default placement... 2023-12-08T09:54:23.439 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mon 2023-12-08T09:54:24.008 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-08T09:54:24.356 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying mgr service with default placement... 2023-12-08T09:54:24.356 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mgr 2023-12-08T09:54:24.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:24 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:22.496703+0000 mgr.smithi071.cpbfht (mgr.14116) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi071", "addr": "172.21.15.71", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:54:24.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:24 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:23.074675+0000 mon.smithi071 (mon.0) 54 : audit [INF] from='mgr.14116 172.21.15.71:0/2887777613' entity='mgr.smithi071.cpbfht' 2023-12-08T09:54:24.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:24 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cephadm 2023-12-08T09:54:23.074954+0000 mgr.smithi071.cpbfht (mgr.14116) 9 : cephadm [INF] Added host smithi071 2023-12-08T09:54:24.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:24 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:23.075191+0000 mon.smithi071 (mon.0) 55 : audit [DBG] from='mgr.14116 172.21.15.71:0/2887777613' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:54:24.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:24 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:24.006653+0000 mon.smithi071 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.71:0/2887777613' entity='mgr.smithi071.cpbfht' 2023-12-08T09:54:24.902 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-08T09:54:25.226 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:25 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:24.003795+0000 mgr.smithi071.cpbfht (mgr.14116) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:54:25.226 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:25 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cephadm 2023-12-08T09:54:24.004505+0000 mgr.smithi071.cpbfht (mgr.14116) 11 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-08T09:54:25.226 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:25 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:24.900965+0000 mon.smithi071 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.71:0/2887777613' entity='mgr.smithi071.cpbfht' 2023-12-08T09:54:25.238 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying crash service with default placement... 2023-12-08T09:54:25.238 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply crash 2023-12-08T09:54:25.758 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-08T09:54:26.105 INFO:teuthology.orchestra.run.smithi071.stderr:Enabling mgr prometheus module... 2023-12-08T09:54:26.105 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2023-12-08T09:54:26.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:26 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:24.898215+0000 mgr.smithi071.cpbfht (mgr.14116) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:54:26.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:26 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cephadm 2023-12-08T09:54:24.898768+0000 mgr.smithi071.cpbfht (mgr.14116) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-08T09:54:26.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:26 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:25.756588+0000 mon.smithi071 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.71:0/2887777613' entity='mgr.smithi071.cpbfht' 2023-12-08T09:54:27.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:27 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:25.753886+0000 mgr.smithi071.cpbfht (mgr.14116) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:54:27.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:27 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cephadm 2023-12-08T09:54:25.754507+0000 mgr.smithi071.cpbfht (mgr.14116) 15 : cephadm [INF] Saving service crash spec with placement * 2023-12-08T09:54:27.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:27 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:26.670119+0000 mon.smithi071 (mon.0) 59 : audit [INF] from='client.? 172.21.15.71:0/793605863' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-08T09:54:27.496 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying prometheus service with default placement... 2023-12-08T09:54:27.497 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply prometheus 2023-12-08T09:54:28.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:28 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:27.081789+0000 mon.smithi071 (mon.0) 60 : audit [INF] from='client.? 172.21.15.71:0/793605863' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-08T09:54:28.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:28 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:54:27.081853+0000 mon.smithi071 (mon.0) 61 : cluster [DBG] mgrmap e8: smithi071.cpbfht(active, since 17s) 2023-12-08T09:54:32.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:32 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:54:32.167656+0000 mon.smithi071 (mon.0) 62 : cluster [INF] Active manager daemon smithi071.cpbfht restarted 2023-12-08T09:54:32.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:32 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:54:32.168036+0000 mon.smithi071 (mon.0) 63 : cluster [INF] Activating manager daemon smithi071.cpbfht 2023-12-08T09:54:32.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:32 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:54:32.169913+0000 mon.smithi071 (mon.0) 64 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-08T09:54:33.231 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-08T09:54:33.506 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:33 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:54:32.220426+0000 mon.smithi071 (mon.0) 65 : cluster [DBG] mgrmap e9: smithi071.cpbfht(active, starting, since 0.0524782s) 2023-12-08T09:54:33.506 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:33 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:32.222746+0000 mon.smithi071 (mon.0) 66 : audit [DBG] from='mgr.14144 172.21.15.71:0/2564969872' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2023-12-08T09:54:33.506 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:33 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:32.223291+0000 mon.smithi071 (mon.0) 67 : audit [DBG] from='mgr.14144 172.21.15.71:0/2564969872' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "mgr metadata", "who": "smithi071.cpbfht", "id": "smithi071.cpbfht"}]: dispatch 2023-12-08T09:54:33.506 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:33 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:32.224141+0000 mon.smithi071 (mon.0) 68 : audit [DBG] from='mgr.14144 172.21.15.71:0/2564969872' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T09:54:33.506 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:33 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:32.224294+0000 mon.smithi071 (mon.0) 69 : audit [DBG] from='mgr.14144 172.21.15.71:0/2564969872' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T09:54:33.506 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:33 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:32.224414+0000 mon.smithi071 (mon.0) 70 : audit [DBG] from='mgr.14144 172.21.15.71:0/2564969872' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T09:54:33.506 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:33 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:54:32.238349+0000 mon.smithi071 (mon.0) 71 : cluster [INF] Manager daemon smithi071.cpbfht is now available 2023-12-08T09:54:33.506 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:33 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:32.334899+0000 mon.smithi071 (mon.0) 72 : audit [DBG] from='mgr.14144 172.21.15.71:0/2564969872' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:54:33.506 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:33 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:32.336243+0000 mon.smithi071 (mon.0) 73 : audit [DBG] from='mgr.14144 172.21.15.71:0/2564969872' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:54:33.507 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:33 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:32.357154+0000 mon.smithi071 (mon.0) 74 : audit [INF] from='mgr.14144 172.21.15.71:0/2564969872' entity='mgr.smithi071.cpbfht' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.cpbfht/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:54:33.507 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:33 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:32.360465+0000 mon.smithi071 (mon.0) 75 : audit [INF] from='mgr.14144 172.21.15.71:0/2564969872' entity='mgr.smithi071.cpbfht' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.cpbfht/trash_purge_schedule"}]: dispatch 2023-12-08T09:54:33.531 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying grafana service with default placement... 2023-12-08T09:54:33.531 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply grafana 2023-12-08T09:54:34.038 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-08T09:54:34.379 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying node-exporter service with default placement... 2023-12-08T09:54:34.379 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply node-exporter 2023-12-08T09:54:34.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:34 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:54:33.226166+0000 mon.smithi071 (mon.0) 76 : cluster [DBG] mgrmap e10: smithi071.cpbfht(active, since 1.05822s) 2023-12-08T09:54:34.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:34 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cephadm 2023-12-08T09:54:33.227412+0000 mgr.smithi071.cpbfht (mgr.14144) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-12-08T09:54:34.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:34 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:33.229279+0000 mon.smithi071 (mon.0) 77 : audit [INF] from='mgr.14144 172.21.15.71:0/2564969872' entity='mgr.smithi071.cpbfht' 2023-12-08T09:54:34.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:34 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:34.034085+0000 mgr.smithi071.cpbfht (mgr.14144) 3 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:54:34.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:34 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cephadm 2023-12-08T09:54:34.034618+0000 mgr.smithi071.cpbfht (mgr.14144) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2023-12-08T09:54:34.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:34 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:34.036806+0000 mon.smithi071 (mon.0) 78 : audit [INF] from='mgr.14144 172.21.15.71:0/2564969872' entity='mgr.smithi071.cpbfht' 2023-12-08T09:54:34.882 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-08T09:54:35.253 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying alertmanager service with default placement... 2023-12-08T09:54:35.253 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply alertmanager 2023-12-08T09:54:35.758 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-08T09:54:36.047 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:35 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:34.878124+0000 mgr.smithi071.cpbfht (mgr.14144) 5 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:54:36.047 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:35 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cephadm 2023-12-08T09:54:34.878847+0000 mgr.smithi071.cpbfht (mgr.14144) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2023-12-08T09:54:36.047 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:35 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:34.880979+0000 mon.smithi071 (mon.0) 79 : audit [INF] from='mgr.14144 172.21.15.71:0/2564969872' entity='mgr.smithi071.cpbfht' 2023-12-08T09:54:36.047 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:35 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:54:35.038657+0000 mon.smithi071 (mon.0) 80 : cluster [DBG] mgrmap e11: smithi071.cpbfht(active, since 2s) 2023-12-08T09:54:36.047 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:35 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:35.757322+0000 mon.smithi071 (mon.0) 81 : audit [INF] from='mgr.14144 172.21.15.71:0/2564969872' entity='mgr.smithi071.cpbfht' 2023-12-08T09:54:36.094 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2023-12-08T09:54:36.987 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2023-12-08T09:54:37.164 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:36 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:35.754718+0000 mgr.smithi071.cpbfht (mgr.14144) 7 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:54:37.164 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:36 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cephadm 2023-12-08T09:54:35.755233+0000 mgr.smithi071.cpbfht (mgr.14144) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-12-08T09:54:37.164 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:36 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:36.590290+0000 mon.smithi071 (mon.0) 82 : audit [INF] from='client.? 172.21.15.71:0/2734638421' entity='client.admin' 2023-12-08T09:54:38.224 INFO:teuthology.orchestra.run.smithi071.stderr:Enabling the dashboard module... 2023-12-08T09:54:38.224 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2023-12-08T09:54:38.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:38 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:37.487893+0000 mon.smithi071 (mon.0) 83 : audit [INF] from='client.? 172.21.15.71:0/2564816788' entity='client.admin' 2023-12-08T09:54:39.751 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:39 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:38.769620+0000 mon.smithi071 (mon.0) 84 : audit [INF] from='client.? 172.21.15.71:0/2903769542' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-08T09:54:39.861 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2023-12-08T09:54:40.661 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:40 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:39.493162+0000 mon.smithi071 (mon.0) 85 : audit [INF] from='client.? 172.21.15.71:0/2903769542' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-08T09:54:40.661 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:40 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:54:39.493209+0000 mon.smithi071 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi071.cpbfht(active, since 7s) 2023-12-08T09:54:40.675 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2023-12-08T09:54:40.675 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 12, 2023-12-08T09:54:40.676 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "available": true, 2023-12-08T09:54:40.676 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "active_name": "smithi071.cpbfht", 2023-12-08T09:54:40.676 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-08T09:54:40.676 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2023-12-08T09:54:41.052 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for the mgr to restart... 2023-12-08T09:54:41.052 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mgr epoch 12... 2023-12-08T09:54:41.052 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2023-12-08T09:54:41.914 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:41 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:40.673319+0000 mon.smithi071 (mon.0) 87 : audit [DBG] from='client.? 172.21.15.71:0/4137061655' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-08T09:54:45.164 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:44 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:54:44.712636+0000 mon.smithi071 (mon.0) 88 : cluster [INF] Active manager daemon smithi071.cpbfht restarted 2023-12-08T09:54:45.164 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:44 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:54:44.713034+0000 mon.smithi071 (mon.0) 89 : cluster [INF] Activating manager daemon smithi071.cpbfht 2023-12-08T09:54:45.164 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:44 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:54:44.714614+0000 mon.smithi071 (mon.0) 90 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-08T09:54:45.786 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2023-12-08T09:54:45.786 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mgrmap_epoch": 14, 2023-12-08T09:54:45.786 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "initialized": true 2023-12-08T09:54:45.786 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2023-12-08T09:54:46.092 INFO:teuthology.orchestra.run.smithi071.stderr:mgr epoch 12 is available 2023-12-08T09:54:46.092 INFO:teuthology.orchestra.run.smithi071.stderr:Generating a dashboard self-signed certificate... 2023-12-08T09:54:46.092 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2023-12-08T09:54:46.095 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:45 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:54:44.765509+0000 mon.smithi071 (mon.0) 91 : cluster [DBG] mgrmap e13: smithi071.cpbfht(active, starting, since 0.052562s) 2023-12-08T09:54:46.095 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:45 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:44.766467+0000 mon.smithi071 (mon.0) 92 : audit [DBG] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2023-12-08T09:54:46.095 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:45 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:44.767428+0000 mon.smithi071 (mon.0) 93 : audit [DBG] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "mgr metadata", "who": "smithi071.cpbfht", "id": "smithi071.cpbfht"}]: dispatch 2023-12-08T09:54:46.095 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:45 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:44.768217+0000 mon.smithi071 (mon.0) 94 : audit [DBG] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T09:54:46.095 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:45 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:44.768406+0000 mon.smithi071 (mon.0) 95 : audit [DBG] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T09:54:46.095 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:45 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:44.768572+0000 mon.smithi071 (mon.0) 96 : audit [DBG] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T09:54:46.095 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:45 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:54:44.781921+0000 mon.smithi071 (mon.0) 97 : cluster [INF] Manager daemon smithi071.cpbfht is now available 2023-12-08T09:54:46.096 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:45 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:44.878213+0000 mon.smithi071 (mon.0) 98 : audit [DBG] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:54:46.096 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:45 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:44.879578+0000 mon.smithi071 (mon.0) 99 : audit [DBG] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:54:46.096 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:45 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:44.905332+0000 mon.smithi071 (mon.0) 100 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.cpbfht/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:54:46.096 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:45 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:44.908461+0000 mon.smithi071 (mon.0) 101 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.cpbfht/trash_purge_schedule"}]: dispatch 2023-12-08T09:54:46.661 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-08T09:54:46.944 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:46 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:45.776928+0000 mgr.smithi071.cpbfht (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-08T09:54:46.945 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:46 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:54:45.777805+0000 mon.smithi071 (mon.0) 102 : cluster [DBG] mgrmap e14: smithi071.cpbfht(active, since 1.06486s) 2023-12-08T09:54:46.945 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:46 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:45.783433+0000 mgr.smithi071.cpbfht (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-08T09:54:46.945 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:46 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:46.654178+0000 mon.smithi071 (mon.0) 103 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' 2023-12-08T09:54:46.945 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:46 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:46.659475+0000 mon.smithi071 (mon.0) 104 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' 2023-12-08T09:54:47.025 INFO:teuthology.orchestra.run.smithi071.stderr:Creating initial admin user... 2023-12-08T09:54:47.026 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpl7stfvqe:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.5 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2023-12-08T09:54:47.778 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$39BY.DxTSPV0.rvYObFCpuy3WCfwEj2UbiJ0O6pnOrSdwwJDKGV6q", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1702029287, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-08T09:54:48.061 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:47 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:46.622551+0000 mgr.smithi071.cpbfht (mgr.14164) 3 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:54:48.061 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:47 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:54:47.661407+0000 mon.smithi071 (mon.0) 105 : cluster [DBG] mgrmap e15: smithi071.cpbfht(active, since 2s) 2023-12-08T09:54:48.061 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:47 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:47.776524+0000 mon.smithi071 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' 2023-12-08T09:54:48.134 INFO:teuthology.orchestra.run.smithi071.stderr:Fetching dashboard port number... 2023-12-08T09:54:48.134 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpmki_tuz5:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpp2iuls4z:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2023-12-08T09:54:48.681 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 8443 2023-12-08T09:54:48.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:48 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:47.562069+0000 mgr.smithi071.cpbfht (mgr.14164) 4 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:54:48.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:48 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:48.679963+0000 mon.smithi071 (mon.0) 107 : audit [DBG] from='client.? 172.21.15.71:0/3262133602' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-08T09:54:49.025 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-08T09:54:49.033 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: disabled 2023-12-08T09:54:49.034 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-active firewalld.service 2023-12-08T09:54:49.041 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2023-12-08T09:54:49.041 INFO:teuthology.orchestra.run.smithi071.stderr:firewalld.service is not enabled 2023-12-08T09:54:49.041 INFO:teuthology.orchestra.run.smithi071.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-08T09:54:49.044 INFO:teuthology.orchestra.run.smithi071.stderr:Ceph Dashboard is now available at: 2023-12-08T09:54:49.044 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-12-08T09:54:49.044 INFO:teuthology.orchestra.run.smithi071.stderr: URL: https://smithi071.front.sepia.ceph.com:8443/ 2023-12-08T09:54:49.044 INFO:teuthology.orchestra.run.smithi071.stderr: User: admin 2023-12-08T09:54:49.044 INFO:teuthology.orchestra.run.smithi071.stderr: Password: ijghel4u7a 2023-12-08T09:54:49.044 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-12-08T09:54:49.044 INFO:teuthology.orchestra.run.smithi071.stderr:You can access the Ceph CLI with: 2023-12-08T09:54:49.045 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-12-08T09:54:49.045 INFO:teuthology.orchestra.run.smithi071.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 9f389788-95af-11ee-95a3-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-08T09:54:49.045 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-12-08T09:54:49.045 INFO:teuthology.orchestra.run.smithi071.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-08T09:54:49.045 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-12-08T09:54:49.045 INFO:teuthology.orchestra.run.smithi071.stderr: ceph telemetry on 2023-12-08T09:54:49.045 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-12-08T09:54:49.045 INFO:teuthology.orchestra.run.smithi071.stderr:For more information see: 2023-12-08T09:54:49.045 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-12-08T09:54:49.045 INFO:teuthology.orchestra.run.smithi071.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2023-12-08T09:54:49.045 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-12-08T09:54:49.045 INFO:teuthology.orchestra.run.smithi071.stderr:Bootstrap complete. 2023-12-08T09:54:49.045 INFO:teuthology.orchestra.run.smithi071.stderr:Releasing lock 139922058731648 on /run/cephadm/9f389788-95af-11ee-95a3-87774f69a715.lock 2023-12-08T09:54:49.045 INFO:teuthology.orchestra.run.smithi071.stderr:Lock 139922058731648 released on /run/cephadm/9f389788-95af-11ee-95a3-87774f69a715.lock 2023-12-08T09:54:49.076 INFO:tasks.cephadm:Fetching config... 2023-12-08T09:54:49.076 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-12-08T09:54:49.076 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-08T09:54:49.094 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-08T09:54:49.094 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-12-08T09:54:49.094 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-08T09:54:49.152 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-08T09:54:49.152 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-12-08T09:54:49.153 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/mon.smithi071/keyring of=/dev/stdout 2023-12-08T09:54:49.220 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-08T09:54:49.220 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-12-08T09:54:49.220 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-08T09:54:49.277 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-08T09:54:49.277 DEBUG:teuthology.orchestra.run.smithi071:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHPe9t2n3vcWl6K+EpWQuafxyBYAeYOh3MLG9OlndZ+V14Is2vRar2kt++VoQm7uthZuDELOzHa3XpaQWnyJcVib25Jgpj27bDpiNNya57CBsx8ndu9iAWtPWzrsHjhSGyYiZUZh9hqtDiHQKoHtyDaE0tW5xYFeW23kvVj+4Ny1WXqbDcI4MqnLl1nIlFS0Xw0DWa8SH6XC1L/8jJI5QWju7Uh0ge+b7SRHG3/7mGMro+9d3w3blklA8pOsoYxvI/XDf1IKJ9NmRbgCj92vtr4nu6cDgyCn+++Hxu3ZpykuJcdUypTfSUtORs70hI8TrbdaTGrnEZ8rTI7AgpYCy0fOFMhy4TvOY9UOWhlJFzvGc0RWv9ogtn+M4vTVTdv51jvwKzPnssCKz1te1LhNgnmrYwjXLcZkENnb+q+PXsl5cjCawnEwP79ox7L+WPs1EI2QHMKz9U96LG2qDVC7iiJgWMCRJDxqeY9Wplrszo6j1j15nc9L8fqZsqzZlurEk= ceph-9f389788-95af-11ee-95a3-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-08T09:54:49.353 INFO:teuthology.orchestra.run.smithi071.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHPe9t2n3vcWl6K+EpWQuafxyBYAeYOh3MLG9OlndZ+V14Is2vRar2kt++VoQm7uthZuDELOzHa3XpaQWnyJcVib25Jgpj27bDpiNNya57CBsx8ndu9iAWtPWzrsHjhSGyYiZUZh9hqtDiHQKoHtyDaE0tW5xYFeW23kvVj+4Ny1WXqbDcI4MqnLl1nIlFS0Xw0DWa8SH6XC1L/8jJI5QWju7Uh0ge+b7SRHG3/7mGMro+9d3w3blklA8pOsoYxvI/XDf1IKJ9NmRbgCj92vtr4nu6cDgyCn+++Hxu3ZpykuJcdUypTfSUtORs70hI8TrbdaTGrnEZ8rTI7AgpYCy0fOFMhy4TvOY9UOWhlJFzvGc0RWv9ogtn+M4vTVTdv51jvwKzPnssCKz1te1LhNgnmrYwjXLcZkENnb+q+PXsl5cjCawnEwP79ox7L+WPs1EI2QHMKz9U96LG2qDVC7iiJgWMCRJDxqeY9Wplrszo6j1j15nc9L8fqZsqzZlurEk= ceph-9f389788-95af-11ee-95a3-87774f69a715 2023-12-08T09:54:49.363 DEBUG:teuthology.orchestra.run.smithi098:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHPe9t2n3vcWl6K+EpWQuafxyBYAeYOh3MLG9OlndZ+V14Is2vRar2kt++VoQm7uthZuDELOzHa3XpaQWnyJcVib25Jgpj27bDpiNNya57CBsx8ndu9iAWtPWzrsHjhSGyYiZUZh9hqtDiHQKoHtyDaE0tW5xYFeW23kvVj+4Ny1WXqbDcI4MqnLl1nIlFS0Xw0DWa8SH6XC1L/8jJI5QWju7Uh0ge+b7SRHG3/7mGMro+9d3w3blklA8pOsoYxvI/XDf1IKJ9NmRbgCj92vtr4nu6cDgyCn+++Hxu3ZpykuJcdUypTfSUtORs70hI8TrbdaTGrnEZ8rTI7AgpYCy0fOFMhy4TvOY9UOWhlJFzvGc0RWv9ogtn+M4vTVTdv51jvwKzPnssCKz1te1LhNgnmrYwjXLcZkENnb+q+PXsl5cjCawnEwP79ox7L+WPs1EI2QHMKz9U96LG2qDVC7iiJgWMCRJDxqeY9Wplrszo6j1j15nc9L8fqZsqzZlurEk= ceph-9f389788-95af-11ee-95a3-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-08T09:54:49.410 INFO:teuthology.orchestra.run.smithi098.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHPe9t2n3vcWl6K+EpWQuafxyBYAeYOh3MLG9OlndZ+V14Is2vRar2kt++VoQm7uthZuDELOzHa3XpaQWnyJcVib25Jgpj27bDpiNNya57CBsx8ndu9iAWtPWzrsHjhSGyYiZUZh9hqtDiHQKoHtyDaE0tW5xYFeW23kvVj+4Ny1WXqbDcI4MqnLl1nIlFS0Xw0DWa8SH6XC1L/8jJI5QWju7Uh0ge+b7SRHG3/7mGMro+9d3w3blklA8pOsoYxvI/XDf1IKJ9NmRbgCj92vtr4nu6cDgyCn+++Hxu3ZpykuJcdUypTfSUtORs70hI8TrbdaTGrnEZ8rTI7AgpYCy0fOFMhy4TvOY9UOWhlJFzvGc0RWv9ogtn+M4vTVTdv51jvwKzPnssCKz1te1LhNgnmrYwjXLcZkENnb+q+PXsl5cjCawnEwP79ox7L+WPs1EI2QHMKz9U96LG2qDVC7iiJgWMCRJDxqeY9Wplrszo6j1j15nc9L8fqZsqzZlurEk= ceph-9f389788-95af-11ee-95a3-87774f69a715 2023-12-08T09:54:49.422 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-08T09:54:51.062 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-08T09:54:51.062 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-08T09:54:51.982 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:51 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:50.702245+0000 mon.smithi071 (mon.0) 108 : audit [INF] from='client.? 172.21.15.71:0/3864264042' entity='client.admin' 2023-12-08T09:54:52.685 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi098 2023-12-08T09:54:52.685 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-12-08T09:54:52.685 DEBUG:teuthology.orchestra.run.smithi098:> dd of=/etc/ceph/ceph.conf 2023-12-08T09:54:52.706 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-12-08T09:54:52.706 DEBUG:teuthology.orchestra.run.smithi098:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-08T09:54:52.767 INFO:tasks.cephadm:Adding host smithi098 to orchestrator... 2023-12-08T09:54:52.768 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph orch host add smithi098 2023-12-08T09:54:52.914 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:52 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:54:51.703234+0000 mon.smithi071 (mon.0) 109 : cluster [DBG] mgrmap e16: smithi071.cpbfht(active, since 6s) 2023-12-08T09:54:52.914 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:52 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:52.316746+0000 mgr.smithi071.cpbfht (mgr.14164) 5 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:54:52.914 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:52 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:52.319181+0000 mon.smithi071 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' 2023-12-08T09:54:55.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:55 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:54.040558+0000 mon.smithi071 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' 2023-12-08T09:54:55.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:55 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:54.042409+0000 mon.smithi071 (mon.0) 112 : audit [DBG] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:54:55.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:55 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:54.043311+0000 mon.smithi071 (mon.0) 113 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T09:54:55.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:55 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cephadm 2023-12-08T09:54:54.044256+0000 mgr.smithi071.cpbfht (mgr.14164) 6 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(host_pattern='*'): Cannot place : No matching hosts 2023-12-08T09:54:55.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:55 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:54.261767+0000 mon.smithi071 (mon.0) 114 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' 2023-12-08T09:54:55.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:55 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:54.885855+0000 mon.smithi071 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' 2023-12-08T09:54:58.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:58 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:57.262573+0000 mon.smithi071 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' 2023-12-08T09:54:58.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:58 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:57.528848+0000 mon.smithi071 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' 2023-12-08T09:54:58.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:58 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:57.529320+0000 mon.smithi071 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"}]: dispatch 2023-12-08T09:54:58.665 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:58 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:54:57.532389+0000 mon.smithi071 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' 2023-12-08T09:54:58.665 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:54:58 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cephadm 2023-12-08T09:54:57.538560+0000 mgr.smithi071.cpbfht (mgr.14164) 7 : cephadm [INF] Deploying daemon alertmanager.smithi071 on smithi071 2023-12-08T09:55:06.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:05 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:55:04.769707+0000 mgr.smithi071.cpbfht (mgr.14164) 8 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:55:08.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:07 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:55:06.770044+0000 mgr.smithi071.cpbfht (mgr.14164) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:55:10.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:09 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:55:08.770396+0000 mgr.smithi071.cpbfht (mgr.14164) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:55:12.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:11 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:55:10.770782+0000 mgr.smithi071.cpbfht (mgr.14164) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:55:14.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:13 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:55:12.771098+0000 mgr.smithi071.cpbfht (mgr.14164) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:55:15.575 INFO:teuthology.orchestra.run.smithi098.stdout:Added host 'smithi098' with addr '172.21.15.98' 2023-12-08T09:55:15.898 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph orch host ls --format=json 2023-12-08T09:55:16.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:15 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:55:14.771395+0000 mgr.smithi071.cpbfht (mgr.14164) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:55:16.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:15 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:55:14.984831+0000 mgr.smithi071.cpbfht (mgr.14164) 14 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi098", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:55:16.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:15 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:55:15.572362+0000 mon.smithi071 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' 2023-12-08T09:55:17.115 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:55:17.115 INFO:teuthology.orchestra.run.smithi098.stdout:[{"addr": "172.21.15.71", "hostname": "smithi071", "labels": [], "status": ""}, {"addr": "172.21.15.98", "hostname": "smithi098", "labels": [], "status": ""}] 2023-12-08T09:55:17.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cephadm 2023-12-08T09:55:15.572760+0000 mgr.smithi071.cpbfht (mgr.14164) 15 : cephadm [INF] Added host smithi098 2023-12-08T09:55:17.442 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-08T09:55:17.442 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph osd crush tunables default 2023-12-08T09:55:18.101 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:17 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:55:16.771793+0000 mgr.smithi071.cpbfht (mgr.14164) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:55:18.101 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:17 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:55:17.112245+0000 mgr.smithi071.cpbfht (mgr.14164) 17 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:55:19.002 INFO:teuthology.orchestra.run.smithi071.stderr:adjusted tunables profile to default 2023-12-08T09:55:19.254 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:18 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:55:18.738727+0000 mon.smithi071 (mon.0) 121 : audit [INF] from='client.? 172.21.15.71:0/4081692544' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-08T09:55:19.363 INFO:tasks.cephadm:Adding mon.smithi071 on smithi071 2023-12-08T09:55:19.363 INFO:tasks.cephadm:Adding mon.smithi098 on smithi098 2023-12-08T09:55:19.363 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph orch apply mon '2;smithi071:172.21.15.71=smithi071;smithi098:172.21.15.98=smithi098' 2023-12-08T09:55:20.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:19 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:55:18.772209+0000 mgr.smithi071.cpbfht (mgr.14164) 18 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:55:20.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:19 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:55:18.998949+0000 mon.smithi071 (mon.0) 122 : audit [INF] from='client.? 172.21.15.71:0/4081692544' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-08T09:55:20.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:19 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:55:18.999000+0000 mon.smithi071 (mon.0) 123 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-08T09:55:20.624 INFO:teuthology.orchestra.run.smithi098.stdout:Scheduled mon update... 2023-12-08T09:55:21.009 DEBUG:teuthology.orchestra.run.smithi098:mon.smithi098> sudo journalctl -f -n 0 -u ceph-9f389788-95af-11ee-95a3-87774f69a715@mon.smithi098.service 2023-12-08T09:55:21.011 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:55:21.011 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:55:21.040 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:-- Logs begin at Fri 2023-12-08 09:45:11 UTC. -- 2023-12-08T09:55:21.916 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:21 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:55:20.619088+0000 mgr.smithi071.cpbfht (mgr.14164) 19 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi071:172.21.15.71=smithi071;smithi098:172.21.15.98=smithi098", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:55:21.916 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:21 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cephadm 2023-12-08T09:55:20.620435+0000 mgr.smithi071.cpbfht (mgr.14164) 20 : cephadm [INF] Saving service mon spec with placement smithi071:172.21.15.71=smithi071;smithi098:172.21.15.98=smithi098;count:2 2023-12-08T09:55:21.916 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:21 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:55:20.622840+0000 mon.smithi071 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' 2023-12-08T09:55:21.916 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:21 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:55:20.772583+0000 mgr.smithi071.cpbfht (mgr.14164) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:55:22.292 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:55:22.292 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:55:22.294 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:55:22.914 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:22 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:55:22.290533+0000 mon.smithi071 (mon.0) 125 : audit [DBG] from='client.? 172.21.15.98:0/4273372502' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:55:23.660 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:55:23.660 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:55:23.914 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:23 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:55:22.772923+0000 mgr.smithi071.cpbfht (mgr.14164) 22 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:55:24.907 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:55:24.908 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:55:24.909 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:55:26.164 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:25 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:55:24.773188+0000 mgr.smithi071.cpbfht (mgr.14164) 23 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:55:26.164 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:25 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:55:24.906331+0000 mon.smithi071 (mon.0) 126 : audit [DBG] from='client.? 172.21.15.98:0/799458028' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:55:26.264 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:55:26.264 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:55:27.569 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:55:27.569 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:55:27.571 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:55:28.164 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:27 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:55:26.773555+0000 mgr.smithi071.cpbfht (mgr.14164) 24 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:55:28.164 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:27 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:55:27.567868+0000 mon.smithi071 (mon.0) 127 : audit [DBG] from='client.? 172.21.15.98:0/3817047683' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:55:28.899 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:55:28.900 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:55:30.164 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:29 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:55:28.773911+0000 mgr.smithi071.cpbfht (mgr.14164) 25 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:55:30.176 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:55:30.176 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:55:30.178 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:55:31.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:30 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:55:30.174926+0000 mon.smithi071 (mon.0) 128 : audit [DBG] from='client.? 172.21.15.98:0/3247328151' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:55:31.538 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:55:31.538 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:55:32.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:31 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:55:30.774202+0000 mgr.smithi071.cpbfht (mgr.14164) 26 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:55:32.867 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:55:32.867 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:55:32.868 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:55:33.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:32 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:55:32.865540+0000 mon.smithi071 (mon.0) 129 : audit [DBG] from='client.? 172.21.15.98:0/2135560126' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:55:34.256 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:55:34.256 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:55:34.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:33 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:55:32.774477+0000 mgr.smithi071.cpbfht (mgr.14164) 27 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:55:36.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:35 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:55:34.774828+0000 mgr.smithi071.cpbfht (mgr.14164) 28 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:55:37.279 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:55:37.279 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:55:37.281 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:55:38.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:37 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:55:36.775161+0000 mgr.smithi071.cpbfht (mgr.14164) 29 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:55:38.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:37 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:55:37.277999+0000 mon.smithi071 (mon.0) 130 : audit [DBG] from='client.? 172.21.15.98:0/1464342114' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:55:38.862 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:55:38.862 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:55:40.131 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:55:40.132 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:55:40.133 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:55:40.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:39 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:55:38.775502+0000 mgr.smithi071.cpbfht (mgr.14164) 30 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:55:41.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:40 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:55:40.129992+0000 mon.smithi071 (mon.0) 131 : audit [DBG] from='client.? 172.21.15.98:0/1789868655' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:55:41.512 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:55:41.512 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:55:42.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:41 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:55:40.775816+0000 mgr.smithi071.cpbfht (mgr.14164) 31 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:55:43.091 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:55:43.091 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:55:43.093 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:55:44.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:43 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:55:42.776147+0000 mgr.smithi071.cpbfht (mgr.14164) 32 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:55:44.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:43 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:55:43.090302+0000 mon.smithi071 (mon.0) 132 : audit [DBG] from='client.? 172.21.15.98:0/205113010' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:55:45.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:45 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:55:44.907464+0000 mon.smithi071 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.cpbfht/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:55:45.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:45 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:55:44.910163+0000 mon.smithi071 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.cpbfht/trash_purge_schedule"}]: dispatch 2023-12-08T09:55:46.121 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:55:46.122 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:55:46.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:46 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:55:44.776519+0000 mgr.smithi071.cpbfht (mgr.14164) 33 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:55:48.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:48 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:55:46.776874+0000 mgr.smithi071.cpbfht (mgr.14164) 34 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:55:50.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:50 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:55:48.777219+0000 mgr.smithi071.cpbfht (mgr.14164) 35 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:55:50.749 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:55:50.750 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:55:50.751 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:55:51.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:51 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:55:50.747938+0000 mon.smithi071 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.98:0/3819671341' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:55:52.112 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:55:52.113 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:55:52.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:52 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:55:50.777619+0000 mgr.smithi071.cpbfht (mgr.14164) 36 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:55:53.438 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:55:53.438 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:55:53.440 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:55:54.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:55:52.777925+0000 mgr.smithi071.cpbfht (mgr.14164) 37 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:55:54.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:55:53.436862+0000 mon.smithi071 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.98:0/1550354461' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:55:54.807 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:55:54.807 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:55:56.127 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:55:56.127 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:55:56.129 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:55:56.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:56 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:55:54.778191+0000 mgr.smithi071.cpbfht (mgr.14164) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:55:57.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:55:56.125379+0000 mon.smithi071 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.98:0/819030343' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:55:57.494 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:55:57.494 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:55:58.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:58 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:55:56.778490+0000 mgr.smithi071.cpbfht (mgr.14164) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:55:58.805 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:55:58.806 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:55:58.807 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:55:59.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:55:59 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:55:58.804310+0000 mon.smithi071 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.98:0/479336562' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:56:00.163 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:56:00.163 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:56:00.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:00 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:55:58.778844+0000 mgr.smithi071.cpbfht (mgr.14164) 40 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:56:01.488 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:56:01.489 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:56:01.490 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:56:02.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:02 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:56:00.779169+0000 mgr.smithi071.cpbfht (mgr.14164) 41 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:56:02.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:02 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:56:01.487192+0000 mon.smithi071 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.98:0/2884088659' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:56:02.856 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:56:02.857 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:56:04.157 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:56:04.157 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:56:04.159 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:56:04.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:04 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:56:02.779560+0000 mgr.smithi071.cpbfht (mgr.14164) 42 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:56:05.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:05 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:56:04.155939+0000 mon.smithi071 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.98:0/3587290550' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:56:05.529 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:56:05.529 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:56:06.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:06 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:56:04.779853+0000 mgr.smithi071.cpbfht (mgr.14164) 43 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:56:06.903 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:56:06.903 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:56:06.905 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:56:07.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:07 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:56:06.902162+0000 mon.smithi071 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.98:0/3005322608' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:56:08.264 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:56:08.265 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:56:08.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:08 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:56:06.780106+0000 mgr.smithi071.cpbfht (mgr.14164) 44 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:56:09.545 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:56:09.546 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:56:09.548 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:56:10.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:10 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:56:08.780501+0000 mgr.smithi071.cpbfht (mgr.14164) 45 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:56:10.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:10 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:56:09.544561+0000 mon.smithi071 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.98:0/1852724717' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:56:10.893 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:56:10.893 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:56:12.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:12 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:56:10.780835+0000 mgr.smithi071.cpbfht (mgr.14164) 46 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:56:12.489 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:56:12.490 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:56:12.491 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:56:13.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:13 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:56:12.487734+0000 mon.smithi071 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.98:0/3721122742' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:56:13.872 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:56:13.872 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:56:14.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:14 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:56:12.781234+0000 mgr.smithi071.cpbfht (mgr.14164) 47 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:56:15.202 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:56:15.202 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:56:15.204 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:56:16.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:56:14.781675+0000 mgr.smithi071.cpbfht (mgr.14164) 48 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:56:16.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:56:15.200782+0000 mon.smithi071 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.98:0/4196847417' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:56:16.564 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:56:16.564 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:56:18.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:18 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:56:16.782132+0000 mgr.smithi071.cpbfht (mgr.14164) 49 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:56:18.908 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:56:18.908 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:56:18.909 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:56:19.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:19 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:56:18.905945+0000 mon.smithi071 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.98:0/3446486370' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:56:20.279 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:56:20.280 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:56:20.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:20 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:56:18.782587+0000 mgr.smithi071.cpbfht (mgr.14164) 50 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:56:21.564 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:56:21.564 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:56:21.565 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:56:22.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:22 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:56:20.783037+0000 mgr.smithi071.cpbfht (mgr.14164) 51 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:56:22.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:22 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:56:21.562524+0000 mon.smithi071 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.98:0/1121035113' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:56:22.933 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:56:22.933 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:56:24.197 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:56:24.198 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:56:24.199 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:56:24.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:24 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:56:22.783390+0000 mgr.smithi071.cpbfht (mgr.14164) 52 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:56:25.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:25 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:56:24.196501+0000 mon.smithi071 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.98:0/161387231' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:56:25.558 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:56:25.559 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:56:26.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:26 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:56:24.783746+0000 mgr.smithi071.cpbfht (mgr.14164) 53 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:56:26.840 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:56:26.841 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:56:26.842 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:56:27.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:27 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:56:26.839399+0000 mon.smithi071 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.98:0/2031800237' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:56:28.228 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:56:28.228 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:56:28.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:28 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:56:26.784136+0000 mgr.smithi071.cpbfht (mgr.14164) 54 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:56:29.521 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:56:29.522 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:56:29.523 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:56:30.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:30 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:56:28.784481+0000 mgr.smithi071.cpbfht (mgr.14164) 55 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:56:30.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:30 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:56:29.519979+0000 mon.smithi071 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.98:0/1243016628' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:56:30.897 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:56:30.897 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:56:32.252 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:56:32.252 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:56:32.254 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:56:32.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:32 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:56:30.784790+0000 mgr.smithi071.cpbfht (mgr.14164) 56 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:56:33.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:33 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:56:32.250801+0000 mon.smithi071 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.98:0/1629096106' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:56:33.605 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:56:33.606 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:56:34.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:34 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:56:32.785047+0000 mgr.smithi071.cpbfht (mgr.14164) 57 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:56:34.910 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:56:34.911 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:56:34.912 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:56:35.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:35 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:56:34.909344+0000 mon.smithi071 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.98:0/1167943254' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:56:36.280 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:56:36.280 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:56:36.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:36 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:56:34.785313+0000 mgr.smithi071.cpbfht (mgr.14164) 58 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:56:37.555 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:56:37.556 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:56:37.557 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:56:38.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:38 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:56:36.785607+0000 mgr.smithi071.cpbfht (mgr.14164) 59 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:56:38.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:38 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:56:37.554295+0000 mon.smithi071 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.98:0/988597934' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:56:38.930 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:56:38.931 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:56:40.180 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:56:40.181 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:56:40.182 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:56:40.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:40 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:56:38.785916+0000 mgr.smithi071.cpbfht (mgr.14164) 60 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:56:41.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:41 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:56:40.178957+0000 mon.smithi071 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.98:0/3495990477' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:56:41.551 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:56:41.551 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:56:42.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:42 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:56:40.786242+0000 mgr.smithi071.cpbfht (mgr.14164) 61 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:56:42.830 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:56:42.830 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:56:42.832 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:56:43.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:43 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:56:42.828548+0000 mon.smithi071 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.98:0/824969858' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:56:44.203 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:56:44.204 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:56:44.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:44 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:56:42.786524+0000 mgr.smithi071.cpbfht (mgr.14164) 62 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:56:45.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:45 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:56:44.908364+0000 mon.smithi071 (mon.0) 155 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.cpbfht/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:56:45.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:45 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:56:44.911052+0000 mon.smithi071 (mon.0) 156 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.cpbfht/trash_purge_schedule"}]: dispatch 2023-12-08T09:56:45.514 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:56:45.514 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:56:45.515 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:56:46.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:46 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:56:44.786755+0000 mgr.smithi071.cpbfht (mgr.14164) 63 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:56:46.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:46 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:56:45.512688+0000 mon.smithi071 (mon.0) 157 : audit [DBG] from='client.? 172.21.15.98:0/1806263094' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:56:46.877 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:56:46.878 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:56:48.190 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:56:48.191 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:56:48.192 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:56:48.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:48 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:56:46.787058+0000 mgr.smithi071.cpbfht (mgr.14164) 64 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:56:49.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:49 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:56:48.189244+0000 mon.smithi071 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.98:0/2750676850' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:56:49.553 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:56:49.553 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:56:50.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:50 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:56:48.787368+0000 mgr.smithi071.cpbfht (mgr.14164) 65 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:56:50.781 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:56:50.781 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:56:50.782 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:56:51.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:51 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:56:50.779495+0000 mon.smithi071 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.98:0/470096914' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:56:52.136 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:56:52.136 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:56:52.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:52 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:56:50.787751+0000 mgr.smithi071.cpbfht (mgr.14164) 66 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:56:53.383 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:56:53.383 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:56:53.385 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:56:54.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:56:52.788090+0000 mgr.smithi071.cpbfht (mgr.14164) 67 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:56:54.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:56:53.381539+0000 mon.smithi071 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.98:0/3008529322' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:56:54.743 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:56:54.743 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:56:56.050 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:56:56.050 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:56:56.051 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:56:56.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:56 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:56:54.788427+0000 mgr.smithi071.cpbfht (mgr.14164) 68 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:56:56.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:56 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:56:56.048764+0000 mon.smithi071 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.98:0/2325737011' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:56:57.418 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:56:57.418 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:56:58.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:58 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:56:56.788802+0000 mgr.smithi071.cpbfht (mgr.14164) 69 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:56:58.671 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:56:58.671 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:56:58.672 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:56:59.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:56:59 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:56:58.669666+0000 mon.smithi071 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.98:0/1049298816' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:57:00.092 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:57:00.092 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:57:00.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:00 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:56:58.789090+0000 mgr.smithi071.cpbfht (mgr.14164) 70 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:57:01.367 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:57:01.367 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:57:01.368 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:57:02.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:02 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:57:00.789432+0000 mgr.smithi071.cpbfht (mgr.14164) 71 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:57:02.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:02 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:57:01.364661+0000 mon.smithi071 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.98:0/1465366059' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:57:02.734 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:57:02.734 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:57:04.045 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:57:04.045 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:57:04.046 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:57:04.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:04 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:57:02.789781+0000 mgr.smithi071.cpbfht (mgr.14164) 72 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:57:04.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:04 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:57:04.043472+0000 mon.smithi071 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.98:0/1159909441' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:57:05.439 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:57:05.439 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:57:06.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:06 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:57:04.790151+0000 mgr.smithi071.cpbfht (mgr.14164) 73 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:57:06.712 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:57:06.712 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:57:06.714 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:57:07.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:07 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:57:06.711138+0000 mon.smithi071 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.98:0/2063640786' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:57:08.088 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:57:08.089 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:57:08.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:08 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:57:06.790534+0000 mgr.smithi071.cpbfht (mgr.14164) 74 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:57:09.373 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:57:09.373 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:57:09.375 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:57:10.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:10 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:57:08.790784+0000 mgr.smithi071.cpbfht (mgr.14164) 75 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:57:10.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:10 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:57:09.371926+0000 mon.smithi071 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.98:0/715954676' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:57:10.735 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:57:10.735 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:57:12.036 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:57:12.036 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:57:12.038 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:57:12.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:12 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:57:10.791015+0000 mgr.smithi071.cpbfht (mgr.14164) 76 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:57:12.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:12 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:57:12.034852+0000 mon.smithi071 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.98:0/1321141687' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:57:13.409 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:57:13.409 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:57:14.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:14 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:57:12.791367+0000 mgr.smithi071.cpbfht (mgr.14164) 77 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:57:14.670 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:57:14.670 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:57:14.672 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:57:15.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:15 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:57:14.669182+0000 mon.smithi071 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.98:0/1601686786' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:57:16.067 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:57:16.068 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:57:16.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:57:14.791765+0000 mgr.smithi071.cpbfht (mgr.14164) 78 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:57:17.367 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:57:17.368 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:57:17.369 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:57:18.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:18 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:57:16.792112+0000 mgr.smithi071.cpbfht (mgr.14164) 79 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:57:18.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:18 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:57:17.366413+0000 mon.smithi071 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.98:0/3734484561' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:57:18.738 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:57:18.738 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:57:20.029 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:57:20.029 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:57:20.031 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:57:20.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:20 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:57:18.792484+0000 mgr.smithi071.cpbfht (mgr.14164) 80 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:57:20.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:20 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:57:20.027488+0000 mon.smithi071 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.98:0/534484233' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:57:21.418 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:57:21.419 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:57:22.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:22 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:57:20.792860+0000 mgr.smithi071.cpbfht (mgr.14164) 81 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:57:22.685 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:57:22.685 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:57:22.687 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:57:23.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:23 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:57:22.684000+0000 mon.smithi071 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.98:0/3298984458' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:57:24.060 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:57:24.060 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:57:24.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:24 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:57:22.793201+0000 mgr.smithi071.cpbfht (mgr.14164) 82 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:57:25.371 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:57:25.371 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:57:25.373 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:57:26.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:26 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:57:24.793536+0000 mgr.smithi071.cpbfht (mgr.14164) 83 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:57:26.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:26 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:57:25.369945+0000 mon.smithi071 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.98:0/1245343597' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:57:26.727 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:57:26.727 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:57:27.995 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:57:27.995 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:57:27.996 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:57:28.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:28 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:57:26.793886+0000 mgr.smithi071.cpbfht (mgr.14164) 84 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:57:28.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:28 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:57:27.993730+0000 mon.smithi071 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.98:0/1459835123' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:57:29.318 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:57:29.318 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:57:30.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:30 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:57:28.794224+0000 mgr.smithi071.cpbfht (mgr.14164) 85 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:57:30.635 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:57:30.635 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:57:30.637 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:57:31.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:31 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:57:30.633907+0000 mon.smithi071 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.98:0/2071449480' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:57:31.994 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:57:31.994 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:57:32.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:32 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:57:30.794592+0000 mgr.smithi071.cpbfht (mgr.14164) 86 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:57:33.300 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:57:33.301 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:57:33.302 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:57:34.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:34 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:57:32.794867+0000 mgr.smithi071.cpbfht (mgr.14164) 87 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:57:34.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:34 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:57:33.298861+0000 mon.smithi071 (mon.0) 175 : audit [DBG] from='client.? 172.21.15.98:0/360894546' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:57:34.656 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:57:34.657 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:57:35.909 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:57:35.909 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:57:35.911 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:57:36.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:36 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:57:34.795204+0000 mgr.smithi071.cpbfht (mgr.14164) 88 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:57:36.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:36 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:57:35.908019+0000 mon.smithi071 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.98:0/2920700176' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:57:37.268 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:57:37.269 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:57:38.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:38 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:57:36.795575+0000 mgr.smithi071.cpbfht (mgr.14164) 89 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:57:38.540 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:57:38.540 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:57:38.542 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:57:39.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:39 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:57:38.538671+0000 mon.smithi071 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.98:0/2968470118' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:57:39.898 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:57:39.899 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:57:40.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:40 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:57:38.795927+0000 mgr.smithi071.cpbfht (mgr.14164) 90 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:57:41.208 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:57:41.208 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:57:41.209 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:57:42.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:42 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:57:40.796202+0000 mgr.smithi071.cpbfht (mgr.14164) 91 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:57:42.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:42 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:57:41.206589+0000 mon.smithi071 (mon.0) 178 : audit [DBG] from='client.? 172.21.15.98:0/3244130495' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:57:42.566 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:57:42.566 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:57:43.842 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:57:43.843 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:57:43.844 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:57:44.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:44 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:57:42.796538+0000 mgr.smithi071.cpbfht (mgr.14164) 92 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:57:44.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:44 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:57:43.841452+0000 mon.smithi071 (mon.0) 179 : audit [DBG] from='client.? 172.21.15.98:0/3389146433' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:57:45.202 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:57:45.202 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:57:45.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:45 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:57:44.909321+0000 mon.smithi071 (mon.0) 180 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.cpbfht/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:57:45.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:45 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:57:44.911968+0000 mon.smithi071 (mon.0) 181 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.cpbfht/trash_purge_schedule"}]: dispatch 2023-12-08T09:57:46.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:46 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:57:44.796916+0000 mgr.smithi071.cpbfht (mgr.14164) 93 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:57:46.460 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:57:46.460 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:57:46.462 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:57:47.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:47 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:57:46.459261+0000 mon.smithi071 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.98:0/1700850642' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:57:47.821 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:57:47.821 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:57:48.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:48 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:57:46.797244+0000 mgr.smithi071.cpbfht (mgr.14164) 94 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:57:49.141 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:57:49.141 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:57:49.143 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:57:49.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:49 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:57:49.139912+0000 mon.smithi071 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.98:0/4074759767' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:57:50.520 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:57:50.521 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:57:50.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:50 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:57:48.797593+0000 mgr.smithi071.cpbfht (mgr.14164) 95 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:57:51.842 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:57:51.842 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:57:51.844 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:57:52.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:52 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:57:50.797956+0000 mgr.smithi071.cpbfht (mgr.14164) 96 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:57:52.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:52 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:57:51.840915+0000 mon.smithi071 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.98:0/2422796748' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:57:53.197 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:57:53.198 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:57:54.477 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:57:54.477 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:57:54.479 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:57:54.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:57:52.798291+0000 mgr.smithi071.cpbfht (mgr.14164) 97 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:57:55.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:55 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:57:54.475741+0000 mon.smithi071 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.98:0/273651733' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:57:55.853 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:57:55.853 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:57:56.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:56 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:57:54.798625+0000 mgr.smithi071.cpbfht (mgr.14164) 98 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:57:57.173 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:57:57.173 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:57:57.175 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:57:58.528 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:57:58.528 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:57:58.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:58 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:57:56.798896+0000 mgr.smithi071.cpbfht (mgr.14164) 99 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:57:58.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:57:58 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:57:57.171815+0000 mon.smithi071 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.98:0/2364691408' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:57:59.799 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:57:59.799 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:57:59.801 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:58:00.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:00 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:57:58.799164+0000 mgr.smithi071.cpbfht (mgr.14164) 100 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:58:00.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:00 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:57:59.797967+0000 mon.smithi071 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.98:0/1686552171' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:58:01.173 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:58:01.173 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:58:02.486 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:58:02.486 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:58:02.487 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:58:02.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:02 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:58:00.799502+0000 mgr.smithi071.cpbfht (mgr.14164) 101 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:58:03.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:03 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:58:02.482794+0000 mon.smithi071 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.98:0/2776717282' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:58:03.848 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:58:03.849 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:58:04.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:04 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:58:02.799771+0000 mgr.smithi071.cpbfht (mgr.14164) 102 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:58:05.184 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:58:05.184 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:58:05.185 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:58:06.543 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:58:06.543 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:58:06.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:06 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:58:04.800046+0000 mgr.smithi071.cpbfht (mgr.14164) 103 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:58:06.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:06 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:58:05.182427+0000 mon.smithi071 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.98:0/611018227' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:58:07.827 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:58:07.828 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:58:07.829 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:58:08.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:08 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:58:06.800344+0000 mgr.smithi071.cpbfht (mgr.14164) 104 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:58:08.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:08 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:58:07.826368+0000 mon.smithi071 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.98:0/1477679076' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:58:09.184 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:58:09.184 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:58:10.480 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:58:10.480 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:58:10.482 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:58:10.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:10 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:58:08.800670+0000 mgr.smithi071.cpbfht (mgr.14164) 105 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:58:11.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:11 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:58:10.479172+0000 mon.smithi071 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.98:0/266949195' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:58:11.833 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:58:11.833 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:58:12.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:12 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:58:10.801035+0000 mgr.smithi071.cpbfht (mgr.14164) 106 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:58:13.108 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:58:13.108 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:58:13.110 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:58:13.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:13 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:58:13.106653+0000 mon.smithi071 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.98:0/3584724559' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:58:14.485 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:58:14.486 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:58:14.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:14 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:58:12.801325+0000 mgr.smithi071.cpbfht (mgr.14164) 107 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:58:15.761 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:58:15.762 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:58:15.763 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:58:16.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:58:14.801600+0000 mgr.smithi071.cpbfht (mgr.14164) 108 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:58:16.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:58:15.760040+0000 mon.smithi071 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.98:0/2107712780' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:58:17.127 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:58:17.127 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:58:18.425 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:58:18.425 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:58:18.426 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:58:18.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:18 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:58:16.801850+0000 mgr.smithi071.cpbfht (mgr.14164) 109 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:58:19.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:19 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:58:18.423631+0000 mon.smithi071 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.98:0/1155984172' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:58:19.791 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:58:19.791 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:58:20.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:20 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:58:18.802160+0000 mgr.smithi071.cpbfht (mgr.14164) 110 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:58:21.041 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:58:21.042 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:58:21.043 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:58:21.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:21 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:58:21.040548+0000 mon.smithi071 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.98:0/3092777802' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:58:22.401 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:58:22.401 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:58:22.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:22 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:58:20.802496+0000 mgr.smithi071.cpbfht (mgr.14164) 111 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:58:23.693 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:58:23.693 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:58:23.695 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:58:24.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:24 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:58:22.802759+0000 mgr.smithi071.cpbfht (mgr.14164) 112 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:58:24.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:24 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:58:23.692118+0000 mon.smithi071 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.98:0/294893327' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:58:25.053 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:58:25.053 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:58:26.338 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:58:26.338 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:58:26.339 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:58:26.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:26 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:58:24.803086+0000 mgr.smithi071.cpbfht (mgr.14164) 113 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:58:27.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:27 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:58:26.336187+0000 mon.smithi071 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.98:0/4252496121' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:58:27.706 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:58:27.707 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:58:28.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:28 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:58:26.803460+0000 mgr.smithi071.cpbfht (mgr.14164) 114 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:58:28.951 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:58:28.951 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:58:28.953 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:58:29.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:29 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:58:28.949594+0000 mon.smithi071 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.98:0/1511398642' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:58:30.327 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:58:30.327 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:58:30.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:30 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:58:28.803752+0000 mgr.smithi071.cpbfht (mgr.14164) 115 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:58:31.551 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:58:31.598 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:58:31.598 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:58:32.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:32 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:58:30.804106+0000 mgr.smithi071.cpbfht (mgr.14164) 116 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:58:32.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:32 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:58:31.549731+0000 mon.smithi071 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.98:0/4027629592' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:58:32.937 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:58:32.937 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:58:34.236 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:58:34.236 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:58:34.237 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:58:34.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:34 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:58:32.804350+0000 mgr.smithi071.cpbfht (mgr.14164) 117 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:58:35.616 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:58:35.617 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:58:35.665 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:35 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:58:34.234277+0000 mon.smithi071 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.98:0/3002897900' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:58:36.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:36 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:58:34.804638+0000 mgr.smithi071.cpbfht (mgr.14164) 118 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:58:36.883 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:58:36.884 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:58:36.885 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:58:37.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:37 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:58:36.882180+0000 mon.smithi071 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.98:0/3682115789' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:58:38.241 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:58:38.241 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:58:38.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:38 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:58:36.804913+0000 mgr.smithi071.cpbfht (mgr.14164) 119 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:58:39.501 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:58:39.501 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:58:39.502 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:58:40.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:40 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:58:38.805142+0000 mgr.smithi071.cpbfht (mgr.14164) 120 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:58:40.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:40 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:58:39.499695+0000 mon.smithi071 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.98:0/2928533751' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:58:40.876 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:58:40.877 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:58:42.125 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:58:42.125 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:58:42.127 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:58:42.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:42 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:58:40.805459+0000 mgr.smithi071.cpbfht (mgr.14164) 121 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:58:42.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:42 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:58:42.123868+0000 mon.smithi071 (mon.0) 203 : audit [DBG] from='client.? 172.21.15.98:0/2943356506' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:58:43.509 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:58:43.509 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:58:44.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:44 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:58:42.805811+0000 mgr.smithi071.cpbfht (mgr.14164) 122 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:58:44.781 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:58:44.781 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:58:44.782 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:58:45.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:45 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:58:44.779392+0000 mon.smithi071 (mon.0) 204 : audit [DBG] from='client.? 172.21.15.98:0/1832938602' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:58:45.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:45 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:58:44.910237+0000 mon.smithi071 (mon.0) 205 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.cpbfht/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:58:45.665 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:45 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:58:44.912839+0000 mon.smithi071 (mon.0) 206 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.cpbfht/trash_purge_schedule"}]: dispatch 2023-12-08T09:58:46.147 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:58:46.148 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:58:46.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:46 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:58:44.806184+0000 mgr.smithi071.cpbfht (mgr.14164) 123 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:58:47.397 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:58:47.398 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:58:47.399 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:58:48.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:48 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:58:46.806579+0000 mgr.smithi071.cpbfht (mgr.14164) 124 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:58:48.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:48 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:58:47.396220+0000 mon.smithi071 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.98:0/4148983140' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:58:48.781 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:58:48.781 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:58:50.065 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:58:50.065 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:58:50.066 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:58:50.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:50 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:58:48.806849+0000 mgr.smithi071.cpbfht (mgr.14164) 125 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:58:50.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:50 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:58:50.063117+0000 mon.smithi071 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.98:0/3211488436' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:58:51.437 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:58:51.437 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:58:52.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:52 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:58:50.807203+0000 mgr.smithi071.cpbfht (mgr.14164) 126 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:58:52.719 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:58:52.719 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:58:52.720 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:58:53.665 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:53 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:58:52.717522+0000 mon.smithi071 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.98:0/2639033312' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:58:54.085 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:58:54.085 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:58:54.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:58:52.807617+0000 mgr.smithi071.cpbfht (mgr.14164) 127 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:58:55.351 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:58:55.351 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:58:55.351 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:58:56.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:56 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:58:54.807950+0000 mgr.smithi071.cpbfht (mgr.14164) 128 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:58:56.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:56 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:58:55.347711+0000 mon.smithi071 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.98:0/3213280459' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:58:56.701 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:58:56.701 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:58:58.003 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:58:58.004 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:58:58.005 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:58:58.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:58 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:58:56.808258+0000 mgr.smithi071.cpbfht (mgr.14164) 129 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:58:58.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:58:58 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:58:58.002088+0000 mon.smithi071 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.98:0/952241191' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:58:59.393 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:58:59.393 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:59:00.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:00 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:58:58.808668+0000 mgr.smithi071.cpbfht (mgr.14164) 130 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:59:00.674 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:59:00.674 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:59:00.677 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:59:01.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:01 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:00.672985+0000 mon.smithi071 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.98:0/2369091757' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:59:02.038 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:59:02.038 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:59:02.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:02 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:59:00.809142+0000 mgr.smithi071.cpbfht (mgr.14164) 131 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:59:03.296 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:59:03.297 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:59:03.298 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:59:04.626 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:59:04.627 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:59:04.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:04 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:59:02.809531+0000 mgr.smithi071.cpbfht (mgr.14164) 132 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:59:04.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:04 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:03.295104+0000 mon.smithi071 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.98:0/2654093921' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:59:05.921 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:59:05.922 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:59:05.923 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:59:06.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:06 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:59:04.809876+0000 mgr.smithi071.cpbfht (mgr.14164) 133 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:59:06.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:06 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:05.920182+0000 mon.smithi071 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.98:0/1686844164' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:59:07.306 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:59:07.307 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:59:08.626 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:59:08.626 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:59:08.628 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:59:08.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:08 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:59:06.810281+0000 mgr.smithi071.cpbfht (mgr.14164) 134 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:59:09.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:09 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:08.624948+0000 mon.smithi071 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.98:0/1554612705' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:59:10.022 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:59:10.022 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:59:10.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:10 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:59:08.810562+0000 mgr.smithi071.cpbfht (mgr.14164) 135 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:59:11.321 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:59:11.321 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:59:11.323 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:59:12.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:12 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:59:10.810936+0000 mgr.smithi071.cpbfht (mgr.14164) 136 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:59:12.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:12 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:11.319861+0000 mon.smithi071 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.98:0/1699381856' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:59:12.713 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:59:12.713 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:59:14.008 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:59:14.008 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:59:14.010 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:59:14.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:14 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:59:12.811306+0000 mgr.smithi071.cpbfht (mgr.14164) 137 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:59:14.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:14 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:14.006921+0000 mon.smithi071 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.98:0/3130024906' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:59:15.400 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:59:15.400 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:59:16.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:59:14.811605+0000 mgr.smithi071.cpbfht (mgr.14164) 138 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:59:16.735 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:59:16.735 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:59:16.737 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:59:17.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:17 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:16.734304+0000 mon.smithi071 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.98:0/2117649746' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:59:18.103 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:59:18.104 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:59:18.667 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:18 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:59:16.811993+0000 mgr.smithi071.cpbfht (mgr.14164) 139 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:59:19.381 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:59:19.381 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:59:19.382 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:59:20.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:20 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:59:18.812452+0000 mgr.smithi071.cpbfht (mgr.14164) 140 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:59:20.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:20 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:19.378997+0000 mon.smithi071 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.98:0/2363213675' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:59:20.753 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:59:20.754 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:59:22.042 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:59:22.043 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:59:22.044 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:59:22.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:22 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:59:20.812779+0000 mgr.smithi071.cpbfht (mgr.14164) 141 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:59:22.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:22 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:22.040833+0000 mon.smithi071 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.98:0/2377580184' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:59:23.424 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:59:23.424 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:59:24.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:24 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:59:22.813180+0000 mgr.smithi071.cpbfht (mgr.14164) 142 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:59:24.695 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:59:24.695 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:59:24.697 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:59:25.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:25 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:24.693973+0000 mon.smithi071 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.98:0/1679173979' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:59:26.072 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:59:26.072 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:59:26.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:26 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:59:24.813498+0000 mgr.smithi071.cpbfht (mgr.14164) 143 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:59:27.362 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:59:27.363 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:59:27.364 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:59:28.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:28 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:59:26.813847+0000 mgr.smithi071.cpbfht (mgr.14164) 144 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:59:28.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:28 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:27.361097+0000 mon.smithi071 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.98:0/2343355078' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:59:28.749 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:59:28.750 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:59:30.100 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:59:30.101 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:59:30.102 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:59:30.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:30 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:59:28.814194+0000 mgr.smithi071.cpbfht (mgr.14164) 145 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:59:30.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:30 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:30.099429+0000 mon.smithi071 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.98:0/3595158901' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:59:31.478 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:59:31.478 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:59:32.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:32 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:59:30.814592+0000 mgr.smithi071.cpbfht (mgr.14164) 146 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:59:32.745 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:59:32.745 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:59:32.747 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:59:33.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:33 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:32.743582+0000 mon.smithi071 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.98:0/1853264466' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:59:34.102 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:59:34.103 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:59:34.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:34 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:59:32.815020+0000 mgr.smithi071.cpbfht (mgr.14164) 147 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:59:35.375 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:59:35.375 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:59:35.376 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:59:36.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:36 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:59:34.815327+0000 mgr.smithi071.cpbfht (mgr.14164) 148 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:59:36.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:36 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:35.373129+0000 mon.smithi071 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.98:0/1403507682' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:59:36.748 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:59:36.749 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:59:38.080 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:59:38.080 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:59:38.081 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:59:38.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:38 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:59:36.815675+0000 mgr.smithi071.cpbfht (mgr.14164) 149 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:59:38.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:38 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:38.078497+0000 mon.smithi071 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.98:0/1410452075' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:59:39.453 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:59:39.454 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:59:40.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:40 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:59:38.816043+0000 mgr.smithi071.cpbfht (mgr.14164) 150 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:59:40.768 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:59:40.768 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:59:40.769 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:59:41.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:41 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:40.766531+0000 mon.smithi071 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.98:0/1069622355' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:59:42.130 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:59:42.130 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:59:42.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:42 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:59:40.816386+0000 mgr.smithi071.cpbfht (mgr.14164) 151 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:59:43.416 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:59:43.416 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:59:43.418 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:59:44.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:44 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:59:42.816762+0000 mgr.smithi071.cpbfht (mgr.14164) 152 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:59:44.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:44 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:43.414847+0000 mon.smithi071 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.98:0/2931244507' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:59:44.806 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:59:44.806 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:59:45.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:45 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:44.911234+0000 mon.smithi071 (mon.0) 229 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.cpbfht/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:59:45.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:45 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:44.913694+0000 mon.smithi071 (mon.0) 230 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.cpbfht/trash_purge_schedule"}]: dispatch 2023-12-08T09:59:46.125 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:59:46.125 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:59:46.127 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:59:46.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:46 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:59:44.817094+0000 mgr.smithi071.cpbfht (mgr.14164) 153 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:59:46.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:46 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:46.124201+0000 mon.smithi071 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.98:0/770534653' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:59:47.504 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:59:47.504 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:59:48.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:48 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:59:46.817345+0000 mgr.smithi071.cpbfht (mgr.14164) 154 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:59:48.790 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:59:48.791 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:59:48.792 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:59:49.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:49 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:48.789237+0000 mon.smithi071 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.98:0/4003954322' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:59:50.179 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:59:50.179 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:59:50.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:50 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:59:48.817618+0000 mgr.smithi071.cpbfht (mgr.14164) 155 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:59:51.493 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:59:51.493 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:59:51.495 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:59:52.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:52 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:59:50.817956+0000 mgr.smithi071.cpbfht (mgr.14164) 156 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:59:52.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:52 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:51.492209+0000 mon.smithi071 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.98:0/990932183' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:59:52.873 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:59:52.874 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:59:54.180 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:59:54.180 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:59:54.181 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:59:54.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:59:52.818227+0000 mgr.smithi071.cpbfht (mgr.14164) 157 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:59:54.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:54.178151+0000 mon.smithi071 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.98:0/3155003529' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:59:55.556 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:59:55.557 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:59:56.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:56 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:59:54.818554+0000 mgr.smithi071.cpbfht (mgr.14164) 158 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:59:56.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:56 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:55.640048+0000 mon.smithi071 (mon.0) 235 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi071", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T09:59:56.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:56 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:55.642574+0000 mon.smithi071 (mon.0) 236 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi071", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-08T09:59:56.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:56 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:55.643390+0000 mon.smithi071 (mon.0) 237 : audit [DBG] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:59:56.821 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:59:56.821 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:59:56.822 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T09:59:57.415 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cephadm 2023-12-08T09:59:55.638264+0000 mgr.smithi071.cpbfht (mgr.14164) 159 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-9f389788-95af-11ee-95a3-87774f69a715-alertmanager.smithi071 2023-12-08T09:59:57.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: /bin/podman: stderr Error: no such container ceph-9f389788-95af-11ee-95a3-87774f69a715-alertmanager.smithi071 2023-12-08T09:59:57.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Deploy daemon alertmanager.smithi071 ... 2023-12-08T09:59:57.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-12-08T09:59:57.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-12-08T09:59:57.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: stat: stderr time="2023-12-08T09:55:34Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:59:57.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: stat: stderr time="2023-12-08T09:56:11Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:59:57.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: stat: stderr time="2023-12-08T09:56:49Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:59:57.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T09:59:57.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-12-08T09:59:57.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-12-08T09:59:57.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: stat: stderr time="2023-12-08T09:58:03Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:59:57.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: stat: stderr time="2023-12-08T09:58:40Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:59:57.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: stat: stderr time="2023-12-08T09:59:18Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:59:57.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T09:59:57.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Traceback (most recent call last): 2023-12-08T09:59:57.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-12-08T09:59:57.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: main() 2023-12-08T09:59:57.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-12-08T09:59:57.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: r = ctx.func(ctx) 2023-12-08T09:59:57.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-12-08T09:59:57.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: return func(ctx) 2023-12-08T09:59:57.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2023-12-08T09:59:57.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-12-08T09:59:57.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2023-12-08T09:59:57.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-12-08T09:59:57.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2023-12-08T09:59:57.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: raise RuntimeError('uid/gid not found') 2023-12-08T09:59:57.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: RuntimeError: uid/gid not found 2023-12-08T09:59:57.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Traceback (most recent call last): 2023-12-08T09:59:57.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2023-12-08T09:59:57.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: yield (conn, connr) 2023-12-08T09:59:57.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2023-12-08T09:59:57.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: code, '\n'.join(err))) 2023-12-08T09:59:57.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: 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-9f389788-95af-11ee-95a3-87774f69a715-alertmanager.smithi071 2023-12-08T09:59:57.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: /bin/podman: stderr Error: no such container ceph-9f389788-95af-11ee-95a3-87774f69a715-alertmanager.smithi071 2023-12-08T09:59:57.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Deploy daemon alertmanager.smithi071 ... 2023-12-08T09:59:57.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-12-08T09:59:57.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-12-08T09:59:57.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: stat: stderr time="2023-12-08T09:55:34Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:59:57.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: stat: stderr time="2023-12-08T09:56:11Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:59:57.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: stat: stderr time="2023-12-08T09:56:49Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:59:57.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T09:59:57.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-12-08T09:59:57.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-12-08T09:59:57.419 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: stat: stderr time="2023-12-08T09:58:03Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:59:57.419 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: stat: stderr time="2023-12-08T09:58:40Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:59:57.419 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: stat: stderr time="2023-12-08T09:59:18Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:59:57.419 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T09:59:57.419 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Traceback (most recent call last): 2023-12-08T09:59:57.419 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-12-08T09:59:57.419 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: main() 2023-12-08T09:59:57.419 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-12-08T09:59:57.419 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: r = ctx.func(ctx) 2023-12-08T09:59:57.419 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-12-08T09:59:57.420 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: return func(ctx) 2023-12-08T09:59:57.420 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2023-12-08T09:59:57.420 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-12-08T09:59:57.420 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2023-12-08T09:59:57.420 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-12-08T09:59:57.420 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2023-12-08T09:59:57.420 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: raise RuntimeError('uid/gid not found') 2023-12-08T09:59:57.420 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: RuntimeError: uid/gid not found 2023-12-08T09:59:57.420 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cephadm 2023-12-08T09:59:55.638541+0000 mgr.smithi071.cpbfht (mgr.14164) 160 : cephadm [ERR] Failed while placing alertmanager.smithi071 on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-9f389788-95af-11ee-95a3-87774f69a715-alertmanager.smithi071 2023-12-08T09:59:57.420 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: /bin/podman: stderr Error: no such container ceph-9f389788-95af-11ee-95a3-87774f69a715-alertmanager.smithi071 2023-12-08T09:59:57.421 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Deploy daemon alertmanager.smithi071 ... 2023-12-08T09:59:57.421 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-12-08T09:59:57.422 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-12-08T09:59:57.422 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: stat: stderr time="2023-12-08T09:55:34Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:59:57.422 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: stat: stderr time="2023-12-08T09:56:11Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:59:57.422 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: stat: stderr time="2023-12-08T09:56:49Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:59:57.422 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T09:59:57.422 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-12-08T09:59:57.422 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-12-08T09:59:57.422 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: stat: stderr time="2023-12-08T09:58:03Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:59:57.422 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: stat: stderr time="2023-12-08T09:58:40Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:59:57.422 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: stat: stderr time="2023-12-08T09:59:18Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:59:57.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T09:59:57.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Traceback (most recent call last): 2023-12-08T09:59:57.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-12-08T09:59:57.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: main() 2023-12-08T09:59:57.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-12-08T09:59:57.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: r = ctx.func(ctx) 2023-12-08T09:59:57.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-12-08T09:59:57.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: return func(ctx) 2023-12-08T09:59:57.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2023-12-08T09:59:57.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-12-08T09:59:57.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2023-12-08T09:59:57.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-12-08T09:59:57.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2023-12-08T09:59:57.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: raise RuntimeError('uid/gid not found') 2023-12-08T09:59:57.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: RuntimeError: uid/gid not found 2023-12-08T09:59:57.424 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cephadm 2023-12-08T09:59:55.643989+0000 mgr.smithi071.cpbfht (mgr.14164) 161 : cephadm [INF] Deploying daemon crash.smithi071 on smithi071 2023-12-08T09:59:57.424 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:56.819993+0000 mon.smithi071 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.98:0/3009769624' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:59:57.424 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:57.147358+0000 mon.smithi071 (mon.0) 239 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' 2023-12-08T09:59:57.424 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:57.254507+0000 mon.smithi071 (mon.0) 240 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' 2023-12-08T09:59:57.424 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:57.256482+0000 mon.smithi071 (mon.0) 241 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' 2023-12-08T09:59:57.424 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:57.256880+0000 mon.smithi071 (mon.0) 242 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-08T09:59:57.424 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:57 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:57.259401+0000 mon.smithi071 (mon.0) 243 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' 2023-12-08T09:59:58.187 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:59:58.187 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:59:58.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:58 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:59:56.818799+0000 mgr.smithi071.cpbfht (mgr.14164) 162 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:59:58.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:58 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:57.257184+0000 mgr.smithi071.cpbfht (mgr.14164) 163 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-08T09:59:58.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 09:59:58 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cephadm 2023-12-08T09:59:57.262019+0000 mgr.smithi071.cpbfht (mgr.14164) 164 : cephadm [INF] Deploying daemon grafana.smithi071 on smithi071 2023-12-08T09:59:59.472 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T09:59:59.472 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:59:59.474 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:00:00.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:00 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T09:59:58.819117+0000 mgr.smithi071.cpbfht (mgr.14164) 165 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:00:00.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:00 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:59.471089+0000 mon.smithi071 (mon.0) 244 : audit [DBG] from='client.? 172.21.15.98:0/630443153' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:00:00.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:00 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T09:59:59.913286+0000 mon.smithi071 (mon.0) 245 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' 2023-12-08T10:00:00.827 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:00:00.827 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:00:02.133 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:00:02.134 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:00:02.135 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:00:02.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:02 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:00:00.819438+0000 mgr.smithi071.cpbfht (mgr.14164) 166 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:00:02.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:02 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:00:02.131964+0000 mon.smithi071 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.98:0/741898024' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:00:03.507 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:00:03.508 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:00:04.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:04 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:00:02.819808+0000 mgr.smithi071.cpbfht (mgr.14164) 167 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:00:04.757 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:00:04.757 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:00:04.759 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:00:05.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:05 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:00:04.756025+0000 mon.smithi071 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.98:0/1251353369' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:00:06.119 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:00:06.119 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:00:06.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:06 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:00:04.820163+0000 mgr.smithi071.cpbfht (mgr.14164) 168 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:00:07.422 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:00:07.423 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:00:07.424 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:00:08.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:08 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:00:06.820421+0000 mgr.smithi071.cpbfht (mgr.14164) 169 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:00:08.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:08 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:00:07.421752+0000 mon.smithi071 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.98:0/422980324' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:00:08.805 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:00:08.805 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:00:10.105 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:00:10.105 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:00:10.107 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:00:10.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:10 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:00:08.820667+0000 mgr.smithi071.cpbfht (mgr.14164) 170 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:00:10.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:10 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:00:10.104397+0000 mon.smithi071 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.98:0/1097117058' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:00:11.476 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:00:11.476 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:00:12.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:12 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:00:10.820908+0000 mgr.smithi071.cpbfht (mgr.14164) 171 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:00:12.753 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:00:12.753 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:00:12.755 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:00:13.554 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:13 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:00:12.752001+0000 mon.smithi071 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.98:0/804219713' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:00:14.080 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:00:14.081 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:00:14.533 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:14 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:00:12.821136+0000 mgr.smithi071.cpbfht (mgr.14164) 172 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:00:15.452 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:00:15.452 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:00:15.453 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:00:16.164 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:15 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:00:14.821299+0000 mgr.smithi071.cpbfht (mgr.14164) 173 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:00:16.165 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:15 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:00:14.910044+0000 mon.smithi071 (mon.0) 251 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' 2023-12-08T10:00:16.165 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:15 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cephadm 2023-12-08T10:00:14.913415+0000 mgr.smithi071.cpbfht (mgr.14164) 174 : cephadm [INF] Deploying daemon node-exporter.smithi071 on smithi071 2023-12-08T10:00:16.165 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:15 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:00:14.916824+0000 mon.smithi071 (mon.0) 252 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' 2023-12-08T10:00:16.165 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:15 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:00:15.450392+0000 mon.smithi071 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.98:0/1472978996' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:00:16.828 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:00:16.828 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:00:18.154 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:00:18.154 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:00:18.156 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:00:18.164 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:17 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:00:16.821604+0000 mgr.smithi071.cpbfht (mgr.14164) 175 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:00:19.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:18 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:00:18.152788+0000 mon.smithi071 (mon.0) 254 : audit [DBG] from='client.? 172.21.15.98:0/489037708' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:00:19.516 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:00:19.516 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:00:20.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:19 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:00:18.821944+0000 mgr.smithi071.cpbfht (mgr.14164) 176 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:00:20.844 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:00:20.845 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:00:20.846 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:00:21.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:21 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:00:20.843528+0000 mon.smithi071 (mon.0) 255 : audit [DBG] from='client.? 172.21.15.98:0/189890157' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:00:22.208 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:00:22.208 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:00:22.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:22 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:00:20.822274+0000 mgr.smithi071.cpbfht (mgr.14164) 177 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:00:23.580 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:00:23.581 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:00:23.582 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:00:24.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:24 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:00:22.822565+0000 mgr.smithi071.cpbfht (mgr.14164) 178 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:00:24.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:24 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:00:23.579561+0000 mon.smithi071 (mon.0) 256 : audit [DBG] from='client.? 172.21.15.98:0/302993594' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:00:24.991 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:00:24.992 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:00:26.374 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:00:26.374 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:00:26.375 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:00:26.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:26 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:00:24.822841+0000 mgr.smithi071.cpbfht (mgr.14164) 179 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:00:27.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:27 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:00:26.371570+0000 mon.smithi071 (mon.0) 257 : audit [DBG] from='client.? 172.21.15.98:0/3173105814' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:00:27.744 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:00:27.744 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:00:28.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:28 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:00:26.823027+0000 mgr.smithi071.cpbfht (mgr.14164) 180 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:00:29.028 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:00:29.028 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:00:29.030 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:00:29.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:29 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:00:29.027236+0000 mon.smithi071 (mon.0) 258 : audit [DBG] from='client.? 172.21.15.98:0/3234414753' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:00:30.399 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:00:30.400 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:00:30.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:30 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:00:28.823350+0000 mgr.smithi071.cpbfht (mgr.14164) 181 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:00:31.685 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:00:31.685 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:00:31.686 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:00:32.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:32 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:00:30.823633+0000 mgr.smithi071.cpbfht (mgr.14164) 182 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:00:32.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:32 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:00:31.683654+0000 mon.smithi071 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.98:0/1566873150' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:00:33.078 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:00:33.078 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:00:34.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:34 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:00:32.823952+0000 mgr.smithi071.cpbfht (mgr.14164) 183 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:00:34.472 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:00:34.472 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:00:34.474 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:00:35.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:35 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:00:34.471503+0000 mon.smithi071 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.98:0/3866152513' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:00:35.842 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:00:35.843 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:00:36.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:36 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:00:34.824286+0000 mgr.smithi071.cpbfht (mgr.14164) 184 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:00:37.149 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:00:37.150 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:00:37.151 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:00:38.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:38 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:00:36.824671+0000 mgr.smithi071.cpbfht (mgr.14164) 185 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:00:38.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:38 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:00:37.148161+0000 mon.smithi071 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.98:0/773275473' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:00:38.539 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:00:38.539 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:00:39.856 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:00:39.856 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:00:39.857 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:00:40.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:40 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:00:38.825043+0000 mgr.smithi071.cpbfht (mgr.14164) 186 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:00:40.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:40 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:00:39.854645+0000 mon.smithi071 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.98:0/2946946562' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:00:41.231 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:00:41.231 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:00:42.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:42 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:00:40.825356+0000 mgr.smithi071.cpbfht (mgr.14164) 187 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:00:42.516 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:00:42.517 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:00:42.518 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:00:43.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:43 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:00:42.515032+0000 mon.smithi071 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.98:0/2355700592' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:00:43.873 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:00:43.874 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:00:44.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:44 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:00:42.825614+0000 mgr.smithi071.cpbfht (mgr.14164) 188 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:00:45.176 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:00:45.176 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:00:45.177 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:00:45.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:45 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:00:44.912234+0000 mon.smithi071 (mon.0) 264 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.cpbfht/mirror_snapshot_schedule"}]: dispatch 2023-12-08T10:00:45.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:45 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:00:44.914848+0000 mon.smithi071 (mon.0) 265 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.cpbfht/trash_purge_schedule"}]: dispatch 2023-12-08T10:00:46.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:46 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:00:44.825923+0000 mgr.smithi071.cpbfht (mgr.14164) 189 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:00:46.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:46 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:00:45.174542+0000 mon.smithi071 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.98:0/1534843573' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:00:46.548 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:00:46.548 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:00:47.878 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:00:47.879 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:00:47.880 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:00:48.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:48 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:00:46.826182+0000 mgr.smithi071.cpbfht (mgr.14164) 190 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:00:48.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:48 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:00:47.876963+0000 mon.smithi071 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.98:0/1387131540' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:00:49.257 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:00:49.258 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:00:50.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:50 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:00:48.826458+0000 mgr.smithi071.cpbfht (mgr.14164) 191 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:00:50.609 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:00:50.609 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:00:50.611 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:00:51.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:51 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:00:50.608143+0000 mon.smithi071 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.98:0/768965059' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:00:52.007 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:00:52.007 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:00:52.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:52 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:00:50.826805+0000 mgr.smithi071.cpbfht (mgr.14164) 192 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:00:53.289 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:00:53.290 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:00:53.291 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:00:54.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:00:52.827069+0000 mgr.smithi071.cpbfht (mgr.14164) 193 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:00:54.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:00:53.288093+0000 mon.smithi071 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.98:0/3768995629' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:00:54.666 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:00:54.667 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:00:55.994 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:00:55.994 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:00:55.995 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:00:56.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:56 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:00:54.827341+0000 mgr.smithi071.cpbfht (mgr.14164) 194 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:00:56.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:56 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:00:55.992147+0000 mon.smithi071 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.98:0/1727347761' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:00:57.381 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:00:57.381 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:00:58.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:58 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:00:56.827643+0000 mgr.smithi071.cpbfht (mgr.14164) 195 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:00:58.665 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:00:58.665 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:00:58.667 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:00:59.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:00:59 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:00:58.663970+0000 mon.smithi071 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.98:0/3037082956' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:01:00.043 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:01:00.044 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:01:00.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:00 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:00:58.827907+0000 mgr.smithi071.cpbfht (mgr.14164) 196 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:01:01.349 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:01:01.349 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:01:01.350 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:01:02.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:02 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:01:00.828230+0000 mgr.smithi071.cpbfht (mgr.14164) 197 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:01:02.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:02 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:01:01.347373+0000 mon.smithi071 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.98:0/4067959442' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:01:02.715 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:01:02.715 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:01:04.026 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:01:04.026 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:01:04.028 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:01:04.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:04 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:01:02.828559+0000 mgr.smithi071.cpbfht (mgr.14164) 198 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:01:04.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:04 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:01:04.025369+0000 mon.smithi071 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.98:0/521208564' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:01:05.409 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:01:05.410 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:01:06.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:06 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:01:04.828790+0000 mgr.smithi071.cpbfht (mgr.14164) 199 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:01:06.717 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:01:06.717 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:01:06.718 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:01:07.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:07 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:01:06.715219+0000 mon.smithi071 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.98:0/1625804283' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:01:08.058 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:01:08.059 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:01:08.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:08 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:01:06.829031+0000 mgr.smithi071.cpbfht (mgr.14164) 200 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:01:09.372 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:01:09.373 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:01:09.373 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:01:10.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:10 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:01:08.829275+0000 mgr.smithi071.cpbfht (mgr.14164) 201 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:01:10.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:10 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:01:09.370410+0000 mon.smithi071 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.98:0/30826256' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:01:10.797 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:01:10.797 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:01:12.109 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:01:12.109 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:01:12.110 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:01:12.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:12 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:01:10.829624+0000 mgr.smithi071.cpbfht (mgr.14164) 202 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:01:13.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:13 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:01:12.107076+0000 mon.smithi071 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.98:0/2785615878' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:01:13.481 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:01:13.482 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:01:14.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:14 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:01:12.830028+0000 mgr.smithi071.cpbfht (mgr.14164) 203 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:01:14.788 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:01:14.788 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:01:14.789 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:01:15.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:15 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:01:14.786215+0000 mon.smithi071 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.98:0/2558388301' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:01:16.155 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:01:16.155 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:01:16.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:01:14.830299+0000 mgr.smithi071.cpbfht (mgr.14164) 204 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:01:17.489 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:01:17.489 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:01:17.490 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:01:18.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:18 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:01:16.830671+0000 mgr.smithi071.cpbfht (mgr.14164) 205 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:01:18.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:18 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:01:17.487714+0000 mon.smithi071 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.98:0/4088366883' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:01:18.865 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:01:18.865 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:01:20.199 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:01:20.199 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:01:20.200 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:01:20.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:20 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:01:18.831074+0000 mgr.smithi071.cpbfht (mgr.14164) 206 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:01:21.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:21 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:01:20.197420+0000 mon.smithi071 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.98:0/146698712' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:01:21.583 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:01:21.583 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:01:22.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:22 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:01:20.831453+0000 mgr.smithi071.cpbfht (mgr.14164) 207 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:01:22.909 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:01:22.909 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:01:22.910 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:01:23.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:23 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:01:22.907677+0000 mon.smithi071 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.98:0/2787936397' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:01:24.286 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:01:24.287 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:01:24.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:24 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:01:22.831750+0000 mgr.smithi071.cpbfht (mgr.14164) 208 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:01:25.667 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:01:25.668 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:01:25.669 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:01:26.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:26 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:01:24.832090+0000 mgr.smithi071.cpbfht (mgr.14164) 209 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:01:26.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:26 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:01:25.666276+0000 mon.smithi071 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.98:0/3015892705' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:01:27.067 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:01:27.067 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:01:28.379 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:01:28.380 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:01:28.381 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:01:28.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:28 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:01:26.832426+0000 mgr.smithi071.cpbfht (mgr.14164) 210 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:01:29.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:29 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:01:28.378077+0000 mon.smithi071 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.98:0/2485794301' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:01:29.788 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:01:29.788 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:01:30.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:30 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:01:28.832710+0000 mgr.smithi071.cpbfht (mgr.14164) 211 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:01:31.149 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:01:31.149 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:01:31.151 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:01:32.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:32 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:01:30.832982+0000 mgr.smithi071.cpbfht (mgr.14164) 212 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:01:32.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:32 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:01:31.147805+0000 mon.smithi071 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.98:0/2836098189' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:01:32.519 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:01:32.519 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:01:33.823 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:01:33.824 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:01:33.825 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:01:34.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:34 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:01:32.833300+0000 mgr.smithi071.cpbfht (mgr.14164) 213 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:01:34.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:34 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:01:33.822471+0000 mon.smithi071 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.98:0/2981013675' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:01:35.192 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:01:35.192 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:01:36.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:36 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:01:34.833707+0000 mgr.smithi071.cpbfht (mgr.14164) 214 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:01:36.536 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:01:36.536 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:01:36.537 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:01:37.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:37 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:01:36.534347+0000 mon.smithi071 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.98:0/1388054442' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:01:37.865 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:01:37.865 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:01:38.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:38 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:01:36.834011+0000 mgr.smithi071.cpbfht (mgr.14164) 215 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:01:39.207 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:01:39.207 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:01:39.208 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:01:40.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:40 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:01:38.834291+0000 mgr.smithi071.cpbfht (mgr.14164) 216 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:01:40.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:40 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:01:39.205923+0000 mon.smithi071 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.98:0/2404656660' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:01:40.557 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:01:40.557 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:01:41.896 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:01:41.896 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:01:41.898 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:01:42.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:42 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:01:40.834611+0000 mgr.smithi071.cpbfht (mgr.14164) 217 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:01:42.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:42 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:01:41.894562+0000 mon.smithi071 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.98:0/3990195364' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:01:43.266 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:01:43.267 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:01:44.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:44 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:01:42.834923+0000 mgr.smithi071.cpbfht (mgr.14164) 218 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:01:44.600 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:01:44.601 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:01:44.602 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:01:45.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:45 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:01:44.598858+0000 mon.smithi071 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.98:0/3295890823' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:01:45.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:45 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:01:44.913345+0000 mon.smithi071 (mon.0) 289 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.cpbfht/mirror_snapshot_schedule"}]: dispatch 2023-12-08T10:01:45.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:45 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:01:44.915844+0000 mon.smithi071 (mon.0) 290 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.cpbfht/trash_purge_schedule"}]: dispatch 2023-12-08T10:01:45.987 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:01:45.987 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:01:46.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:46 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:01:44.835266+0000 mgr.smithi071.cpbfht (mgr.14164) 219 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:01:47.307 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:01:47.307 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:01:47.309 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:01:48.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:48 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:01:46.835636+0000 mgr.smithi071.cpbfht (mgr.14164) 220 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:01:48.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:48 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:01:47.306007+0000 mon.smithi071 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.98:0/2080555152' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:01:48.682 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:01:48.683 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:01:50.052 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:01:50.052 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:01:50.053 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:01:50.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:50 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:01:48.835975+0000 mgr.smithi071.cpbfht (mgr.14164) 221 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:01:50.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:50 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:01:50.050418+0000 mon.smithi071 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.98:0/3008613713' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:01:51.432 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:01:51.433 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:01:52.656 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:01:52.656 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:01:52.657 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:01:52.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:52 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:01:50.836328+0000 mgr.smithi071.cpbfht (mgr.14164) 222 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:01:53.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:53 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:01:52.654882+0000 mon.smithi071 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.98:0/3306533423' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:01:54.043 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:01:54.043 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:01:54.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:01:52.836718+0000 mgr.smithi071.cpbfht (mgr.14164) 223 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:01:55.341 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:01:55.341 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:01:55.343 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:01:56.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:56 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:01:54.837040+0000 mgr.smithi071.cpbfht (mgr.14164) 224 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:01:56.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:56 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:01:55.340037+0000 mon.smithi071 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.98:0/3628585838' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:01:56.705 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:01:56.706 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:01:58.050 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:01:58.050 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:01:58.051 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:01:58.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:58 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:01:56.837320+0000 mgr.smithi071.cpbfht (mgr.14164) 225 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:01:58.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:01:58 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:01:58.048692+0000 mon.smithi071 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.98:0/2832707331' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:01:59.411 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:01:59.411 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:02:00.665 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:00 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:01:58.837594+0000 mgr.smithi071.cpbfht (mgr.14164) 226 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:02:00.735 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:02:00.736 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:02:00.737 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:02:01.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:01 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:02:00.734739+0000 mon.smithi071 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.98:0/2518568416' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:02:02.126 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:02:02.127 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:02:02.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:02 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:02:00.837895+0000 mgr.smithi071.cpbfht (mgr.14164) 227 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:02:03.454 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:02:03.455 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:02:03.456 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:02:04.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:04 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:02:02.838196+0000 mgr.smithi071.cpbfht (mgr.14164) 228 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:02:04.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:04 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:02:03.453098+0000 mon.smithi071 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.98:0/2980029255' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:02:04.780 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:02:04.781 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:02:06.081 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:02:06.081 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:02:06.083 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:02:06.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:06 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:02:04.838534+0000 mgr.smithi071.cpbfht (mgr.14164) 229 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:02:06.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:06 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:02:06.080107+0000 mon.smithi071 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.98:0/436911554' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:02:07.483 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:02:07.483 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:02:08.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:08 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:02:06.838907+0000 mgr.smithi071.cpbfht (mgr.14164) 230 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:02:08.782 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:02:08.782 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:02:08.784 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:02:09.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:09 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:02:08.780669+0000 mon.smithi071 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.98:0/2520979138' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:02:10.149 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:02:10.150 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:02:10.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:10 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:02:08.839258+0000 mgr.smithi071.cpbfht (mgr.14164) 231 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:02:11.508 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:02:11.508 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:02:11.510 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:02:12.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:12 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:02:10.839581+0000 mgr.smithi071.cpbfht (mgr.14164) 232 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:02:12.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:12 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:02:11.507067+0000 mon.smithi071 (mon.0) 300 : audit [DBG] from='client.? 172.21.15.98:0/2273409050' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:02:12.889 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:02:12.889 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:02:14.205 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:02:14.205 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:02:14.207 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:02:14.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:14 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:02:12.839913+0000 mgr.smithi071.cpbfht (mgr.14164) 233 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:02:15.452 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:15 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:02:14.203830+0000 mon.smithi071 (mon.0) 301 : audit [DBG] from='client.? 172.21.15.98:0/1966013460' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:02:15.582 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:02:15.582 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:02:16.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:02:14.840278+0000 mgr.smithi071.cpbfht (mgr.14164) 234 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:02:16.665 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cephadm 2023-12-08T10:02:15.451055+0000 mgr.smithi071.cpbfht (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-9f389788-95af-11ee-95a3-87774f69a715-node-exporter.smithi071 2023-12-08T10:02:16.665 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: /bin/podman: stderr Error: no such container ceph-9f389788-95af-11ee-95a3-87774f69a715-node-exporter.smithi071 2023-12-08T10:02:16.665 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Deploy daemon node-exporter.smithi071 ... 2023-12-08T10:02:16.665 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Verifying port 9100 ... 2023-12-08T10:02:16.665 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Non-zero exit code 1 from systemctl start ceph-9f389788-95af-11ee-95a3-87774f69a715@node-exporter.smithi071 2023-12-08T10:02:16.665 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: systemctl: stderr Job for ceph-9f389788-95af-11ee-95a3-87774f69a715@node-exporter.smithi071.service failed because a timeout was exceeded. 2023-12-08T10:02:16.665 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: systemctl: stderr See "systemctl status ceph-9f389788-95af-11ee-95a3-87774f69a715@node-exporter.smithi071.service" and "journalctl -xe" for details. 2023-12-08T10:02:16.665 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Traceback (most recent call last): 2023-12-08T10:02:16.665 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-12-08T10:02:16.665 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: main() 2023-12-08T10:02:16.665 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-12-08T10:02:16.665 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: r = ctx.func(ctx) 2023-12-08T10:02:16.665 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-12-08T10:02:16.666 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: return func(ctx) 2023-12-08T10:02:16.666 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2023-12-08T10:02:16.666 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: ports=daemon_ports) 2023-12-08T10:02:16.666 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2023-12-08T10:02:16.666 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: c, osd_fsid=osd_fsid, ports=ports) 2023-12-08T10:02:16.666 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2023-12-08T10:02:16.666 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-12-08T10:02:16.666 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2023-12-08T10:02:16.666 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-12-08T10:02:16.666 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: RuntimeError: Failed command: systemctl start ceph-9f389788-95af-11ee-95a3-87774f69a715@node-exporter.smithi071 2023-12-08T10:02:16.666 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Traceback (most recent call last): 2023-12-08T10:02:16.666 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2023-12-08T10:02:16.666 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: yield (conn, connr) 2023-12-08T10:02:16.666 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2023-12-08T10:02:16.667 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: code, '\n'.join(err))) 2023-12-08T10:02:16.667 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: 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-9f389788-95af-11ee-95a3-87774f69a715-node-exporter.smithi071 2023-12-08T10:02:16.667 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: /bin/podman: stderr Error: no such container ceph-9f389788-95af-11ee-95a3-87774f69a715-node-exporter.smithi071 2023-12-08T10:02:16.667 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Deploy daemon node-exporter.smithi071 ... 2023-12-08T10:02:16.667 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Verifying port 9100 ... 2023-12-08T10:02:16.667 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Non-zero exit code 1 from systemctl start ceph-9f389788-95af-11ee-95a3-87774f69a715@node-exporter.smithi071 2023-12-08T10:02:16.667 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: systemctl: stderr Job for ceph-9f389788-95af-11ee-95a3-87774f69a715@node-exporter.smithi071.service failed because a timeout was exceeded. 2023-12-08T10:02:16.667 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: systemctl: stderr See "systemctl status ceph-9f389788-95af-11ee-95a3-87774f69a715@node-exporter.smithi071.service" and "journalctl -xe" for details. 2023-12-08T10:02:16.667 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Traceback (most recent call last): 2023-12-08T10:02:16.667 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-12-08T10:02:16.667 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: main() 2023-12-08T10:02:16.667 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-12-08T10:02:16.667 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: r = ctx.func(ctx) 2023-12-08T10:02:16.667 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-12-08T10:02:16.668 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: return func(ctx) 2023-12-08T10:02:16.668 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2023-12-08T10:02:16.668 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: ports=daemon_ports) 2023-12-08T10:02:16.668 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2023-12-08T10:02:16.668 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: c, osd_fsid=osd_fsid, ports=ports) 2023-12-08T10:02:16.668 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2023-12-08T10:02:16.668 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-12-08T10:02:16.668 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2023-12-08T10:02:16.668 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-12-08T10:02:16.668 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: RuntimeError: Failed command: systemctl start ceph-9f389788-95af-11ee-95a3-87774f69a715@node-exporter.smithi071 2023-12-08T10:02:16.668 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cephadm 2023-12-08T10:02:15.451370+0000 mgr.smithi071.cpbfht (mgr.14164) 236 : cephadm [ERR] Failed while placing node-exporter.smithi071 on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-9f389788-95af-11ee-95a3-87774f69a715-node-exporter.smithi071 2023-12-08T10:02:16.668 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: /bin/podman: stderr Error: no such container ceph-9f389788-95af-11ee-95a3-87774f69a715-node-exporter.smithi071 2023-12-08T10:02:16.668 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Deploy daemon node-exporter.smithi071 ... 2023-12-08T10:02:16.668 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Verifying port 9100 ... 2023-12-08T10:02:16.669 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Non-zero exit code 1 from systemctl start ceph-9f389788-95af-11ee-95a3-87774f69a715@node-exporter.smithi071 2023-12-08T10:02:16.669 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: systemctl: stderr Job for ceph-9f389788-95af-11ee-95a3-87774f69a715@node-exporter.smithi071.service failed because a timeout was exceeded. 2023-12-08T10:02:16.669 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: systemctl: stderr See "systemctl status ceph-9f389788-95af-11ee-95a3-87774f69a715@node-exporter.smithi071.service" and "journalctl -xe" for details. 2023-12-08T10:02:16.669 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: Traceback (most recent call last): 2023-12-08T10:02:16.669 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-12-08T10:02:16.669 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: main() 2023-12-08T10:02:16.669 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-12-08T10:02:16.669 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: r = ctx.func(ctx) 2023-12-08T10:02:16.669 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-12-08T10:02:16.669 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: return func(ctx) 2023-12-08T10:02:16.669 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2023-12-08T10:02:16.669 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: ports=daemon_ports) 2023-12-08T10:02:16.669 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2023-12-08T10:02:16.669 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: c, osd_fsid=osd_fsid, ports=ports) 2023-12-08T10:02:16.669 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2023-12-08T10:02:16.670 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-12-08T10:02:16.670 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: File "/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2023-12-08T10:02:16.670 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-12-08T10:02:16.670 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: RuntimeError: Failed command: systemctl start ceph-9f389788-95af-11ee-95a3-87774f69a715@node-exporter.smithi071 2023-12-08T10:02:16.670 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cephadm 2023-12-08T10:02:15.457325+0000 mgr.smithi071.cpbfht (mgr.14164) 237 : cephadm [INF] Deploying daemon prometheus.smithi071 on smithi071 2023-12-08T10:02:16.958 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:02:16.958 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:02:16.959 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:02:17.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:17 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:02:16.956525+0000 mon.smithi071 (mon.0) 302 : audit [DBG] from='client.? 172.21.15.98:0/641268304' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:02:18.352 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:02:18.353 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:02:18.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:18 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:02:16.840595+0000 mgr.smithi071.cpbfht (mgr.14164) 238 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:02:19.652 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:02:19.652 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:02:19.654 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:02:20.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:20 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:02:18.840958+0000 mgr.smithi071.cpbfht (mgr.14164) 239 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:02:20.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:20 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:02:19.650936+0000 mon.smithi071 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.98:0/2193720659' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:02:20.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:20 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:02:19.923348+0000 mon.smithi071 (mon.0) 304 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' 2023-12-08T10:02:21.022 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:02:21.022 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:02:22.340 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:02:22.340 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:02:22.341 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:02:22.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:22 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:02:20.841310+0000 mgr.smithi071.cpbfht (mgr.14164) 240 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:02:23.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:23 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:02:22.338332+0000 mon.smithi071 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.98:0/2351269383' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:02:23.711 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:02:23.712 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:02:24.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:24 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:02:22.841726+0000 mgr.smithi071.cpbfht (mgr.14164) 241 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:02:25.066 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:02:25.066 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:02:25.067 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:02:26.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:26 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:02:24.842159+0000 mgr.smithi071.cpbfht (mgr.14164) 242 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:02:26.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:26 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:02:25.064865+0000 mon.smithi071 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.98:0/1134991093' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:02:26.430 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:02:26.431 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:02:27.786 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:02:27.786 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:02:27.787 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:02:28.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:28 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:02:26.842573+0000 mgr.smithi071.cpbfht (mgr.14164) 243 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:02:28.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:28 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:02:27.784616+0000 mon.smithi071 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.98:0/1472559394' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:02:29.158 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:02:29.158 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:02:30.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:30 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:02:28.842897+0000 mgr.smithi071.cpbfht (mgr.14164) 244 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:02:30.455 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:02:30.455 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:02:30.457 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:02:31.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:31 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:02:30.453587+0000 mon.smithi071 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.98:0/1160776829' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:02:31.821 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:02:31.822 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:02:32.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:32 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:02:30.843247+0000 mgr.smithi071.cpbfht (mgr.14164) 245 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:02:33.154 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:02:33.155 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:02:33.156 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:02:34.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:34 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:02:32.843581+0000 mgr.smithi071.cpbfht (mgr.14164) 246 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:02:34.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:34 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:02:33.153368+0000 mon.smithi071 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.98:0/2715900908' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:02:34.529 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:02:34.529 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:02:35.860 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:02:35.860 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:02:35.862 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:02:36.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:36 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:02:34.843835+0000 mgr.smithi071.cpbfht (mgr.14164) 247 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:02:36.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:36 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:02:35.858451+0000 mon.smithi071 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.98:0/1391166335' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:02:37.241 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:02:37.241 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:02:38.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:38 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:02:36.844139+0000 mgr.smithi071.cpbfht (mgr.14164) 248 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:02:38.574 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:02:38.574 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:02:38.576 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:02:39.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:39 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:02:38.572994+0000 mon.smithi071 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.98:0/313017574' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:02:39.950 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:02:39.950 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:02:40.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:40 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:02:38.844477+0000 mgr.smithi071.cpbfht (mgr.14164) 249 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:02:41.266 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:02:41.267 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:02:41.268 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:02:42.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:42 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:02:40.844868+0000 mgr.smithi071.cpbfht (mgr.14164) 250 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:02:42.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:42 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:02:41.265781+0000 mon.smithi071 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.98:0/1275590184' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:02:42.634 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:02:42.635 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:02:43.960 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:02:43.961 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:02:43.962 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:02:44.411 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:44 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:02:42.845235+0000 mgr.smithi071.cpbfht (mgr.14164) 251 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:02:44.412 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:44 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:02:43.958888+0000 mon.smithi071 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.98:0/2318973414' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:02:45.325 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:02:45.325 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:02:45.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:45 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:02:44.914297+0000 mon.smithi071 (mon.0) 314 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.cpbfht/mirror_snapshot_schedule"}]: dispatch 2023-12-08T10:02:45.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:45 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:02:44.916659+0000 mon.smithi071 (mon.0) 315 : audit [INF] from='mgr.14164 172.21.15.71:0/1965326128' entity='mgr.smithi071.cpbfht' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.cpbfht/trash_purge_schedule"}]: dispatch 2023-12-08T10:02:46.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:46 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:02:44.845580+0000 mgr.smithi071.cpbfht (mgr.14164) 252 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:02:46.625 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:02:46.625 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:02:46.627 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:02:47.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:47 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:02:46.624033+0000 mon.smithi071 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.98:0/1019409127' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:02:48.020 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:02:48.021 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:02:48.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:48 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:02:46.845908+0000 mgr.smithi071.cpbfht (mgr.14164) 253 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:02:49.364 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:02:49.364 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:02:49.365 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:02:50.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:50 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:02:48.846308+0000 mgr.smithi071.cpbfht (mgr.14164) 254 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:02:50.415 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:50 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:02:49.361964+0000 mon.smithi071 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.98:0/928392101' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:02:50.728 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:02:50.729 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:02:52.050 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:02:52.050 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:02:52.052 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:02:52.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:52 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:02:50.846652+0000 mgr.smithi071.cpbfht (mgr.14164) 255 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:02:52.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:52 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:02:52.049113+0000 mon.smithi071 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.98:0/2359057723' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:02:53.439 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:02:53.439 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:02:54.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:54 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:02:52.847011+0000 mgr.smithi071.cpbfht (mgr.14164) 256 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:02:54.731 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:02:54.731 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:02:54.732 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:02:55.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:55 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:02:54.729459+0000 mon.smithi071 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.98:0/4181197303' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:02:56.115 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:02:56.115 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:02:56.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:56 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:02:54.847380+0000 mgr.smithi071.cpbfht (mgr.14164) 257 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:02:57.439 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:02:57.439 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:02:57.441 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:02:58.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:58 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:02:56.847751+0000 mgr.smithi071.cpbfht (mgr.14164) 258 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:02:58.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:02:58 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:02:57.438471+0000 mon.smithi071 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.98:0/669930806' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:02:58.828 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:02:58.829 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:03:00.139 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:03:00.140 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:03:00.141 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:03:00.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:03:00 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:02:58.848128+0000 mgr.smithi071.cpbfht (mgr.14164) 259 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:03:01.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:03:01 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:03:00.138404+0000 mon.smithi071 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.98:0/2944684856' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:03:01.509 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:03:01.509 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:03:02.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:03:02 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:03:00.848431+0000 mgr.smithi071.cpbfht (mgr.14164) 260 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:03:02.815 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:03:02.816 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:03:02.817 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:03:03.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:03:03 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:03:02.814571+0000 mon.smithi071 (mon.0) 322 : audit [DBG] from='client.? 172.21.15.98:0/3202165727' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:03:04.188 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:03:04.188 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:03:04.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:03:04 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:03:02.848798+0000 mgr.smithi071.cpbfht (mgr.14164) 261 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:03:05.464 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:03:05.464 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:03:05.465 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:03:06.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:03:06 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:03:04.849134+0000 mgr.smithi071.cpbfht (mgr.14164) 262 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:03:06.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:03:06 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:03:05.462670+0000 mon.smithi071 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.98:0/680819174' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:03:06.860 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:03:06.861 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:03:08.243 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:03:08.243 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:03:08.244 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:03:08.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:03:08 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:03:06.849496+0000 mgr.smithi071.cpbfht (mgr.14164) 263 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:03:09.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:03:09 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:03:08.241464+0000 mon.smithi071 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.98:0/720571742' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:03:09.623 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:03:09.623 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:03:10.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:03:10 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:03:08.849763+0000 mgr.smithi071.cpbfht (mgr.14164) 264 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:03:10.937 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:03:10.937 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:03:10.939 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:03:11.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:03:11 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:03:10.935994+0000 mon.smithi071 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.98:0/3061179380' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:03:12.313 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:03:12.314 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:03:12.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:03:12 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:03:10.850098+0000 mgr.smithi071.cpbfht (mgr.14164) 265 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:03:13.650 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:03:13.651 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:03:13.652 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:03:14.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:03:14 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:03:12.850462+0000 mgr.smithi071.cpbfht (mgr.14164) 266 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:03:14.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:03:14 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:03:13.649243+0000 mon.smithi071 (mon.0) 326 : audit [DBG] from='client.? 172.21.15.98:0/1610497209' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:03:15.021 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:03:15.022 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:03:16.328 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:03:16.328 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:03:16.330 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:03:16.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:03:16 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:03:14.850736+0000 mgr.smithi071.cpbfht (mgr.14164) 267 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:03:17.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:03:17 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:03:16.327427+0000 mon.smithi071 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.98:0/3586357303' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:03:17.698 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:03:17.699 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:03:18.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:03:18 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:03:16.851067+0000 mgr.smithi071.cpbfht (mgr.14164) 268 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:03:19.051 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:03:19.051 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:03:19.052 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:03:19.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:03:19 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:03:19.049578+0000 mon.smithi071 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.98:0/4171342504' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:03:20.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:03:20 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:03:18.851341+0000 mgr.smithi071.cpbfht (mgr.14164) 269 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:03:20.440 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:03:20.440 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:03:21.738 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:03:21.738 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:03:21.739 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:03:22.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:03:22 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:03:20.851725+0000 mgr.smithi071.cpbfht (mgr.14164) 270 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:03:22.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:03:22 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:03:21.737049+0000 mon.smithi071 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.98:0/1794666093' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:03:23.076 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:03:23.076 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:03:24.390 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:03:24.390 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:03:24.391 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:03:24.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:03:24 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:03:22.852043+0000 mgr.smithi071.cpbfht (mgr.14164) 271 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:03:25.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:03:25 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:03:24.388819+0000 mon.smithi071 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.98:0/2363260794' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:03:25.769 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:03:25.769 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:03:26.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:03:26 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:03:24.852415+0000 mgr.smithi071.cpbfht (mgr.14164) 272 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:03:27.108 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:03:27.108 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:03:27.109 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:03:27.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:03:27 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:03:27.106547+0000 mon.smithi071 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.98:0/1511945943' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:03:28.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:03:28 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:03:26.852675+0000 mgr.smithi071.cpbfht (mgr.14164) 273 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:03:28.475 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:03:28.475 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f389788-95af-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:03:29.812 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-08T10:03:29.812 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"9f389788-95af-11ee-95a3-87774f69a715","modified":"2023-12-08T09:53:49.659242Z","created":"2023-12-08T09:53:49.659242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:03:29.813 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-08T10:03:30.216 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds 2023-12-08T10:03:30.217 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-08T10:03:30.218 DEBUG:teuthology.orchestra.run.smithi071:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-08T10:03:30.241 DEBUG:teuthology.orchestra.run.smithi098:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-08T10:03:30.259 INFO:tasks.cephadm:Stopping all daemons... 2023-12-08T10:03:30.259 INFO:tasks.cephadm.mon.smithi071:Stopping mon.smithi071... 2023-12-08T10:03:30.260 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-9f389788-95af-11ee-95a3-87774f69a715@mon.smithi071 2023-12-08T10:03:30.394 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:03:30 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: cluster 2023-12-08T10:03:28.852970+0000 mgr.smithi071.cpbfht (mgr.14164) 274 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:03:30.395 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:03:30 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: audit 2023-12-08T10:03:29.810526+0000 mon.smithi071 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.98:0/2338723120' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:03:30.395 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:03:30 smithi071 systemd[1]: Stopping Ceph mon.smithi071 for 9f389788-95af-11ee-95a3-87774f69a715... 2023-12-08T10:03:30.395 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:03:30 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T10:03:30.392+0000 7f8a3a172700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi071 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-08T10:03:30.666 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Dec 08 10:03:30 smithi071 ceph-9f389788-95af-11ee-95a3-87774f69a715-mon.smithi071[107447]: debug 2023-12-08T10:03:30.392+0000 7f8a3a172700 -1 mon.smithi071@0(leader) e1 *** Got Signal Terminated *** 2023-12-08T10:03:30.791 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9f389788-95af-11ee-95a3-87774f69a715@mon.smithi071.service' 2023-12-08T10:03:30.843 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T10:03:30.843 INFO:tasks.cephadm.mon.smithi071:Stopped mon.smithi071 2023-12-08T10:03:30.844 INFO:tasks.cephadm.mon.smithi098:Stopping mon.smithi098... 2023-12-08T10:03:30.844 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-9f389788-95af-11ee-95a3-87774f69a715@mon.smithi098 2023-12-08T10:03:30.880 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ceph-9f389788-95af-11ee-95a3-87774f69a715@mon.smithi098.service: Unit ceph-9f389788-95af-11ee-95a3-87774f69a715@mon.smithi098.service not loaded. 2023-12-08T10:03:30.882 DEBUG:teuthology.orchestra.run:got remote process result: 5 2023-12-08T10:03:30.882 ERROR:tasks.cephadm:Failed to stop "ceph.mon.smithi098" Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_451ceae11b5d4caee05e94372fe658621eefc0b1/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi098 with status 5: 'sudo systemctl stop ceph-9f389788-95af-11ee-95a3-87774f69a715@mon.smithi098' 2023-12-08T10:03:30.883 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-08T10:03:30.885 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483402/remote/ubuntu@smithi071.front.sepia.ceph.com/crash 2023-12-08T10:03:30.886 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/crash -- . 2023-12-08T10:03:30.927 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483402/remote/ubuntu@smithi098.front.sepia.ceph.com/crash 2023-12-08T10:03:30.928 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/crash -- . 2023-12-08T10:03:30.969 INFO:teuthology.orchestra.run.smithi098.stderr:tar: /var/lib/ceph/9f389788-95af-11ee-95a3-87774f69a715/crash: Cannot open: No such file or directory 2023-12-08T10:03:30.969 INFO:teuthology.orchestra.run.smithi098.stderr:tar: Error is not recoverable: exiting now 2023-12-08T10:03:30.970 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-08T10:03:30.971 DEBUG:teuthology.orchestra.run.smithi071:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-08T10:03:30.997 INFO:teuthology.orchestra.run.smithi071.stderr:grep: /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715/ceph.log: No such file or directory 2023-12-08T10:03:30.999 INFO:tasks.cephadm:Compressing logs... 2023-12-08T10:03:30.999 DEBUG:teuthology.orchestra.run.smithi071:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-08T10:03:31.042 DEBUG:teuthology.orchestra.run.smithi098:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-08T10:03:31.066 INFO:teuthology.orchestra.run.smithi071.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-08T10:03:31.066 INFO:teuthology.orchestra.run.smithi071.stderr:: No such file or directory 2023-12-08T10:03:31.066 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715/ceph-mon.smithi071.log 2023-12-08T10:03:31.067 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715/ceph-volume.log 2023-12-08T10:03:31.067 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715/ceph-mgr.smithi071.cpbfht.log 2023-12-08T10:03:31.067 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715/ceph-mon.smithi071.log: /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715/ceph-volume.log: /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715/ceph-mgr.smithi071.cpbfht.log: 88.4% -- replaced with /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715/ceph-volume.log.gz 2023-12-08T10:03:31.067 INFO:teuthology.orchestra.run.smithi071.stderr: 88.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-08T10:03:31.071 INFO:teuthology.orchestra.run.smithi098.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-08T10:03:31.071 INFO:teuthology.orchestra.run.smithi098.stderr:: No such file or directory 2023-12-08T10:03:31.073 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cephadm.log: 96.1% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-08T10:03:31.074 INFO:teuthology.orchestra.run.smithi098.stderr: 2023-12-08T10:03:31.074 INFO:teuthology.orchestra.run.smithi098.stderr:real 0m0.014s 2023-12-08T10:03:31.075 INFO:teuthology.orchestra.run.smithi098.stderr:user 0m0.011s 2023-12-08T10:03:31.075 INFO:teuthology.orchestra.run.smithi098.stderr:sys 0m0.011s 2023-12-08T10:03:31.143 INFO:teuthology.orchestra.run.smithi071.stderr: 92.8% -- replaced with /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715/ceph-mgr.smithi071.cpbfht.log.gz 2023-12-08T10:03:31.208 INFO:teuthology.orchestra.run.smithi071.stderr: 90.4% -- replaced with /var/log/ceph/9f389788-95af-11ee-95a3-87774f69a715/ceph-mon.smithi071.log.gz 2023-12-08T10:03:31.209 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-12-08T10:03:31.210 INFO:teuthology.orchestra.run.smithi071.stderr:real 0m0.153s 2023-12-08T10:03:31.210 INFO:teuthology.orchestra.run.smithi071.stderr:user 0m0.224s 2023-12-08T10:03:31.210 INFO:teuthology.orchestra.run.smithi071.stderr:sys 0m0.016s 2023-12-08T10:03:31.210 INFO:tasks.cephadm:Archiving logs... 2023-12-08T10:03:31.210 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483402/remote/ubuntu@smithi071.front.sepia.ceph.com/log 2023-12-08T10:03:31.211 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-08T10:03:31.322 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483402/remote/ubuntu@smithi098.front.sepia.ceph.com/log 2023-12-08T10:03:31.323 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-08T10:03:31.356 INFO:tasks.cephadm:Removing cluster... 2023-12-08T10:03:31.356 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9f389788-95af-11ee-95a3-87774f69a715 --force 2023-12-08T10:04:44.713 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9f389788-95af-11ee-95a3-87774f69a715 --force 2023-12-08T10:04:45.018 INFO:tasks.cephadm:Removing cephadm ... 2023-12-08T10:04:45.018 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-08T10:04:45.037 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-08T10:04:45.055 INFO:tasks.cephadm:Teardown complete 2023-12-08T10:04:45.055 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_451ceae11b5d4caee05e94372fe658621eefc0b1/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_451ceae11b5d4caee05e94372fe658621eefc0b1/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi098 with status 5: 'sudo systemctl stop ceph-9f389788-95af-11ee-95a3-87774f69a715@mon.smithi098' 2023-12-08T10:04:45.142 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=10f5ef4a674947778a2acb01d2d5ccc0 Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_451ceae11b5d4caee05e94372fe658621eefc0b1/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_451ceae11b5d4caee05e94372fe658621eefc0b1/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi098 with status 5: 'sudo systemctl stop ceph-9f389788-95af-11ee-95a3-87774f69a715@mon.smithi098' 2023-12-08T10:04:45.148 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-08T10:04:45.158 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-08T10:04:45.167 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-08T10:04:45.167 DEBUG:teuthology.orchestra.run.smithi071:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-08T10:04:45.190 DEBUG:teuthology.orchestra.run.smithi098:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-08T10:04:45.198 INFO:teuthology.orchestra.run.smithi071.stderr:bash: ntpq: command not found 2023-12-08T10:04:45.202 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T10:04:45.202 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2023-12-08T10:04:45.202 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 47 +839us[ +864us] +/- 99ms 2023-12-08T10:04:45.202 INFO:teuthology.orchestra.run.smithi071.stdout:^* hv02.front.sepia.ceph.com 3 6 377 46 -199us[ -173us] +/- 54ms 2023-12-08T10:04:45.202 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 49 -337us[ -312us] +/- 83ms 2023-12-08T10:04:45.202 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T10:04:45.208 INFO:teuthology.orchestra.run.smithi098.stderr:bash: ntpq: command not found 2023-12-08T10:04:45.212 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T10:04:45.213 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2023-12-08T10:04:45.213 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 46 +849us[ +849us] +/- 99ms 2023-12-08T10:04:45.213 INFO:teuthology.orchestra.run.smithi098.stdout:^* hv02.front.sepia.ceph.com 3 6 377 46 -231us[ -229us] +/- 54ms 2023-12-08T10:04:45.213 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 46 -319us[ -319us] +/- 83ms 2023-12-08T10:04:45.213 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T10:04:45.214 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-08T10:04:45.223 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-08T10:04:45.223 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-08T10:04:45.232 DEBUG:teuthology.orchestra.run.smithi071:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-08T10:04:45.333 DEBUG:teuthology.orchestra.run.smithi098:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-08T10:04:45.422 DEBUG:teuthology.orchestra.run.smithi071:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-08T10:04:45.454 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:04:45.454 DEBUG:teuthology.orchestra.run.smithi098:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-08T10:04:45.485 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:04:45.486 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-08T10:04:45.496 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-08T10:04:45.504 INFO:teuthology.task.internal:Duration was 1147.797291 seconds 2023-12-08T10:04:45.505 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-08T10:04:45.519 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-08T10:04:45.519 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-08T10:04:45.522 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-08T10:04:45.565 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T10:04:45.572 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T10:04:45.927 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-08T10:04:45.927 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi071.front.sepia.ceph.com 2023-12-08T10:04:45.928 DEBUG:teuthology.orchestra.run.smithi071:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-08T10:04:45.950 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi098.front.sepia.ceph.com 2023-12-08T10:04:45.951 DEBUG:teuthology.orchestra.run.smithi098:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-08T10:04:45.976 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-08T10:04:45.976 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-08T10:04:45.993 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-08T10:04:46.065 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-08T10:04:46.065 DEBUG:teuthology.orchestra.run.smithi071:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-08T10:04:46.078 DEBUG:teuthology.orchestra.run.smithi098:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-08T10:04:46.182 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-08T10:04:46.194 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-08T10:04:46.194 DEBUG:teuthology.orchestra.run.smithi071:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-08T10:04:46.221 DEBUG:teuthology.orchestra.run.smithi098:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-08T10:04:46.248 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-08T10:04:46.258 DEBUG:teuthology.orchestra.run.smithi071:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-08T10:04:46.264 DEBUG:teuthology.orchestra.run.smithi098:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-08T10:04:46.288 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = core 2023-12-08T10:04:46.315 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = core 2023-12-08T10:04:46.347 DEBUG:teuthology.orchestra.run.smithi071:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-08T10:04:46.404 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:04:46.404 DEBUG:teuthology.orchestra.run.smithi098:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-08T10:04:46.421 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:04:46.422 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-08T10:04:46.432 INFO:teuthology.task.internal:Transferring archived files... 2023-12-08T10:04:46.432 DEBUG:teuthology.misc:Transferring archived files from smithi071:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483402/remote/smithi071 2023-12-08T10:04:46.433 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-08T10:04:46.484 DEBUG:teuthology.misc:Transferring archived files from smithi098:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483402/remote/smithi098 2023-12-08T10:04:46.485 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-08T10:04:46.523 INFO:teuthology.task.internal:Removing archive directory... 2023-12-08T10:04:46.524 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-08T10:04:46.526 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-08T10:04:46.577 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-08T10:04:46.589 INFO:teuthology.task.internal:Not uploading archives. 2023-12-08T10:04:46.589 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-08T10:04:46.608 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-08T10:04:46.608 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-08T10:04:46.611 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-08T10:04:46.625 INFO:teuthology.orchestra.run.smithi071.stdout: 525641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 8 10:04 /home/ubuntu/cephtest 2023-12-08T10:04:46.635 INFO:teuthology.orchestra.run.smithi098.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 8 10:04 /home/ubuntu/cephtest 2023-12-08T10:04:46.636 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-08T10:04:46.745 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-08T10:04:46.768 INFO:teuthology.nuke:Checking targets against current locks 2023-12-08T10:04:46.795 DEBUG:teuthology.nuke:shortname: smithi071 2023-12-08T10:04:46.795 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-08T10:04:46.819 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483402', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-08 09:37:25.739332', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPd23On1xgi0lCwOlBkhuGRBXaC0FYQ7oE22va5OTyPaXe765BNXfNT/zhuwd+g3WPENX3NnZ49mMpaseQwh1A4='} 2023-12-08T10:04:46.822 DEBUG:teuthology.nuke:shortname: smithi098 2023-12-08T10:04:46.823 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-08T10:04:46.845 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483402', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-08 09:37:25.740872', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOgBHPWLL13TidfXnrAho9UF0so0nnxZDVssosyBUSTWMs0PyK8KKPIIxQPWJeJRgsGkI6WjcIsauplYpSWuU+Q='} 2023-12-08T10:04:46.875 INFO:teuthology.orchestra.console.smithi071:Power off 2023-12-08T10:04:46.876 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-08T10:04:46.900 DEBUG:teuthology.orchestra.console.smithi071:power off output: Chassis Power Control: Down/Off 2023-12-08T10:04:46.900 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T10:04:46.920 INFO:teuthology.orchestra.console.smithi098:Power off 2023-12-08T10:04:46.920 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-08T10:04:46.929 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2023-12-08T10:04:46.942 DEBUG:teuthology.orchestra.console.smithi098:power off output: Chassis Power Control: Down/Off 2023-12-08T10:04:46.942 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T10:04:46.966 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2023-12-08T10:04:50.930 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T10:04:50.967 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T10:04:51.042 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2023-12-08T10:04:51.077 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2023-12-08T10:04:55.046 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T10:04:55.077 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T10:04:55.156 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2023-12-08T10:04:55.191 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2023-12-08T10:04:59.158 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T10:04:59.192 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T10:04:59.268 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is off 2023-12-08T10:04:59.303 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is off 2023-12-08T10:04:59.369 INFO:teuthology.orchestra.console.smithi071:Power off completed 2023-12-08T10:04:59.404 INFO:teuthology.orchestra.console.smithi098:Power off completed 2023-12-08T10:04:59.509 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: 1147.797290802002 failure_reason: 'Command failed on smithi098 with status 5: ''sudo systemctl stop ceph-9f389788-95af-11ee-95a3-87774f69a715@mon.smithi098''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=10f5ef4a674947778a2acb01d2d5ccc0 status: fail success: false 2023-12-08T10:04:59.509 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-08T10:04:59.592 INFO:teuthology.run:FAIL