2023-12-25T20:30:38.859 INFO:root:teuthology version: 0.0.1.dev226+g9680d2a 2023-12-25T20:30:38.859 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500944 --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} --verbose --name yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500944/orig.config.yaml 2023-12-25T20:30:38.898 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-25T20:30:38.973 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500944 branch: wip-yuri5-testing-2023-12-15-0747-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: '7500944' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-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-15-0747-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: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri5-testing-2023-12-15-0747-pacific sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 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: 2834 sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2023-12-15-0747-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 targets: smithi087.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOn/thIQrA1xZwCljSJNDbDILKtR+wP3rfWPFGCDHRdBN+C0pzRhe4djzkNPPbhElLIcxRUpyt/A2HMcq1qdA/w= smithi110.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJZDxW3LL7+OeCrNHc/0Mt2ExzOdrZqIg1+DkWXIp2UIRVFAzqw2i5I5eM4tsBv/uOpoNsztadlvf82HyJ5pRrI= 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: 9680d2aba1e76f64ade295c81599c97907457848 timestamp: 2023-12-25_17:28:36 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.1485078 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-25T20:30:38.973 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa; will attempt to use it 2023-12-25T20:30:38.973 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks 2023-12-25T20:30:38.974 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-25T20:30:38.975 INFO:teuthology.task.internal:Checking packages... 2023-12-25T20:30:38.998 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2' 2023-12-25T20:30:38.998 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-25T20:30:38.998 INFO:teuthology.packaging:ref: None 2023-12-25T20:30:38.998 INFO:teuthology.packaging:tag: None 2023-12-25T20:30:38.998 INFO:teuthology.packaging:branch: wip-yuri5-testing-2023-12-15-0747-pacific 2023-12-25T20:30:38.998 INFO:teuthology.packaging:sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 2023-12-25T20:30:38.998 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-15-0747-pacific 2023-12-25T20:30:39.220 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-385.gb14a0a10 2023-12-25T20:30:39.222 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-25T20:30:39.227 INFO:teuthology.task.internal:no buildpackages task found 2023-12-25T20:30:39.227 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-25T20:30:39.264 INFO:teuthology.task.internal:Saving configuration 2023-12-25T20:30:39.278 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-25T20:30:39.284 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-25T20:30:39.310 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi087.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500944', '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-25 20:25:31.356910', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOn/thIQrA1xZwCljSJNDbDILKtR+wP3rfWPFGCDHRdBN+C0pzRhe4djzkNPPbhElLIcxRUpyt/A2HMcq1qdA/w='} 2023-12-25T20:30:39.331 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi110.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500944', '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-25 20:25:31.355389', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJZDxW3LL7+OeCrNHc/0Mt2ExzOdrZqIg1+DkWXIp2UIRVFAzqw2i5I5eM4tsBv/uOpoNsztadlvf82HyJ5pRrI='} 2023-12-25T20:30:39.331 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-25T20:30:39.338 INFO:teuthology.task.internal:roles: ubuntu@smithi087.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-12-25T20:30:39.338 INFO:teuthology.task.internal:roles: ubuntu@smithi110.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-12-25T20:30:39.338 INFO:teuthology.run_tasks:Running task console_log... 2023-12-25T20:30:39.415 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7faa05ef3e50>, signals=[15]) 2023-12-25T20:30:39.415 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-25T20:30:39.421 INFO:teuthology.task.internal:Opening connections... 2023-12-25T20:30:39.421 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi087.front.sepia.ceph.com 2023-12-25T20:30:39.423 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T20:30:39.494 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi110.front.sepia.ceph.com 2023-12-25T20:30:39.495 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T20:30:39.563 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-25T20:30:39.570 DEBUG:teuthology.orchestra.run.smithi087:> uname -m 2023-12-25T20:30:39.592 INFO:teuthology.orchestra.run.smithi087.stdout:x86_64 2023-12-25T20:30:39.592 DEBUG:teuthology.orchestra.run.smithi087:> cat /etc/os-release 2023-12-25T20:30:39.654 INFO:teuthology.orchestra.run.smithi087.stdout:NAME="CentOS Stream" 2023-12-25T20:30:39.654 INFO:teuthology.orchestra.run.smithi087.stdout:VERSION="8" 2023-12-25T20:30:39.654 INFO:teuthology.orchestra.run.smithi087.stdout:ID="centos" 2023-12-25T20:30:39.654 INFO:teuthology.orchestra.run.smithi087.stdout:ID_LIKE="rhel fedora" 2023-12-25T20:30:39.654 INFO:teuthology.orchestra.run.smithi087.stdout:VERSION_ID="8" 2023-12-25T20:30:39.654 INFO:teuthology.orchestra.run.smithi087.stdout:PLATFORM_ID="platform:el8" 2023-12-25T20:30:39.654 INFO:teuthology.orchestra.run.smithi087.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-25T20:30:39.654 INFO:teuthology.orchestra.run.smithi087.stdout:ANSI_COLOR="0;31" 2023-12-25T20:30:39.655 INFO:teuthology.orchestra.run.smithi087.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-25T20:30:39.655 INFO:teuthology.orchestra.run.smithi087.stdout:HOME_URL="https://centos.org/" 2023-12-25T20:30:39.655 INFO:teuthology.orchestra.run.smithi087.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-25T20:30:39.655 INFO:teuthology.orchestra.run.smithi087.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-25T20:30:39.655 INFO:teuthology.orchestra.run.smithi087.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-25T20:30:39.655 INFO:teuthology.lock.ops:Updating smithi087.front.sepia.ceph.com on lock server 2023-12-25T20:30:39.682 DEBUG:teuthology.orchestra.run.smithi110:> uname -m 2023-12-25T20:30:39.705 INFO:teuthology.orchestra.run.smithi110.stdout:x86_64 2023-12-25T20:30:39.705 DEBUG:teuthology.orchestra.run.smithi110:> cat /etc/os-release 2023-12-25T20:30:39.767 INFO:teuthology.orchestra.run.smithi110.stdout:NAME="CentOS Stream" 2023-12-25T20:30:39.767 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION="8" 2023-12-25T20:30:39.767 INFO:teuthology.orchestra.run.smithi110.stdout:ID="centos" 2023-12-25T20:30:39.767 INFO:teuthology.orchestra.run.smithi110.stdout:ID_LIKE="rhel fedora" 2023-12-25T20:30:39.767 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION_ID="8" 2023-12-25T20:30:39.767 INFO:teuthology.orchestra.run.smithi110.stdout:PLATFORM_ID="platform:el8" 2023-12-25T20:30:39.767 INFO:teuthology.orchestra.run.smithi110.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-25T20:30:39.767 INFO:teuthology.orchestra.run.smithi110.stdout:ANSI_COLOR="0;31" 2023-12-25T20:30:39.767 INFO:teuthology.orchestra.run.smithi110.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-25T20:30:39.767 INFO:teuthology.orchestra.run.smithi110.stdout:HOME_URL="https://centos.org/" 2023-12-25T20:30:39.768 INFO:teuthology.orchestra.run.smithi110.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-25T20:30:39.768 INFO:teuthology.orchestra.run.smithi110.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-25T20:30:39.768 INFO:teuthology.orchestra.run.smithi110.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-25T20:30:39.768 INFO:teuthology.lock.ops:Updating smithi110.front.sepia.ceph.com on lock server 2023-12-25T20:30:39.790 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-25T20:30:39.799 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-25T20:30:39.804 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-25T20:30:39.804 DEBUG:teuthology.orchestra.run.smithi087:> test '!' -e /home/ubuntu/cephtest 2023-12-25T20:30:39.806 DEBUG:teuthology.orchestra.run.smithi110:> test '!' -e /home/ubuntu/cephtest 2023-12-25T20:30:39.828 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-25T20:30:39.833 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-25T20:30:39.834 DEBUG:teuthology.orchestra.run.smithi087:> test -z $(ls -A /var/lib/ceph) 2023-12-25T20:30:39.868 DEBUG:teuthology.orchestra.run.smithi110:> test -z $(ls -A /var/lib/ceph) 2023-12-25T20:30:39.906 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-25T20:30:39.962 INFO:teuthology.run_tasks:Running task kernel... 2023-12-25T20:30:39.980 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-25T20:30:39.980 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-25T20:30:39.981 DEBUG:teuthology.orchestra.run.smithi087:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-25T20:30:39.982 DEBUG:teuthology.orchestra.run.smithi110:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-25T20:30:40.001 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:30:40.002 DEBUG:teuthology.orchestra.run.smithi110:> uname -r 2023-12-25T20:30:40.003 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:30:40.003 DEBUG:teuthology.orchestra.run.smithi087:> uname -r 2023-12-25T20:30:40.064 INFO:teuthology.orchestra.run.smithi110.stdout:4.18.0-489.el8.x86_64 2023-12-25T20:30:40.065 INFO:teuthology.task.kernel:Running kernel on smithi110: 4.18.0-489.el8.x86_64 2023-12-25T20:30:40.065 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum install -y kernel 2023-12-25T20:30:40.066 INFO:teuthology.orchestra.run.smithi087.stdout:4.18.0-489.el8.x86_64 2023-12-25T20:30:40.066 INFO:teuthology.task.kernel:Running kernel on smithi087: 4.18.0-489.el8.x86_64 2023-12-25T20:30:40.066 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum install -y kernel 2023-12-25T20:30:44.870 INFO:teuthology.orchestra.run.smithi110.stdout:CentOS Stream 8 - AppStream 16 MB/s | 35 MB 00:02 2023-12-25T20:30:45.010 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 8 - AppStream 15 MB/s | 35 MB 00:02 2023-12-25T20:31:05.686 INFO:teuthology.orchestra.run.smithi110.stdout:CentOS Stream 8 - BaseOS 3.9 MB/s | 57 MB 00:14 2023-12-25T20:31:07.100 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 8 - BaseOS 3.6 MB/s | 57 MB 00:15 2023-12-25T20:31:14.019 INFO:teuthology.orchestra.run.smithi110.stdout:CentOS Stream 8 - Extras 71 kB/s | 18 kB 00:00 2023-12-25T20:31:14.794 INFO:teuthology.orchestra.run.smithi110.stdout:CentOS Stream 8 - Extras common packages 12 kB/s | 6.9 kB 00:00 2023-12-25T20:31:15.104 INFO:teuthology.orchestra.run.smithi110.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-25T20:31:15.433 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 8 - Extras 69 kB/s | 18 kB 00:00 2023-12-25T20:31:16.051 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 8 - Extras common packages 16 kB/s | 6.9 kB 00:00 2023-12-25T20:31:16.205 INFO:teuthology.orchestra.run.smithi110.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2023-12-25T20:31:16.352 INFO:teuthology.orchestra.run.smithi087.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-12-25T20:31:17.136 INFO:teuthology.orchestra.run.smithi087.stdout:Extra Packages for Enterprise Linux 25 MB/s | 16 MB 00:00 2023-12-25T20:31:20.038 INFO:teuthology.orchestra.run.smithi110.stdout:lab-extras 404 kB/s | 24 kB 00:00 2023-12-25T20:31:20.970 INFO:teuthology.orchestra.run.smithi087.stdout:lab-extras 317 kB/s | 24 kB 00:00 2023-12-25T20:31:24.000 INFO:teuthology.orchestra.run.smithi110.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-25T20:31:24.001 INFO:teuthology.orchestra.run.smithi110.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-25T20:31:24.297 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2023-12-25T20:31:24.297 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2023-12-25T20:31:24.297 INFO:teuthology.orchestra.run.smithi110.stdout: Package Architecture Version Repository Size 2023-12-25T20:31:24.297 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2023-12-25T20:31:24.298 INFO:teuthology.orchestra.run.smithi110.stdout:Installing: 2023-12-25T20:31:24.298 INFO:teuthology.orchestra.run.smithi110.stdout: kernel x86_64 4.18.0-529.el8 baseos 10 M 2023-12-25T20:31:24.298 INFO:teuthology.orchestra.run.smithi110.stdout:Installing dependencies: 2023-12-25T20:31:24.298 INFO:teuthology.orchestra.run.smithi110.stdout: kernel-core x86_64 4.18.0-529.el8 baseos 43 M 2023-12-25T20:31:24.298 INFO:teuthology.orchestra.run.smithi110.stdout: kernel-modules x86_64 4.18.0-529.el8 baseos 36 M 2023-12-25T20:31:24.298 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:31:24.298 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2023-12-25T20:31:24.298 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2023-12-25T20:31:24.298 INFO:teuthology.orchestra.run.smithi110.stdout:Install 3 Packages 2023-12-25T20:31:24.298 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:31:24.299 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 89 M 2023-12-25T20:31:24.299 INFO:teuthology.orchestra.run.smithi110.stdout:Installed size: 96 M 2023-12-25T20:31:24.299 INFO:teuthology.orchestra.run.smithi110.stdout:Downloading Packages: 2023-12-25T20:31:24.678 INFO:teuthology.orchestra.run.smithi087.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-25T20:31:24.678 INFO:teuthology.orchestra.run.smithi087.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-25T20:31:24.968 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2023-12-25T20:31:24.968 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-12-25T20:31:24.969 INFO:teuthology.orchestra.run.smithi087.stdout: Package Architecture Version Repository Size 2023-12-25T20:31:24.969 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-12-25T20:31:24.969 INFO:teuthology.orchestra.run.smithi087.stdout:Installing: 2023-12-25T20:31:24.969 INFO:teuthology.orchestra.run.smithi087.stdout: kernel x86_64 4.18.0-529.el8 baseos 10 M 2023-12-25T20:31:24.969 INFO:teuthology.orchestra.run.smithi087.stdout:Installing dependencies: 2023-12-25T20:31:24.969 INFO:teuthology.orchestra.run.smithi087.stdout: kernel-core x86_64 4.18.0-529.el8 baseos 43 M 2023-12-25T20:31:24.969 INFO:teuthology.orchestra.run.smithi087.stdout: kernel-modules x86_64 4.18.0-529.el8 baseos 36 M 2023-12-25T20:31:24.969 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-12-25T20:31:24.969 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2023-12-25T20:31:24.969 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-12-25T20:31:24.969 INFO:teuthology.orchestra.run.smithi087.stdout:Install 3 Packages 2023-12-25T20:31:24.969 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-12-25T20:31:24.970 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 89 M 2023-12-25T20:31:24.970 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 96 M 2023-12-25T20:31:24.970 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2023-12-25T20:31:25.165 INFO:teuthology.orchestra.run.smithi110.stdout:(1/3): kernel-4.18.0-529.el8.x86_64.rpm 15 MB/s | 10 MB 00:00 2023-12-25T20:31:27.090 INFO:teuthology.orchestra.run.smithi110.stdout:(2/3): kernel-modules-4.18.0-529.el8.x86_64.rpm 14 MB/s | 36 MB 00:02 2023-12-25T20:31:27.422 INFO:teuthology.orchestra.run.smithi087.stdout:(1/3): kernel-core-4.18.0-529.el8.x86_64.rpm 20 MB/s | 43 MB 00:02 2023-12-25T20:31:27.530 INFO:teuthology.orchestra.run.smithi087.stdout:(2/3): kernel-4.18.0-529.el8.x86_64.rpm 4.4 MB/s | 10 MB 00:02 2023-12-25T20:31:27.882 INFO:teuthology.orchestra.run.smithi110.stdout:(3/3): kernel-core-4.18.0-529.el8.x86_64.rpm 13 MB/s | 43 MB 00:03 2023-12-25T20:31:27.882 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2023-12-25T20:31:27.882 INFO:teuthology.orchestra.run.smithi110.stdout:Total 25 MB/s | 89 MB 00:03 2023-12-25T20:31:28.560 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2023-12-25T20:31:29.000 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2023-12-25T20:31:29.001 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2023-12-25T20:31:29.072 INFO:teuthology.orchestra.run.smithi087.stdout:(3/3): kernel-modules-4.18.0-529.el8.x86_64.rpm 9.3 MB/s | 36 MB 00:03 2023-12-25T20:31:29.072 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2023-12-25T20:31:29.072 INFO:teuthology.orchestra.run.smithi087.stdout:Total 22 MB/s | 89 MB 00:04 2023-12-25T20:31:29.751 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2023-12-25T20:31:30.167 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2023-12-25T20:31:30.168 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2023-12-25T20:31:30.261 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2023-12-25T20:31:30.283 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2023-12-25T20:31:31.418 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2023-12-25T20:31:31.437 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2023-12-25T20:31:33.053 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2023-12-25T20:31:33.585 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-25T20:31:34.200 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2023-12-25T20:31:34.710 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-25T20:31:37.153 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-25T20:31:37.535 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-25T20:31:38.232 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-25T20:31:38.601 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-25T20:31:40.959 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-25T20:31:41.232 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : kernel-4.18.0-529.el8.x86_64 3/3 2023-12-25T20:31:42.037 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-25T20:31:42.325 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : kernel-4.18.0-529.el8.x86_64 3/3 2023-12-25T20:32:03.169 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 3/3 2023-12-25T20:32:03.194 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-25T20:32:03.541 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-4.18.0-529.el8.x86_64 3/3 2023-12-25T20:32:03.541 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : kernel-4.18.0-529.el8.x86_64 1/3 2023-12-25T20:32:03.541 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : kernel-core-4.18.0-529.el8.x86_64 2/3 2023-12-25T20:32:04.073 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 3/3 2023-12-25T20:32:04.098 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-25T20:32:04.347 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-25T20:32:04.348 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:32:04.348 INFO:teuthology.orchestra.run.smithi110.stdout:Installed: 2023-12-25T20:32:04.348 INFO:teuthology.orchestra.run.smithi110.stdout: kernel-4.18.0-529.el8.x86_64 kernel-core-4.18.0-529.el8.x86_64 2023-12-25T20:32:04.349 INFO:teuthology.orchestra.run.smithi110.stdout: kernel-modules-4.18.0-529.el8.x86_64 2023-12-25T20:32:04.349 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:32:04.349 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2023-12-25T20:32:04.452 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-4.18.0-529.el8.x86_64 3/3 2023-12-25T20:32:04.453 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : kernel-4.18.0-529.el8.x86_64 1/3 2023-12-25T20:32:04.453 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : kernel-core-4.18.0-529.el8.x86_64 2/3 2023-12-25T20:32:04.515 DEBUG:teuthology.orchestra.run.smithi110:> rpm -q kernel | sort -rV | head -n 1 2023-12-25T20:32:04.727 INFO:teuthology.orchestra.run.smithi110.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-25T20:32:04.728 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-25T20:32:04.728 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-529.el8.x86_64 2023-12-25T20:32:04.728 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-25T20:32:04.728 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-25T20:32:04.728 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-25T20:32:04.728 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi110.front.sepia.ceph.com, path=None, version=distro) 2023-12-25T20:32:04.728 DEBUG:teuthology.orchestra.run.smithi110:> rpm -q kernel | sort -rV | head -n 1 2023-12-25T20:32:04.935 INFO:teuthology.orchestra.run.smithi110.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-25T20:32:04.936 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-25T20:32:04.936 DEBUG:teuthology.orchestra.run.smithi110:> sudo rpm -qi grub2-tools 2023-12-25T20:32:04.969 INFO:teuthology.orchestra.run.smithi110.stdout:Name : grub2-tools 2023-12-25T20:32:04.969 INFO:teuthology.orchestra.run.smithi110.stdout:Epoch : 1 2023-12-25T20:32:04.969 INFO:teuthology.orchestra.run.smithi110.stdout:Version : 2.02 2023-12-25T20:32:04.969 INFO:teuthology.orchestra.run.smithi110.stdout:Release : 129.el8 2023-12-25T20:32:04.969 INFO:teuthology.orchestra.run.smithi110.stdout:Architecture: x86_64 2023-12-25T20:32:04.969 INFO:teuthology.orchestra.run.smithi110.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-25T20:32:04.970 INFO:teuthology.orchestra.run.smithi110.stdout:Group : System Environment/Base 2023-12-25T20:32:04.970 INFO:teuthology.orchestra.run.smithi110.stdout:Size : 9265586 2023-12-25T20:32:04.970 INFO:teuthology.orchestra.run.smithi110.stdout:License : GPLv3+ 2023-12-25T20:32:04.970 INFO:teuthology.orchestra.run.smithi110.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-25T20:32:04.970 INFO:teuthology.orchestra.run.smithi110.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-25T20:32:04.970 INFO:teuthology.orchestra.run.smithi110.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-25T20:32:04.970 INFO:teuthology.orchestra.run.smithi110.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-25T20:32:04.970 INFO:teuthology.orchestra.run.smithi110.stdout:Relocations : (not relocatable) 2023-12-25T20:32:04.970 INFO:teuthology.orchestra.run.smithi110.stdout:Packager : CentOS BuildSystem 2023-12-25T20:32:04.970 INFO:teuthology.orchestra.run.smithi110.stdout:Vendor : CentOS 2023-12-25T20:32:04.970 INFO:teuthology.orchestra.run.smithi110.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-25T20:32:04.970 INFO:teuthology.orchestra.run.smithi110.stdout:Summary : Support tools for GRUB. 2023-12-25T20:32:04.970 INFO:teuthology.orchestra.run.smithi110.stdout:Description : 2023-12-25T20:32:04.970 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:32:04.971 INFO:teuthology.orchestra.run.smithi110.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-25T20:32:04.971 INFO:teuthology.orchestra.run.smithi110.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-25T20:32:04.971 INFO:teuthology.orchestra.run.smithi110.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-25T20:32:04.971 INFO:teuthology.orchestra.run.smithi110.stdout:hardware devices. 2023-12-25T20:32:04.971 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:32:04.971 INFO:teuthology.orchestra.run.smithi110.stdout:This subpackage provides tools for support of all platforms. 2023-12-25T20:32:04.972 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-25T20:32:04.972 INFO:teuthology.task.kernel:Updating grub on smithi110 to boot 4.18.0-529.el8.x86_64 2023-12-25T20:32:04.973 DEBUG:teuthology.orchestra.run.smithi110:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-25T20:32:05.286 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-25T20:32:05.287 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-12-25T20:32:05.287 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2023-12-25T20:32:05.287 INFO:teuthology.orchestra.run.smithi087.stdout: kernel-4.18.0-529.el8.x86_64 kernel-core-4.18.0-529.el8.x86_64 2023-12-25T20:32:05.287 INFO:teuthology.orchestra.run.smithi087.stdout: kernel-modules-4.18.0-529.el8.x86_64 2023-12-25T20:32:05.287 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-12-25T20:32:05.287 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2023-12-25T20:32:05.914 DEBUG:teuthology.orchestra.run.smithi087:> rpm -q kernel | sort -rV | head -n 1 2023-12-25T20:32:06.133 INFO:teuthology.orchestra.run.smithi087.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-25T20:32:06.134 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-25T20:32:06.134 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-529.el8.x86_64 2023-12-25T20:32:06.134 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-25T20:32:06.134 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-25T20:32:06.134 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-25T20:32:06.134 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi087.front.sepia.ceph.com, path=None, version=distro) 2023-12-25T20:32:06.134 DEBUG:teuthology.orchestra.run.smithi087:> rpm -q kernel | sort -rV | head -n 1 2023-12-25T20:32:06.342 INFO:teuthology.orchestra.run.smithi087.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-25T20:32:06.342 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-25T20:32:06.343 DEBUG:teuthology.orchestra.run.smithi087:> sudo rpm -qi grub2-tools 2023-12-25T20:32:06.376 INFO:teuthology.orchestra.run.smithi087.stdout:Name : grub2-tools 2023-12-25T20:32:06.376 INFO:teuthology.orchestra.run.smithi087.stdout:Epoch : 1 2023-12-25T20:32:06.376 INFO:teuthology.orchestra.run.smithi087.stdout:Version : 2.02 2023-12-25T20:32:06.376 INFO:teuthology.orchestra.run.smithi087.stdout:Release : 129.el8 2023-12-25T20:32:06.376 INFO:teuthology.orchestra.run.smithi087.stdout:Architecture: x86_64 2023-12-25T20:32:06.376 INFO:teuthology.orchestra.run.smithi087.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-25T20:32:06.376 INFO:teuthology.orchestra.run.smithi087.stdout:Group : System Environment/Base 2023-12-25T20:32:06.376 INFO:teuthology.orchestra.run.smithi087.stdout:Size : 9265586 2023-12-25T20:32:06.376 INFO:teuthology.orchestra.run.smithi087.stdout:License : GPLv3+ 2023-12-25T20:32:06.376 INFO:teuthology.orchestra.run.smithi087.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-25T20:32:06.376 INFO:teuthology.orchestra.run.smithi087.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-25T20:32:06.377 INFO:teuthology.orchestra.run.smithi087.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-25T20:32:06.377 INFO:teuthology.orchestra.run.smithi087.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-25T20:32:06.377 INFO:teuthology.orchestra.run.smithi087.stdout:Relocations : (not relocatable) 2023-12-25T20:32:06.377 INFO:teuthology.orchestra.run.smithi087.stdout:Packager : CentOS BuildSystem 2023-12-25T20:32:06.377 INFO:teuthology.orchestra.run.smithi087.stdout:Vendor : CentOS 2023-12-25T20:32:06.377 INFO:teuthology.orchestra.run.smithi087.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-25T20:32:06.377 INFO:teuthology.orchestra.run.smithi087.stdout:Summary : Support tools for GRUB. 2023-12-25T20:32:06.377 INFO:teuthology.orchestra.run.smithi087.stdout:Description : 2023-12-25T20:32:06.377 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-12-25T20:32:06.377 INFO:teuthology.orchestra.run.smithi087.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-25T20:32:06.377 INFO:teuthology.orchestra.run.smithi087.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-25T20:32:06.377 INFO:teuthology.orchestra.run.smithi087.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-25T20:32:06.377 INFO:teuthology.orchestra.run.smithi087.stdout:hardware devices. 2023-12-25T20:32:06.378 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-12-25T20:32:06.378 INFO:teuthology.orchestra.run.smithi087.stdout:This subpackage provides tools for support of all platforms. 2023-12-25T20:32:06.378 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-25T20:32:06.378 INFO:teuthology.task.kernel:Updating grub on smithi087 to boot 4.18.0-529.el8.x86_64 2023-12-25T20:32:06.379 DEBUG:teuthology.orchestra.run.smithi087:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-25T20:32:06.754 INFO:teuthology.orchestra.run.smithi110.stderr:Generating grub configuration file ... 2023-12-25T20:32:07.661 INFO:teuthology.orchestra.run.smithi087.stderr:Generating grub configuration file ... 2023-12-25T20:32:09.033 INFO:teuthology.orchestra.run.smithi110.stderr:done 2023-12-25T20:32:09.035 DEBUG:teuthology.orchestra.run.smithi110:> mktemp 2023-12-25T20:32:09.068 INFO:teuthology.orchestra.run.smithi110.stdout:/tmp/tmp.DGuIoRKzuz 2023-12-25T20:32:09.069 DEBUG:teuthology.orchestra.run.smithi110:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.DGuIoRKzuz 2023-12-25T20:32:09.145 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 0666 /tmp/tmp.DGuIoRKzuz 2023-12-25T20:32:09.279 DEBUG:teuthology.orchestra.remote:smithi110:/tmp/tmp.DGuIoRKzuz is 6KB 2023-12-25T20:32:09.327 DEBUG:teuthology.orchestra.run.smithi110:> rm -fr /tmp/tmp.DGuIoRKzuz 2023-12-25T20:32:09.344 DEBUG:teuthology.orchestra.run.smithi110:> sudo /bin/ls /boot/loader/entries || true 2023-12-25T20:32:09.409 INFO:teuthology.orchestra.run.smithi110.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-25T20:32:09.410 INFO:teuthology.orchestra.run.smithi110.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-25T20:32:09.410 INFO:teuthology.orchestra.run.smithi110.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-25T20:32:09.410 INFO:teuthology.orchestra.run.smithi110.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64.conf 2023-12-25T20:32:09.411 DEBUG:teuthology.orchestra.run.smithi110:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64 2023-12-25T20:32:09.562 DEBUG:teuthology.orchestra.run.smithi110:> sudo shutdown -r now 2023-12-25T20:32:09.820 INFO:teuthology.orchestra.run.smithi087.stderr:done 2023-12-25T20:32:09.822 DEBUG:teuthology.orchestra.run.smithi087:> mktemp 2023-12-25T20:32:09.850 INFO:teuthology.orchestra.run.smithi087.stdout:/tmp/tmp.v60DV8evAy 2023-12-25T20:32:09.851 DEBUG:teuthology.orchestra.run.smithi087:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.v60DV8evAy 2023-12-25T20:32:09.925 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod 0666 /tmp/tmp.v60DV8evAy 2023-12-25T20:32:10.072 DEBUG:teuthology.orchestra.remote:smithi087:/tmp/tmp.v60DV8evAy is 6KB 2023-12-25T20:32:10.122 DEBUG:teuthology.orchestra.run.smithi087:> rm -fr /tmp/tmp.v60DV8evAy 2023-12-25T20:32:10.141 DEBUG:teuthology.orchestra.run.smithi087:> sudo /bin/ls /boot/loader/entries || true 2023-12-25T20:32:10.218 INFO:teuthology.orchestra.run.smithi087.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-25T20:32:10.218 INFO:teuthology.orchestra.run.smithi087.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-25T20:32:10.219 INFO:teuthology.orchestra.run.smithi087.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-25T20:32:10.219 INFO:teuthology.orchestra.run.smithi087.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64.conf 2023-12-25T20:32:10.220 DEBUG:teuthology.orchestra.run.smithi087:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64 2023-12-25T20:32:10.366 DEBUG:teuthology.orchestra.run.smithi087:> sudo shutdown -r now 2023-12-25T20:32:39.593 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-25T20:32:39.594 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2023-12-25T20:32:39.595 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T20:32:40.370 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-25T20:32:40.370 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2023-12-25T20:32:40.371 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T20:32:58.134 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.110 2023-12-25T20:32:58.897 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.87 2023-12-25T20:33:07.141 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2023-12-25T20:33:07.142 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T20:33:07.898 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2023-12-25T20:33:07.899 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T20:33:10.965 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.87 2023-12-25T20:33:22.977 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2023-12-25T20:33:22.978 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T20:33:55.635 DEBUG:teuthology.orchestra.run.smithi087:> true 2023-12-25T20:33:55.993 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi087.front.sepia.ceph.com' 2023-12-25T20:33:55.993 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-529.el8.x86_64"... 2023-12-25T20:33:55.994 DEBUG:teuthology.orchestra.run.smithi087:> uname -r 2023-12-25T20:33:56.011 INFO:teuthology.orchestra.run.smithi087.stdout:4.18.0-529.el8.x86_64 2023-12-25T20:33:56.012 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-529.el8.x86_64 vs 4.18.0-529.el8.x86_64 2023-12-25T20:33:56.012 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-25T20:33:56.012 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-25T20:33:57.013 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-25T20:33:57.013 DEBUG:teuthology.orchestra.run.smithi087:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-25T20:33:57.079 INFO:teuthology.orchestra.run.smithi087.stdout:ttyS1 2023-12-25T20:33:57.095 DEBUG:teuthology.parallel:result is None 2023-12-25T20:34:07.144 DEBUG:teuthology.orchestra.remote:timed out 2023-12-25T20:34:19.146 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2023-12-25T20:34:19.147 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T20:34:19.531 DEBUG:teuthology.orchestra.run.smithi110:> true 2023-12-25T20:34:19.833 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi110.front.sepia.ceph.com' 2023-12-25T20:34:19.833 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-529.el8.x86_64"... 2023-12-25T20:34:19.834 DEBUG:teuthology.orchestra.run.smithi110:> uname -r 2023-12-25T20:34:19.853 INFO:teuthology.orchestra.run.smithi110.stdout:4.18.0-529.el8.x86_64 2023-12-25T20:34:19.853 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-529.el8.x86_64 vs 4.18.0-529.el8.x86_64 2023-12-25T20:34:19.854 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-25T20:34:19.854 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-25T20:34:20.854 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-25T20:34:20.855 DEBUG:teuthology.orchestra.run.smithi110:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-25T20:34:20.918 INFO:teuthology.orchestra.run.smithi110.stdout:ttyS1 2023-12-25T20:34:20.932 DEBUG:teuthology.parallel:result is None 2023-12-25T20:34:20.932 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-25T20:34:20.938 INFO:teuthology.task.internal:Creating test directory... 2023-12-25T20:34:20.939 DEBUG:teuthology.orchestra.run.smithi087:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-25T20:34:20.941 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-25T20:34:20.962 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-25T20:34:20.968 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-25T20:34:20.979 INFO:teuthology.task.internal:Creating archive directory... 2023-12-25T20:34:20.979 DEBUG:teuthology.orchestra.run.smithi087:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-25T20:34:21.005 DEBUG:teuthology.orchestra.run.smithi110:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-25T20:34:21.049 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-25T20:34:21.056 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-25T20:34:21.057 DEBUG:teuthology.orchestra.run.smithi087:> 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-25T20:34:21.084 DEBUG:teuthology.orchestra.run.smithi110:> 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-25T20:34:21.117 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T20:34:21.126 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T20:34:21.127 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T20:34:21.136 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T20:34:21.138 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-25T20:34:21.145 INFO:teuthology.task.internal:Configuring sudo... 2023-12-25T20:34:21.145 DEBUG:teuthology.orchestra.run.smithi087:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-25T20:34:21.181 DEBUG:teuthology.orchestra.run.smithi110:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-25T20:34:21.209 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-25T20:34:21.220 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-25T20:34:21.220 DEBUG:teuthology.orchestra.run.smithi087:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-25T20:34:21.251 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-25T20:34:21.269 DEBUG:teuthology.orchestra.run.smithi087:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-25T20:34:21.354 DEBUG:teuthology.orchestra.run.smithi087:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-25T20:34:21.409 DEBUG:teuthology.orchestra.run.smithi087:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-25T20:34:21.493 DEBUG:teuthology.orchestra.run.smithi087:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-25T20:34:21.538 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-12-25T20:34:21.538 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-25T20:34:21.605 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-25T20:34:21.652 DEBUG:teuthology.orchestra.run.smithi110:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-25T20:34:21.702 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-25T20:34:21.784 DEBUG:teuthology.orchestra.run.smithi110:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-25T20:34:21.830 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-12-25T20:34:21.830 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-25T20:34:21.897 DEBUG:teuthology.orchestra.run.smithi087:> sudo service rsyslog restart 2023-12-25T20:34:21.899 DEBUG:teuthology.orchestra.run.smithi110:> sudo service rsyslog restart 2023-12-25T20:34:21.967 INFO:teuthology.orchestra.run.smithi087.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-25T20:34:21.996 INFO:teuthology.orchestra.run.smithi110.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-25T20:34:22.362 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-25T20:34:22.370 INFO:teuthology.task.internal:Starting timer... 2023-12-25T20:34:22.370 INFO:teuthology.run_tasks:Running task pcp... 2023-12-25T20:34:22.379 INFO:teuthology.run_tasks:Running task selinux... 2023-12-25T20:34:22.387 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-25T20:34:22.387 DEBUG:teuthology.orchestra.run.smithi087:> sudo service auditd rotate 2023-12-25T20:34:22.460 INFO:teuthology.orchestra.run.smithi087.stdout:Rotating logs: 2023-12-25T20:34:22.461 DEBUG:teuthology.orchestra.run.smithi110:> sudo service auditd rotate 2023-12-25T20:34:22.549 INFO:teuthology.orchestra.run.smithi110.stdout:Rotating logs: 2023-12-25T20:34:22.551 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-25T20:34:22.551 DEBUG:teuthology.orchestra.run.smithi087:> /usr/sbin/getenforce 2023-12-25T20:34:22.609 INFO:teuthology.orchestra.run.smithi087.stdout:Permissive 2023-12-25T20:34:22.610 DEBUG:teuthology.orchestra.run.smithi110:> /usr/sbin/getenforce 2023-12-25T20:34:22.637 INFO:teuthology.orchestra.run.smithi110.stdout:Permissive 2023-12-25T20:34:22.637 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi087.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi110.front.sepia.ceph.com': 'permissive'} 2023-12-25T20:34:22.638 DEBUG:teuthology.orchestra.run.smithi087:> 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-25T20:34:22.664 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:34:22.665 DEBUG:teuthology.orchestra.run.smithi110:> 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-25T20:34:22.704 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:34:22.704 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-25T20:34:22.705 DEBUG:teuthology.orchestra.run.smithi087:> sudo /usr/sbin/setenforce permissive 2023-12-25T20:34:22.732 DEBUG:teuthology.orchestra.run.smithi110:> sudo /usr/sbin/setenforce permissive 2023-12-25T20:34:22.781 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-25T20:34:22.791 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-25T20:34:22.811 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-25T20:34:22.812 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi087.front.sepia.ceph.com,smithi110.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-25T20:41:56.950 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi087.front.sepia.ceph.com'), Remote(name='ubuntu@smithi110.front.sepia.ceph.com')] 2023-12-25T20:41:56.951 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2023-12-25T20:41:56.952 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T20:41:57.023 DEBUG:teuthology.orchestra.run.smithi087:> true 2023-12-25T20:41:57.095 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi087.front.sepia.ceph.com' 2023-12-25T20:41:57.096 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2023-12-25T20:41:57.096 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T20:41:57.164 DEBUG:teuthology.orchestra.run.smithi110:> true 2023-12-25T20:41:57.235 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi110.front.sepia.ceph.com' 2023-12-25T20:41:57.236 INFO:teuthology.run_tasks:Running task clock... 2023-12-25T20:41:57.247 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-25T20:41:57.247 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-25T20:41:57.248 DEBUG:teuthology.orchestra.run.smithi087:> 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-25T20:41:57.250 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-25T20:41:57.250 DEBUG:teuthology.orchestra.run.smithi110:> 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-25T20:41:57.280 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-25T20:41:57.294 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-25T20:41:57.308 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-25T20:41:57.322 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-25T20:41:57.355 INFO:teuthology.orchestra.run.smithi087.stderr:sudo: ntpd: command not found 2023-12-25T20:41:57.367 INFO:teuthology.orchestra.run.smithi087.stdout:506 Cannot talk to daemon 2023-12-25T20:41:57.380 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-25T20:41:57.387 INFO:teuthology.orchestra.run.smithi110.stderr:sudo: ntpd: command not found 2023-12-25T20:41:57.393 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-25T20:41:57.398 INFO:teuthology.orchestra.run.smithi110.stdout:506 Cannot talk to daemon 2023-12-25T20:41:57.412 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-25T20:41:57.425 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-25T20:41:57.466 INFO:teuthology.orchestra.run.smithi087.stderr:bash: ntpq: command not found 2023-12-25T20:41:57.470 INFO:teuthology.orchestra.run.smithi087.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-25T20:41:57.470 INFO:teuthology.orchestra.run.smithi087.stdout:=============================================================================== 2023-12-25T20:41:57.470 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:41:57.470 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:41:57.470 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:41:57.470 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:41:57.488 INFO:teuthology.orchestra.run.smithi110.stderr:bash: ntpq: command not found 2023-12-25T20:41:57.495 INFO:teuthology.orchestra.run.smithi110.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-25T20:41:57.495 INFO:teuthology.orchestra.run.smithi110.stdout:=============================================================================== 2023-12-25T20:41:57.495 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:41:57.495 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:41:57.495 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:41:57.495 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:41:57.496 INFO:teuthology.run_tasks:Running task pexec... 2023-12-25T20:41:57.505 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-25T20:41:57.506 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi087.front.sepia.ceph.com 2023-12-25T20:41:57.506 DEBUG:teuthology.orchestra.run.smithi087:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-25T20:41:57.506 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi110.front.sepia.ceph.com 2023-12-25T20:41:57.506 DEBUG:teuthology.orchestra.run.smithi110:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-25T20:41:58.383 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:01:39 ago on Mon 25 Dec 2023 08:40:19 PM UTC. 2023-12-25T20:41:58.400 INFO:teuthology.orchestra.run.smithi110.stdout:Last metadata expiration check: 0:01:40 ago on Mon 25 Dec 2023 08:40:18 PM UTC. 2023-12-25T20:42:00.552 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2023-12-25T20:42:00.553 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-12-25T20:42:00.553 INFO:teuthology.orchestra.run.smithi087.stdout: Package Architecture Version Repository Size 2023-12-25T20:42:00.553 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-12-25T20:42:00.553 INFO:teuthology.orchestra.run.smithi087.stdout:Resetting modules: 2023-12-25T20:42:00.553 INFO:teuthology.orchestra.run.smithi087.stdout: container-tools 2023-12-25T20:42:00.553 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-12-25T20:42:00.553 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2023-12-25T20:42:00.553 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-12-25T20:42:00.553 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-12-25T20:42:00.558 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2023-12-25T20:42:00.559 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2023-12-25T20:42:00.559 INFO:teuthology.orchestra.run.smithi110.stdout: Package Architecture Version Repository Size 2023-12-25T20:42:00.559 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2023-12-25T20:42:00.560 INFO:teuthology.orchestra.run.smithi110.stdout:Resetting modules: 2023-12-25T20:42:00.560 INFO:teuthology.orchestra.run.smithi110.stdout: container-tools 2023-12-25T20:42:00.560 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:42:00.560 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2023-12-25T20:42:00.560 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2023-12-25T20:42:00.560 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:42:00.814 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2023-12-25T20:42:00.852 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2023-12-25T20:42:01.737 INFO:teuthology.orchestra.run.smithi110.stdout:Last metadata expiration check: 0:01:43 ago on Mon 25 Dec 2023 08:40:18 PM UTC. 2023-12-25T20:42:01.771 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:01:42 ago on Mon 25 Dec 2023 08:40:19 PM UTC. 2023-12-25T20:42:03.869 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2023-12-25T20:42:03.883 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2023-12-25T20:42:04.058 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2023-12-25T20:42:04.058 INFO:teuthology.orchestra.run.smithi110.stdout: Package Arch Version Repository Size 2023-12-25T20:42:04.058 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2023-12-25T20:42:04.059 INFO:teuthology.orchestra.run.smithi110.stdout:Installing group/module packages: 2023-12-25T20:42:04.059 INFO:teuthology.orchestra.run.smithi110.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-25T20:42:04.059 INFO:teuthology.orchestra.run.smithi110.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-25T20:42:04.059 INFO:teuthology.orchestra.run.smithi110.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-25T20:42:04.059 INFO:teuthology.orchestra.run.smithi110.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-25T20:42:04.059 INFO:teuthology.orchestra.run.smithi110.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-25T20:42:04.059 INFO:teuthology.orchestra.run.smithi110.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-25T20:42:04.059 INFO:teuthology.orchestra.run.smithi110.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-25T20:42:04.059 INFO:teuthology.orchestra.run.smithi110.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-25T20:42:04.059 INFO:teuthology.orchestra.run.smithi110.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-25T20:42:04.059 INFO:teuthology.orchestra.run.smithi110.stdout:Installing dependencies: 2023-12-25T20:42:04.059 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-25T20:42:04.059 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-25T20:42:04.059 INFO:teuthology.orchestra.run.smithi110.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-25T20:42:04.060 INFO:teuthology.orchestra.run.smithi110.stdout:Installing weak dependencies: 2023-12-25T20:42:04.060 INFO:teuthology.orchestra.run.smithi110.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-25T20:42:04.060 INFO:teuthology.orchestra.run.smithi110.stdout:Installing module profiles: 2023-12-25T20:42:04.060 INFO:teuthology.orchestra.run.smithi110.stdout: container-tools/common 2023-12-25T20:42:04.060 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:42:04.060 INFO:teuthology.orchestra.run.smithi110.stdout:Enabling module streams: 2023-12-25T20:42:04.060 INFO:teuthology.orchestra.run.smithi110.stdout: container-tools rhel8 2023-12-25T20:42:04.060 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:42:04.060 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2023-12-25T20:42:04.060 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2023-12-25T20:42:04.060 INFO:teuthology.orchestra.run.smithi110.stdout:Install 13 Packages 2023-12-25T20:42:04.060 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:42:04.061 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 27 M 2023-12-25T20:42:04.061 INFO:teuthology.orchestra.run.smithi110.stdout:Installed size: 89 M 2023-12-25T20:42:04.061 INFO:teuthology.orchestra.run.smithi110.stdout:Downloading Packages: 2023-12-25T20:42:04.069 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-12-25T20:42:04.069 INFO:teuthology.orchestra.run.smithi087.stdout: Package Arch Version Repository Size 2023-12-25T20:42:04.070 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-12-25T20:42:04.070 INFO:teuthology.orchestra.run.smithi087.stdout:Installing group/module packages: 2023-12-25T20:42:04.070 INFO:teuthology.orchestra.run.smithi087.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-25T20:42:04.070 INFO:teuthology.orchestra.run.smithi087.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-25T20:42:04.070 INFO:teuthology.orchestra.run.smithi087.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-25T20:42:04.070 INFO:teuthology.orchestra.run.smithi087.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-25T20:42:04.070 INFO:teuthology.orchestra.run.smithi087.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-25T20:42:04.070 INFO:teuthology.orchestra.run.smithi087.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-25T20:42:04.070 INFO:teuthology.orchestra.run.smithi087.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-25T20:42:04.070 INFO:teuthology.orchestra.run.smithi087.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-25T20:42:04.070 INFO:teuthology.orchestra.run.smithi087.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-25T20:42:04.070 INFO:teuthology.orchestra.run.smithi087.stdout:Installing dependencies: 2023-12-25T20:42:04.070 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-25T20:42:04.070 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-25T20:42:04.071 INFO:teuthology.orchestra.run.smithi087.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-25T20:42:04.071 INFO:teuthology.orchestra.run.smithi087.stdout:Installing weak dependencies: 2023-12-25T20:42:04.071 INFO:teuthology.orchestra.run.smithi087.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-25T20:42:04.071 INFO:teuthology.orchestra.run.smithi087.stdout:Installing module profiles: 2023-12-25T20:42:04.071 INFO:teuthology.orchestra.run.smithi087.stdout: container-tools/common 2023-12-25T20:42:04.071 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-12-25T20:42:04.071 INFO:teuthology.orchestra.run.smithi087.stdout:Enabling module streams: 2023-12-25T20:42:04.071 INFO:teuthology.orchestra.run.smithi087.stdout: container-tools rhel8 2023-12-25T20:42:04.071 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-12-25T20:42:04.071 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2023-12-25T20:42:04.071 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-12-25T20:42:04.071 INFO:teuthology.orchestra.run.smithi087.stdout:Install 13 Packages 2023-12-25T20:42:04.071 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-12-25T20:42:04.072 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 27 M 2023-12-25T20:42:04.072 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 89 M 2023-12-25T20:42:04.072 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2023-12-25T20:42:04.811 INFO:teuthology.orchestra.run.smithi087.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.3 MB/s | 750 kB 00:00 2023-12-25T20:42:04.861 INFO:teuthology.orchestra.run.smithi087.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.7 MB/s | 1.0 MB 00:00 2023-12-25T20:42:04.911 INFO:teuthology.orchestra.run.smithi087.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 377 kB/s | 38 kB 00:00 2023-12-25T20:42:04.962 INFO:teuthology.orchestra.run.smithi087.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.3 MB/s | 241 kB 00:00 2023-12-25T20:42:05.033 INFO:teuthology.orchestra.run.smithi110.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.3 MB/s | 750 kB 00:00 2023-12-25T20:42:05.080 INFO:teuthology.orchestra.run.smithi087.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.5 MB/s | 178 kB 00:00 2023-12-25T20:42:05.092 INFO:teuthology.orchestra.run.smithi110.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.6 MB/s | 1.0 MB 00:00 2023-12-25T20:42:05.125 INFO:teuthology.orchestra.run.smithi110.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 413 kB/s | 38 kB 00:00 2023-12-25T20:42:05.179 INFO:teuthology.orchestra.run.smithi087.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 252 kB/s | 25 kB 00:00 2023-12-25T20:42:05.192 INFO:teuthology.orchestra.run.smithi110.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.3 MB/s | 241 kB 00:00 2023-12-25T20:42:05.288 INFO:teuthology.orchestra.run.smithi087.stdout:(7/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 9.3 MB/s | 9.6 MB 00:01 2023-12-25T20:42:05.292 INFO:teuthology.orchestra.run.smithi110.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.7 MB/s | 178 kB 00:00 2023-12-25T20:42:05.313 INFO:teuthology.orchestra.run.smithi087.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 703 kB/s | 94 kB 00:00 2023-12-25T20:42:05.400 INFO:teuthology.orchestra.run.smithi110.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 229 kB/s | 25 kB 00:00 2023-12-25T20:42:05.455 INFO:teuthology.orchestra.run.smithi087.stdout:(9/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 7.2 MB/s | 3.9 MB 00:00 2023-12-25T20:42:05.501 INFO:teuthology.orchestra.run.smithi110.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 938 kB/s | 94 kB 00:00 2023-12-25T20:42:05.580 INFO:teuthology.orchestra.run.smithi087.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 421 kB/s | 53 kB 00:00 2023-12-25T20:42:05.626 INFO:teuthology.orchestra.run.smithi110.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 7.8 MB/s | 3.9 MB 00:00 2023-12-25T20:42:05.672 INFO:teuthology.orchestra.run.smithi087.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 447 kB/s | 41 kB 00:00 2023-12-25T20:42:05.831 INFO:teuthology.orchestra.run.smithi087.stdout:(12/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 15 MB/s | 8.1 MB 00:00 2023-12-25T20:42:05.881 INFO:teuthology.orchestra.run.smithi087.stdout:(13/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 4.5 MB/s | 2.5 MB 00:00 2023-12-25T20:42:05.881 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2023-12-25T20:42:05.881 INFO:teuthology.orchestra.run.smithi087.stdout:Total 15 MB/s | 27 MB 00:01 2023-12-25T20:42:05.927 INFO:teuthology.orchestra.run.smithi110.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 8.4 MB/s | 2.5 MB 00:00 2023-12-25T20:42:06.045 INFO:teuthology.orchestra.run.smithi110.stdout:(10/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 15 MB/s | 8.1 MB 00:00 2023-12-25T20:42:06.078 INFO:teuthology.orchestra.run.smithi110.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 350 kB/s | 53 kB 00:00 2023-12-25T20:42:06.136 INFO:teuthology.orchestra.run.smithi110.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 450 kB/s | 41 kB 00:00 2023-12-25T20:42:06.147 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2023-12-25T20:42:06.168 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2023-12-25T20:42:06.168 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2023-12-25T20:42:06.415 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2023-12-25T20:42:06.418 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2023-12-25T20:42:06.540 INFO:teuthology.orchestra.run.smithi110.stdout:(13/13): buildah-1.32.0-1.module_el8+712+4cd1bd 4.6 MB/s | 9.6 MB 00:02 2023-12-25T20:42:06.541 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2023-12-25T20:42:06.541 INFO:teuthology.orchestra.run.smithi110.stdout:Total 11 MB/s | 27 MB 00:02 2023-12-25T20:42:06.814 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2023-12-25T20:42:06.835 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2023-12-25T20:42:06.835 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2023-12-25T20:42:07.107 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2023-12-25T20:42:07.110 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2023-12-25T20:42:07.534 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2023-12-25T20:42:07.754 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-25T20:42:07.795 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2023-12-25T20:42:07.958 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-25T20:42:08.052 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-25T20:42:08.214 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-25T20:42:08.222 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-25T20:42:08.433 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-25T20:42:08.451 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-25T20:42:08.725 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-25T20:42:09.000 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-25T20:42:09.289 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-25T20:42:10.006 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-25T20:42:10.282 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-25T20:42:10.330 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-25T20:42:10.532 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-25T20:42:10.616 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-25T20:42:10.812 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-25T20:42:10.835 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-25T20:42:11.134 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-25T20:42:11.219 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-25T20:42:11.569 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-25T20:42:12.127 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-25T20:42:12.367 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-25T20:42:12.766 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-25T20:42:12.907 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-25T20:42:13.163 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-25T20:42:13.197 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-25T20:42:13.197 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-25T20:42:13.197 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-25T20:42:13.197 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-25T20:42:13.197 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-25T20:42:13.197 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-25T20:42:13.197 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-25T20:42:13.197 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-25T20:42:13.197 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-25T20:42:13.197 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-25T20:42:13.198 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-25T20:42:13.198 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-25T20:42:13.198 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-25T20:42:13.345 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-25T20:42:13.778 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-25T20:42:13.778 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-25T20:42:13.778 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-25T20:42:13.778 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-25T20:42:13.778 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-25T20:42:13.778 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-25T20:42:13.778 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-25T20:42:13.778 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-25T20:42:13.779 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-25T20:42:13.779 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-25T20:42:13.779 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-25T20:42:13.779 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-25T20:42:13.779 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-25T20:42:13.969 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-25T20:42:13.969 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-12-25T20:42:13.969 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2023-12-25T20:42:13.969 INFO:teuthology.orchestra.run.smithi087.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T20:42:13.970 INFO:teuthology.orchestra.run.smithi087.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T20:42:13.970 INFO:teuthology.orchestra.run.smithi087.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-25T20:42:13.970 INFO:teuthology.orchestra.run.smithi087.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-25T20:42:13.970 INFO:teuthology.orchestra.run.smithi087.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T20:42:13.970 INFO:teuthology.orchestra.run.smithi087.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-25T20:42:13.970 INFO:teuthology.orchestra.run.smithi087.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-25T20:42:13.970 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-25T20:42:13.970 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-25T20:42:13.970 INFO:teuthology.orchestra.run.smithi087.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T20:42:13.970 INFO:teuthology.orchestra.run.smithi087.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-25T20:42:13.970 INFO:teuthology.orchestra.run.smithi087.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-25T20:42:13.970 INFO:teuthology.orchestra.run.smithi087.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-25T20:42:13.970 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-12-25T20:42:13.970 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2023-12-25T20:42:14.272 DEBUG:teuthology.parallel:result is None 2023-12-25T20:42:14.594 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-25T20:42:14.594 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:42:14.594 INFO:teuthology.orchestra.run.smithi110.stdout:Installed: 2023-12-25T20:42:14.594 INFO:teuthology.orchestra.run.smithi110.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T20:42:14.594 INFO:teuthology.orchestra.run.smithi110.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T20:42:14.594 INFO:teuthology.orchestra.run.smithi110.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-25T20:42:14.594 INFO:teuthology.orchestra.run.smithi110.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-25T20:42:14.594 INFO:teuthology.orchestra.run.smithi110.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T20:42:14.594 INFO:teuthology.orchestra.run.smithi110.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-25T20:42:14.594 INFO:teuthology.orchestra.run.smithi110.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-25T20:42:14.594 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-25T20:42:14.594 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-25T20:42:14.595 INFO:teuthology.orchestra.run.smithi110.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T20:42:14.595 INFO:teuthology.orchestra.run.smithi110.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-25T20:42:14.595 INFO:teuthology.orchestra.run.smithi110.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-25T20:42:14.595 INFO:teuthology.orchestra.run.smithi110.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-25T20:42:14.595 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:42:14.595 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2023-12-25T20:42:14.858 DEBUG:teuthology.parallel:result is None 2023-12-25T20:42:14.858 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-25T20:42:14.949 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': 'b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2'} 2023-12-25T20:42:14.950 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.5 2023-12-25T20:42:14.950 INFO:tasks.cephadm:Cluster fsid is 16331dae-a366-11ee-95a5-87774f69a715 2023-12-25T20:42:14.950 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-25T20:42:14.950 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-25T20:42:14.951 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi087': '172.21.15.87', 'mon.smithi110': '172.21.15.110'} 2023-12-25T20:42:14.951 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-25T20:42:14.951 DEBUG:teuthology.orchestra.run.smithi087:> sudo hostname $(hostname -s) 2023-12-25T20:42:14.981 DEBUG:teuthology.orchestra.run.smithi110:> sudo hostname $(hostname -s) 2023-12-25T20:42:15.010 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2023-12-25T20:42:15.010 DEBUG:teuthology.orchestra.run.smithi087:> 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-25T20:42:15.242 INFO:teuthology.orchestra.run.smithi087.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Dec 25 20:42 /home/ubuntu/cephtest/cephadm 2023-12-25T20:42:15.243 DEBUG:teuthology.orchestra.run.smithi110:> 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-25T20:42:15.476 INFO:teuthology.orchestra.run.smithi110.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Dec 25 20:42 /home/ubuntu/cephtest/cephadm 2023-12-25T20:42:15.476 DEBUG:teuthology.orchestra.run.smithi087:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-25T20:42:15.495 DEBUG:teuthology.orchestra.run.smithi110:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-25T20:42:15.524 DEBUG:teuthology.orchestra.run.smithi087:> sudo mkdir -p /etc/ceph 2023-12-25T20:42:15.563 DEBUG:teuthology.orchestra.run.smithi110:> sudo mkdir -p /etc/ceph 2023-12-25T20:42:15.590 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod 777 /etc/ceph 2023-12-25T20:42:15.629 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 777 /etc/ceph 2023-12-25T20:42:15.656 INFO:tasks.cephadm:Writing seed config... 2023-12-25T20:42:15.657 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-25T20:42:15.657 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-25T20:42:15.657 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-25T20:42:15.657 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-25T20:42:15.657 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-25T20:42:15.657 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-25T20:42:15.657 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-25T20:42:15.657 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-25T20:42:15.658 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-12-25T20:42:15.658 DEBUG:teuthology.orchestra.run.smithi087:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-25T20:42:15.687 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 = 16331dae-a366-11ee-95a5-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-25T20:42:15.687 DEBUG:teuthology.orchestra.run.smithi087:mon.smithi087> sudo journalctl -f -n 0 -u ceph-16331dae-a366-11ee-95a5-87774f69a715@mon.smithi087.service 2023-12-25T20:42:15.729 INFO:tasks.cephadm:Bootstrapping... 2023-12-25T20:42:15.729 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 -v bootstrap --fsid 16331dae-a366-11ee-95a5-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.87 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-25T20:42:15.755 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:-- Logs begin at Mon 2023-12-25 20:33:33 UTC. -- 2023-12-25T20:42:15.999 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-12-25T20:42:17.495 INFO:teuthology.orchestra.run.smithi087.stderr:/bin/podman: 4.6.1 2023-12-25T20:42:17.506 INFO:teuthology.orchestra.run.smithi087.stderr:Verifying podman|docker is present... 2023-12-25T20:42:17.506 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-12-25T20:42:17.529 INFO:teuthology.orchestra.run.smithi087.stderr:/bin/podman: 4.6.1 2023-12-25T20:42:17.540 INFO:teuthology.orchestra.run.smithi087.stderr:Verifying lvm2 is present... 2023-12-25T20:42:17.540 INFO:teuthology.orchestra.run.smithi087.stderr:Verifying time synchronization is in place... 2023-12-25T20:42:17.540 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-enabled chrony.service 2023-12-25T20:42:17.547 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-25T20:42:17.547 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-active chrony.service 2023-12-25T20:42:17.553 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: inactive 2023-12-25T20:42:17.553 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-enabled chronyd.service 2023-12-25T20:42:17.559 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: enabled 2023-12-25T20:42:17.560 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-active chronyd.service 2023-12-25T20:42:17.565 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: active 2023-12-25T20:42:17.566 INFO:teuthology.orchestra.run.smithi087.stderr:Unit chronyd.service is enabled and running 2023-12-25T20:42:17.566 INFO:teuthology.orchestra.run.smithi087.stderr:Repeating the final host check... 2023-12-25T20:42:17.566 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-12-25T20:42:17.586 INFO:teuthology.orchestra.run.smithi087.stderr:/bin/podman: 4.6.1 2023-12-25T20:42:17.596 INFO:teuthology.orchestra.run.smithi087.stderr:podman|docker (/bin/podman) is present 2023-12-25T20:42:17.597 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl is present 2023-12-25T20:42:17.597 INFO:teuthology.orchestra.run.smithi087.stderr:lvcreate is present 2023-12-25T20:42:17.597 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-enabled chrony.service 2023-12-25T20:42:17.602 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-25T20:42:17.603 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-active chrony.service 2023-12-25T20:42:17.608 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: inactive 2023-12-25T20:42:17.609 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-enabled chronyd.service 2023-12-25T20:42:17.614 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: enabled 2023-12-25T20:42:17.614 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-active chronyd.service 2023-12-25T20:42:17.620 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: active 2023-12-25T20:42:17.621 INFO:teuthology.orchestra.run.smithi087.stderr:Unit chronyd.service is enabled and running 2023-12-25T20:42:17.621 INFO:teuthology.orchestra.run.smithi087.stderr:Host looks OK 2023-12-25T20:42:17.621 INFO:teuthology.orchestra.run.smithi087.stderr:Cluster fsid: 16331dae-a366-11ee-95a5-87774f69a715 2023-12-25T20:42:17.621 INFO:teuthology.orchestra.run.smithi087.stderr:Acquiring lock 139966883987584 on /run/cephadm/16331dae-a366-11ee-95a5-87774f69a715.lock 2023-12-25T20:42:17.621 INFO:teuthology.orchestra.run.smithi087.stderr:Lock 139966883987584 acquired on /run/cephadm/16331dae-a366-11ee-95a5-87774f69a715.lock 2023-12-25T20:42:17.625 INFO:teuthology.orchestra.run.smithi087.stderr:Verifying IP 172.21.15.87 port 3300 ... 2023-12-25T20:42:17.625 INFO:teuthology.orchestra.run.smithi087.stderr:Verifying IP 172.21.15.87 port 6789 ... 2023-12-25T20:42:17.626 INFO:teuthology.orchestra.run.smithi087.stderr:Base mon IP is 172.21.15.87, final addrv is [v2:172.21.15.87:3300,v1:172.21.15.87:6789] 2023-12-25T20:42:17.626 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: /sbin/ip route ls 2023-12-25T20:42:17.626 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.87 metric 100 2023-12-25T20:42:17.626 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.87 metric 100 2023-12-25T20:42:17.626 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: /sbin/ip -6 route ls 2023-12-25T20:42:17.627 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-25T20:42:17.627 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-12-25T20:42:17.627 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1790sec hoplimit 64 pref medium 2023-12-25T20:42:17.627 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: /sbin/ip -6 addr ls 2023-12-25T20:42:17.629 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-25T20:42:17.630 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-25T20:42:17.630 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-25T20:42:17.630 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-25T20:42:17.630 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d5f5/64 scope link 2023-12-25T20:42:17.630 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-25T20:42:17.631 INFO:teuthology.orchestra.run.smithi087.stderr:Mon IP `172.21.15.87` is in CIDR network `172.21.0.0/20` 2023-12-25T20:42:17.631 INFO:teuthology.orchestra.run.smithi087.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-25T20:42:17.631 INFO:teuthology.orchestra.run.smithi087.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2023-12-25T20:42:17.631 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.5 2023-12-25T20:42:17.732 INFO:teuthology.orchestra.run.smithi087.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.5... 2023-12-25T20:42:24.223 INFO:teuthology.orchestra.run.smithi087.stderr:/bin/podman: Getting image source signatures 2023-12-25T20:42:24.226 INFO:teuthology.orchestra.run.smithi087.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2023-12-25T20:42:24.226 INFO:teuthology.orchestra.run.smithi087.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2023-12-25T20:42:37.599 INFO:teuthology.orchestra.run.smithi087.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2023-12-25T20:42:37.665 INFO:teuthology.orchestra.run.smithi087.stderr:/bin/podman: Writing manifest to image destination 2023-12-25T20:42:37.921 INFO:teuthology.orchestra.run.smithi087.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2023-12-25T20:42:37.932 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --version 2023-12-25T20:42:38.486 INFO:teuthology.orchestra.run.smithi087.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2023-12-25T20:42:38.871 INFO:teuthology.orchestra.run.smithi087.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2023-12-25T20:42:38.872 INFO:teuthology.orchestra.run.smithi087.stderr:Extracting ceph user uid/gid from container image... 2023-12-25T20:42:38.872 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2023-12-25T20:42:39.196 INFO:teuthology.orchestra.run.smithi087.stderr:stat: 167 167 2023-12-25T20:42:39.558 INFO:teuthology.orchestra.run.smithi087.stderr:Creating initial keys... 2023-12-25T20:42:39.559 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-12-25T20:42:39.883 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-authtool: AQA/6Yll96LhMxAAULn0skbQVN7wQPSmfHO7KA== 2023-12-25T20:42:40.261 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-12-25T20:42:40.599 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-authtool: AQBA6YllJUT+IBAAFB+deqmMKxxV6uqEQJufkA== 2023-12-25T20:42:40.957 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-12-25T20:42:41.299 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-authtool: AQBB6YllC0z+EBAAElmpjhxk/sjqJsNXs/OasQ== 2023-12-25T20:42:41.643 INFO:teuthology.orchestra.run.smithi087.stderr:Creating initial monmap... 2023-12-25T20:42:41.643 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpl4oeu647:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --create --clobber --fsid 16331dae-a366-11ee-95a5-87774f69a715 --addv smithi087 [v2:172.21.15.87:3300,v1:172.21.15.87:6789] /tmp/monmap 2023-12-25T20:42:41.969 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-25T20:42:41.970 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 16331dae-a366-11ee-95a5-87774f69a715 2023-12-25T20:42:41.970 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-25T20:42:42.309 INFO:teuthology.orchestra.run.smithi087.stderr:monmaptool for smithi087 [v2:172.21.15.87:3300,v1:172.21.15.87:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-25T20:42:42.310 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/monmaptool: set fsid to 16331dae-a366-11ee-95a5-87774f69a715 2023-12-25T20:42:42.310 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-25T20:42:42.310 INFO:teuthology.orchestra.run.smithi087.stderr: 2023-12-25T20:42:42.310 INFO:teuthology.orchestra.run.smithi087.stderr:Creating mon... 2023-12-25T20:42:42.311 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/mon.smithi087:/var/lib/ceph/mon/ceph-smithi087:z -v /tmp/ceph-tmpirza2gp8:/tmp/keyring:z -v /tmp/ceph-tmpl4oeu647:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --mkfs -i smithi087 --fsid 16331dae-a366-11ee-95a5-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-25T20:42:42.665 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.635+0000 7f863e932700 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-25T20:42:42.665 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.636+0000 7f863e932700 1 imported monmap: 2023-12-25T20:42:42.665 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-25T20:42:42.666 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: fsid 16331dae-a366-11ee-95a5-87774f69a715 2023-12-25T20:42:42.666 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: last_changed 2023-12-25T20:42:41.955178+0000 2023-12-25T20:42:42.666 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: created 2023-12-25T20:42:41.955178+0000 2023-12-25T20:42:42.666 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-12-25T20:42:42.666 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-25T20:42:42.666 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon.smithi087 2023-12-25T20:42:42.666 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-12-25T20:42:42.666 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.636+0000 7f863e932700 0 /usr/bin/ceph-mon: set fsid to 16331dae-a366-11ee-95a5-87774f69a715 2023-12-25T20:42:42.666 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: RocksDB version: 6.8.1 2023-12-25T20:42:42.666 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-12-25T20:42:42.666 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-25T20:42:42.666 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Compile date Jul 8 2021 2023-12-25T20:42:42.666 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: DB SUMMARY 2023-12-25T20:42:42.666 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-12-25T20:42:42.667 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi087/store.db dir, Total Num: 0, files: 2023-12-25T20:42:42.667 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-12-25T20:42:42.667 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi087/store.db: 2023-12-25T20:42:42.667 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-12-25T20:42:42.667 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.error_if_exists: 0 2023-12-25T20:42:42.667 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.create_if_missing: 1 2023-12-25T20:42:42.667 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.paranoid_checks: 1 2023-12-25T20:42:42.667 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.env: 0x555b6e2601c0 2023-12-25T20:42:42.667 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.fs: Posix File System 2023-12-25T20:42:42.667 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.info_log: 0x555b6fbdb000 2023-12-25T20:42:42.667 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-25T20:42:42.667 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.statistics: (nil) 2023-12-25T20:42:42.667 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.use_fsync: 0 2023-12-25T20:42:42.667 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.max_log_file_size: 0 2023-12-25T20:42:42.668 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-25T20:42:42.668 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-25T20:42:42.668 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-25T20:42:42.668 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-25T20:42:42.668 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.allow_fallocate: 1 2023-12-25T20:42:42.668 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-25T20:42:42.668 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-25T20:42:42.668 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.use_direct_reads: 0 2023-12-25T20:42:42.668 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-25T20:42:42.668 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.create_missing_column_families: 0 2023-12-25T20:42:42.668 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.db_log_dir: 2023-12-25T20:42:42.668 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi087/store.db 2023-12-25T20:42:42.668 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-25T20:42:42.668 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.max_subcompactions: 1 2023-12-25T20:42:42.668 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.max_background_flushes: -1 2023-12-25T20:42:42.669 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-25T20:42:42.669 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-25T20:42:42.669 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-25T20:42:42.669 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-25T20:42:42.669 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-25T20:42:42.669 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.advise_random_on_open: 1 2023-12-25T20:42:42.669 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-25T20:42:42.669 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.write_buffer_manager: 0x555b6fbe3530 2023-12-25T20:42:42.669 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-25T20:42:42.669 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-25T20:42:42.669 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-25T20:42:42.669 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-25T20:42:42.669 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.rate_limiter: (nil) 2023-12-25T20:42:42.669 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-25T20:42:42.670 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-25T20:42:42.670 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-25T20:42:42.670 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-25T20:42:42.670 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.unordered_write: 0 2023-12-25T20:42:42.670 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-25T20:42:42.670 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-25T20:42:42.670 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-25T20:42:42.670 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-25T20:42:42.670 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.row_cache: None 2023-12-25T20:42:42.670 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.wal_filter: None 2023-12-25T20:42:42.670 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-25T20:42:42.670 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-25T20:42:42.670 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.preserve_deletes: 0 2023-12-25T20:42:42.670 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.two_write_queues: 0 2023-12-25T20:42:42.671 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.manual_wal_flush: 0 2023-12-25T20:42:42.671 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.atomic_flush: 0 2023-12-25T20:42:42.671 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-25T20:42:42.671 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-25T20:42:42.671 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-25T20:42:42.671 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.log_readahead_size: 0 2023-12-25T20:42:42.671 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-25T20:42:42.671 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.max_background_jobs: 2 2023-12-25T20:42:42.671 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.max_background_compactions: -1 2023-12-25T20:42:42.671 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-25T20:42:42.671 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-25T20:42:42.671 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-25T20:42:42.671 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.max_total_wal_size: 0 2023-12-25T20:42:42.671 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-25T20:42:42.671 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-25T20:42:42.672 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-25T20:42:42.672 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-25T20:42:42.672 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.max_open_files: -1 2023-12-25T20:42:42.672 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.bytes_per_sync: 0 2023-12-25T20:42:42.672 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-25T20:42:42.672 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-25T20:42:42.672 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-25T20:42:42.672 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Compression algorithms supported: 2023-12-25T20:42:42.672 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-25T20:42:42.672 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: kZSTD supported: 0 2023-12-25T20:42:42.672 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: kXpressCompression supported: 0 2023-12-25T20:42:42.672 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-25T20:42:42.672 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: kLZ4Compression supported: 1 2023-12-25T20:42:42.672 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: kBZip2Compression supported: 0 2023-12-25T20:42:42.672 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: kZlibCompression supported: 1 2023-12-25T20:42:42.673 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: kSnappyCompression supported: 1 2023-12-25T20:42:42.673 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-25T20:42:42.673 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.637+0000 7f863e932700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-12-25T20:42:42.673 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-12-25T20:42:42.673 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi087/store.db/MANIFEST-000001 2023-12-25T20:42:42.673 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-12-25T20:42:42.673 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-25T20:42:42.673 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-12-25T20:42:42.673 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-25T20:42:42.673 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.merge_operator: 2023-12-25T20:42:42.673 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.compaction_filter: None 2023-12-25T20:42:42.673 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.compaction_filter_factory: None 2023-12-25T20:42:42.673 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-25T20:42:42.673 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-25T20:42:42.673 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555b6faf4160) 2023-12-25T20:42:42.674 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-25T20:42:42.674 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-25T20:42:42.674 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-25T20:42:42.674 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-25T20:42:42.674 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-25T20:42:42.674 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-25T20:42:42.674 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-25T20:42:42.674 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-25T20:42:42.674 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-25T20:42:42.674 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-25T20:42:42.674 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-25T20:42:42.674 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: block_cache: 0x555b6fb2ad10 2023-12-25T20:42:42.674 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-25T20:42:42.674 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-25T20:42:42.674 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-25T20:42:42.675 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-25T20:42:42.675 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-25T20:42:42.675 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-25T20:42:42.675 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-25T20:42:42.675 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-25T20:42:42.675 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-25T20:42:42.675 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-25T20:42:42.675 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-25T20:42:42.675 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-25T20:42:42.675 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-25T20:42:42.675 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-25T20:42:42.675 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-25T20:42:42.675 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-25T20:42:42.675 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-25T20:42:42.675 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-25T20:42:42.676 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-25T20:42:42.676 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: format_version: 2 2023-12-25T20:42:42.676 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-25T20:42:42.676 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-25T20:42:42.676 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-12-25T20:42:42.676 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-25T20:42:42.676 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-25T20:42:42.676 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.compression: NoCompression 2023-12-25T20:42:42.676 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-25T20:42:42.676 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-25T20:42:42.676 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-25T20:42:42.676 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.num_levels: 7 2023-12-25T20:42:42.676 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-25T20:42:42.676 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-25T20:42:42.676 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-25T20:42:42.677 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-25T20:42:42.677 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-25T20:42:42.677 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-25T20:42:42.677 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-25T20:42:42.677 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-25T20:42:42.677 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-25T20:42:42.677 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-25T20:42:42.677 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.compression_opts.level: 32767 2023-12-25T20:42:42.677 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-25T20:42:42.677 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-25T20:42:42.677 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-25T20:42:42.677 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.compression_opts.enabled: false 2023-12-25T20:42:42.677 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-25T20:42:42.677 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-25T20:42:42.678 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-25T20:42:42.678 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-25T20:42:42.678 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-25T20:42:42.678 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-25T20:42:42.678 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-25T20:42:42.678 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-25T20:42:42.678 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-25T20:42:42.678 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-25T20:42:42.678 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-25T20:42:42.678 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-25T20:42:42.678 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-25T20:42:42.678 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-25T20:42:42.678 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-25T20:42:42.678 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-25T20:42:42.678 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-25T20:42:42.679 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.arena_block_size: 4194304 2023-12-25T20:42:42.679 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-25T20:42:42.679 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-25T20:42:42.679 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-25T20:42:42.679 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-25T20:42:42.679 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-25T20:42:42.679 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-25T20:42:42.679 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-25T20:42:42.679 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-25T20:42:42.679 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-25T20:42:42.679 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-25T20:42:42.679 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-25T20:42:42.679 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-25T20:42:42.679 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-25T20:42:42.680 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-25T20:42:42.680 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.table_properties_collectors: 2023-12-25T20:42:42.680 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.inplace_update_support: 0 2023-12-25T20:42:42.680 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-25T20:42:42.680 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-25T20:42:42.680 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-25T20:42:42.680 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-25T20:42:42.680 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.bloom_locality: 0 2023-12-25T20:42:42.680 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.max_successive_merges: 0 2023-12-25T20:42:42.680 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-25T20:42:42.680 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-25T20:42:42.680 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.force_consistency_checks: 0 2023-12-25T20:42:42.680 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-25T20:42:42.680 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.ttl: 2592000 2023-12-25T20:42:42.681 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-25T20:42:42.681 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi087/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-25T20:42:42.681 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-12-25T20:42:42.681 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.638+0000 7f863e932700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-25T20:42:42.681 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-12-25T20:42:42.681 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.641+0000 7f863e932700 4 rocksdb: DB pointer 0x555b6fbef800 2023-12-25T20:42:42.681 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.641+0000 7f86277bb700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-25T20:42:42.681 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.641+0000 7f86277bb700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-25T20:42:42.681 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-25T20:42:42.681 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T20:42:42.681 INFO:teuthology.orchestra.run.smithi087.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-25T20:42:42.681 INFO:teuthology.orchestra.run.smithi087.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-25T20:42:42.681 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T20:42:42.681 INFO:teuthology.orchestra.run.smithi087.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-25T20:42:42.682 INFO:teuthology.orchestra.run.smithi087.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-25T20:42:42.682 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T20:42:42.682 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-12-25T20:42:42.682 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-25T20:42:42.682 INFO:teuthology.orchestra.run.smithi087.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-25T20:42:42.682 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:42:42.682 INFO:teuthology.orchestra.run.smithi087.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-25T20:42:42.682 INFO:teuthology.orchestra.run.smithi087.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-25T20:42:42.682 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-12-25T20:42:42.682 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-25T20:42:42.682 INFO:teuthology.orchestra.run.smithi087.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-25T20:42:42.682 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:42:42.682 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T20:42:42.682 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T20:42:42.683 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T20:42:42.683 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T20:42:42.683 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T20:42:42.683 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-25T20:42:42.683 INFO:teuthology.orchestra.run.smithi087.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-25T20:42:42.683 INFO:teuthology.orchestra.run.smithi087.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-25T20:42:42.683 INFO:teuthology.orchestra.run.smithi087.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-25T20:42:42.683 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-12-25T20:42:42.683 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-25T20:42:42.683 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-12-25T20:42:42.683 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-25T20:42:42.683 INFO:teuthology.orchestra.run.smithi087.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-25T20:42:42.683 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:42:42.683 INFO:teuthology.orchestra.run.smithi087.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-25T20:42:42.683 INFO:teuthology.orchestra.run.smithi087.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-25T20:42:42.684 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-12-25T20:42:42.684 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-25T20:42:42.684 INFO:teuthology.orchestra.run.smithi087.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-25T20:42:42.684 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:42:42.684 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T20:42:42.684 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T20:42:42.684 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T20:42:42.684 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T20:42:42.684 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T20:42:42.684 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-25T20:42:42.684 INFO:teuthology.orchestra.run.smithi087.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-25T20:42:42.684 INFO:teuthology.orchestra.run.smithi087.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-25T20:42:42.684 INFO:teuthology.orchestra.run.smithi087.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-25T20:42:42.684 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-12-25T20:42:42.684 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-25T20:42:42.685 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-12-25T20:42:42.685 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.642+0000 7f863e932700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-12-25T20:42:42.685 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.642+0000 7f863e932700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-12-25T20:42:42.685 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:42:42.642+0000 7f863e932700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi087 for mon.smithi087 2023-12-25T20:42:43.009 INFO:teuthology.orchestra.run.smithi087.stderr:create mon.smithi087 on 2023-12-25T20:42:43.009 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/16331dae-a366-11ee-95a5-87774f69a715 2023-12-25T20:42:43.011 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl disable ceph.target 2023-12-25T20:42:43.100 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl enable ceph.target 2023-12-25T20:42:43.107 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-25T20:42:43.187 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl start ceph.target 2023-12-25T20:42:43.194 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl enable ceph-16331dae-a366-11ee-95a5-87774f69a715.target 2023-12-25T20:42:43.200 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-16331dae-a366-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-16331dae-a366-11ee-95a5-87774f69a715.target. 2023-12-25T20:42:43.200 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-16331dae-a366-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-16331dae-a366-11ee-95a5-87774f69a715.target. 2023-12-25T20:42:43.281 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl start ceph-16331dae-a366-11ee-95a5-87774f69a715.target 2023-12-25T20:42:43.288 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl daemon-reload 2023-12-25T20:42:43.372 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl stop ceph-16331dae-a366-11ee-95a5-87774f69a715@mon.smithi087 2023-12-25T20:42:43.395 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl reset-failed ceph-16331dae-a366-11ee-95a5-87774f69a715@mon.smithi087 2023-12-25T20:42:43.400 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: Failed to reset failed state of unit ceph-16331dae-a366-11ee-95a5-87774f69a715@mon.smithi087.service: Unit ceph-16331dae-a366-11ee-95a5-87774f69a715@mon.smithi087.service not loaded. 2023-12-25T20:42:43.401 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl enable ceph-16331dae-a366-11ee-95a5-87774f69a715@mon.smithi087 2023-12-25T20:42:43.407 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: Created symlink /etc/systemd/system/ceph-16331dae-a366-11ee-95a5-87774f69a715.target.wants/ceph-16331dae-a366-11ee-95a5-87774f69a715@mon.smithi087.service → /etc/systemd/system/ceph-16331dae-a366-11ee-95a5-87774f69a715@.service. 2023-12-25T20:42:43.491 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl start ceph-16331dae-a366-11ee-95a5-87774f69a715@mon.smithi087 2023-12-25T20:42:43.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:43 smithi087 systemd[1]: Starting Ceph mon.smithi087 for 16331dae-a366-11ee-95a5-87774f69a715... 2023-12-25T20:42:43.803 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-25T20:42:43.811 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: disabled 2023-12-25T20:42:43.811 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-active firewalld.service 2023-12-25T20:42:43.818 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: inactive 2023-12-25T20:42:43.819 INFO:teuthology.orchestra.run.smithi087.stderr:firewalld.service is not enabled 2023-12-25T20:42:43.819 INFO:teuthology.orchestra.run.smithi087.stderr:Not possible to enable service . firewalld.service is not available 2023-12-25T20:42:43.819 INFO:teuthology.orchestra.run.smithi087.stderr:Waiting for mon to start... 2023-12-25T20:42:43.819 INFO:teuthology.orchestra.run.smithi087.stderr:Waiting for mon... 2023-12-25T20:42:43.820 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/mon.smithi087:/var/lib/ceph/mon/ceph-smithi087:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status 2023-12-25T20:42:44.106 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:43 smithi087 bash[107064]: f347fa4c29525cd1e1aa923c6743c5564997468dfd6c6f29a91554735fffc2f8 2023-12-25T20:42:44.106 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:43 smithi087 systemd[1]: Started Ceph mon.smithi087 for 16331dae-a366-11ee-95a5-87774f69a715. 2023-12-25T20:42:44.106 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:43 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107078]: cluster 2023-12-25T20:42:43.833772+0000 mon.smithi087 (mon.0) 0 : [INF] mkfs 16331dae-a366-11ee-95a5-87774f69a715 2023-12-25T20:42:44.107 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:43 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107078]: cluster 2023-12-25T20:42:43.811045+0000 mon.smithi087 (mon.0) 1 : cluster [INF] mon.smithi087 is new leader, mons smithi087 in quorum (ranks 0) 2023-12-25T20:42:44.314 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: cluster: 2023-12-25T20:42:44.314 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: id: 16331dae-a366-11ee-95a5-87774f69a715 2023-12-25T20:42:44.314 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-25T20:42:44.314 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 2023-12-25T20:42:44.314 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: services: 2023-12-25T20:42:44.314 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi087 (age 0.481053s) 2023-12-25T20:42:44.314 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-25T20:42:44.314 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-25T20:42:44.314 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 2023-12-25T20:42:44.314 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: data: 2023-12-25T20:42:44.314 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-25T20:42:44.314 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-25T20:42:44.314 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-25T20:42:44.315 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: pgs: 2023-12-25T20:42:44.315 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 2023-12-25T20:42:44.668 INFO:teuthology.orchestra.run.smithi087.stderr:mon is available 2023-12-25T20:42:44.668 INFO:teuthology.orchestra.run.smithi087.stderr:Assimilating anything we can from ceph.conf... 2023-12-25T20:42:44.668 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z -v /var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/mon.smithi087:/var/lib/ceph/mon/ceph-smithi087:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi087/config 2023-12-25T20:42:45.102 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:44 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107078]: cluster 2023-12-25T20:42:43.830766+0000 mon.smithi087 (mon.0) 2 : cluster [INF] mon.smithi087 is new leader, mons smithi087 in quorum (ranks 0) 2023-12-25T20:42:45.103 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:44 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107078]: cluster 2023-12-25T20:42:43.831001+0000 mon.smithi087 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi087=[v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0]} 2023-12-25T20:42:45.103 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:44 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107078]: cluster 2023-12-25T20:42:43.837952+0000 mon.smithi087 (mon.0) 4 : cluster [DBG] fsmap 2023-12-25T20:42:45.103 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:44 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107078]: cluster 2023-12-25T20:42:43.844734+0000 mon.smithi087 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-25T20:42:45.103 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:44 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107078]: cluster 2023-12-25T20:42:43.845195+0000 mon.smithi087 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-25T20:42:45.103 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:44 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107078]: audit 2023-12-25T20:42:44.311769+0000 mon.smithi087 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.87:0/3288215667' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-25T20:42:45.146 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 2023-12-25T20:42:45.146 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: [global] 2023-12-25T20:42:45.146 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: fsid = 16331dae-a366-11ee-95a5-87774f69a715 2023-12-25T20:42:45.146 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.87:3300,v1:172.21.15.87:6789] 2023-12-25T20:42:45.146 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-25T20:42:45.146 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-25T20:42:45.146 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-25T20:42:45.146 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-25T20:42:45.146 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 2023-12-25T20:42:45.146 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: [mgr] 2023-12-25T20:42:45.146 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-25T20:42:45.147 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 2023-12-25T20:42:45.147 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: [osd] 2023-12-25T20:42:45.147 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-25T20:42:45.147 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-25T20:42:45.518 INFO:teuthology.orchestra.run.smithi087.stderr:Generating new minimal ceph.conf... 2023-12-25T20:42:45.518 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z -v /var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/mon.smithi087:/var/lib/ceph/mon/ceph-smithi087:z docker.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi087/config 2023-12-25T20:42:46.103 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:45 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107078]: audit 2023-12-25T20:42:45.141767+0000 mon.smithi087 (mon.0) 8 : audit [INF] from='client.? 172.21.15.87:0/3129906816' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-25T20:42:46.103 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:45 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107078]: audit 2023-12-25T20:42:45.144931+0000 mon.smithi087 (mon.0) 9 : audit [INF] from='client.? 172.21.15.87:0/3129906816' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-25T20:42:46.302 INFO:teuthology.orchestra.run.smithi087.stderr:Restarting the monitor... 2023-12-25T20:42:46.302 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl restart ceph-16331dae-a366-11ee-95a5-87774f69a715@mon.smithi087 2023-12-25T20:42:46.408 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:46 smithi087 systemd[1]: Stopping Ceph mon.smithi087 for 16331dae-a366-11ee-95a5-87774f69a715... 2023-12-25T20:42:46.750 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:46 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107078]: debug 2023-12-25T20:42:46.407+0000 7f1bd087d700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi087 -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-25T20:42:46.750 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:46 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107078]: debug 2023-12-25T20:42:46.407+0000 7f1bd087d700 -1 mon.smithi087@0(leader) e1 *** Got Signal Terminated *** 2023-12-25T20:42:47.103 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:46 smithi087 podman[107401]: ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087 2023-12-25T20:42:47.103 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:46 smithi087 systemd[1]: ceph-16331dae-a366-11ee-95a5-87774f69a715@mon.smithi087.service: Succeeded. 2023-12-25T20:42:47.103 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:46 smithi087 systemd[1]: Stopped Ceph mon.smithi087 for 16331dae-a366-11ee-95a5-87774f69a715. 2023-12-25T20:42:47.104 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:46 smithi087 systemd[1]: Starting Ceph mon.smithi087 for 16331dae-a366-11ee-95a5-87774f69a715... 2023-12-25T20:42:47.236 INFO:teuthology.orchestra.run.smithi087.stderr:Setting mon public_network to 172.21.0.0/20 2023-12-25T20:42:47.236 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2023-12-25T20:42:47.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.222+0000 7f54b7f61700 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-25T20:42:47.604 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.222+0000 7f54b7f61700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2023-12-25T20:42:47.604 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.222+0000 7f54b7f61700 0 pidfile_write: ignore empty --pid-file 2023-12-25T20:42:47.604 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.226+0000 7f54b7f61700 0 load: jerasure load: lrc load: isa 2023-12-25T20:42:47.604 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: RocksDB version: 6.8.1 2023-12-25T20:42:47.604 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 2023-12-25T20:42:47.604 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-25T20:42:47.604 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Compile date Jul 8 2021 2023-12-25T20:42:47.604 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: DB SUMMARY 2023-12-25T20:42:47.604 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 2023-12-25T20:42:47.604 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: CURRENT file: CURRENT 2023-12-25T20:42:47.604 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 2023-12-25T20:42:47.604 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: IDENTITY file: IDENTITY 2023-12-25T20:42:47.605 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 2023-12-25T20:42:47.605 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-12-25T20:42:47.605 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 2023-12-25T20:42:47.605 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi087/store.db dir, Total Num: 1, files: 000004.sst 2023-12-25T20:42:47.605 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 2023-12-25T20:42:47.605 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi087/store.db: 000006.log size: 80408 ; 2023-12-25T20:42:47.605 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 2023-12-25T20:42:47.605 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.error_if_exists: 0 2023-12-25T20:42:47.605 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.create_if_missing: 0 2023-12-25T20:42:47.605 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.paranoid_checks: 1 2023-12-25T20:42:47.605 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.env: 0x558845c661c0 2023-12-25T20:42:47.605 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.fs: Posix File System 2023-12-25T20:42:47.605 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.info_log: 0x558847f17a40 2023-12-25T20:42:47.605 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-25T20:42:47.606 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.statistics: (nil) 2023-12-25T20:42:47.606 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.use_fsync: 0 2023-12-25T20:42:47.606 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.max_log_file_size: 0 2023-12-25T20:42:47.606 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-25T20:42:47.606 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-25T20:42:47.606 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-25T20:42:47.606 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-25T20:42:47.606 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.allow_fallocate: 1 2023-12-25T20:42:47.606 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-25T20:42:47.606 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-25T20:42:47.606 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.use_direct_reads: 0 2023-12-25T20:42:47.606 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-25T20:42:47.606 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.create_missing_column_families: 0 2023-12-25T20:42:47.606 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.db_log_dir: 2023-12-25T20:42:47.607 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi087/store.db 2023-12-25T20:42:47.607 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-25T20:42:47.607 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.max_subcompactions: 1 2023-12-25T20:42:47.607 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.max_background_flushes: -1 2023-12-25T20:42:47.607 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-25T20:42:47.607 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-25T20:42:47.607 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-25T20:42:47.607 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-25T20:42:47.607 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-25T20:42:47.607 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.advise_random_on_open: 1 2023-12-25T20:42:47.607 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-25T20:42:47.607 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.write_buffer_manager: 0x558848b8e030 2023-12-25T20:42:47.607 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-25T20:42:47.607 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-25T20:42:47.607 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-25T20:42:47.608 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-25T20:42:47.608 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.rate_limiter: (nil) 2023-12-25T20:42:47.608 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-25T20:42:47.608 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-25T20:42:47.608 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-25T20:42:47.608 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-25T20:42:47.608 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.unordered_write: 0 2023-12-25T20:42:47.608 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-25T20:42:47.608 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-25T20:42:47.608 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-25T20:42:47.608 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-25T20:42:47.608 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.row_cache: None 2023-12-25T20:42:47.608 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.wal_filter: None 2023-12-25T20:42:47.608 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-25T20:42:47.609 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-25T20:42:47.609 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.preserve_deletes: 0 2023-12-25T20:42:47.609 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.two_write_queues: 0 2023-12-25T20:42:47.609 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.manual_wal_flush: 0 2023-12-25T20:42:47.609 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.atomic_flush: 0 2023-12-25T20:42:47.609 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-25T20:42:47.609 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-25T20:42:47.609 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-25T20:42:47.609 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.log_readahead_size: 0 2023-12-25T20:42:47.609 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-25T20:42:47.609 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.max_background_jobs: 2 2023-12-25T20:42:47.610 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.max_background_compactions: -1 2023-12-25T20:42:47.610 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-25T20:42:47.610 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-25T20:42:47.610 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-25T20:42:47.610 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.max_total_wal_size: 0 2023-12-25T20:42:47.610 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-25T20:42:47.610 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-25T20:42:47.610 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-25T20:42:47.610 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-25T20:42:47.610 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.max_open_files: -1 2023-12-25T20:42:47.611 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.bytes_per_sync: 0 2023-12-25T20:42:47.611 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-25T20:42:47.611 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-25T20:42:47.611 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-25T20:42:47.611 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Compression algorithms supported: 2023-12-25T20:42:47.611 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-25T20:42:47.611 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: kZSTD supported: 0 2023-12-25T20:42:47.611 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: kXpressCompression supported: 0 2023-12-25T20:42:47.611 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-25T20:42:47.611 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: kLZ4Compression supported: 1 2023-12-25T20:42:47.611 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: kBZip2Compression supported: 0 2023-12-25T20:42:47.611 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: kZlibCompression supported: 1 2023-12-25T20:42:47.611 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: kSnappyCompression supported: 1 2023-12-25T20:42:47.611 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-25T20:42:47.611 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi087/store.db/MANIFEST-000005 2023-12-25T20:42:47.612 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 2023-12-25T20:42:47.612 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-25T20:42:47.612 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 2023-12-25T20:42:47.612 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-25T20:42:47.612 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.merge_operator: 2023-12-25T20:42:47.612 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.compaction_filter: None 2023-12-25T20:42:47.612 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.compaction_filter_factory: None 2023-12-25T20:42:47.612 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-25T20:42:47.612 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-25T20:42:47.612 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558847e31cc0) 2023-12-25T20:42:47.612 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cache_index_and_filter_blocks: 1 2023-12-25T20:42:47.612 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-25T20:42:47.612 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-25T20:42:47.612 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: pin_top_level_index_and_filter: 1 2023-12-25T20:42:47.613 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: index_type: 0 2023-12-25T20:42:47.613 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: data_block_index_type: 0 2023-12-25T20:42:47.613 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: index_shortening: 1 2023-12-25T20:42:47.613 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: data_block_hash_table_util_ratio: 0.750000 2023-12-25T20:42:47.613 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: hash_index_allow_collision: 1 2023-12-25T20:42:47.613 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: checksum: 1 2023-12-25T20:42:47.613 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: no_block_cache: 0 2023-12-25T20:42:47.613 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 bash[107476]: de8d0b37ccc9bc54fe86af2121ddb21efd0a3c0a29b2a870286979e4fae66271 2023-12-25T20:42:47.613 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: block_cache: 0x558847e66f10 2023-12-25T20:42:47.613 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: block_cache_name: BinnedLRUCache 2023-12-25T20:42:47.613 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: block_cache_options: 2023-12-25T20:42:47.613 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: capacity : 536870912 2023-12-25T20:42:47.613 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: num_shard_bits : 4 2023-12-25T20:42:47.615 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: strict_capacity_limit : 0 2023-12-25T20:42:47.615 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: high_pri_pool_ratio: 0.000 2023-12-25T20:42:47.615 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: block_cache_compressed: (nil) 2023-12-25T20:42:47.615 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: persistent_cache: (nil) 2023-12-25T20:42:47.615 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: block_size: 4096 2023-12-25T20:42:47.616 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: block_size_deviation: 10 2023-12-25T20:42:47.616 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: block_restart_interval: 16 2023-12-25T20:42:47.616 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: index_block_restart_interval: 1 2023-12-25T20:42:47.616 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: metadata_block_size: 4096 2023-12-25T20:42:47.616 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: partition_filters: 0 2023-12-25T20:42:47.616 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: use_delta_encoding: 1 2023-12-25T20:42:47.616 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-25T20:42:47.616 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: whole_key_filtering: 1 2023-12-25T20:42:47.616 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: verify_compression: 0 2023-12-25T20:42:47.616 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: read_amp_bytes_per_bit: 0 2023-12-25T20:42:47.616 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: format_version: 2 2023-12-25T20:42:47.616 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: enable_index_compression: 1 2023-12-25T20:42:47.616 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: block_align: 0 2023-12-25T20:42:47.616 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 2023-12-25T20:42:47.616 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-25T20:42:47.617 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-25T20:42:47.617 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.compression: NoCompression 2023-12-25T20:42:47.617 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-25T20:42:47.617 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-25T20:42:47.617 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-25T20:42:47.617 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.num_levels: 7 2023-12-25T20:42:47.617 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-25T20:42:47.617 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-25T20:42:47.617 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-25T20:42:47.617 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-25T20:42:47.617 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-25T20:42:47.617 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-25T20:42:47.617 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-25T20:42:47.617 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-25T20:42:47.618 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-25T20:42:47.618 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-25T20:42:47.618 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.compression_opts.level: 32767 2023-12-25T20:42:47.618 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-25T20:42:47.618 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-25T20:42:47.618 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-25T20:42:47.618 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.compression_opts.enabled: false 2023-12-25T20:42:47.618 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-25T20:42:47.618 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-25T20:42:47.618 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-25T20:42:47.618 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-25T20:42:47.618 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-25T20:42:47.618 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-25T20:42:47.618 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-25T20:42:47.619 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-25T20:42:47.619 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-25T20:42:47.619 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-25T20:42:47.619 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-25T20:42:47.619 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-25T20:42:47.619 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-25T20:42:47.619 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-25T20:42:47.619 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-25T20:42:47.619 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-25T20:42:47.619 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-25T20:42:47.619 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.arena_block_size: 4194304 2023-12-25T20:42:47.619 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-25T20:42:47.619 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-25T20:42:47.619 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-25T20:42:47.619 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-25T20:42:47.620 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-25T20:42:47.620 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-25T20:42:47.620 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-25T20:42:47.620 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-25T20:42:47.620 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-25T20:42:47.620 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-25T20:42:47.620 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-25T20:42:47.620 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-25T20:42:47.620 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-25T20:42:47.620 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-25T20:42:47.620 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.table_properties_collectors: 2023-12-25T20:42:47.620 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.inplace_update_support: 0 2023-12-25T20:42:47.620 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-25T20:42:47.620 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-25T20:42:47.621 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-25T20:42:47.621 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-25T20:42:47.621 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.bloom_locality: 0 2023-12-25T20:42:47.621 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.max_successive_merges: 0 2023-12-25T20:42:47.621 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-25T20:42:47.621 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-25T20:42:47.621 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.force_consistency_checks: 0 2023-12-25T20:42:47.621 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-25T20:42:47.621 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.ttl: 2592000 2023-12-25T20:42:47.621 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.227+0000 7f54b7f61700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-25T20:42:47.621 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.228+0000 7f54b7f61700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi087/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-25T20:42:47.621 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 2023-12-25T20:42:47.621 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.228+0000 7f54b7f61700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-12-25T20:42:47.622 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 2023-12-25T20:42:47.622 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.228+0000 7f54b7f61700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703536967229876, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-25T20:42:47.622 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.228+0000 7f54b7f61700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-12-25T20:42:47.622 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.228+0000 7f54b7f61700 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-25T20:42:47.622 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.229+0000 7f54b7f61700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703536967230690, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 77331, "table_properties": {"data_size": 75628, "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": 70275, "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": 1703536967, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-25T20:42:47.622 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.229+0000 7f54b7f61700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-12-25T20:42:47.622 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 2023-12-25T20:42:47.622 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.229+0000 7f54b7f61700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703536967231073, "job": 1, "event": "recovery_finished"} 2023-12-25T20:42:47.622 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.230+0000 7f54b7f61700 4 rocksdb: DB pointer 0x558847f2b800 2023-12-25T20:42:47.622 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.230+0000 7f549ed69700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-25T20:42:47.622 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.230+0000 7f549ed69700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-25T20:42:47.622 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: ** DB Stats ** 2023-12-25T20:42:47.622 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T20:42:47.622 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 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-25T20:42:47.622 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-25T20:42:47.623 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T20:42:47.623 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 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-25T20:42:47.623 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-25T20:42:47.623 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T20:42:47.623 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 2023-12-25T20:42:47.623 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: ** Compaction Stats [default] ** 2023-12-25T20:42:47.623 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 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-25T20:42:47.623 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:42:47.623 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: L0 2/0 77.21 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.1 0.00 0.00 1 0.001 0 0 2023-12-25T20:42:47.623 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Sum 2/0 77.21 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.1 0.00 0.00 1 0.001 0 0 2023-12-25T20:42:47.623 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.1 0.00 0.00 1 0.001 0 0 2023-12-25T20:42:47.623 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 2023-12-25T20:42:47.623 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: ** Compaction Stats [default] ** 2023-12-25T20:42:47.623 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 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-25T20:42:47.624 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:42:47.624 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 133.1 0.00 0.00 1 0.001 0 0 2023-12-25T20:42:47.624 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T20:42:47.624 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T20:42:47.624 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T20:42:47.624 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T20:42:47.624 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T20:42:47.624 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: AddFile(Keys): cumulative 0, interval 0 2023-12-25T20:42:47.624 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Cumulative compaction: 0.00 GB write, 27.30 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T20:42:47.624 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Interval compaction: 0.00 GB write, 27.30 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T20:42:47.624 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 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-25T20:42:47.624 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 2023-12-25T20:42:47.624 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: ** File Read Latency Histogram By Level [default] ** 2023-12-25T20:42:47.624 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 2023-12-25T20:42:47.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: ** Compaction Stats [default] ** 2023-12-25T20:42:47.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 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-25T20:42:47.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:42:47.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: L0 2/0 77.21 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.1 0.00 0.00 1 0.001 0 0 2023-12-25T20:42:47.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Sum 2/0 77.21 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.1 0.00 0.00 1 0.001 0 0 2023-12-25T20:42:47.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 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-25T20:42:47.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 2023-12-25T20:42:47.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: ** Compaction Stats [default] ** 2023-12-25T20:42:47.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 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-25T20:42:47.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:42:47.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 133.1 0.00 0.00 1 0.001 0 0 2023-12-25T20:42:47.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T20:42:47.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T20:42:47.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T20:42:47.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T20:42:47.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T20:42:47.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: AddFile(Keys): cumulative 0, interval 0 2023-12-25T20:42:47.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Cumulative compaction: 0.00 GB write, 27.01 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T20:42:47.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 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-25T20:42:47.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 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-25T20:42:47.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 2023-12-25T20:42:47.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: ** File Read Latency Histogram By Level [default] ** 2023-12-25T20:42:47.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 2023-12-25T20:42:47.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.231+0000 7f54b7f61700 0 starting mon.smithi087 rank 0 at public addrs [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] at bind addrs [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi087 fsid 16331dae-a366-11ee-95a5-87774f69a715 2023-12-25T20:42:47.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.232+0000 7f54b7f61700 1 mon.smithi087@-1(???) e1 preinit fsid 16331dae-a366-11ee-95a5-87774f69a715 2023-12-25T20:42:47.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.232+0000 7f54b7f61700 0 mon.smithi087@-1(???).mds e1 new map 2023-12-25T20:42:47.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.232+0000 7f54b7f61700 0 mon.smithi087@-1(???).mds e1 print_map 2023-12-25T20:42:47.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: e1 2023-12-25T20:42:47.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-25T20:42:47.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 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-25T20:42:47.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: legacy client fscid: -1 2023-12-25T20:42:47.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 2023-12-25T20:42:47.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: No filesystems configured 2023-12-25T20:42:47.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 2023-12-25T20:42:47.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.232+0000 7f54b7f61700 0 mon.smithi087@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-25T20:42:47.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.232+0000 7f54b7f61700 0 mon.smithi087@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T20:42:47.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.232+0000 7f54b7f61700 0 mon.smithi087@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T20:42:47.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.232+0000 7f54b7f61700 0 mon.smithi087@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T20:42:47.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:42:45.141767+0000 mon.smithi087 (mon.0) 8 : audit [INF] from='client.? 172.21.15.87:0/3129906816' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-25T20:42:47.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:42:45.144931+0000 mon.smithi087 (mon.0) 9 : audit [INF] from='client.? 172.21.15.87:0/3129906816' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-25T20:42:47.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:42:47.232+0000 7f54b7f61700 1 mon.smithi087@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-25T20:42:47.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 systemd[1]: Started Ceph mon.smithi087 for 16331dae-a366-11ee-95a5-87774f69a715. 2023-12-25T20:42:47.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:42:47.250117+0000 mon.smithi087 (mon.0) 1 : cluster [INF] mon.smithi087 is new leader, mons smithi087 in quorum (ranks 0) 2023-12-25T20:42:47.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:42:47.250187+0000 mon.smithi087 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi087=[v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0]} 2023-12-25T20:42:47.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:42:47.250239+0000 mon.smithi087 (mon.0) 3 : cluster [DBG] fsmap 2023-12-25T20:42:47.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:42:47.250276+0000 mon.smithi087 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-25T20:42:47.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:42:47.250737+0000 mon.smithi087 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-25T20:42:48.053 INFO:teuthology.orchestra.run.smithi087.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-25T20:42:48.053 INFO:teuthology.orchestra.run.smithi087.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-25T20:42:48.053 INFO:teuthology.orchestra.run.smithi087.stderr:Creating mgr... 2023-12-25T20:42:48.053 INFO:teuthology.orchestra.run.smithi087.stderr:Verifying port 9283 ... 2023-12-25T20:42:48.055 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl daemon-reload 2023-12-25T20:42:48.149 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl stop ceph-16331dae-a366-11ee-95a5-87774f69a715@mgr.smithi087.awyyqf 2023-12-25T20:42:48.170 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl reset-failed ceph-16331dae-a366-11ee-95a5-87774f69a715@mgr.smithi087.awyyqf 2023-12-25T20:42:48.176 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: Failed to reset failed state of unit ceph-16331dae-a366-11ee-95a5-87774f69a715@mgr.smithi087.awyyqf.service: Unit ceph-16331dae-a366-11ee-95a5-87774f69a715@mgr.smithi087.awyyqf.service not loaded. 2023-12-25T20:42:48.176 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl enable ceph-16331dae-a366-11ee-95a5-87774f69a715@mgr.smithi087.awyyqf 2023-12-25T20:42:48.182 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: Created symlink /etc/systemd/system/ceph-16331dae-a366-11ee-95a5-87774f69a715.target.wants/ceph-16331dae-a366-11ee-95a5-87774f69a715@mgr.smithi087.awyyqf.service → /etc/systemd/system/ceph-16331dae-a366-11ee-95a5-87774f69a715@.service. 2023-12-25T20:42:48.265 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl start ceph-16331dae-a366-11ee-95a5-87774f69a715@mgr.smithi087.awyyqf 2023-12-25T20:42:48.871 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-25T20:42:48.879 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: disabled 2023-12-25T20:42:48.880 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-active firewalld.service 2023-12-25T20:42:48.887 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: inactive 2023-12-25T20:42:48.888 INFO:teuthology.orchestra.run.smithi087.stderr:firewalld.service is not enabled 2023-12-25T20:42:48.888 INFO:teuthology.orchestra.run.smithi087.stderr:Not possible to enable service . firewalld.service is not available 2023-12-25T20:42:48.888 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-25T20:42:48.895 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: disabled 2023-12-25T20:42:48.895 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-active firewalld.service 2023-12-25T20:42:48.902 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: inactive 2023-12-25T20:42:48.903 INFO:teuthology.orchestra.run.smithi087.stderr:firewalld.service is not enabled 2023-12-25T20:42:48.903 INFO:teuthology.orchestra.run.smithi087.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-25T20:42:48.903 INFO:teuthology.orchestra.run.smithi087.stderr:Waiting for mgr to start... 2023-12-25T20:42:48.903 INFO:teuthology.orchestra.run.smithi087.stderr:Waiting for mgr... 2023-12-25T20:42:48.903 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-12-25T20:42:49.052 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:42:47.696822+0000 mon.smithi087 (mon.0) 6 : audit [INF] from='client.? 172.21.15.87:0/899519714' entity='client.admin' 2023-12-25T20:42:49.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 2023-12-25T20:42:49.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: { 2023-12-25T20:42:49.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "fsid": "16331dae-a366-11ee-95a5-87774f69a715", 2023-12-25T20:42:49.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "health": { 2023-12-25T20:42:49.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-25T20:42:49.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "checks": {}, 2023-12-25T20:42:49.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "mutes": [] 2023-12-25T20:42:49.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-12-25T20:42:49.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-25T20:42:49.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "quorum": [ 2023-12-25T20:42:49.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 0 2023-12-25T20:42:49.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: ], 2023-12-25T20:42:49.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-25T20:42:49.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "smithi087" 2023-12-25T20:42:49.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: ], 2023-12-25T20:42:49.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-25T20:42:49.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "monmap": { 2023-12-25T20:42:49.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:42:49.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-25T20:42:49.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-25T20:42:49.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-12-25T20:42:49.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "osdmap": { 2023-12-25T20:42:49.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:42:49.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-25T20:42:49.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-25T20:42:49.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-25T20:42:49.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-25T20:42:49.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-25T20:42:49.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-25T20:42:49.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-12-25T20:42:49.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "pgmap": { 2023-12-25T20:42:49.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-25T20:42:49.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-25T20:42:49.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-25T20:42:49.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-25T20:42:49.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-25T20:42:49.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-25T20:42:49.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-25T20:42:49.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-25T20:42:49.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-12-25T20:42:49.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "fsmap": { 2023-12-25T20:42:49.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:42:49.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-25T20:42:49.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-25T20:42:49.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-12-25T20:42:49.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-25T20:42:49.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "available": false, 2023-12-25T20:42:49.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-25T20:42:49.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "modules": [ 2023-12-25T20:42:49.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "iostat", 2023-12-25T20:42:49.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "nfs", 2023-12-25T20:42:49.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "restful" 2023-12-25T20:42:49.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: ], 2023-12-25T20:42:49.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "services": {} 2023-12-25T20:42:49.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-12-25T20:42:49.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "servicemap": { 2023-12-25T20:42:49.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:42:49.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "modified": "2023-12-25T20:42:43.834193+0000", 2023-12-25T20:42:49.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "services": {} 2023-12-25T20:42:49.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-12-25T20:42:49.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-25T20:42:49.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: } 2023-12-25T20:42:49.776 INFO:teuthology.orchestra.run.smithi087.stderr:mgr not available, waiting (1/15)... 2023-12-25T20:42:50.102 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:49 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:42:49.382094+0000 mon.smithi087 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.87:0/4206680258' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-25T20:42:51.779 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-12-25T20:42:52.251 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 2023-12-25T20:42:52.252 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: { 2023-12-25T20:42:52.252 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "fsid": "16331dae-a366-11ee-95a5-87774f69a715", 2023-12-25T20:42:52.252 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "health": { 2023-12-25T20:42:52.252 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-25T20:42:52.252 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "checks": {}, 2023-12-25T20:42:52.252 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "mutes": [] 2023-12-25T20:42:52.252 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-12-25T20:42:52.252 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-25T20:42:52.252 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "quorum": [ 2023-12-25T20:42:52.252 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 0 2023-12-25T20:42:52.252 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: ], 2023-12-25T20:42:52.252 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-25T20:42:52.252 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "smithi087" 2023-12-25T20:42:52.252 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: ], 2023-12-25T20:42:52.252 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-12-25T20:42:52.253 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "monmap": { 2023-12-25T20:42:52.253 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:42:52.253 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-25T20:42:52.253 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-25T20:42:52.253 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-12-25T20:42:52.253 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "osdmap": { 2023-12-25T20:42:52.253 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:42:52.253 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-25T20:42:52.253 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-25T20:42:52.253 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-25T20:42:52.256 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-25T20:42:52.257 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-25T20:42:52.257 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-25T20:42:52.257 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-12-25T20:42:52.257 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "pgmap": { 2023-12-25T20:42:52.257 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-25T20:42:52.257 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-25T20:42:52.257 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-25T20:42:52.257 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-25T20:42:52.257 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-25T20:42:52.257 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-25T20:42:52.257 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-25T20:42:52.257 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-25T20:42:52.257 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-12-25T20:42:52.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "fsmap": { 2023-12-25T20:42:52.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:42:52.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-25T20:42:52.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-25T20:42:52.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-12-25T20:42:52.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-25T20:42:52.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "available": false, 2023-12-25T20:42:52.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-25T20:42:52.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "modules": [ 2023-12-25T20:42:52.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "iostat", 2023-12-25T20:42:52.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "nfs", 2023-12-25T20:42:52.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "restful" 2023-12-25T20:42:52.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: ], 2023-12-25T20:42:52.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "services": {} 2023-12-25T20:42:52.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-12-25T20:42:52.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "servicemap": { 2023-12-25T20:42:52.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:42:52.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "modified": "2023-12-25T20:42:43.834193+0000", 2023-12-25T20:42:52.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "services": {} 2023-12-25T20:42:52.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-12-25T20:42:52.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-25T20:42:52.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: } 2023-12-25T20:42:52.626 INFO:teuthology.orchestra.run.smithi087.stderr:mgr not available, waiting (2/15)... 2023-12-25T20:42:53.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:53 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:42:52.249495+0000 mon.smithi087 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.87:0/3612042270' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-25T20:42:54.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:54 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:42:53.925347+0000 mon.smithi087 (mon.0) 9 : cluster [INF] Activating manager daemon smithi087.awyyqf 2023-12-25T20:42:54.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:54 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:42:53.927837+0000 mon.smithi087 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi087.awyyqf(active, starting, since 0.0026255s) 2023-12-25T20:42:54.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:54 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:42:53.928799+0000 mon.smithi087 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.87:0/1554797010' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-25T20:42:54.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:54 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:42:53.928922+0000 mon.smithi087 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.87:0/1554797010' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-25T20:42:54.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:54 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:42:53.929033+0000 mon.smithi087 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.87:0/1554797010' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-25T20:42:54.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:54 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:42:53.929140+0000 mon.smithi087 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.87:0/1554797010' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-12-25T20:42:54.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:54 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:42:53.929466+0000 mon.smithi087 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.87:0/1554797010' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "mgr metadata", "who": "smithi087.awyyqf", "id": "smithi087.awyyqf"}]: dispatch 2023-12-25T20:42:54.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:54 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:42:53.931138+0000 mon.smithi087 (mon.0) 16 : cluster [INF] Manager daemon smithi087.awyyqf is now available 2023-12-25T20:42:54.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:54 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:42:53.939634+0000 mon.smithi087 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.87:0/1554797010' entity='mgr.smithi087.awyyqf' 2023-12-25T20:42:54.604 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:54 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:42:53.942747+0000 mon.smithi087 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.87:0/1554797010' entity='mgr.smithi087.awyyqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.awyyqf/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:42:54.604 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:54 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:42:53.943858+0000 mon.smithi087 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.87:0/1554797010' entity='mgr.smithi087.awyyqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.awyyqf/trash_purge_schedule"}]: dispatch 2023-12-25T20:42:54.604 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:54 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:42:53.949250+0000 mon.smithi087 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.87:0/1554797010' entity='mgr.smithi087.awyyqf' 2023-12-25T20:42:54.604 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:54 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:42:53.951911+0000 mon.smithi087 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.87:0/1554797010' entity='mgr.smithi087.awyyqf' 2023-12-25T20:42:54.628 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-12-25T20:42:55.250 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 2023-12-25T20:42:55.250 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: { 2023-12-25T20:42:55.250 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "fsid": "16331dae-a366-11ee-95a5-87774f69a715", 2023-12-25T20:42:55.250 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "health": { 2023-12-25T20:42:55.250 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-25T20:42:55.250 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "checks": {}, 2023-12-25T20:42:55.250 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "mutes": [] 2023-12-25T20:42:55.250 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-12-25T20:42:55.250 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-25T20:42:55.250 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "quorum": [ 2023-12-25T20:42:55.250 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 0 2023-12-25T20:42:55.250 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: ], 2023-12-25T20:42:55.250 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-25T20:42:55.251 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "smithi087" 2023-12-25T20:42:55.251 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: ], 2023-12-25T20:42:55.251 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-12-25T20:42:55.251 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "monmap": { 2023-12-25T20:42:55.251 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:42:55.251 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-25T20:42:55.251 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-25T20:42:55.251 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-12-25T20:42:55.251 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "osdmap": { 2023-12-25T20:42:55.251 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:42:55.251 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-25T20:42:55.251 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-25T20:42:55.251 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-25T20:42:55.257 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-25T20:42:55.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-25T20:42:55.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-25T20:42:55.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-12-25T20:42:55.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "pgmap": { 2023-12-25T20:42:55.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-25T20:42:55.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-25T20:42:55.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-25T20:42:55.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-25T20:42:55.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-25T20:42:55.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-25T20:42:55.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-25T20:42:55.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-25T20:42:55.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-12-25T20:42:55.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "fsmap": { 2023-12-25T20:42:55.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:42:55.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-25T20:42:55.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-25T20:42:55.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-12-25T20:42:55.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-25T20:42:55.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "available": true, 2023-12-25T20:42:55.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-25T20:42:55.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "modules": [ 2023-12-25T20:42:55.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "iostat", 2023-12-25T20:42:55.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "nfs", 2023-12-25T20:42:55.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "restful" 2023-12-25T20:42:55.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: ], 2023-12-25T20:42:55.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "services": {} 2023-12-25T20:42:55.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-12-25T20:42:55.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "servicemap": { 2023-12-25T20:42:55.260 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:42:55.260 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "modified": "2023-12-25T20:42:43.834193+0000", 2023-12-25T20:42:55.260 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "services": {} 2023-12-25T20:42:55.260 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-12-25T20:42:55.260 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-25T20:42:55.260 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: } 2023-12-25T20:42:55.600 INFO:teuthology.orchestra.run.smithi087.stderr:mgr is available 2023-12-25T20:42:55.600 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z -v /tmp/tmp5bxrtmi4:/var/lib/ceph/user.conf:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2023-12-25T20:42:56.122 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 2023-12-25T20:42:56.122 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: [global] 2023-12-25T20:42:56.122 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: fsid = 16331dae-a366-11ee-95a5-87774f69a715 2023-12-25T20:42:56.122 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-25T20:42:56.122 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-25T20:42:56.123 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-25T20:42:56.123 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-25T20:42:56.123 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 2023-12-25T20:42:56.123 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: [mgr] 2023-12-25T20:42:56.123 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-25T20:42:56.123 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 2023-12-25T20:42:56.123 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: [osd] 2023-12-25T20:42:56.123 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-25T20:42:56.123 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-25T20:42:56.340 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:55 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:42:54.931612+0000 mon.smithi087 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi087.awyyqf(active, since 1.0064s) 2023-12-25T20:42:56.341 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:55 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:42:55.247104+0000 mon.smithi087 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.87:0/4096062900' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-25T20:42:56.516 INFO:teuthology.orchestra.run.smithi087.stderr:Enabling cephadm module... 2023-12-25T20:42:56.516 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2023-12-25T20:42:57.353 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:56 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:42:56.120760+0000 mon.smithi087 (mon.0) 24 : audit [INF] from='client.? 172.21.15.87:0/1889865454' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-25T20:42:58.262 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2023-12-25T20:42:58.265 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:57 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:42:56.932856+0000 mon.smithi087 (mon.0) 25 : cluster [DBG] mgrmap e4: smithi087.awyyqf(active, since 3s) 2023-12-25T20:42:58.265 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:57 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:42:57.105585+0000 mon.smithi087 (mon.0) 26 : audit [INF] from='client.? 172.21.15.87:0/1274469665' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-25T20:42:58.834 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: { 2023-12-25T20:42:58.834 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-25T20:42:58.834 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "available": true, 2023-12-25T20:42:58.834 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "active_name": "smithi087.awyyqf", 2023-12-25T20:42:58.834 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-25T20:42:58.834 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: } 2023-12-25T20:42:59.352 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:58 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:42:57.935499+0000 mon.smithi087 (mon.0) 27 : audit [INF] from='client.? 172.21.15.87:0/1274469665' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-25T20:42:59.353 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:58 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:42:57.935556+0000 mon.smithi087 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi087.awyyqf(active, since 4s) 2023-12-25T20:42:59.353 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:42:58 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:42:58.833709+0000 mon.smithi087 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.87:0/3676360772' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-25T20:43:00.266 INFO:teuthology.orchestra.run.smithi087.stderr:Waiting for the mgr to restart... 2023-12-25T20:43:00.266 INFO:teuthology.orchestra.run.smithi087.stderr:Waiting for mgr epoch 5... 2023-12-25T20:43:00.266 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2023-12-25T20:43:03.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:03 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:43:03.049269+0000 mon.smithi087 (mon.0) 30 : cluster [INF] Active manager daemon smithi087.awyyqf restarted 2023-12-25T20:43:03.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:03 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:43:03.049689+0000 mon.smithi087 (mon.0) 31 : cluster [INF] Activating manager daemon smithi087.awyyqf 2023-12-25T20:43:03.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:03 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:43:03.054120+0000 mon.smithi087 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-25T20:43:04.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: { 2023-12-25T20:43:04.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-25T20:43:04.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "initialized": true 2023-12-25T20:43:04.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: } 2023-12-25T20:43:04.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:04 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:43:03.246688+0000 mon.smithi087 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi087.awyyqf(active, starting, since 0.197076s) 2023-12-25T20:43:04.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:04 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:03.247312+0000 mon.smithi087 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.87:0/2175885764' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-12-25T20:43:04.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:04 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:03.248051+0000 mon.smithi087 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.87:0/2175885764' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "mgr metadata", "who": "smithi087.awyyqf", "id": "smithi087.awyyqf"}]: dispatch 2023-12-25T20:43:04.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:04 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:03.248673+0000 mon.smithi087 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.87:0/2175885764' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-25T20:43:04.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:04 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:03.248890+0000 mon.smithi087 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.87:0/2175885764' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-25T20:43:04.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:04 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:03.249094+0000 mon.smithi087 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.87:0/2175885764' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-25T20:43:04.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:04 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:43:03.262808+0000 mon.smithi087 (mon.0) 39 : cluster [INF] Manager daemon smithi087.awyyqf is now available 2023-12-25T20:43:04.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:04 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:03.276732+0000 mon.smithi087 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.87:0/2175885764' entity='mgr.smithi087.awyyqf' 2023-12-25T20:43:04.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:04 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:03.279329+0000 mon.smithi087 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.87:0/2175885764' entity='mgr.smithi087.awyyqf' 2023-12-25T20:43:04.604 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:04 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:03.281821+0000 mon.smithi087 (mon.0) 42 : audit [INF] from='mgr.14116 172.21.15.87:0/2175885764' entity='mgr.smithi087.awyyqf' 2023-12-25T20:43:04.604 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:04 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:03.369980+0000 mon.smithi087 (mon.0) 43 : audit [INF] from='mgr.14116 172.21.15.87:0/2175885764' entity='mgr.smithi087.awyyqf' 2023-12-25T20:43:04.604 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:04 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:03.370649+0000 mon.smithi087 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.87:0/2175885764' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:43:04.604 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:04 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:03.372132+0000 mon.smithi087 (mon.0) 45 : audit [DBG] from='mgr.14116 172.21.15.87:0/2175885764' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:43:04.604 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:04 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:03.373416+0000 mon.smithi087 (mon.0) 46 : audit [DBG] from='mgr.14116 172.21.15.87:0/2175885764' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:43:04.604 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:04 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:03.383178+0000 mon.smithi087 (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.87:0/2175885764' entity='mgr.smithi087.awyyqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.awyyqf/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:43:04.604 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:04 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:03.384375+0000 mon.smithi087 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.87:0/2175885764' entity='mgr.smithi087.awyyqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.awyyqf/trash_purge_schedule"}]: dispatch 2023-12-25T20:43:04.617 INFO:teuthology.orchestra.run.smithi087.stderr:mgr epoch 5 is available 2023-12-25T20:43:04.617 INFO:teuthology.orchestra.run.smithi087.stderr:Setting orchestrator backend to cephadm... 2023-12-25T20:43:04.617 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch set backend cephadm 2023-12-25T20:43:05.525 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:05 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:04.251634+0000 mgr.smithi087.awyyqf (mgr.14116) 1 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-25T20:43:05.526 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:05 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:43:04.252581+0000 mon.smithi087 (mon.0) 49 : cluster [DBG] mgrmap e7: smithi087.awyyqf(active, since 1.20296s) 2023-12-25T20:43:05.526 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:05 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:04.258245+0000 mgr.smithi087.awyyqf (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-25T20:43:05.526 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:05 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:05.166042+0000 mon.smithi087 (mon.0) 50 : audit [INF] from='mgr.14116 172.21.15.87:0/2175885764' entity='mgr.smithi087.awyyqf' 2023-12-25T20:43:05.526 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:05 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:05.169462+0000 mon.smithi087 (mon.0) 51 : audit [DBG] from='mgr.14116 172.21.15.87:0/2175885764' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:43:05.532 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm set-user root 2023-12-25T20:43:06.022 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: value unchanged 2023-12-25T20:43:06.352 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:06 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:05.162183+0000 mgr.smithi087.awyyqf (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-25T20:43:06.353 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:06 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:43:05.253822+0000 mon.smithi087 (mon.0) 52 : cluster [DBG] mgrmap e8: smithi087.awyyqf(active, since 2s) 2023-12-25T20:43:06.408 INFO:teuthology.orchestra.run.smithi087.stderr:Generating ssh key... 2023-12-25T20:43:06.408 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm generate-key 2023-12-25T20:43:07.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:07 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:06.022573+0000 mgr.smithi087.awyyqf (mgr.14116) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:43:08.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:08 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cephadm 2023-12-25T20:43:07.233598+0000 mgr.smithi087.awyyqf (mgr.14116) 6 : cephadm [INF] Generating ssh key... 2023-12-25T20:43:08.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:08 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:07.620084+0000 mon.smithi087 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.87:0/2175885764' entity='mgr.smithi087.awyyqf' 2023-12-25T20:43:08.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:08 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:07.623314+0000 mon.smithi087 (mon.0) 54 : audit [INF] from='mgr.14116 172.21.15.87:0/2175885764' entity='mgr.smithi087.awyyqf' 2023-12-25T20:43:09.081 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2023-12-25T20:43:10.575 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBm0fsvHV3W6yeyrfx7o6xEpw11W1149YraGUZWqLrff93QtDkdfchHPgHYJM2WzO0ZKzoJCdqXOaWVSfkJvYMCbxnomy7Oz+XpMBXoOr0Q3JhJnT62CBoSzzGSLb+pXBg4LdFZZyzoA5tD4LAba1QvEM56yiXHNVYZ1JN7wBMhsybRwkR8M6BSeVYIDFVgA7Pw9wbPPAh0SS4czQeH4rOxc/zR4SYY9bAdh1TX/4kN1ItDOPyX6JuPdjK+C35ZGyI+zuuO7G1d05jqFi+UMqAu0Lrgq+oRddg/uhVcLS5tFDpvUk05tgj+wEEfKrjEKDj/D6Z/EZkDHotTKUgyFWZpfz5/tKKIeP4XHMpLSYT1HZaJVYtQ6L6PYEwv0PzhJt9JXyv5BlgXt1/2TSnZIPF1qvhAlAXL/cSM300uLSJxIArVaL1b0rQ6KbH43WDFHBoipbDHFHIHGOcuiPkKEuflJLEhO7keYlu7YTAqWJrOEg41ItfHtjGGfrThLam8EE= ceph-16331dae-a366-11ee-95a5-87774f69a715 2023-12-25T20:43:11.353 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:11 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:10.575346+0000 mgr.smithi087.awyyqf (mgr.14116) 7 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:43:12.515 INFO:teuthology.orchestra.run.smithi087.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-25T20:43:12.515 INFO:teuthology.orchestra.run.smithi087.stderr:Adding key to root@localhost authorized_keys... 2023-12-25T20:43:12.516 INFO:teuthology.orchestra.run.smithi087.stderr:Adding host smithi087... 2023-12-25T20:43:12.516 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch host add smithi087 172.21.15.87 2023-12-25T20:43:14.752 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: Added host 'smithi087' with addr '172.21.15.87' 2023-12-25T20:43:16.103 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:15 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:14.000954+0000 mgr.smithi087.awyyqf (mgr.14116) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi087", "addr": "172.21.15.87", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:43:16.103 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:15 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:14.750539+0000 mon.smithi087 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.87:0/2175885764' entity='mgr.smithi087.awyyqf' 2023-12-25T20:43:16.103 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:15 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cephadm 2023-12-25T20:43:14.750835+0000 mgr.smithi087.awyyqf (mgr.14116) 9 : cephadm [INF] Added host smithi087 2023-12-25T20:43:16.103 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:15 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:14.751095+0000 mon.smithi087 (mon.0) 56 : audit [DBG] from='mgr.14116 172.21.15.87:0/2175885764' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:43:16.264 INFO:teuthology.orchestra.run.smithi087.stderr:Deploying mon service with default placement... 2023-12-25T20:43:16.265 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mon 2023-12-25T20:43:16.803 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-25T20:43:17.189 INFO:teuthology.orchestra.run.smithi087.stderr:Deploying mgr service with default placement... 2023-12-25T20:43:17.189 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mgr 2023-12-25T20:43:17.713 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-25T20:43:18.049 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:17 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:16.799808+0000 mgr.smithi087.awyyqf (mgr.14116) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:43:18.049 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:17 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cephadm 2023-12-25T20:43:16.800613+0000 mgr.smithi087.awyyqf (mgr.14116) 11 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-25T20:43:18.049 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:17 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:16.802897+0000 mon.smithi087 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.87:0/2175885764' entity='mgr.smithi087.awyyqf' 2023-12-25T20:43:18.049 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:17 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:17.713503+0000 mon.smithi087 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.87:0/2175885764' entity='mgr.smithi087.awyyqf' 2023-12-25T20:43:18.081 INFO:teuthology.orchestra.run.smithi087.stderr:Deploying crash service with default placement... 2023-12-25T20:43:18.081 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply crash 2023-12-25T20:43:18.576 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-25T20:43:18.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:18 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:17.708007+0000 mgr.smithi087.awyyqf (mgr.14116) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:43:18.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:18 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cephadm 2023-12-25T20:43:17.708558+0000 mgr.smithi087.awyyqf (mgr.14116) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-25T20:43:18.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:18 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:18.576546+0000 mon.smithi087 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.87:0/2175885764' entity='mgr.smithi087.awyyqf' 2023-12-25T20:43:18.923 INFO:teuthology.orchestra.run.smithi087.stderr:Enabling mgr prometheus module... 2023-12-25T20:43:18.923 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2023-12-25T20:43:20.102 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:19 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:18.573864+0000 mgr.smithi087.awyyqf (mgr.14116) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:43:20.103 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:19 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cephadm 2023-12-25T20:43:18.574503+0000 mgr.smithi087.awyyqf (mgr.14116) 15 : cephadm [INF] Saving service crash spec with placement * 2023-12-25T20:43:20.103 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:19 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:19.487043+0000 mon.smithi087 (mon.0) 60 : audit [INF] from='client.? 172.21.15.87:0/3876684127' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-25T20:43:20.205 INFO:teuthology.orchestra.run.smithi087.stderr:Deploying prometheus service with default placement... 2023-12-25T20:43:20.205 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply prometheus 2023-12-25T20:43:21.103 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:20 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:19.811254+0000 mon.smithi087 (mon.0) 61 : audit [INF] from='client.? 172.21.15.87:0/3876684127' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-25T20:43:21.103 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:20 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:43:19.811303+0000 mon.smithi087 (mon.0) 62 : cluster [DBG] mgrmap e9: smithi087.awyyqf(active, since 16s) 2023-12-25T20:43:25.968 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-25T20:43:26.212 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:25 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:43:24.907205+0000 mon.smithi087 (mon.0) 63 : cluster [INF] Active manager daemon smithi087.awyyqf restarted 2023-12-25T20:43:26.212 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:25 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:43:24.907709+0000 mon.smithi087 (mon.0) 64 : cluster [INF] Activating manager daemon smithi087.awyyqf 2023-12-25T20:43:26.212 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:25 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:43:24.909948+0000 mon.smithi087 (mon.0) 65 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-25T20:43:26.212 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:25 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:43:24.960764+0000 mon.smithi087 (mon.0) 66 : cluster [DBG] mgrmap e10: smithi087.awyyqf(active, starting, since 0.053178s) 2023-12-25T20:43:26.212 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:25 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:24.961753+0000 mon.smithi087 (mon.0) 67 : audit [DBG] from='mgr.14144 172.21.15.87:0/1785894154' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-12-25T20:43:26.212 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:25 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:24.962464+0000 mon.smithi087 (mon.0) 68 : audit [DBG] from='mgr.14144 172.21.15.87:0/1785894154' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "mgr metadata", "who": "smithi087.awyyqf", "id": "smithi087.awyyqf"}]: dispatch 2023-12-25T20:43:26.212 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:25 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:24.963367+0000 mon.smithi087 (mon.0) 69 : audit [DBG] from='mgr.14144 172.21.15.87:0/1785894154' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-25T20:43:26.213 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:25 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:24.963514+0000 mon.smithi087 (mon.0) 70 : audit [DBG] from='mgr.14144 172.21.15.87:0/1785894154' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-25T20:43:26.213 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:25 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:24.963634+0000 mon.smithi087 (mon.0) 71 : audit [DBG] from='mgr.14144 172.21.15.87:0/1785894154' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-25T20:43:26.213 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:25 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:43:24.976778+0000 mon.smithi087 (mon.0) 72 : cluster [INF] Manager daemon smithi087.awyyqf is now available 2023-12-25T20:43:26.213 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:25 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:25.073703+0000 mon.smithi087 (mon.0) 73 : audit [DBG] from='mgr.14144 172.21.15.87:0/1785894154' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:43:26.213 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:25 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:25.074955+0000 mon.smithi087 (mon.0) 74 : audit [DBG] from='mgr.14144 172.21.15.87:0/1785894154' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:43:26.213 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:25 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:25.090831+0000 mon.smithi087 (mon.0) 75 : audit [INF] from='mgr.14144 172.21.15.87:0/1785894154' entity='mgr.smithi087.awyyqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.awyyqf/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:43:26.213 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:25 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:25.098634+0000 mon.smithi087 (mon.0) 76 : audit [INF] from='mgr.14144 172.21.15.87:0/1785894154' entity='mgr.smithi087.awyyqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.awyyqf/trash_purge_schedule"}]: dispatch 2023-12-25T20:43:26.337 INFO:teuthology.orchestra.run.smithi087.stderr:Deploying grafana service with default placement... 2023-12-25T20:43:26.338 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply grafana 2023-12-25T20:43:26.876 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-25T20:43:27.215 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:26 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:43:25.963756+0000 mon.smithi087 (mon.0) 77 : cluster [DBG] mgrmap e11: smithi087.awyyqf(active, since 1.05617s) 2023-12-25T20:43:27.215 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:26 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cephadm 2023-12-25T20:43:25.964732+0000 mgr.smithi087.awyyqf (mgr.14144) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-12-25T20:43:27.215 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:26 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:25.967455+0000 mon.smithi087 (mon.0) 78 : audit [INF] from='mgr.14144 172.21.15.87:0/1785894154' entity='mgr.smithi087.awyyqf' 2023-12-25T20:43:27.215 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:26 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:26.875971+0000 mon.smithi087 (mon.0) 79 : audit [INF] from='mgr.14144 172.21.15.87:0/1785894154' entity='mgr.smithi087.awyyqf' 2023-12-25T20:43:27.221 INFO:teuthology.orchestra.run.smithi087.stderr:Deploying node-exporter service with default placement... 2023-12-25T20:43:27.221 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply node-exporter 2023-12-25T20:43:27.754 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-25T20:43:28.146 INFO:teuthology.orchestra.run.smithi087.stderr:Deploying alertmanager service with default placement... 2023-12-25T20:43:28.146 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply alertmanager 2023-12-25T20:43:28.682 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-25T20:43:28.998 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:28 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:26.873373+0000 mgr.smithi087.awyyqf (mgr.14144) 3 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:43:28.998 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:28 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cephadm 2023-12-25T20:43:26.873884+0000 mgr.smithi087.awyyqf (mgr.14144) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2023-12-25T20:43:28.998 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:28 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:27.751046+0000 mgr.smithi087.awyyqf (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-25T20:43:28.998 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:28 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cephadm 2023-12-25T20:43:27.751707+0000 mgr.smithi087.awyyqf (mgr.14144) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2023-12-25T20:43:28.998 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:28 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:27.754347+0000 mon.smithi087 (mon.0) 80 : audit [INF] from='mgr.14144 172.21.15.87:0/1785894154' entity='mgr.smithi087.awyyqf' 2023-12-25T20:43:28.998 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:28 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:43:27.877503+0000 mon.smithi087 (mon.0) 81 : cluster [DBG] mgrmap e12: smithi087.awyyqf(active, since 2s) 2023-12-25T20:43:28.998 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:28 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:28.681883+0000 mon.smithi087 (mon.0) 82 : audit [INF] from='mgr.14144 172.21.15.87:0/1785894154' entity='mgr.smithi087.awyyqf' 2023-12-25T20:43:29.012 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2023-12-25T20:43:29.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:29 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:28.679028+0000 mgr.smithi087.awyyqf (mgr.14144) 7 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:43:29.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:29 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cephadm 2023-12-25T20:43:28.679620+0000 mgr.smithi087.awyyqf (mgr.14144) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-12-25T20:43:29.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:29 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:29.535450+0000 mon.smithi087 (mon.0) 83 : audit [INF] from='client.? 172.21.15.87:0/4132460772' entity='client.admin' 2023-12-25T20:43:29.929 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2023-12-25T20:43:30.795 INFO:teuthology.orchestra.run.smithi087.stderr:Enabling the dashboard module... 2023-12-25T20:43:30.796 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2023-12-25T20:43:31.807 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:31 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:30.451932+0000 mon.smithi087 (mon.0) 84 : audit [INF] from='client.? 172.21.15.87:0/1671202151' entity='client.admin' 2023-12-25T20:43:31.807 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:31 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:31.353493+0000 mon.smithi087 (mon.0) 85 : audit [INF] from='client.? 172.21.15.87:0/3057722202' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-25T20:43:31.830 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2023-12-25T20:43:32.501 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: { 2023-12-25T20:43:32.502 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "epoch": 13, 2023-12-25T20:43:32.502 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "available": true, 2023-12-25T20:43:32.502 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "active_name": "smithi087.awyyqf", 2023-12-25T20:43:32.502 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-25T20:43:32.502 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: } 2023-12-25T20:43:32.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:32 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:31.455431+0000 mon.smithi087 (mon.0) 86 : audit [INF] from='client.? 172.21.15.87:0/3057722202' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-25T20:43:32.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:32 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:43:31.455490+0000 mon.smithi087 (mon.0) 87 : cluster [DBG] mgrmap e13: smithi087.awyyqf(active, since 6s) 2023-12-25T20:43:32.912 INFO:teuthology.orchestra.run.smithi087.stderr:Waiting for the mgr to restart... 2023-12-25T20:43:32.912 INFO:teuthology.orchestra.run.smithi087.stderr:Waiting for mgr epoch 13... 2023-12-25T20:43:32.913 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2023-12-25T20:43:33.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:33 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:32.500914+0000 mon.smithi087 (mon.0) 88 : audit [DBG] from='client.? 172.21.15.87:0/2160299453' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-25T20:43:37.102 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:36 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:43:36.664111+0000 mon.smithi087 (mon.0) 89 : cluster [INF] Active manager daemon smithi087.awyyqf restarted 2023-12-25T20:43:37.103 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:36 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:43:36.664517+0000 mon.smithi087 (mon.0) 90 : cluster [INF] Activating manager daemon smithi087.awyyqf 2023-12-25T20:43:37.103 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:36 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:43:36.666322+0000 mon.smithi087 (mon.0) 91 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-25T20:43:37.731 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: { 2023-12-25T20:43:37.731 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2023-12-25T20:43:37.731 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "initialized": true 2023-12-25T20:43:37.732 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: } 2023-12-25T20:43:38.083 INFO:teuthology.orchestra.run.smithi087.stderr:mgr epoch 13 is available 2023-12-25T20:43:38.083 INFO:teuthology.orchestra.run.smithi087.stderr:Generating a dashboard self-signed certificate... 2023-12-25T20:43:38.083 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2023-12-25T20:43:38.085 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:43:36.716827+0000 mon.smithi087 (mon.0) 92 : cluster [DBG] mgrmap e14: smithi087.awyyqf(active, starting, since 0.0523963s) 2023-12-25T20:43:38.085 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:36.717776+0000 mon.smithi087 (mon.0) 93 : audit [DBG] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-12-25T20:43:38.085 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:36.719533+0000 mon.smithi087 (mon.0) 94 : audit [DBG] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "mgr metadata", "who": "smithi087.awyyqf", "id": "smithi087.awyyqf"}]: dispatch 2023-12-25T20:43:38.086 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:36.719729+0000 mon.smithi087 (mon.0) 95 : audit [DBG] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-25T20:43:38.086 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:36.719870+0000 mon.smithi087 (mon.0) 96 : audit [DBG] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-25T20:43:38.086 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:36.719974+0000 mon.smithi087 (mon.0) 97 : audit [DBG] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-25T20:43:38.086 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:43:36.733863+0000 mon.smithi087 (mon.0) 98 : cluster [INF] Manager daemon smithi087.awyyqf is now available 2023-12-25T20:43:38.086 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:36.830000+0000 mon.smithi087 (mon.0) 99 : audit [DBG] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:43:38.086 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:36.832868+0000 mon.smithi087 (mon.0) 100 : audit [DBG] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:43:38.086 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:36.849441+0000 mon.smithi087 (mon.0) 101 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.awyyqf/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:43:38.086 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:36.856563+0000 mon.smithi087 (mon.0) 102 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.awyyqf/trash_purge_schedule"}]: dispatch 2023-12-25T20:43:38.740 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-25T20:43:39.021 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:38 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:37.723995+0000 mgr.smithi087.awyyqf (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-25T20:43:39.021 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:38 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:43:37.724662+0000 mon.smithi087 (mon.0) 103 : cluster [DBG] mgrmap e15: smithi087.awyyqf(active, since 1.06023s) 2023-12-25T20:43:39.022 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:38 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:37.730797+0000 mgr.smithi087.awyyqf (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-25T20:43:39.094 INFO:teuthology.orchestra.run.smithi087.stderr:Creating initial admin user... 2023-12-25T20:43:39.095 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpp4rh3q6p:/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-25T20:43:39.824 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$/J8McGtKi8VR.mn0qTV7GOVgO7azXdkE02HndMhPfrsIcxzlLbbbi", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1703537019, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-25T20:43:40.001 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:39 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:38.616516+0000 mgr.smithi087.awyyqf (mgr.14164) 3 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:43:40.001 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:39 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:43:38.733405+0000 mon.smithi087 (mon.0) 104 : cluster [DBG] mgrmap e16: smithi087.awyyqf(active, since 2s) 2023-12-25T20:43:40.001 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:39 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:38.738017+0000 mon.smithi087 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' 2023-12-25T20:43:40.002 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:39 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:38.739808+0000 mon.smithi087 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' 2023-12-25T20:43:40.203 INFO:teuthology.orchestra.run.smithi087.stderr:Fetching dashboard port number... 2023-12-25T20:43:40.203 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0_hb8j8y:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpwepaopcb:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2023-12-25T20:43:40.746 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 8443 2023-12-25T20:43:41.030 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:40 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:39.605964+0000 mgr.smithi087.awyyqf (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-25T20:43:41.030 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:40 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:39.824456+0000 mon.smithi087 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' 2023-12-25T20:43:41.030 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:40 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:40.746527+0000 mon.smithi087 (mon.0) 108 : audit [DBG] from='client.? 172.21.15.87:0/802973358' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-25T20:43:41.103 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-25T20:43:41.111 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: disabled 2023-12-25T20:43:41.111 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-active firewalld.service 2023-12-25T20:43:41.118 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: inactive 2023-12-25T20:43:41.119 INFO:teuthology.orchestra.run.smithi087.stderr:firewalld.service is not enabled 2023-12-25T20:43:41.119 INFO:teuthology.orchestra.run.smithi087.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-25T20:43:41.121 INFO:teuthology.orchestra.run.smithi087.stderr:Ceph Dashboard is now available at: 2023-12-25T20:43:41.121 INFO:teuthology.orchestra.run.smithi087.stderr: 2023-12-25T20:43:41.121 INFO:teuthology.orchestra.run.smithi087.stderr: URL: https://smithi087.front.sepia.ceph.com:8443/ 2023-12-25T20:43:41.121 INFO:teuthology.orchestra.run.smithi087.stderr: User: admin 2023-12-25T20:43:41.121 INFO:teuthology.orchestra.run.smithi087.stderr: Password: xtws7uw84p 2023-12-25T20:43:41.122 INFO:teuthology.orchestra.run.smithi087.stderr: 2023-12-25T20:43:41.122 INFO:teuthology.orchestra.run.smithi087.stderr:You can access the Ceph CLI with: 2023-12-25T20:43:41.122 INFO:teuthology.orchestra.run.smithi087.stderr: 2023-12-25T20:43:41.122 INFO:teuthology.orchestra.run.smithi087.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 16331dae-a366-11ee-95a5-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-25T20:43:41.122 INFO:teuthology.orchestra.run.smithi087.stderr: 2023-12-25T20:43:41.123 INFO:teuthology.orchestra.run.smithi087.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-25T20:43:41.123 INFO:teuthology.orchestra.run.smithi087.stderr: 2023-12-25T20:43:41.123 INFO:teuthology.orchestra.run.smithi087.stderr: ceph telemetry on 2023-12-25T20:43:41.123 INFO:teuthology.orchestra.run.smithi087.stderr: 2023-12-25T20:43:41.123 INFO:teuthology.orchestra.run.smithi087.stderr:For more information see: 2023-12-25T20:43:41.123 INFO:teuthology.orchestra.run.smithi087.stderr: 2023-12-25T20:43:41.123 INFO:teuthology.orchestra.run.smithi087.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2023-12-25T20:43:41.123 INFO:teuthology.orchestra.run.smithi087.stderr: 2023-12-25T20:43:41.123 INFO:teuthology.orchestra.run.smithi087.stderr:Bootstrap complete. 2023-12-25T20:43:41.123 INFO:teuthology.orchestra.run.smithi087.stderr:Releasing lock 139966883987584 on /run/cephadm/16331dae-a366-11ee-95a5-87774f69a715.lock 2023-12-25T20:43:41.123 INFO:teuthology.orchestra.run.smithi087.stderr:Lock 139966883987584 released on /run/cephadm/16331dae-a366-11ee-95a5-87774f69a715.lock 2023-12-25T20:43:41.153 INFO:tasks.cephadm:Fetching config... 2023-12-25T20:43:41.153 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-12-25T20:43:41.154 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-25T20:43:41.172 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-25T20:43:41.172 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-12-25T20:43:41.172 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-25T20:43:41.229 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-25T20:43:41.229 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-12-25T20:43:41.229 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/mon.smithi087/keyring of=/dev/stdout 2023-12-25T20:43:41.296 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-25T20:43:41.296 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-12-25T20:43:41.296 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-25T20:43:41.355 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-25T20:43:41.355 DEBUG:teuthology.orchestra.run.smithi087:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBm0fsvHV3W6yeyrfx7o6xEpw11W1149YraGUZWqLrff93QtDkdfchHPgHYJM2WzO0ZKzoJCdqXOaWVSfkJvYMCbxnomy7Oz+XpMBXoOr0Q3JhJnT62CBoSzzGSLb+pXBg4LdFZZyzoA5tD4LAba1QvEM56yiXHNVYZ1JN7wBMhsybRwkR8M6BSeVYIDFVgA7Pw9wbPPAh0SS4czQeH4rOxc/zR4SYY9bAdh1TX/4kN1ItDOPyX6JuPdjK+C35ZGyI+zuuO7G1d05jqFi+UMqAu0Lrgq+oRddg/uhVcLS5tFDpvUk05tgj+wEEfKrjEKDj/D6Z/EZkDHotTKUgyFWZpfz5/tKKIeP4XHMpLSYT1HZaJVYtQ6L6PYEwv0PzhJt9JXyv5BlgXt1/2TSnZIPF1qvhAlAXL/cSM300uLSJxIArVaL1b0rQ6KbH43WDFHBoipbDHFHIHGOcuiPkKEuflJLEhO7keYlu7YTAqWJrOEg41ItfHtjGGfrThLam8EE= ceph-16331dae-a366-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-25T20:43:41.430 INFO:teuthology.orchestra.run.smithi087.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBm0fsvHV3W6yeyrfx7o6xEpw11W1149YraGUZWqLrff93QtDkdfchHPgHYJM2WzO0ZKzoJCdqXOaWVSfkJvYMCbxnomy7Oz+XpMBXoOr0Q3JhJnT62CBoSzzGSLb+pXBg4LdFZZyzoA5tD4LAba1QvEM56yiXHNVYZ1JN7wBMhsybRwkR8M6BSeVYIDFVgA7Pw9wbPPAh0SS4czQeH4rOxc/zR4SYY9bAdh1TX/4kN1ItDOPyX6JuPdjK+C35ZGyI+zuuO7G1d05jqFi+UMqAu0Lrgq+oRddg/uhVcLS5tFDpvUk05tgj+wEEfKrjEKDj/D6Z/EZkDHotTKUgyFWZpfz5/tKKIeP4XHMpLSYT1HZaJVYtQ6L6PYEwv0PzhJt9JXyv5BlgXt1/2TSnZIPF1qvhAlAXL/cSM300uLSJxIArVaL1b0rQ6KbH43WDFHBoipbDHFHIHGOcuiPkKEuflJLEhO7keYlu7YTAqWJrOEg41ItfHtjGGfrThLam8EE= ceph-16331dae-a366-11ee-95a5-87774f69a715 2023-12-25T20:43:41.440 DEBUG:teuthology.orchestra.run.smithi110:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBm0fsvHV3W6yeyrfx7o6xEpw11W1149YraGUZWqLrff93QtDkdfchHPgHYJM2WzO0ZKzoJCdqXOaWVSfkJvYMCbxnomy7Oz+XpMBXoOr0Q3JhJnT62CBoSzzGSLb+pXBg4LdFZZyzoA5tD4LAba1QvEM56yiXHNVYZ1JN7wBMhsybRwkR8M6BSeVYIDFVgA7Pw9wbPPAh0SS4czQeH4rOxc/zR4SYY9bAdh1TX/4kN1ItDOPyX6JuPdjK+C35ZGyI+zuuO7G1d05jqFi+UMqAu0Lrgq+oRddg/uhVcLS5tFDpvUk05tgj+wEEfKrjEKDj/D6Z/EZkDHotTKUgyFWZpfz5/tKKIeP4XHMpLSYT1HZaJVYtQ6L6PYEwv0PzhJt9JXyv5BlgXt1/2TSnZIPF1qvhAlAXL/cSM300uLSJxIArVaL1b0rQ6KbH43WDFHBoipbDHFHIHGOcuiPkKEuflJLEhO7keYlu7YTAqWJrOEg41ItfHtjGGfrThLam8EE= ceph-16331dae-a366-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-25T20:43:41.487 INFO:teuthology.orchestra.run.smithi110.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBm0fsvHV3W6yeyrfx7o6xEpw11W1149YraGUZWqLrff93QtDkdfchHPgHYJM2WzO0ZKzoJCdqXOaWVSfkJvYMCbxnomy7Oz+XpMBXoOr0Q3JhJnT62CBoSzzGSLb+pXBg4LdFZZyzoA5tD4LAba1QvEM56yiXHNVYZ1JN7wBMhsybRwkR8M6BSeVYIDFVgA7Pw9wbPPAh0SS4czQeH4rOxc/zR4SYY9bAdh1TX/4kN1ItDOPyX6JuPdjK+C35ZGyI+zuuO7G1d05jqFi+UMqAu0Lrgq+oRddg/uhVcLS5tFDpvUk05tgj+wEEfKrjEKDj/D6Z/EZkDHotTKUgyFWZpfz5/tKKIeP4XHMpLSYT1HZaJVYtQ6L6PYEwv0PzhJt9JXyv5BlgXt1/2TSnZIPF1qvhAlAXL/cSM300uLSJxIArVaL1b0rQ6KbH43WDFHBoipbDHFHIHGOcuiPkKEuflJLEhO7keYlu7YTAqWJrOEg41ItfHtjGGfrThLam8EE= ceph-16331dae-a366-11ee-95a5-87774f69a715 2023-12-25T20:43:41.499 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-25T20:43:43.863 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-25T20:43:43.863 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-25T20:43:44.102 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:43 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:42.845832+0000 mon.smithi087 (mon.0) 109 : audit [INF] from='client.? 172.21.15.87:0/4042068625' entity='client.admin' 2023-12-25T20:43:44.103 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:43 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:43:43.250579+0000 mon.smithi087 (mon.0) 110 : cluster [DBG] mgrmap e17: smithi087.awyyqf(active, since 6s) 2023-12-25T20:43:46.110 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi110 2023-12-25T20:43:46.110 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-12-25T20:43:46.110 DEBUG:teuthology.orchestra.run.smithi110:> dd of=/etc/ceph/ceph.conf 2023-12-25T20:43:46.132 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-12-25T20:43:46.132 DEBUG:teuthology.orchestra.run.smithi110:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-25T20:43:46.193 INFO:tasks.cephadm:Adding host smithi110 to orchestrator... 2023-12-25T20:43:46.194 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph orch host add smithi110 2023-12-25T20:43:46.312 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:46 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:45.185774+0000 mon.smithi087 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' 2023-12-25T20:43:46.313 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:46 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:45.524530+0000 mon.smithi087 (mon.0) 112 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' 2023-12-25T20:43:46.313 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:46 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:45.654006+0000 mon.smithi087 (mon.0) 113 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' 2023-12-25T20:43:47.466 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:45.651535+0000 mgr.smithi087.awyyqf (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-25T20:43:47.466 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:46.513794+0000 mon.smithi087 (mon.0) 114 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' 2023-12-25T20:43:50.103 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:49 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:48.827050+0000 mon.smithi087 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' 2023-12-25T20:43:50.103 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:49 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:49.088448+0000 mon.smithi087 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' 2023-12-25T20:43:50.103 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:49 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:49.089007+0000 mon.smithi087 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "config rm", "who": "osd/host:smithi087", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:43:50.103 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:49 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:43:49.092243+0000 mon.smithi087 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' 2023-12-25T20:43:50.103 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:49 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cephadm 2023-12-25T20:43:49.098460+0000 mgr.smithi087.awyyqf (mgr.14164) 6 : cephadm [INF] Deploying daemon alertmanager.smithi087 on smithi087 2023-12-25T20:43:58.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:43:58 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:43:56.720455+0000 mgr.smithi087.awyyqf (mgr.14164) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:44:00.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:00 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:43:58.720813+0000 mgr.smithi087.awyyqf (mgr.14164) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:44:02.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:02 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:44:00.721141+0000 mgr.smithi087.awyyqf (mgr.14164) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:44:04.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:04 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:44:02.721498+0000 mgr.smithi087.awyyqf (mgr.14164) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:44:06.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:06 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:44:04.721869+0000 mgr.smithi087.awyyqf (mgr.14164) 11 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:44:08.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:08 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:44:06.722094+0000 mgr.smithi087.awyyqf (mgr.14164) 12 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:44:10.090 INFO:teuthology.orchestra.run.smithi110.stdout:Added host 'smithi110' with addr '172.21.15.110' 2023-12-25T20:44:10.425 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph orch host ls --format=json 2023-12-25T20:44:10.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:10 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:44:08.722521+0000 mgr.smithi087.awyyqf (mgr.14164) 13 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:44:10.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:10 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:44:10.089384+0000 mon.smithi087 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' 2023-12-25T20:44:11.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:11 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:44:09.501590+0000 mgr.smithi087.awyyqf (mgr.14164) 14 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi110", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:44:11.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:11 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cephadm 2023-12-25T20:44:10.089761+0000 mgr.smithi087.awyyqf (mgr.14164) 15 : cephadm [INF] Added host smithi110 2023-12-25T20:44:11.677 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:44:11.677 INFO:teuthology.orchestra.run.smithi110.stdout:[{"addr": "172.21.15.87", "hostname": "smithi087", "labels": [], "status": ""}, {"addr": "172.21.15.110", "hostname": "smithi110", "labels": [], "status": ""}] 2023-12-25T20:44:12.085 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-25T20:44:12.088 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph osd crush tunables default 2023-12-25T20:44:12.430 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:12 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:44:10.722889+0000 mgr.smithi087.awyyqf (mgr.14164) 16 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:44:13.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:13 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:44:11.675858+0000 mgr.smithi087.awyyqf (mgr.14164) 17 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:44:14.281 INFO:teuthology.orchestra.run.smithi087.stderr:adjusted tunables profile to default 2023-12-25T20:44:14.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:14 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:44:12.723285+0000 mgr.smithi087.awyyqf (mgr.14164) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:44:14.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:14 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:44:13.483395+0000 mon.smithi087 (mon.0) 120 : audit [INF] from='client.? 172.21.15.87:0/1731133869' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-25T20:44:14.691 INFO:tasks.cephadm:Adding mon.smithi087 on smithi087 2023-12-25T20:44:14.691 INFO:tasks.cephadm:Adding mon.smithi110 on smithi110 2023-12-25T20:44:14.691 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph orch apply mon '2;smithi087:172.21.15.87=smithi087;smithi110:172.21.15.110=smithi110' 2023-12-25T20:44:15.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:15 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:44:14.278557+0000 mon.smithi087 (mon.0) 121 : audit [INF] from='client.? 172.21.15.87:0/1731133869' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-25T20:44:15.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:15 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:44:14.278606+0000 mon.smithi087 (mon.0) 122 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-25T20:44:16.006 INFO:teuthology.orchestra.run.smithi110.stdout:Scheduled mon update... 2023-12-25T20:44:16.368 DEBUG:teuthology.orchestra.run.smithi110:mon.smithi110> sudo journalctl -f -n 0 -u ceph-16331dae-a366-11ee-95a5-87774f69a715@mon.smithi110.service 2023-12-25T20:44:16.370 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:44:16.371 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:44:16.399 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:-- Logs begin at Mon 2023-12-25 20:33:29 UTC. -- 2023-12-25T20:44:16.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:16 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:44:14.723541+0000 mgr.smithi087.awyyqf (mgr.14164) 19 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:44:16.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:16 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:44:16.005886+0000 mon.smithi087 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' 2023-12-25T20:44:17.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:17 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:44:16.001955+0000 mgr.smithi087.awyyqf (mgr.14164) 20 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi087:172.21.15.87=smithi087;smithi110:172.21.15.110=smithi110", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:44:17.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:17 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cephadm 2023-12-25T20:44:16.003328+0000 mgr.smithi087.awyyqf (mgr.14164) 21 : cephadm [INF] Saving service mon spec with placement smithi087:172.21.15.87=smithi087;smithi110:172.21.15.110=smithi110;count:2 2023-12-25T20:44:17.707 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:44:17.707 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:44:17.708 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:44:18.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:18 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:44:16.723820+0000 mgr.smithi087.awyyqf (mgr.14164) 22 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:44:18.620 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:18 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:44:17.706979+0000 mon.smithi087 (mon.0) 124 : audit [DBG] from='client.? 172.21.15.110:0/3721504966' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:44:19.091 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:44:19.091 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:44:20.411 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:44:20.412 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:44:20.413 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:44:20.606 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:20 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:44:18.724194+0000 mgr.smithi087.awyyqf (mgr.14164) 23 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:44:21.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:21 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:44:20.411653+0000 mon.smithi087 (mon.0) 125 : audit [DBG] from='client.? 172.21.15.110:0/3149952263' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:44:21.789 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:44:21.790 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:44:22.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:22 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:44:20.724553+0000 mgr.smithi087.awyyqf (mgr.14164) 24 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:44:23.123 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:44:23.123 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:44:23.124 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:44:23.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:23 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:44:23.122678+0000 mon.smithi087 (mon.0) 126 : audit [DBG] from='client.? 172.21.15.110:0/1241089905' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:44:24.481 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:44:24.481 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:44:24.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:24 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:44:22.724879+0000 mgr.smithi087.awyyqf (mgr.14164) 25 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:44:25.881 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:44:25.881 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:44:25.882 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:44:26.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:26 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:44:24.725153+0000 mgr.smithi087.awyyqf (mgr.14164) 26 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:44:26.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:26 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:44:25.880965+0000 mon.smithi087 (mon.0) 127 : audit [DBG] from='client.? 172.21.15.110:0/748471933' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:44:27.281 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:44:27.282 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:44:28.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:28 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:44:26.725506+0000 mgr.smithi087.awyyqf (mgr.14164) 27 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:44:28.607 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:44:28.607 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:44:28.609 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:44:29.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:29 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:44:28.607028+0000 mon.smithi087 (mon.0) 128 : audit [DBG] from='client.? 172.21.15.110:0/1016075840' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:44:30.395 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:44:30.395 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:44:30.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:30 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:44:28.725814+0000 mgr.smithi087.awyyqf (mgr.14164) 28 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:44:31.770 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:44:31.770 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:44:31.772 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:44:32.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:32 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:44:30.726153+0000 mgr.smithi087.awyyqf (mgr.14164) 29 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:44:32.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:32 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:44:31.770580+0000 mon.smithi087 (mon.0) 129 : audit [DBG] from='client.? 172.21.15.110:0/4241287478' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:44:33.161 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:44:33.161 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:44:34.451 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:44:34.452 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:44:34.453 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:44:34.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:34 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:44:32.726446+0000 mgr.smithi087.awyyqf (mgr.14164) 30 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:44:35.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:35 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:44:34.451817+0000 mon.smithi087 (mon.0) 130 : audit [DBG] from='client.? 172.21.15.110:0/3228441133' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:44:36.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:36 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:44:34.726805+0000 mgr.smithi087.awyyqf (mgr.14164) 31 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:44:37.094 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:44:37.094 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:44:37.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:44:36.851087+0000 mon.smithi087 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.awyyqf/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:44:37.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:44:36.859184+0000 mon.smithi087 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.awyyqf/trash_purge_schedule"}]: dispatch 2023-12-25T20:44:38.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:38 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:44:36.727101+0000 mgr.smithi087.awyyqf (mgr.14164) 32 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:44:40.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:40 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:44:38.727397+0000 mgr.smithi087.awyyqf (mgr.14164) 33 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:44:42.161 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:44:42.161 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:44:42.162 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:44:42.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:42 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:44:40.727735+0000 mgr.smithi087.awyyqf (mgr.14164) 34 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:44:42.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:42 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:44:42.161087+0000 mon.smithi087 (mon.0) 133 : audit [DBG] from='client.? 172.21.15.110:0/747672541' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:44:43.703 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:44:43.703 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:44:44.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:44 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:44:42.728027+0000 mgr.smithi087.awyyqf (mgr.14164) 35 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:44:45.100 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:44:45.100 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:44:45.102 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:44:45.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:45 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:44:45.099997+0000 mon.smithi087 (mon.0) 134 : audit [DBG] from='client.? 172.21.15.110:0/4181796646' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:44:46.507 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:44:46.508 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:44:46.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:46 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:44:44.728359+0000 mgr.smithi087.awyyqf (mgr.14164) 36 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:44:47.837 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:44:47.837 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:44:47.838 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:44:48.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:44:46.728706+0000 mgr.smithi087.awyyqf (mgr.14164) 37 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:44:48.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:44:47.836960+0000 mon.smithi087 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.110:0/56774806' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:44:49.179 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:44:49.179 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:44:50.546 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:44:50.546 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:44:50.547 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:44:50.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:50 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:44:48.728996+0000 mgr.smithi087.awyyqf (mgr.14164) 38 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:44:51.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:51 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:44:50.545762+0000 mon.smithi087 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.110:0/2597901342' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:44:51.914 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:44:51.914 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:44:52.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:52 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:44:50.729345+0000 mgr.smithi087.awyyqf (mgr.14164) 39 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:44:53.209 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:44:53.209 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:44:53.211 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:44:53.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:53 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:44:53.209101+0000 mon.smithi087 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.110:0/3083343686' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:44:54.579 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:44:54.579 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:44:54.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:54 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:44:52.729543+0000 mgr.smithi087.awyyqf (mgr.14164) 40 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:44:55.927 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:44:55.928 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:44:55.929 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:44:56.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:56 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:44:54.729883+0000 mgr.smithi087.awyyqf (mgr.14164) 41 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:44:56.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:56 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:44:55.927637+0000 mon.smithi087 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.110:0/2300445155' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:44:57.320 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:44:57.321 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:44:58.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:58 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:44:56.730156+0000 mgr.smithi087.awyyqf (mgr.14164) 42 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:44:58.708 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:44:58.708 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:44:58.709 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:44:59.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:44:59 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:44:58.708006+0000 mon.smithi087 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.110:0/784480157' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:45:00.100 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:45:00.101 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:45:00.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:00 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:44:58.730504+0000 mgr.smithi087.awyyqf (mgr.14164) 43 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:45:01.439 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:45:01.439 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:45:01.440 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:45:02.802 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:45:02.802 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:45:02.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:02 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:45:00.730809+0000 mgr.smithi087.awyyqf (mgr.14164) 44 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:45:02.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:02 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:45:01.439075+0000 mon.smithi087 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.110:0/599933876' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:45:04.104 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:45:04.105 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:45:04.106 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:45:04.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:04 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:45:02.731177+0000 mgr.smithi087.awyyqf (mgr.14164) 45 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:45:04.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:04 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:45:04.104590+0000 mon.smithi087 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.110:0/976569229' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:45:05.491 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:45:05.491 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:45:06.842 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:45:06.843 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:45:06.844 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:45:06.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:06 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:45:04.731453+0000 mgr.smithi087.awyyqf (mgr.14164) 46 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:45:07.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:07 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:45:06.842412+0000 mon.smithi087 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.110:0/2895528828' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:45:08.215 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:45:08.216 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:45:08.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:08 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:45:06.731728+0000 mgr.smithi087.awyyqf (mgr.14164) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:45:09.570 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:45:09.570 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:45:09.571 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:45:10.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:10 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:45:08.732068+0000 mgr.smithi087.awyyqf (mgr.14164) 48 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:45:10.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:10 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:45:09.570025+0000 mon.smithi087 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.110:0/745719777' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:45:10.985 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:45:10.986 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:45:12.371 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:45:12.371 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:45:12.372 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:45:12.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:12 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:45:10.732441+0000 mgr.smithi087.awyyqf (mgr.14164) 49 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:45:13.738 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:45:13.738 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:45:13.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:13 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:45:12.370653+0000 mon.smithi087 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.110:0/3989064988' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:45:14.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:14 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:45:12.732778+0000 mgr.smithi087.awyyqf (mgr.14164) 50 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:45:15.855 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:45:15.855 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:45:15.857 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:45:16.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:16 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:45:14.733133+0000 mgr.smithi087.awyyqf (mgr.14164) 51 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:45:16.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:16 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:45:15.855469+0000 mon.smithi087 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.110:0/2769187037' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:45:17.243 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:45:17.244 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:45:18.583 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:45:18.583 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:45:18.585 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:45:18.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:18 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:45:16.733452+0000 mgr.smithi087.awyyqf (mgr.14164) 52 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:45:19.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:19 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:45:18.583093+0000 mon.smithi087 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.110:0/3040813192' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:45:19.964 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:45:19.965 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:45:20.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:20 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:45:18.733777+0000 mgr.smithi087.awyyqf (mgr.14164) 53 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:45:21.314 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:45:21.314 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:45:21.315 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:45:21.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:21 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:45:21.314091+0000 mon.smithi087 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.110:0/3719497087' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:45:22.699 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:45:22.700 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:45:22.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:22 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:45:20.734114+0000 mgr.smithi087.awyyqf (mgr.14164) 54 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:45:24.003 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:45:24.003 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:45:24.005 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:45:24.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:24 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:45:22.734483+0000 mgr.smithi087.awyyqf (mgr.14164) 55 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:45:24.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:24 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:45:24.003099+0000 mon.smithi087 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.110:0/543548971' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:45:25.393 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:45:25.394 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:45:26.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:26 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:45:24.734824+0000 mgr.smithi087.awyyqf (mgr.14164) 56 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:45:26.867 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:45:26.867 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:45:26.869 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:45:27.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:27 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:45:26.867211+0000 mon.smithi087 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.110:0/866465811' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:45:28.279 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:45:28.280 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:45:28.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:28 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:45:26.735206+0000 mgr.smithi087.awyyqf (mgr.14164) 57 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:45:29.647 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:45:29.648 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:45:29.649 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:45:30.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:30 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:45:28.735548+0000 mgr.smithi087.awyyqf (mgr.14164) 58 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:45:30.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:30 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:45:29.646946+0000 mon.smithi087 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.110:0/2422540486' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:45:31.043 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:45:31.043 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:45:32.431 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:45:32.431 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:45:32.433 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:45:32.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:32 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:45:30.735895+0000 mgr.smithi087.awyyqf (mgr.14164) 59 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:45:33.821 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:45:33.821 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:45:33.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:33 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:45:32.431691+0000 mon.smithi087 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.110:0/1747674667' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:45:34.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:34 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:45:32.736239+0000 mgr.smithi087.awyyqf (mgr.14164) 60 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:45:35.255 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:45:35.256 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:45:35.257 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:45:35.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:35 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:45:35.255392+0000 mon.smithi087 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.110:0/537197825' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:45:36.690 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:45:36.691 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:45:36.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:36 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:45:34.736548+0000 mgr.smithi087.awyyqf (mgr.14164) 61 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:45:37.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:45:36.852118+0000 mon.smithi087 (mon.0) 153 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.awyyqf/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:45:37.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:45:36.860059+0000 mon.smithi087 (mon.0) 154 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.awyyqf/trash_purge_schedule"}]: dispatch 2023-12-25T20:45:38.074 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:45:38.075 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:45:38.076 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:45:38.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:38 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:45:36.736889+0000 mgr.smithi087.awyyqf (mgr.14164) 62 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:45:38.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:38 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:45:38.074777+0000 mon.smithi087 (mon.0) 155 : audit [DBG] from='client.? 172.21.15.110:0/398985386' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:45:39.456 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:45:39.457 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:45:40.813 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:45:40.813 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:45:40.814 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:45:40.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:40 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:45:38.737197+0000 mgr.smithi087.awyyqf (mgr.14164) 63 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:45:41.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:41 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:45:40.813021+0000 mon.smithi087 (mon.0) 156 : audit [DBG] from='client.? 172.21.15.110:0/652997677' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:45:42.207 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:45:42.208 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:45:42.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:42 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:45:40.737483+0000 mgr.smithi087.awyyqf (mgr.14164) 64 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:45:43.562 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:45:43.562 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:45:43.564 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:45:44.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:44 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:45:42.737831+0000 mgr.smithi087.awyyqf (mgr.14164) 65 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:45:44.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:44 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:45:43.562293+0000 mon.smithi087 (mon.0) 157 : audit [DBG] from='client.? 172.21.15.110:0/1818641018' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:45:44.952 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:45:44.953 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:45:46.358 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:45:46.358 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:45:46.359 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:45:46.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:46 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:45:44.738119+0000 mgr.smithi087.awyyqf (mgr.14164) 66 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:45:46.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:46 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:45:46.357290+0000 mon.smithi087 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.110:0/2529432368' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:45:47.731 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:45:47.732 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:45:48.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:45:46.738377+0000 mgr.smithi087.awyyqf (mgr.14164) 67 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:45:49.095 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:45:49.096 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:45:49.097 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:45:49.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:49 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:45:49.095625+0000 mon.smithi087 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.110:0/645387824' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:45:50.487 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:45:50.487 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:45:50.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:50 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:45:48.738729+0000 mgr.smithi087.awyyqf (mgr.14164) 68 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:45:51.846 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:45:51.847 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:45:51.848 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:45:52.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:52 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:45:50.739088+0000 mgr.smithi087.awyyqf (mgr.14164) 69 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:45:52.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:52 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:45:51.846320+0000 mon.smithi087 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.110:0/3695419281' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:45:53.242 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:45:53.243 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:45:54.658 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:45:54.658 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:45:54.660 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:45:54.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:54 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:45:52.739363+0000 mgr.smithi087.awyyqf (mgr.14164) 70 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:45:55.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:55 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:45:54.657985+0000 mon.smithi087 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.110:0/3121936198' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:45:56.037 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:45:56.038 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:45:56.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:56 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:45:54.739587+0000 mgr.smithi087.awyyqf (mgr.14164) 71 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:45:57.405 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:45:57.405 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:45:57.407 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:45:58.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:58 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:45:56.739965+0000 mgr.smithi087.awyyqf (mgr.14164) 72 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:45:58.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:45:58 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:45:57.405502+0000 mon.smithi087 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.110:0/578041103' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:45:58.793 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:45:58.794 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:46:00.188 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:46:00.189 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:46:00.191 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:46:00.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:00 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:45:58.740295+0000 mgr.smithi087.awyyqf (mgr.14164) 73 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:46:00.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:00 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:46:00.189096+0000 mon.smithi087 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.110:0/1336363694' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:46:01.566 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:46:01.566 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:46:02.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:02 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:46:00.740650+0000 mgr.smithi087.awyyqf (mgr.14164) 74 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:46:02.950 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:46:02.950 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:46:02.952 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:46:03.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:03 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:46:02.950584+0000 mon.smithi087 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.110:0/477850919' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:46:04.331 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:46:04.332 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:46:04.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:04 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:46:02.740934+0000 mgr.smithi087.awyyqf (mgr.14164) 75 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:46:05.692 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:46:05.692 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:46:05.694 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:46:06.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:06 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:46:04.741217+0000 mgr.smithi087.awyyqf (mgr.14164) 76 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:46:06.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:06 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:46:05.692289+0000 mon.smithi087 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.110:0/1153963558' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:46:07.138 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:46:07.139 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:46:08.520 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:46:08.521 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:46:08.522 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:46:08.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:08 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:46:06.741558+0000 mgr.smithi087.awyyqf (mgr.14164) 77 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:46:09.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:46:08.520104+0000 mon.smithi087 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.110:0/1360578122' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:46:09.912 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:46:09.912 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:46:10.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:10 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:46:08.741816+0000 mgr.smithi087.awyyqf (mgr.14164) 78 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:46:11.350 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:46:11.350 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:46:11.352 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:46:12.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:12 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:46:10.742084+0000 mgr.smithi087.awyyqf (mgr.14164) 79 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:46:12.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:12 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:46:11.350154+0000 mon.smithi087 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.110:0/3896507654' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:46:12.758 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:46:12.759 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:46:14.144 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:46:14.145 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:46:14.146 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:46:14.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:14 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:46:12.742528+0000 mgr.smithi087.awyyqf (mgr.14164) 80 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:46:14.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:14 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:46:14.144369+0000 mon.smithi087 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.110:0/2333839727' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:46:15.533 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:46:15.534 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:46:16.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:16 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:46:14.742848+0000 mgr.smithi087.awyyqf (mgr.14164) 81 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:46:16.972 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:46:16.972 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:46:16.973 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:46:17.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:17 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:46:16.972105+0000 mon.smithi087 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.110:0/2352717434' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:46:18.360 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:46:18.360 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:46:18.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:18 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:46:16.743186+0000 mgr.smithi087.awyyqf (mgr.14164) 82 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:46:19.735 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:46:19.735 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:46:19.736 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:46:20.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:20 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:46:18.743534+0000 mgr.smithi087.awyyqf (mgr.14164) 83 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:46:20.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:20 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:46:19.734892+0000 mon.smithi087 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.110:0/3641055473' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:46:21.097 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:46:21.098 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:46:22.465 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:46:22.466 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:46:22.467 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:46:22.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:22 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:46:20.743891+0000 mgr.smithi087.awyyqf (mgr.14164) 84 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:46:23.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:23 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:46:22.465594+0000 mon.smithi087 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.110:0/3200170797' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:46:23.865 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:46:23.865 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:46:24.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:24 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:46:22.744208+0000 mgr.smithi087.awyyqf (mgr.14164) 85 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:46:25.302 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:46:25.303 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:46:25.304 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:46:25.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:25 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:46:25.302475+0000 mon.smithi087 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.110:0/1308918683' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:46:26.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:26 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:46:24.744561+0000 mgr.smithi087.awyyqf (mgr.14164) 86 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:46:26.686 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:46:26.686 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:46:28.065 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:46:28.066 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:46:28.067 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:46:28.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:28 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:46:26.744869+0000 mgr.smithi087.awyyqf (mgr.14164) 87 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:46:28.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:28 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:46:28.065403+0000 mon.smithi087 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.110:0/3170128596' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:46:29.433 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:46:29.433 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:46:30.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:30 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:46:28.745209+0000 mgr.smithi087.awyyqf (mgr.14164) 88 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:46:30.862 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:46:30.862 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:46:30.863 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:46:31.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:31 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:46:30.861806+0000 mon.smithi087 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.110:0/35814987' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:46:32.278 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:46:32.279 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:46:32.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:32 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:46:30.745499+0000 mgr.smithi087.awyyqf (mgr.14164) 89 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:46:33.628 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:46:33.628 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:46:33.629 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:46:34.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:34 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:46:32.745791+0000 mgr.smithi087.awyyqf (mgr.14164) 90 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:46:34.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:34 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:46:33.628083+0000 mon.smithi087 (mon.0) 175 : audit [DBG] from='client.? 172.21.15.110:0/3397672096' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:46:34.994 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:46:34.995 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:46:36.360 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:46:36.360 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:46:36.361 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:46:36.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:36 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:46:34.746119+0000 mgr.smithi087.awyyqf (mgr.14164) 91 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:46:37.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:46:36.359678+0000 mon.smithi087 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.110:0/4166313875' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:46:37.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:46:36.853005+0000 mon.smithi087 (mon.0) 177 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.awyyqf/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:46:37.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:46:36.861086+0000 mon.smithi087 (mon.0) 178 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.awyyqf/trash_purge_schedule"}]: dispatch 2023-12-25T20:46:37.737 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:46:37.737 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:46:38.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:38 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:46:36.746457+0000 mgr.smithi087.awyyqf (mgr.14164) 92 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:46:39.217 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:46:39.218 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:46:39.219 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:46:39.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:39 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:46:39.217038+0000 mon.smithi087 (mon.0) 179 : audit [DBG] from='client.? 172.21.15.110:0/2257601640' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:46:40.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:40 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:46:38.746781+0000 mgr.smithi087.awyyqf (mgr.14164) 93 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:46:40.631 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:46:40.631 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:46:42.050 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:46:42.051 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:46:42.052 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:46:42.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:42 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:46:40.747148+0000 mgr.smithi087.awyyqf (mgr.14164) 94 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:46:42.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:42 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:46:42.050443+0000 mon.smithi087 (mon.0) 180 : audit [DBG] from='client.? 172.21.15.110:0/3774291203' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:46:43.436 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:46:43.436 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:46:44.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:44 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:46:42.747515+0000 mgr.smithi087.awyyqf (mgr.14164) 95 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:46:44.843 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:46:44.843 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:46:44.845 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:46:45.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:45 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:46:44.843725+0000 mon.smithi087 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.110:0/1186588396' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:46:46.218 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:46:46.219 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:46:46.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:46 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:46:44.747769+0000 mgr.smithi087.awyyqf (mgr.14164) 96 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:46:47.623 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:46:47.623 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:46:47.624 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:46:48.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:46:46.748032+0000 mgr.smithi087.awyyqf (mgr.14164) 97 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:46:48.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:46:47.622652+0000 mon.smithi087 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.110:0/3392528440' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:46:49.051 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:46:49.051 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:46:50.495 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:46:50.496 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:46:50.497 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:46:50.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:50 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:46:48.748335+0000 mgr.smithi087.awyyqf (mgr.14164) 98 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:46:51.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:51 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:46:50.496101+0000 mon.smithi087 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.110:0/1073317449' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:46:51.930 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:46:51.930 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:46:52.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:52 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:46:50.748619+0000 mgr.smithi087.awyyqf (mgr.14164) 99 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:46:53.295 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:46:53.295 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:46:53.297 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:46:53.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:53 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:46:53.295052+0000 mon.smithi087 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.110:0/2826607480' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:46:54.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:54 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:46:52.748963+0000 mgr.smithi087.awyyqf (mgr.14164) 100 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:46:54.679 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:46:54.680 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:46:56.050 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:46:56.050 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:46:56.051 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:46:56.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:56 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:46:54.749369+0000 mgr.smithi087.awyyqf (mgr.14164) 101 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:46:56.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:56 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:46:56.049928+0000 mon.smithi087 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.110:0/11522173' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:46:57.442 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:46:57.442 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:46:58.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:58 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:46:56.749742+0000 mgr.smithi087.awyyqf (mgr.14164) 102 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:46:58.885 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:46:58.885 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:46:58.887 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:46:59.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:46:59 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:46:58.885560+0000 mon.smithi087 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.110:0/869564886' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:47:00.296 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:47:00.296 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:47:00.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:00 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:46:58.750136+0000 mgr.smithi087.awyyqf (mgr.14164) 103 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:47:01.736 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:47:01.737 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:47:01.738 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:47:02.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:02 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:47:00.750414+0000 mgr.smithi087.awyyqf (mgr.14164) 104 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:47:02.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:02 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:47:01.736214+0000 mon.smithi087 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.110:0/3890880695' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:47:03.112 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:47:03.112 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:47:04.481 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:47:04.481 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:47:04.483 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:47:04.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:04 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:47:02.750760+0000 mgr.smithi087.awyyqf (mgr.14164) 105 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:47:05.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:05 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:47:04.481463+0000 mon.smithi087 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.110:0/1766669722' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:47:05.858 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:47:05.858 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:47:06.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:06 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:47:04.751005+0000 mgr.smithi087.awyyqf (mgr.14164) 106 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:47:07.245 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:47:07.245 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:47:07.247 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:47:07.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:07 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:47:07.245347+0000 mon.smithi087 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.110:0/3169056274' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:47:08.628 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:47:08.629 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:47:08.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:08 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:47:06.751337+0000 mgr.smithi087.awyyqf (mgr.14164) 107 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:47:10.104 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:47:10.104 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:47:10.106 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:47:10.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:10 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:47:08.751657+0000 mgr.smithi087.awyyqf (mgr.14164) 108 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:47:10.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:10 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:47:10.104510+0000 mon.smithi087 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.110:0/2084860149' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:47:11.516 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:47:11.516 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:47:12.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:12 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:47:10.752017+0000 mgr.smithi087.awyyqf (mgr.14164) 109 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:47:12.975 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:47:12.975 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:47:12.976 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:47:13.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:13 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:47:12.974591+0000 mon.smithi087 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.110:0/289987953' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:47:14.348 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:47:14.348 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:47:14.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:14 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:47:12.752390+0000 mgr.smithi087.awyyqf (mgr.14164) 110 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:47:15.727 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:47:15.727 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:47:15.729 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:47:16.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:16 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:47:14.752645+0000 mgr.smithi087.awyyqf (mgr.14164) 111 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:47:16.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:16 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:47:15.727433+0000 mon.smithi087 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.110:0/1903972020' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:47:17.110 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:47:17.110 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:47:18.510 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:47:18.510 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:47:18.511 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:47:18.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:18 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:47:16.752930+0000 mgr.smithi087.awyyqf (mgr.14164) 112 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:47:19.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:19 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:47:18.509850+0000 mon.smithi087 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.110:0/1174783814' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:47:19.888 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:47:19.888 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:47:20.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:20 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:47:18.753268+0000 mgr.smithi087.awyyqf (mgr.14164) 113 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:47:21.332 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:47:21.332 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:47:21.334 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:47:21.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:21 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:47:21.332426+0000 mon.smithi087 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.110:0/2344375255' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:47:22.738 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:47:22.738 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:47:22.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:22 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:47:20.753618+0000 mgr.smithi087.awyyqf (mgr.14164) 114 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:47:24.120 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:47:24.120 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:47:24.121 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:47:24.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:24 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:47:22.753924+0000 mgr.smithi087.awyyqf (mgr.14164) 115 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:47:24.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:24 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:47:24.119780+0000 mon.smithi087 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.110:0/3728714841' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:47:25.500 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:47:25.501 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:47:26.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:26 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:47:24.754219+0000 mgr.smithi087.awyyqf (mgr.14164) 116 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:47:26.935 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:47:26.936 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:47:26.937 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:47:27.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:27 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:47:26.935646+0000 mon.smithi087 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.110:0/2103349097' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:47:28.344 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:47:28.344 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:47:28.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:28 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:47:26.754551+0000 mgr.smithi087.awyyqf (mgr.14164) 117 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:47:29.747 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:47:29.747 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:47:29.749 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:47:30.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:30 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:47:28.754781+0000 mgr.smithi087.awyyqf (mgr.14164) 118 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:47:30.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:30 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:47:29.747354+0000 mon.smithi087 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.110:0/165209728' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:47:31.141 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:47:31.141 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:47:32.617 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:47:32.617 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:47:32.618 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:47:32.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:32 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:47:30.755054+0000 mgr.smithi087.awyyqf (mgr.14164) 119 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:47:33.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:33 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:47:32.616388+0000 mon.smithi087 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.110:0/3892634066' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:47:34.033 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:47:34.034 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:47:34.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:34 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:47:32.755318+0000 mgr.smithi087.awyyqf (mgr.14164) 120 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:47:35.463 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:47:35.464 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:47:35.465 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:47:36.850 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:47:36.851 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:47:36.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:36 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:47:34.755634+0000 mgr.smithi087.awyyqf (mgr.14164) 121 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:47:36.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:36 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:47:35.463823+0000 mon.smithi087 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.110:0/1563825169' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:47:37.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:47:36.853912+0000 mon.smithi087 (mon.0) 200 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.awyyqf/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:47:37.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:47:36.862184+0000 mon.smithi087 (mon.0) 201 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.awyyqf/trash_purge_schedule"}]: dispatch 2023-12-25T20:47:38.255 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:47:38.255 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:47:38.257 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:47:38.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:38 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:47:36.756001+0000 mgr.smithi087.awyyqf (mgr.14164) 122 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:47:38.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:38 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:47:38.254953+0000 mon.smithi087 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.110:0/608775798' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:47:39.651 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:47:39.651 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:47:40.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:40 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:47:38.756385+0000 mgr.smithi087.awyyqf (mgr.14164) 123 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:47:41.084 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:47:41.084 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:47:41.085 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:47:41.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:41 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:47:41.083355+0000 mon.smithi087 (mon.0) 203 : audit [DBG] from='client.? 172.21.15.110:0/2557734818' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:47:42.461 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:47:42.461 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:47:42.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:42 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:47:40.756708+0000 mgr.smithi087.awyyqf (mgr.14164) 124 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:47:43.961 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:47:43.962 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:47:43.963 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:47:44.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:44 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:47:42.756971+0000 mgr.smithi087.awyyqf (mgr.14164) 125 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:47:44.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:44 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:47:43.961618+0000 mon.smithi087 (mon.0) 204 : audit [DBG] from='client.? 172.21.15.110:0/886711221' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:47:45.354 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:47:45.355 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:47:46.826 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:47:46.826 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:47:46.827 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:47:46.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:46 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:47:44.757232+0000 mgr.smithi087.awyyqf (mgr.14164) 126 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:47:47.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:47:46.825779+0000 mon.smithi087 (mon.0) 205 : audit [DBG] from='client.? 172.21.15.110:0/4111112763' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:47:48.244 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:47:48.245 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:47:48.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:47:46.757580+0000 mgr.smithi087.awyyqf (mgr.14164) 127 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:47:49.660 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:47:49.660 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:47:49.662 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:47:50.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:50 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:47:48.757962+0000 mgr.smithi087.awyyqf (mgr.14164) 128 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:47:50.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:50 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:47:49.660143+0000 mon.smithi087 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.110:0/3287746898' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:47:51.051 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:47:51.051 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:47:52.488 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:47:52.488 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:47:52.489 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:47:52.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:52 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:47:50.758377+0000 mgr.smithi087.awyyqf (mgr.14164) 129 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:47:53.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:53 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:47:52.488063+0000 mon.smithi087 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.110:0/628284413' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:47:53.878 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:47:53.878 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:47:54.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:54 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:47:52.758698+0000 mgr.smithi087.awyyqf (mgr.14164) 130 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:47:55.293 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:47:55.294 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:47:55.295 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:47:55.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:55 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:47:55.293750+0000 mon.smithi087 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.110:0/1553547654' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:47:56.675 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:47:56.675 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:47:56.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:56 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:47:54.759041+0000 mgr.smithi087.awyyqf (mgr.14164) 131 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:47:58.096 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:47:58.097 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:47:58.098 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:47:58.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:58 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:47:56.759431+0000 mgr.smithi087.awyyqf (mgr.14164) 132 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:47:58.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:47:58 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:47:58.096258+0000 mon.smithi087 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.110:0/2957566880' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:47:59.511 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:47:59.512 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:48:00.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:00 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:47:58.759771+0000 mgr.smithi087.awyyqf (mgr.14164) 133 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:48:00.896 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:48:00.896 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:48:00.897 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:48:01.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:01 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:00.896037+0000 mon.smithi087 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.110:0/36504410' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:48:02.286 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:48:02.286 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:48:02.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:02 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:48:00.760088+0000 mgr.smithi087.awyyqf (mgr.14164) 134 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:48:03.728 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:48:03.729 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:48:03.730 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:48:04.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:04 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:48:02.760387+0000 mgr.smithi087.awyyqf (mgr.14164) 135 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:48:04.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:04 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:03.728542+0000 mon.smithi087 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.110:0/753501581' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:48:05.117 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:48:05.118 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:48:06.512 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:48:06.513 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:48:06.514 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:48:06.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:06 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:48:04.760643+0000 mgr.smithi087.awyyqf (mgr.14164) 136 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:48:07.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:07 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:06.512599+0000 mon.smithi087 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.110:0/2246455492' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:48:07.908 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:48:07.908 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:48:08.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:08 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:48:06.761013+0000 mgr.smithi087.awyyqf (mgr.14164) 137 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:48:09.375 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:48:09.375 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:48:09.377 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:48:09.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:09.375542+0000 mon.smithi087 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.110:0/2222882757' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:48:10.800 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:48:10.801 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:48:10.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:10 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:48:08.761359+0000 mgr.smithi087.awyyqf (mgr.14164) 138 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:48:12.236 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:48:12.237 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:48:12.238 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:48:12.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:12 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:48:10.761596+0000 mgr.smithi087.awyyqf (mgr.14164) 139 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:48:12.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:12 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:12.236393+0000 mon.smithi087 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.110:0/4044091927' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:48:13.631 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:48:13.631 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:48:14.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:14 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:48:12.761885+0000 mgr.smithi087.awyyqf (mgr.14164) 140 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:48:15.039 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:48:15.039 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:48:15.041 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:48:15.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:15 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:15.039418+0000 mon.smithi087 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.110:0/1041282772' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:48:16.443 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:48:16.443 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:48:16.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:16 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:48:14.762153+0000 mgr.smithi087.awyyqf (mgr.14164) 141 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:48:17.874 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:48:17.875 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:48:17.876 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:48:18.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:18 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:48:16.762537+0000 mgr.smithi087.awyyqf (mgr.14164) 142 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:48:18.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:18 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:17.874371+0000 mon.smithi087 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.110:0/359538774' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:48:19.281 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:48:19.281 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:48:20.706 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:48:20.707 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:48:20.708 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:48:20.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:20 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:48:18.762907+0000 mgr.smithi087.awyyqf (mgr.14164) 143 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:48:21.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:21 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:20.706532+0000 mon.smithi087 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.110:0/3195181537' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:48:22.106 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:48:22.106 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:48:22.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:22 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:48:20.763207+0000 mgr.smithi087.awyyqf (mgr.14164) 144 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:48:23.502 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:48:23.502 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:48:23.502 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:48:24.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:24 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:48:22.763536+0000 mgr.smithi087.awyyqf (mgr.14164) 145 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:48:24.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:24 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:23.500933+0000 mon.smithi087 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.110:0/3337724954' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:48:24.895 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:48:24.896 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:48:26.271 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:48:26.271 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:48:26.272 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:48:26.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:26 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:48:24.763914+0000 mgr.smithi087.awyyqf (mgr.14164) 146 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:48:26.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:26 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:26.271091+0000 mon.smithi087 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.110:0/315993306' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:48:27.656 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:48:27.656 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:48:28.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:28 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:48:26.764187+0000 mgr.smithi087.awyyqf (mgr.14164) 147 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:48:29.024 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:48:29.025 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:48:29.026 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:48:29.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:29 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:29.024619+0000 mon.smithi087 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.110:0/680098518' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:48:30.423 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:48:30.423 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:48:30.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:30 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:48:28.764524+0000 mgr.smithi087.awyyqf (mgr.14164) 148 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:48:31.901 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:48:31.901 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:48:31.902 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:48:32.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:32 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:48:30.764902+0000 mgr.smithi087.awyyqf (mgr.14164) 149 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:48:32.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:32 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:31.900481+0000 mon.smithi087 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.110:0/2916261310' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:48:33.329 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:48:33.332 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:48:34.773 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:48:34.773 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:48:34.774 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:48:34.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:34 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:48:32.765207+0000 mgr.smithi087.awyyqf (mgr.14164) 150 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:48:35.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:35 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:34.772584+0000 mon.smithi087 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.110:0/2606087815' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:48:36.164 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:48:36.165 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:48:36.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:36 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:48:34.765547+0000 mgr.smithi087.awyyqf (mgr.14164) 151 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:48:37.550 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:48:37.551 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:48:37.552 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:48:37.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:36.854890+0000 mon.smithi087 (mon.0) 223 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.awyyqf/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:48:37.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:36.863232+0000 mon.smithi087 (mon.0) 224 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.awyyqf/trash_purge_schedule"}]: dispatch 2023-12-25T20:48:38.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:38 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:48:36.765902+0000 mgr.smithi087.awyyqf (mgr.14164) 152 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:48:38.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:38 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:37.550288+0000 mon.smithi087 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.110:0/1536007904' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:48:38.937 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:48:38.938 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:48:40.317 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:48:40.317 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:48:40.318 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:48:40.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:40 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:48:38.766327+0000 mgr.smithi087.awyyqf (mgr.14164) 153 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:48:40.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:40 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:40.316392+0000 mon.smithi087 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.110:0/2620252560' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:48:41.695 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:48:41.695 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:48:42.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:42 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:48:40.766856+0000 mgr.smithi087.awyyqf (mgr.14164) 154 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:48:43.105 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:48:43.105 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:48:43.107 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:48:43.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:43 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:43.105631+0000 mon.smithi087 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.110:0/3627592533' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:48:44.515 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:48:44.516 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:48:44.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:44 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:48:42.767212+0000 mgr.smithi087.awyyqf (mgr.14164) 155 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:48:45.893 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:48:45.893 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:48:45.894 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:48:46.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:46 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:48:44.767571+0000 mgr.smithi087.awyyqf (mgr.14164) 156 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:48:46.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:46 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:45.892655+0000 mon.smithi087 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.110:0/141786885' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:48:47.273 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:48:47.274 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:48:47.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:47.255895+0000 mon.smithi087 (mon.0) 229 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi087", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T20:48:47.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:47.258266+0000 mon.smithi087 (mon.0) 230 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi087", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-25T20:48:47.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:47.259026+0000 mon.smithi087 (mon.0) 231 : audit [DBG] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:48:48.688 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:48:48.688 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:48:48.690 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:48:48.854 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:48:46.767952+0000 mgr.smithi087.awyyqf (mgr.14164) 157 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:48:48.854 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cephadm 2023-12-25T20:48:47.253965+0000 mgr.smithi087.awyyqf (mgr.14164) 158 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-16331dae-a366-11ee-95a5-87774f69a715-alertmanager.smithi087 2023-12-25T20:48:48.854 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: /bin/podman: stderr Error: no such container ceph-16331dae-a366-11ee-95a5-87774f69a715-alertmanager.smithi087 2023-12-25T20:48:48.854 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Deploy daemon alertmanager.smithi087 ... 2023-12-25T20:48:48.854 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-12-25T20:48:48.854 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-12-25T20:48:48.854 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: stat: stderr time="2023-12-25T20:44:25Z" 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-25T20:48:48.854 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: stat: stderr time="2023-12-25T20:45:03Z" 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-25T20:48:48.855 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: stat: stderr time="2023-12-25T20:45:40Z" 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-25T20:48:48.855 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 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-25T20:48:48.855 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-12-25T20:48:48.855 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-12-25T20:48:48.855 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: stat: stderr time="2023-12-25T20:46:54Z" 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-25T20:48:48.855 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: stat: stderr time="2023-12-25T20:47:32Z" 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-25T20:48:48.855 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: stat: stderr time="2023-12-25T20:48:09Z" 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-25T20:48:48.855 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 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-25T20:48:48.856 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Traceback (most recent call last): 2023-12-25T20:48:48.856 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-12-25T20:48:48.856 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: main() 2023-12-25T20:48:48.856 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-12-25T20:48:48.856 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: r = ctx.func(ctx) 2023-12-25T20:48:48.856 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-12-25T20:48:48.856 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: return func(ctx) 2023-12-25T20:48:48.856 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2023-12-25T20:48:48.856 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-12-25T20:48:48.857 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2023-12-25T20:48:48.857 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-12-25T20:48:48.857 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2023-12-25T20:48:48.857 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: raise RuntimeError('uid/gid not found') 2023-12-25T20:48:48.857 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: RuntimeError: uid/gid not found 2023-12-25T20:48:48.857 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Traceback (most recent call last): 2023-12-25T20:48:48.857 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2023-12-25T20:48:48.857 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: yield (conn, connr) 2023-12-25T20:48:48.857 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2023-12-25T20:48:48.858 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: code, '\n'.join(err))) 2023-12-25T20:48:48.858 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 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-16331dae-a366-11ee-95a5-87774f69a715-alertmanager.smithi087 2023-12-25T20:48:48.858 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: /bin/podman: stderr Error: no such container ceph-16331dae-a366-11ee-95a5-87774f69a715-alertmanager.smithi087 2023-12-25T20:48:48.858 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Deploy daemon alertmanager.smithi087 ... 2023-12-25T20:48:48.858 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-12-25T20:48:48.858 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-12-25T20:48:48.858 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: stat: stderr time="2023-12-25T20:44:25Z" 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-25T20:48:48.858 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: stat: stderr time="2023-12-25T20:45:03Z" 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-25T20:48:48.858 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: stat: stderr time="2023-12-25T20:45:40Z" 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-25T20:48:48.858 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 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-25T20:48:48.858 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-12-25T20:48:48.859 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-12-25T20:48:48.859 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: stat: stderr time="2023-12-25T20:46:54Z" 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-25T20:48:48.859 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: stat: stderr time="2023-12-25T20:47:32Z" 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-25T20:48:48.859 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: stat: stderr time="2023-12-25T20:48:09Z" 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-25T20:48:48.859 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 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-25T20:48:48.859 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Traceback (most recent call last): 2023-12-25T20:48:48.859 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-12-25T20:48:48.860 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: main() 2023-12-25T20:48:48.860 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-12-25T20:48:48.860 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: r = ctx.func(ctx) 2023-12-25T20:48:48.860 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-12-25T20:48:48.860 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: return func(ctx) 2023-12-25T20:48:48.860 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2023-12-25T20:48:48.860 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-12-25T20:48:48.860 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2023-12-25T20:48:48.860 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-12-25T20:48:48.860 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2023-12-25T20:48:48.860 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: raise RuntimeError('uid/gid not found') 2023-12-25T20:48:48.860 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: RuntimeError: uid/gid not found 2023-12-25T20:48:48.861 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cephadm 2023-12-25T20:48:47.254240+0000 mgr.smithi087.awyyqf (mgr.14164) 159 : cephadm [ERR] Failed while placing alertmanager.smithi087 on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-16331dae-a366-11ee-95a5-87774f69a715-alertmanager.smithi087 2023-12-25T20:48:48.861 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: /bin/podman: stderr Error: no such container ceph-16331dae-a366-11ee-95a5-87774f69a715-alertmanager.smithi087 2023-12-25T20:48:48.861 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Deploy daemon alertmanager.smithi087 ... 2023-12-25T20:48:48.861 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-12-25T20:48:48.861 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-12-25T20:48:48.861 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: stat: stderr time="2023-12-25T20:44:25Z" 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-25T20:48:48.861 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: stat: stderr time="2023-12-25T20:45:03Z" 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-25T20:48:48.861 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: stat: stderr time="2023-12-25T20:45:40Z" 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-25T20:48:48.861 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 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-25T20:48:48.861 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-12-25T20:48:48.861 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-12-25T20:48:48.861 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: stat: stderr time="2023-12-25T20:46:54Z" 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-25T20:48:48.861 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: stat: stderr time="2023-12-25T20:47:32Z" 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-25T20:48:48.862 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: stat: stderr time="2023-12-25T20:48:09Z" 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-25T20:48:48.862 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 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-25T20:48:48.862 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Traceback (most recent call last): 2023-12-25T20:48:48.862 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-12-25T20:48:48.862 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: main() 2023-12-25T20:48:48.862 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-12-25T20:48:48.862 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: r = ctx.func(ctx) 2023-12-25T20:48:48.862 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-12-25T20:48:48.862 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: return func(ctx) 2023-12-25T20:48:48.862 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2023-12-25T20:48:48.862 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-12-25T20:48:48.862 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2023-12-25T20:48:48.862 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-12-25T20:48:48.863 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2023-12-25T20:48:48.863 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: raise RuntimeError('uid/gid not found') 2023-12-25T20:48:48.863 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: RuntimeError: uid/gid not found 2023-12-25T20:48:48.863 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cephadm 2023-12-25T20:48:47.259607+0000 mgr.smithi087.awyyqf (mgr.14164) 160 : cephadm [INF] Deploying daemon crash.smithi087 on smithi087 2023-12-25T20:48:49.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:49 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:48.688486+0000 mon.smithi087 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.110:0/1543401076' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:48:49.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:49 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:48.801972+0000 mon.smithi087 (mon.0) 233 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' 2023-12-25T20:48:49.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:49 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:48.847695+0000 mon.smithi087 (mon.0) 234 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' 2023-12-25T20:48:49.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:49 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:48.849748+0000 mon.smithi087 (mon.0) 235 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' 2023-12-25T20:48:49.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:49 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:48.850103+0000 mon.smithi087 (mon.0) 236 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-25T20:48:49.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:49 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:48.852645+0000 mon.smithi087 (mon.0) 237 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' 2023-12-25T20:48:50.099 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:48:50.100 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:48:50.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:50 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:48:48.768209+0000 mgr.smithi087.awyyqf (mgr.14164) 161 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:48:50.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:50 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:48.850426+0000 mgr.smithi087.awyyqf (mgr.14164) 162 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-25T20:48:50.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:50 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cephadm 2023-12-25T20:48:48.856004+0000 mgr.smithi087.awyyqf (mgr.14164) 163 : cephadm [INF] Deploying daemon grafana.smithi087 on smithi087 2023-12-25T20:48:51.534 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:48:51.534 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:48:51.536 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:48:51.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:51 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:51.534650+0000 mon.smithi087 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.110:0/2894069967' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:48:52.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:52 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:48:50.768523+0000 mgr.smithi087.awyyqf (mgr.14164) 164 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:48:52.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:52 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:51.857621+0000 mon.smithi087 (mon.0) 239 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' 2023-12-25T20:48:52.947 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:48:52.947 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:48:53.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:53 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:48:52.768888+0000 mgr.smithi087.awyyqf (mgr.14164) 165 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:48:54.379 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:48:54.379 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:48:54.380 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:48:54.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:54 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:54.378862+0000 mon.smithi087 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.110:0/167447758' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:48:55.796 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:48:55.796 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:48:55.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:55 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:48:54.769275+0000 mgr.smithi087.awyyqf (mgr.14164) 166 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:48:57.118 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:48:57.118 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:48:57.119 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:48:58.102 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:57 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:48:56.769583+0000 mgr.smithi087.awyyqf (mgr.14164) 167 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:48:58.102 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:57 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:57.118214+0000 mon.smithi087 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.110:0/3143943165' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:48:58.510 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:48:58.510 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:48:59.873 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:48:59.873 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:48:59.874 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:49:00.102 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:48:59 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:48:58.769818+0000 mgr.smithi087.awyyqf (mgr.14164) 168 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:49:01.102 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:00 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:48:59.873021+0000 mon.smithi087 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.110:0/1766794796' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:49:01.271 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:49:01.271 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:49:02.102 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:01 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:49:00.770046+0000 mgr.smithi087.awyyqf (mgr.14164) 169 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:49:02.653 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:49:02.653 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:49:02.654 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:49:03.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:03 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:49:02.653273+0000 mon.smithi087 (mon.0) 243 : audit [DBG] from='client.? 172.21.15.110:0/1305282890' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:49:04.041 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:49:04.041 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:49:04.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:04 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:49:02.770252+0000 mgr.smithi087.awyyqf (mgr.14164) 170 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:49:05.423 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:49:05.423 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:49:05.425 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:49:06.573 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:06 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:49:04.770547+0000 mgr.smithi087.awyyqf (mgr.14164) 171 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:49:06.573 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:06 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:49:05.422966+0000 mon.smithi087 (mon.0) 244 : audit [DBG] from='client.? 172.21.15.110:0/2343638734' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:49:06.825 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:49:06.825 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:49:08.179 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:49:08.179 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:49:08.180 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:49:08.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:08 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:49:06.770768+0000 mgr.smithi087.awyyqf (mgr.14164) 172 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:49:08.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:08 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:49:07.254107+0000 mon.smithi087 (mon.0) 245 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' 2023-12-25T20:49:08.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:08 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cephadm 2023-12-25T20:49:07.255996+0000 mgr.smithi087.awyyqf (mgr.14164) 173 : cephadm [INF] Deploying daemon node-exporter.smithi087 on smithi087 2023-12-25T20:49:08.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:08 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:49:08.179057+0000 mon.smithi087 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.110:0/2480101783' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:49:09.579 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:49:09.579 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:49:10.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:10 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:49:08.771057+0000 mgr.smithi087.awyyqf (mgr.14164) 174 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:49:10.993 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:49:10.993 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:49:10.994 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:49:11.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:11 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:49:10.992642+0000 mon.smithi087 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.110:0/647646484' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:49:12.410 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:49:12.410 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:49:12.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:12 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:49:10.771388+0000 mgr.smithi087.awyyqf (mgr.14164) 175 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:49:12.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:12 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:49:11.861029+0000 mon.smithi087 (mon.0) 248 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' 2023-12-25T20:49:13.779 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:49:13.779 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:49:13.781 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:49:14.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:14 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:49:12.771641+0000 mgr.smithi087.awyyqf (mgr.14164) 176 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:49:14.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:14 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:49:13.779552+0000 mon.smithi087 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.110:0/1859222136' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:49:15.170 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:49:15.171 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:49:16.511 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:49:16.511 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:49:16.512 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:49:16.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:16 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:49:14.771979+0000 mgr.smithi087.awyyqf (mgr.14164) 177 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:49:17.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:17 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:49:16.510640+0000 mon.smithi087 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.110:0/2546036692' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:49:17.899 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:49:17.899 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:49:18.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:18 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:49:16.772377+0000 mgr.smithi087.awyyqf (mgr.14164) 178 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:49:19.279 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:49:19.279 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:49:19.280 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:49:19.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:19 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:49:19.279284+0000 mon.smithi087 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.110:0/2320690037' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:49:20.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:20 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:49:18.772726+0000 mgr.smithi087.awyyqf (mgr.14164) 179 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:49:20.661 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:49:20.661 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:49:22.051 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:49:22.052 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:49:22.053 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:49:22.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:22 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:49:20.773050+0000 mgr.smithi087.awyyqf (mgr.14164) 180 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:49:22.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:22 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:49:22.051860+0000 mon.smithi087 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.110:0/14172611' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:49:23.434 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:49:23.435 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:49:24.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:24 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:49:22.773373+0000 mgr.smithi087.awyyqf (mgr.14164) 181 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:49:24.826 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:49:24.826 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:49:24.828 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:49:25.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:25 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:49:24.826759+0000 mon.smithi087 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.110:0/1179469762' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:49:26.222 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:49:26.222 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:49:26.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:26 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:49:24.773713+0000 mgr.smithi087.awyyqf (mgr.14164) 182 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:49:27.688 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:49:27.688 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:49:27.690 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:49:28.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:28 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:49:26.773968+0000 mgr.smithi087.awyyqf (mgr.14164) 183 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:49:28.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:28 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:49:27.688235+0000 mon.smithi087 (mon.0) 254 : audit [DBG] from='client.? 172.21.15.110:0/3478881161' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:49:29.085 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:49:29.085 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:49:30.515 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:49:30.515 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:49:30.516 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:49:30.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:30 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:49:28.774262+0000 mgr.smithi087.awyyqf (mgr.14164) 184 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:49:31.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:31 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:49:30.514652+0000 mon.smithi087 (mon.0) 255 : audit [DBG] from='client.? 172.21.15.110:0/807580566' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:49:31.986 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:49:31.987 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:49:32.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:32 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:49:30.774567+0000 mgr.smithi087.awyyqf (mgr.14164) 185 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:49:33.336 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:49:33.336 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:49:33.338 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:49:34.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:34 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:49:32.774879+0000 mgr.smithi087.awyyqf (mgr.14164) 186 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:49:34.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:34 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:49:33.336165+0000 mon.smithi087 (mon.0) 256 : audit [DBG] from='client.? 172.21.15.110:0/900910577' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:49:34.721 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:49:34.722 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:49:36.101 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:49:36.101 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:49:36.102 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:49:36.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:36 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:49:34.775136+0000 mgr.smithi087.awyyqf (mgr.14164) 187 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:49:36.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:36 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:49:36.100665+0000 mon.smithi087 (mon.0) 257 : audit [DBG] from='client.? 172.21.15.110:0/2803091337' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:49:37.489 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:49:37.489 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:49:37.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:49:36.855904+0000 mon.smithi087 (mon.0) 258 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.awyyqf/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:49:37.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:49:36.864346+0000 mon.smithi087 (mon.0) 259 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.awyyqf/trash_purge_schedule"}]: dispatch 2023-12-25T20:49:38.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:38 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:49:36.775421+0000 mgr.smithi087.awyyqf (mgr.14164) 188 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:49:38.866 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:49:38.866 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:49:38.868 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:49:39.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:39 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:49:38.866570+0000 mon.smithi087 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.110:0/1931448910' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:49:40.243 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:49:40.243 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:49:40.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:40 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:49:38.775738+0000 mgr.smithi087.awyyqf (mgr.14164) 189 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:49:41.616 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:49:41.616 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:49:41.617 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:49:42.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:42 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:49:40.776074+0000 mgr.smithi087.awyyqf (mgr.14164) 190 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:49:42.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:42 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:49:41.616166+0000 mon.smithi087 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.110:0/161503567' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:49:43.012 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:49:43.013 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:49:44.397 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:49:44.397 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:49:44.398 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:49:44.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:44 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:49:42.776458+0000 mgr.smithi087.awyyqf (mgr.14164) 191 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:49:45.742 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:49:45.744 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:49:45.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:45 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:49:44.396767+0000 mon.smithi087 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.110:0/1298219154' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:49:46.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:46 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:49:44.776816+0000 mgr.smithi087.awyyqf (mgr.14164) 192 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:49:47.154 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:49:47.154 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:49:47.156 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:49:47.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:49:47.154224+0000 mon.smithi087 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.110:0/582309205' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:49:48.522 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:49:48.522 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:49:48.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:49:46.777158+0000 mgr.smithi087.awyyqf (mgr.14164) 193 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:49:49.907 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:49:49.908 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:49:49.909 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:49:50.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:50 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:49:48.777543+0000 mgr.smithi087.awyyqf (mgr.14164) 194 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:49:50.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:50 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:49:49.907726+0000 mon.smithi087 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.110:0/1489509680' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:49:51.298 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:49:51.299 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:49:52.671 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:49:52.672 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:49:52.673 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:49:52.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:52 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:49:50.777904+0000 mgr.smithi087.awyyqf (mgr.14164) 195 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:49:53.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:53 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:49:52.671716+0000 mon.smithi087 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.110:0/4109872460' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:49:54.060 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:49:54.060 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:49:54.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:54 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:49:52.778335+0000 mgr.smithi087.awyyqf (mgr.14164) 196 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:49:55.461 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:49:55.461 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:49:55.463 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:49:56.841 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:49:56.841 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:49:56.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:56 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:49:54.778664+0000 mgr.smithi087.awyyqf (mgr.14164) 197 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:49:56.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:56 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:49:55.461494+0000 mon.smithi087 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.110:0/938791112' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:49:58.205 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:49:58.205 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:49:58.206 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:49:58.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:58 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:49:56.779022+0000 mgr.smithi087.awyyqf (mgr.14164) 198 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:49:58.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:49:58 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:49:58.204617+0000 mon.smithi087 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.110:0/1737158534' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:49:59.576 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:49:59.577 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:50:00.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:00 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:49:58.779374+0000 mgr.smithi087.awyyqf (mgr.14164) 199 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:50:00.951 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:50:00.951 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:50:00.952 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:50:01.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:01 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:50:00.950335+0000 mon.smithi087 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.110:0/464790063' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:50:02.335 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:50:02.335 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:50:02.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:02 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:50:00.779633+0000 mgr.smithi087.awyyqf (mgr.14164) 200 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:50:03.666 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:50:03.666 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:50:03.667 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:50:04.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:04 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:50:02.779995+0000 mgr.smithi087.awyyqf (mgr.14164) 201 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:50:04.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:04 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:50:03.666247+0000 mon.smithi087 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.110:0/1558554749' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:50:05.056 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:50:05.056 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:50:06.428 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:50:06.428 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:50:06.429 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:50:06.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:06 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:50:04.780340+0000 mgr.smithi087.awyyqf (mgr.14164) 202 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:50:07.831 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:50:07.832 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:50:07.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:07 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:50:06.427776+0000 mon.smithi087 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.110:0/2596286986' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:50:08.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:08 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:50:06.780673+0000 mgr.smithi087.awyyqf (mgr.14164) 203 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:50:09.243 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:50:09.244 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:50:09.246 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:50:09.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:50:09.243846+0000 mon.smithi087 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.110:0/4263977568' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:50:10.633 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:50:10.633 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:50:10.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:10 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:50:08.780945+0000 mgr.smithi087.awyyqf (mgr.14164) 204 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:50:11.962 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:50:11.962 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:50:11.964 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:50:12.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:12 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:50:10.781295+0000 mgr.smithi087.awyyqf (mgr.14164) 205 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:50:12.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:12 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:50:11.962828+0000 mon.smithi087 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.110:0/2046626227' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:50:13.343 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:50:13.343 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:50:14.747 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:50:14.747 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:50:14.748 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:50:14.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:14 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:50:12.781645+0000 mgr.smithi087.awyyqf (mgr.14164) 206 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:50:15.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:15 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:50:14.747278+0000 mon.smithi087 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.110:0/3118403600' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:50:16.120 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:50:16.120 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:50:16.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:16 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:50:14.782027+0000 mgr.smithi087.awyyqf (mgr.14164) 207 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:50:17.571 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:50:17.571 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:50:17.573 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:50:18.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:18 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:50:16.782425+0000 mgr.smithi087.awyyqf (mgr.14164) 208 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:50:18.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:18 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:50:17.571376+0000 mon.smithi087 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.110:0/421547145' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:50:18.965 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:50:18.966 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:50:20.392 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:50:20.392 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:50:20.394 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:50:20.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:20 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:50:18.782761+0000 mgr.smithi087.awyyqf (mgr.14164) 209 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:50:20.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:20 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:50:20.392603+0000 mon.smithi087 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.110:0/3736097244' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:50:21.769 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:50:21.770 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:50:22.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:22 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:50:20.783163+0000 mgr.smithi087.awyyqf (mgr.14164) 210 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:50:23.146 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:50:23.146 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:50:23.147 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:50:23.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:23 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:50:23.145920+0000 mon.smithi087 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.110:0/3618380808' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:50:24.525 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:50:24.525 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:50:24.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:24 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:50:22.783531+0000 mgr.smithi087.awyyqf (mgr.14164) 211 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:50:25.902 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:50:25.903 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:50:25.903 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:50:26.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:26 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:50:24.783875+0000 mgr.smithi087.awyyqf (mgr.14164) 212 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:50:26.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:26 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:50:25.902161+0000 mon.smithi087 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.110:0/755460463' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:50:27.297 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:50:27.298 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:50:28.699 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:50:28.700 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:50:28.701 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:50:28.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:28 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:50:26.784183+0000 mgr.smithi087.awyyqf (mgr.14164) 213 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:50:29.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:29 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:50:28.699865+0000 mon.smithi087 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.110:0/3536068695' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:50:30.094 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:50:30.094 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:50:30.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:30 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:50:28.784533+0000 mgr.smithi087.awyyqf (mgr.14164) 214 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:50:31.470 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:50:31.470 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:50:31.472 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:50:32.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:32 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:50:30.784921+0000 mgr.smithi087.awyyqf (mgr.14164) 215 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:50:32.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:32 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:50:31.470807+0000 mon.smithi087 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.110:0/3171732102' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:50:32.868 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:50:32.868 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:50:34.270 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:50:34.270 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:50:34.272 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:50:34.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:34 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:50:32.785223+0000 mgr.smithi087.awyyqf (mgr.14164) 216 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:50:34.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:34 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:50:34.270334+0000 mon.smithi087 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.110:0/3815863992' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:50:35.664 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:50:35.664 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:50:36.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:36 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:50:34.785591+0000 mgr.smithi087.awyyqf (mgr.14164) 217 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:50:37.110 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:50:37.110 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:50:37.112 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:50:37.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:50:36.856874+0000 mon.smithi087 (mon.0) 281 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.awyyqf/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:50:37.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:50:36.865380+0000 mon.smithi087 (mon.0) 282 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.awyyqf/trash_purge_schedule"}]: dispatch 2023-12-25T20:50:37.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:50:37.110504+0000 mon.smithi087 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.110:0/3558369543' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:50:38.522 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:50:38.523 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:50:38.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:38 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:50:36.785894+0000 mgr.smithi087.awyyqf (mgr.14164) 218 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:50:39.947 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:50:39.948 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:50:39.949 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:50:40.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:40 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:50:38.786221+0000 mgr.smithi087.awyyqf (mgr.14164) 219 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:50:40.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:40 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:50:39.947504+0000 mon.smithi087 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.110:0/2106267899' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:50:41.351 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:50:41.352 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:50:42.673 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:50:42.673 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:50:42.674 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:50:42.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:42 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:50:40.786575+0000 mgr.smithi087.awyyqf (mgr.14164) 220 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:50:43.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:43 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:50:42.673132+0000 mon.smithi087 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.110:0/1813221939' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:50:44.047 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:50:44.048 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:50:44.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:44 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:50:42.786947+0000 mgr.smithi087.awyyqf (mgr.14164) 221 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:50:45.424 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:50:45.424 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:50:45.425 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:50:45.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:45 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:50:45.424067+0000 mon.smithi087 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.110:0/2458318218' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:50:46.830 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:50:46.830 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:50:46.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:46 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:50:44.787293+0000 mgr.smithi087.awyyqf (mgr.14164) 222 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:50:48.179 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:50:48.179 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:50:48.181 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:50:48.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:50:46.787618+0000 mgr.smithi087.awyyqf (mgr.14164) 223 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:50:48.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:50:48.179356+0000 mon.smithi087 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.110:0/3703650858' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:50:49.596 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:50:49.596 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:50:50.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:50 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:50:48.787897+0000 mgr.smithi087.awyyqf (mgr.14164) 224 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:50:50.964 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:50:50.965 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:50:50.967 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:50:51.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:51 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:50:50.964713+0000 mon.smithi087 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.110:0/15896535' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:50:52.350 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:50:52.350 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:50:52.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:52 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:50:50.788254+0000 mgr.smithi087.awyyqf (mgr.14164) 225 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:50:53.802 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:50:53.803 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:50:53.804 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:50:54.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:54 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:50:52.788530+0000 mgr.smithi087.awyyqf (mgr.14164) 226 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:50:54.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:54 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:50:53.803238+0000 mon.smithi087 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.110:0/3927179638' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:50:55.190 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:50:55.190 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:50:56.581 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:50:56.582 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:50:56.583 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:50:56.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:56 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:50:54.788785+0000 mgr.smithi087.awyyqf (mgr.14164) 227 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:50:57.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:57 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:50:56.581702+0000 mon.smithi087 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.110:0/2919077044' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:50:57.953 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:50:57.953 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:50:58.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:58 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:50:56.789140+0000 mgr.smithi087.awyyqf (mgr.14164) 228 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:50:59.381 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:50:59.381 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:50:59.382 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:50:59.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:50:59 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:50:59.381316+0000 mon.smithi087 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.110:0/1312275433' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:51:00.767 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:51:00.767 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:51:00.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:00 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:50:58.789543+0000 mgr.smithi087.awyyqf (mgr.14164) 229 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:51:02.134 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:51:02.134 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:51:02.135 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:51:02.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:02 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:51:00.789849+0000 mgr.smithi087.awyyqf (mgr.14164) 230 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:51:02.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:02 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:51:02.134236+0000 mon.smithi087 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.110:0/1126861658' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:51:03.510 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:51:03.510 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:51:04.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:04 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:51:02.790167+0000 mgr.smithi087.awyyqf (mgr.14164) 231 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:51:04.930 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:51:04.930 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:51:04.932 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:51:05.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:05 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:51:04.930339+0000 mon.smithi087 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.110:0/3524272641' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:51:06.354 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:51:06.354 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:51:06.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:06 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:51:04.790538+0000 mgr.smithi087.awyyqf (mgr.14164) 232 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:51:07.704 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:51:07.704 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:51:07.705 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:51:08.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:08 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:51:06.790826+0000 mgr.smithi087.awyyqf (mgr.14164) 233 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:51:08.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:08 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:51:07.703965+0000 mon.smithi087 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.110:0/652788423' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:51:09.076 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:51:09.076 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:51:09.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cephadm 2023-12-25T20:51:07.892867+0000 mgr.smithi087.awyyqf (mgr.14164) 234 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-16331dae-a366-11ee-95a5-87774f69a715-node-exporter.smithi087 2023-12-25T20:51:09.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: /bin/podman: stderr Error: no such container ceph-16331dae-a366-11ee-95a5-87774f69a715-node-exporter.smithi087 2023-12-25T20:51:09.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Deploy daemon node-exporter.smithi087 ... 2023-12-25T20:51:09.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Verifying port 9100 ... 2023-12-25T20:51:09.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Non-zero exit code 1 from systemctl start ceph-16331dae-a366-11ee-95a5-87774f69a715@node-exporter.smithi087 2023-12-25T20:51:09.854 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: systemctl: stderr Job for ceph-16331dae-a366-11ee-95a5-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded. 2023-12-25T20:51:09.854 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: systemctl: stderr See "systemctl status ceph-16331dae-a366-11ee-95a5-87774f69a715@node-exporter.smithi087.service" and "journalctl -xe" for details. 2023-12-25T20:51:09.854 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Traceback (most recent call last): 2023-12-25T20:51:09.854 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-12-25T20:51:09.854 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: main() 2023-12-25T20:51:09.854 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-12-25T20:51:09.854 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: r = ctx.func(ctx) 2023-12-25T20:51:09.854 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-12-25T20:51:09.854 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: return func(ctx) 2023-12-25T20:51:09.854 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2023-12-25T20:51:09.854 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: ports=daemon_ports) 2023-12-25T20:51:09.854 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2023-12-25T20:51:09.854 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: c, osd_fsid=osd_fsid, ports=ports) 2023-12-25T20:51:09.854 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2023-12-25T20:51:09.855 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-12-25T20:51:09.855 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2023-12-25T20:51:09.855 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-12-25T20:51:09.855 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: RuntimeError: Failed command: systemctl start ceph-16331dae-a366-11ee-95a5-87774f69a715@node-exporter.smithi087 2023-12-25T20:51:09.855 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Traceback (most recent call last): 2023-12-25T20:51:09.855 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2023-12-25T20:51:09.855 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: yield (conn, connr) 2023-12-25T20:51:09.855 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2023-12-25T20:51:09.855 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: code, '\n'.join(err))) 2023-12-25T20:51:09.855 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: 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-16331dae-a366-11ee-95a5-87774f69a715-node-exporter.smithi087 2023-12-25T20:51:09.855 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: /bin/podman: stderr Error: no such container ceph-16331dae-a366-11ee-95a5-87774f69a715-node-exporter.smithi087 2023-12-25T20:51:09.855 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Deploy daemon node-exporter.smithi087 ... 2023-12-25T20:51:09.855 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Verifying port 9100 ... 2023-12-25T20:51:09.855 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Non-zero exit code 1 from systemctl start ceph-16331dae-a366-11ee-95a5-87774f69a715@node-exporter.smithi087 2023-12-25T20:51:09.856 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: systemctl: stderr Job for ceph-16331dae-a366-11ee-95a5-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded. 2023-12-25T20:51:09.856 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: systemctl: stderr See "systemctl status ceph-16331dae-a366-11ee-95a5-87774f69a715@node-exporter.smithi087.service" and "journalctl -xe" for details. 2023-12-25T20:51:09.856 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Traceback (most recent call last): 2023-12-25T20:51:09.856 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-12-25T20:51:09.856 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: main() 2023-12-25T20:51:09.856 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-12-25T20:51:09.856 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: r = ctx.func(ctx) 2023-12-25T20:51:09.856 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-12-25T20:51:09.856 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: return func(ctx) 2023-12-25T20:51:09.856 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2023-12-25T20:51:09.856 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: ports=daemon_ports) 2023-12-25T20:51:09.856 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2023-12-25T20:51:09.857 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: c, osd_fsid=osd_fsid, ports=ports) 2023-12-25T20:51:09.857 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2023-12-25T20:51:09.857 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-12-25T20:51:09.857 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2023-12-25T20:51:09.857 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-12-25T20:51:09.857 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: RuntimeError: Failed command: systemctl start ceph-16331dae-a366-11ee-95a5-87774f69a715@node-exporter.smithi087 2023-12-25T20:51:09.857 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cephadm 2023-12-25T20:51:07.893145+0000 mgr.smithi087.awyyqf (mgr.14164) 235 : cephadm [ERR] Failed while placing node-exporter.smithi087 on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-16331dae-a366-11ee-95a5-87774f69a715-node-exporter.smithi087 2023-12-25T20:51:09.857 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: /bin/podman: stderr Error: no such container ceph-16331dae-a366-11ee-95a5-87774f69a715-node-exporter.smithi087 2023-12-25T20:51:09.857 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Deploy daemon node-exporter.smithi087 ... 2023-12-25T20:51:09.857 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Verifying port 9100 ... 2023-12-25T20:51:09.857 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Non-zero exit code 1 from systemctl start ceph-16331dae-a366-11ee-95a5-87774f69a715@node-exporter.smithi087 2023-12-25T20:51:09.858 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: systemctl: stderr Job for ceph-16331dae-a366-11ee-95a5-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded. 2023-12-25T20:51:09.858 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: systemctl: stderr See "systemctl status ceph-16331dae-a366-11ee-95a5-87774f69a715@node-exporter.smithi087.service" and "journalctl -xe" for details. 2023-12-25T20:51:09.858 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: Traceback (most recent call last): 2023-12-25T20:51:09.858 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-12-25T20:51:09.858 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: main() 2023-12-25T20:51:09.858 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-12-25T20:51:09.858 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: r = ctx.func(ctx) 2023-12-25T20:51:09.858 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-12-25T20:51:09.858 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: return func(ctx) 2023-12-25T20:51:09.858 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2023-12-25T20:51:09.858 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: ports=daemon_ports) 2023-12-25T20:51:09.858 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2023-12-25T20:51:09.858 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: c, osd_fsid=osd_fsid, ports=ports) 2023-12-25T20:51:09.858 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2023-12-25T20:51:09.858 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-12-25T20:51:09.859 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: File "/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2023-12-25T20:51:09.859 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-12-25T20:51:09.859 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: RuntimeError: Failed command: systemctl start ceph-16331dae-a366-11ee-95a5-87774f69a715@node-exporter.smithi087 2023-12-25T20:51:09.859 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cephadm 2023-12-25T20:51:07.899292+0000 mgr.smithi087.awyyqf (mgr.14164) 236 : cephadm [INF] Deploying daemon prometheus.smithi087 on smithi087 2023-12-25T20:51:10.414 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:51:10.415 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:51:10.415 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:51:10.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:10 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:51:08.791064+0000 mgr.smithi087.awyyqf (mgr.14164) 237 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:51:10.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:10 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:51:10.414017+0000 mon.smithi087 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.110:0/1994839180' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:51:11.779 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:51:11.779 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:51:12.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:12 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:51:10.791395+0000 mgr.smithi087.awyyqf (mgr.14164) 238 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:51:12.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:12 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:51:11.866958+0000 mon.smithi087 (mon.0) 296 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' 2023-12-25T20:51:13.095 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:51:13.095 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:51:13.097 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:51:13.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:13 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:51:13.095433+0000 mon.smithi087 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.110:0/2523799464' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:51:14.507 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:51:14.507 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:51:14.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:14 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:51:12.791736+0000 mgr.smithi087.awyyqf (mgr.14164) 239 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:51:15.885 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:51:15.885 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:51:15.886 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:51:16.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:16 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:51:14.792111+0000 mgr.smithi087.awyyqf (mgr.14164) 240 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:51:16.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:16 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:51:15.884640+0000 mon.smithi087 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.110:0/413886182' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:51:17.268 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:51:17.269 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:51:18.683 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:51:18.684 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:51:18.685 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:51:18.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:18 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:51:16.792464+0000 mgr.smithi087.awyyqf (mgr.14164) 241 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:51:19.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:19 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:51:18.683681+0000 mon.smithi087 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.110:0/1415597378' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:51:20.122 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:51:20.122 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:51:20.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:20 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:51:18.792726+0000 mgr.smithi087.awyyqf (mgr.14164) 242 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:51:21.457 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:51:21.461 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:51:21.461 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:51:21.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:21 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:51:21.457526+0000 mon.smithi087 (mon.0) 300 : audit [DBG] from='client.? 172.21.15.110:0/576462309' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:51:22.841 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:51:22.841 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:51:22.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:22 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:51:20.793075+0000 mgr.smithi087.awyyqf (mgr.14164) 243 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:51:24.193 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:51:24.193 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:51:24.195 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:51:24.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:24 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:51:22.793435+0000 mgr.smithi087.awyyqf (mgr.14164) 244 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:51:24.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:24 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:51:24.193361+0000 mon.smithi087 (mon.0) 301 : audit [DBG] from='client.? 172.21.15.110:0/1799982188' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:51:25.575 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:51:25.575 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:51:26.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:26 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:51:24.793766+0000 mgr.smithi087.awyyqf (mgr.14164) 245 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:51:27.050 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:51:27.051 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:51:27.052 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:51:27.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:27 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:51:27.050680+0000 mon.smithi087 (mon.0) 302 : audit [DBG] from='client.? 172.21.15.110:0/1710005837' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:51:28.458 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:51:28.458 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:51:28.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:28 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:51:26.794056+0000 mgr.smithi087.awyyqf (mgr.14164) 246 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:51:29.868 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:51:29.868 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:51:29.870 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:51:30.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:30 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:51:28.794436+0000 mgr.smithi087.awyyqf (mgr.14164) 247 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:51:30.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:30 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:51:29.868164+0000 mon.smithi087 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.110:0/1374630720' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:51:31.258 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:51:31.258 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:51:32.598 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:51:32.598 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:51:32.600 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:51:32.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:32 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:51:30.794802+0000 mgr.smithi087.awyyqf (mgr.14164) 248 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:51:33.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:33 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:51:32.598528+0000 mon.smithi087 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.110:0/2034480808' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:51:33.982 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:51:33.983 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:51:34.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:34 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:51:32.795105+0000 mgr.smithi087.awyyqf (mgr.14164) 249 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:51:35.398 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:51:35.398 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:51:35.400 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:51:35.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:35 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:51:35.398178+0000 mon.smithi087 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.110:0/1260139676' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:51:36.801 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:51:36.801 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:51:36.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:36 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:51:34.795402+0000 mgr.smithi087.awyyqf (mgr.14164) 250 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:51:37.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:51:36.858003+0000 mon.smithi087 (mon.0) 306 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.awyyqf/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:51:37.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:51:36.866330+0000 mon.smithi087 (mon.0) 307 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.awyyqf/trash_purge_schedule"}]: dispatch 2023-12-25T20:51:38.264 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:51:38.264 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:51:38.265 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:51:38.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:38 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:51:36.795691+0000 mgr.smithi087.awyyqf (mgr.14164) 251 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:51:38.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:38 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:51:38.263839+0000 mon.smithi087 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.110:0/230657145' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:51:39.685 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:51:39.686 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:51:40.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:40 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:51:38.796055+0000 mgr.smithi087.awyyqf (mgr.14164) 252 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:51:41.049 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:51:41.050 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:51:41.051 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:51:41.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:41 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:51:41.050120+0000 mon.smithi087 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.110:0/3512378529' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:51:42.431 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:51:42.432 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:51:42.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:42 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:51:40.796477+0000 mgr.smithi087.awyyqf (mgr.14164) 253 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:51:43.854 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:51:43.854 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:51:43.856 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:51:44.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:44 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:51:42.796807+0000 mgr.smithi087.awyyqf (mgr.14164) 254 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:51:44.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:44 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:51:43.854574+0000 mon.smithi087 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.110:0/3206265745' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:51:45.224 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:51:45.225 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:51:46.567 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:51:46.567 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:51:46.569 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:51:46.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:46 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:51:44.797161+0000 mgr.smithi087.awyyqf (mgr.14164) 255 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:51:47.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:47 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:51:46.567268+0000 mon.smithi087 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.110:0/2419594794' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:51:47.944 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:51:47.944 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:51:48.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:48 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:51:46.797473+0000 mgr.smithi087.awyyqf (mgr.14164) 256 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:51:49.291 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:51:49.291 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:51:49.293 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:51:49.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:49 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:51:49.291376+0000 mon.smithi087 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.110:0/712549523' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:51:50.677 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:51:50.677 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:51:50.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:50 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:51:48.797741+0000 mgr.smithi087.awyyqf (mgr.14164) 257 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:51:52.063 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:51:52.063 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:51:52.065 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:51:52.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:52 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:51:50.798023+0000 mgr.smithi087.awyyqf (mgr.14164) 258 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:51:52.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:52 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:51:52.063460+0000 mon.smithi087 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.110:0/350939951' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:51:53.438 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:51:53.439 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:51:54.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:54 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:51:52.798380+0000 mgr.smithi087.awyyqf (mgr.14164) 259 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:51:54.869 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:51:54.869 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:51:54.870 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:51:55.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:55 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:51:54.869285+0000 mon.smithi087 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.110:0/2815985719' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:51:56.258 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:51:56.258 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:51:56.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:56 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:51:54.798717+0000 mgr.smithi087.awyyqf (mgr.14164) 260 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:51:57.597 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:51:57.597 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:51:57.599 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:51:58.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:58 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:51:56.799035+0000 mgr.smithi087.awyyqf (mgr.14164) 261 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:51:58.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:51:58 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:51:57.597276+0000 mon.smithi087 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.110:0/3807492601' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:51:58.996 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:51:58.997 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:52:00.349 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:52:00.349 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:52:00.350 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:52:00.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:00 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:51:58.799350+0000 mgr.smithi087.awyyqf (mgr.14164) 262 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:52:00.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:00 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:52:00.348875+0000 mon.smithi087 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.110:0/1440961012' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:52:01.758 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:52:01.759 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:52:02.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:02 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:52:00.799601+0000 mgr.smithi087.awyyqf (mgr.14164) 263 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:52:03.157 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:52:03.158 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:52:03.159 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:52:03.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:03 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:52:03.157513+0000 mon.smithi087 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.110:0/4072212032' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:52:04.542 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:52:04.542 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:52:04.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:04 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:52:02.799939+0000 mgr.smithi087.awyyqf (mgr.14164) 264 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:52:05.926 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:52:05.926 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:52:05.927 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:52:06.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:06 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:52:04.800293+0000 mgr.smithi087.awyyqf (mgr.14164) 265 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:52:06.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:06 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:52:05.925764+0000 mon.smithi087 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.110:0/358028734' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:52:07.306 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:52:07.306 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:52:08.699 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:52:08.699 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:52:08.700 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:52:08.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:08 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:52:06.800602+0000 mgr.smithi087.awyyqf (mgr.14164) 266 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:52:09.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:09 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:52:08.698771+0000 mon.smithi087 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.110:0/3571263142' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:52:10.094 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:52:10.094 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:52:10.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:10 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:52:08.800880+0000 mgr.smithi087.awyyqf (mgr.14164) 267 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:52:11.479 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:52:11.479 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:52:11.481 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:52:11.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:11 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:52:11.479094+0000 mon.smithi087 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.110:0/3279901137' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:52:12.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:12 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:52:10.801270+0000 mgr.smithi087.awyyqf (mgr.14164) 268 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:52:12.868 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:52:12.868 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:52:14.198 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:52:14.198 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:52:14.199 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:52:14.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:14 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:52:12.801626+0000 mgr.smithi087.awyyqf (mgr.14164) 269 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:52:14.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:14 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:52:14.197845+0000 mon.smithi087 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.110:0/1807176941' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:52:15.669 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:52:15.669 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:52:15.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:15 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:52:14.801931+0000 mgr.smithi087.awyyqf (mgr.14164) 270 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:52:17.019 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:52:17.019 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:52:17.021 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:52:18.352 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:17 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:52:16.802165+0000 mgr.smithi087.awyyqf (mgr.14164) 271 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:52:18.352 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:17 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:52:17.019546+0000 mon.smithi087 (mon.0) 322 : audit [DBG] from='client.? 172.21.15.110:0/1788073861' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:52:18.409 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:52:18.409 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:52:19.864 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:52:19.864 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:52:19.865 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:52:20.352 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:19 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:52:18.802505+0000 mgr.smithi087.awyyqf (mgr.14164) 272 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:52:21.276 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:52:21.276 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:52:21.354 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:20 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:52:19.864355+0000 mon.smithi087 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.110:0/321794908' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:52:22.352 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:21 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:52:20.802832+0000 mgr.smithi087.awyyqf (mgr.14164) 273 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:52:22.730 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:52:22.730 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:52:22.732 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:52:23.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:23 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:52:22.730290+0000 mon.smithi087 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.110:0/1897541503' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:52:24.121 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:52:24.121 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:52:24.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:24 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:52:22.803114+0000 mgr.smithi087.awyyqf (mgr.14164) 274 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:52:25.470 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:52:25.470 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:52:25.472 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:52:26.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:26 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:52:24.803464+0000 mgr.smithi087.awyyqf (mgr.14164) 275 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:52:26.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:26 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:52:25.470395+0000 mon.smithi087 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.110:0/648130887' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:52:26.861 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:52:26.861 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:52:28.270 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:52:28.271 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:52:28.272 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:52:28.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:28 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:52:26.803837+0000 mgr.smithi087.awyyqf (mgr.14164) 276 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:52:28.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:28 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:52:28.270411+0000 mon.smithi087 (mon.0) 326 : audit [DBG] from='client.? 172.21.15.110:0/1034152840' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:52:29.660 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:52:29.660 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:52:30.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:30 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:52:28.804199+0000 mgr.smithi087.awyyqf (mgr.14164) 277 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:52:31.069 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:52:31.070 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:52:31.071 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:52:31.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:31 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:52:31.069808+0000 mon.smithi087 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.110:0/732366885' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:52:32.450 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:52:32.450 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:52:32.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:32 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:52:30.804585+0000 mgr.smithi087.awyyqf (mgr.14164) 278 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:52:33.770 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:52:33.770 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:52:33.771 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:52:34.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:34 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:52:32.804921+0000 mgr.smithi087.awyyqf (mgr.14164) 279 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:52:34.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:34 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:52:33.769761+0000 mon.smithi087 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.110:0/2210900425' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:52:35.145 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:52:35.145 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:52:36.560 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:52:36.560 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:52:36.561 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:52:36.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:36 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:52:34.805274+0000 mgr.smithi087.awyyqf (mgr.14164) 280 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:52:37.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:52:36.559991+0000 mon.smithi087 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.110:0/502359033' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:52:37.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:52:36.859491+0000 mon.smithi087 (mon.0) 330 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.awyyqf/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:52:37.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:37 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:52:36.867164+0000 mon.smithi087 (mon.0) 331 : audit [INF] from='mgr.14164 172.21.15.87:0/106837298' entity='mgr.smithi087.awyyqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.awyyqf/trash_purge_schedule"}]: dispatch 2023-12-25T20:52:37.966 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:52:37.966 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:52:38.602 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:38 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:52:36.805673+0000 mgr.smithi087.awyyqf (mgr.14164) 281 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:52:39.402 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:52:39.403 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:52:39.404 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:52:40.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:40 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:52:38.806060+0000 mgr.smithi087.awyyqf (mgr.14164) 282 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:52:40.603 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:40 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:52:39.401964+0000 mon.smithi087 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.110:0/2509818121' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:52:40.773 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:52:40.773 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16331dae-a366-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:52:42.135 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-25T20:52:42.136 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"16331dae-a366-11ee-95a5-87774f69a715","modified":"2023-12-25T20:42:41.955178Z","created":"2023-12-25T20:42:41.955178Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:52:42.137 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-25T20:52:42.515 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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-25T20:52:42.516 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-25T20:52:42.516 DEBUG:teuthology.orchestra.run.smithi087:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-25T20:52:42.540 DEBUG:teuthology.orchestra.run.smithi110:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-25T20:52:42.558 INFO:tasks.cephadm:Stopping all daemons... 2023-12-25T20:52:42.559 INFO:tasks.cephadm.mon.smithi087:Stopping mon.smithi087... 2023-12-25T20:52:42.559 DEBUG:teuthology.orchestra.run.smithi087:> sudo systemctl stop ceph-16331dae-a366-11ee-95a5-87774f69a715@mon.smithi087 2023-12-25T20:52:42.611 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:42 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: cluster 2023-12-25T20:52:40.806395+0000 mgr.smithi087.awyyqf (mgr.14164) 283 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:52:42.611 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:42 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: audit 2023-12-25T20:52:42.135104+0000 mon.smithi087 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.110:0/1745489524' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:52:42.945 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:42 smithi087 systemd[1]: Stopping Ceph mon.smithi087 for 16331dae-a366-11ee-95a5-87774f69a715... 2023-12-25T20:52:42.945 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:42 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:52:42.696+0000 7f54a7d7b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi087 -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-25T20:52:42.945 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Dec 25 20:52:42 smithi087 ceph-16331dae-a366-11ee-95a5-87774f69a715-mon.smithi087[107490]: debug 2023-12-25T20:52:42.696+0000 7f54a7d7b700 -1 mon.smithi087@0(leader) e1 *** Got Signal Terminated *** 2023-12-25T20:52:43.034 DEBUG:teuthology.orchestra.run.smithi087:> sudo pkill -f 'journalctl -f -n 0 -u ceph-16331dae-a366-11ee-95a5-87774f69a715@mon.smithi087.service' 2023-12-25T20:52:43.130 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-25T20:52:43.130 INFO:tasks.cephadm.mon.smithi087:Stopped mon.smithi087 2023-12-25T20:52:43.130 INFO:tasks.cephadm.mon.smithi110:Stopping mon.smithi110... 2023-12-25T20:52:43.130 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-16331dae-a366-11ee-95a5-87774f69a715@mon.smithi110 2023-12-25T20:52:43.164 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to stop ceph-16331dae-a366-11ee-95a5-87774f69a715@mon.smithi110.service: Unit ceph-16331dae-a366-11ee-95a5-87774f69a715@mon.smithi110.service not loaded. 2023-12-25T20:52:43.165 DEBUG:teuthology.orchestra.run:got remote process result: 5 2023-12-25T20:52:43.166 ERROR:tasks.cephadm:Failed to stop "ceph.mon.smithi110" Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi110 with status 5: 'sudo systemctl stop ceph-16331dae-a366-11ee-95a5-87774f69a715@mon.smithi110' 2023-12-25T20:52:43.166 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-25T20:52:43.168 DEBUG:teuthology.misc:Transferring archived files from smithi087:/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500944/remote/ubuntu@smithi087.front.sepia.ceph.com/crash 2023-12-25T20:52:43.169 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/crash -- . 2023-12-25T20:52:43.214 DEBUG:teuthology.misc:Transferring archived files from smithi110:/var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500944/remote/ubuntu@smithi110.front.sepia.ceph.com/crash 2023-12-25T20:52:43.215 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/crash -- . 2023-12-25T20:52:43.263 INFO:teuthology.orchestra.run.smithi110.stderr:tar: /var/lib/ceph/16331dae-a366-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-25T20:52:43.263 INFO:teuthology.orchestra.run.smithi110.stderr:tar: Error is not recoverable: exiting now 2023-12-25T20:52:43.264 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-25T20:52:43.264 DEBUG:teuthology.orchestra.run.smithi087:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-25T20:52:43.293 INFO:teuthology.orchestra.run.smithi087.stderr:grep: /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715/ceph.log: No such file or directory 2023-12-25T20:52:43.296 INFO:tasks.cephadm:Compressing logs... 2023-12-25T20:52:43.296 DEBUG:teuthology.orchestra.run.smithi087:> 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-25T20:52:43.337 DEBUG:teuthology.orchestra.run.smithi110:> 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-25T20:52:43.363 INFO:teuthology.orchestra.run.smithi087.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-25T20:52:43.363 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-25T20:52:43.363 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715/ceph-mon.smithi087.log 2023-12-25T20:52:43.364 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-25T20:52:43.364 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715/ceph-mgr.smithi087.awyyqf.log 2023-12-25T20:52:43.364 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715/ceph-mon.smithi087.log: /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715/ceph-volume.log: /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715/ceph-mgr.smithi087.awyyqf.log: 88.4% -- replaced with /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-25T20:52:43.365 INFO:teuthology.orchestra.run.smithi087.stderr: 88.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-25T20:52:43.365 INFO:teuthology.orchestra.run.smithi110.stderr:find: ‘/var/log/rbd-target-api’gzip : No such file or directory-5 2023-12-25T20:52:43.366 INFO:teuthology.orchestra.run.smithi110.stderr:--verbose -- /var/log/ceph/cephadm.log 2023-12-25T20:52:43.368 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/cephadm.log: 96.1% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-25T20:52:43.369 INFO:teuthology.orchestra.run.smithi110.stderr: 2023-12-25T20:52:43.369 INFO:teuthology.orchestra.run.smithi110.stderr:real 0m0.014s 2023-12-25T20:52:43.369 INFO:teuthology.orchestra.run.smithi110.stderr:user 0m0.008s 2023-12-25T20:52:43.369 INFO:teuthology.orchestra.run.smithi110.stderr:sys 0m0.013s 2023-12-25T20:52:43.444 INFO:teuthology.orchestra.run.smithi087.stderr: 92.8% -- replaced with /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715/ceph-mgr.smithi087.awyyqf.log.gz 2023-12-25T20:52:43.509 INFO:teuthology.orchestra.run.smithi087.stderr: 90.4% -- replaced with /var/log/ceph/16331dae-a366-11ee-95a5-87774f69a715/ceph-mon.smithi087.log.gz 2023-12-25T20:52:43.510 INFO:teuthology.orchestra.run.smithi087.stderr: 2023-12-25T20:52:43.510 INFO:teuthology.orchestra.run.smithi087.stderr:real 0m0.158s 2023-12-25T20:52:43.510 INFO:teuthology.orchestra.run.smithi087.stderr:user 0m0.233s 2023-12-25T20:52:43.511 INFO:teuthology.orchestra.run.smithi087.stderr:sys 0m0.016s 2023-12-25T20:52:43.511 INFO:tasks.cephadm:Archiving logs... 2023-12-25T20:52:43.511 DEBUG:teuthology.misc:Transferring archived files from smithi087:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500944/remote/ubuntu@smithi087.front.sepia.ceph.com/log 2023-12-25T20:52:43.512 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-25T20:52:43.623 DEBUG:teuthology.misc:Transferring archived files from smithi110:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500944/remote/ubuntu@smithi110.front.sepia.ceph.com/log 2023-12-25T20:52:43.624 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-25T20:52:43.654 INFO:tasks.cephadm:Removing cluster... 2023-12-25T20:52:43.655 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 16331dae-a366-11ee-95a5-87774f69a715 --force 2023-12-25T20:53:37.861 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 16331dae-a366-11ee-95a5-87774f69a715 --force 2023-12-25T20:53:38.164 INFO:tasks.cephadm:Removing cephadm ... 2023-12-25T20:53:38.164 DEBUG:teuthology.orchestra.run.smithi087:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-25T20:53:38.184 DEBUG:teuthology.orchestra.run.smithi110:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-25T20:53:38.202 INFO:tasks.cephadm:Teardown complete 2023-12-25T20:53:38.202 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/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_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/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_9680d2aba1e76f64ade295c81599c97907457848/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_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi110 with status 5: 'sudo systemctl stop ceph-16331dae-a366-11ee-95a5-87774f69a715@mon.smithi110' 2023-12-25T20:53:38.290 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=f6bb97678e084471b91d812e94d959d5 Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/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_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/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_9680d2aba1e76f64ade295c81599c97907457848/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_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi110 with status 5: 'sudo systemctl stop ceph-16331dae-a366-11ee-95a5-87774f69a715@mon.smithi110' 2023-12-25T20:53:38.295 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-25T20:53:38.305 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-25T20:53:38.312 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-25T20:53:38.313 DEBUG:teuthology.orchestra.run.smithi087:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-25T20:53:38.327 DEBUG:teuthology.orchestra.run.smithi110:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-25T20:53:38.335 INFO:teuthology.orchestra.run.smithi087.stderr:bash: ntpq: command not found 2023-12-25T20:53:38.341 INFO:teuthology.orchestra.run.smithi087.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-25T20:53:38.341 INFO:teuthology.orchestra.run.smithi087.stdout:=============================================================================== 2023-12-25T20:53:38.341 INFO:teuthology.orchestra.run.smithi087.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 49 +424us[ +424us] +/- 79ms 2023-12-25T20:53:38.341 INFO:teuthology.orchestra.run.smithi087.stdout:^* hv02.front.sepia.ceph.com 3 6 377 49 +205us[ +242us] +/- 71ms 2023-12-25T20:53:38.342 INFO:teuthology.orchestra.run.smithi087.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 49 -581us[ -543us] +/- 89ms 2023-12-25T20:53:38.342 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:53:38.345 INFO:teuthology.orchestra.run.smithi110.stderr:bash: ntpq: command not found 2023-12-25T20:53:38.349 INFO:teuthology.orchestra.run.smithi110.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-25T20:53:38.349 INFO:teuthology.orchestra.run.smithi110.stdout:=============================================================================== 2023-12-25T20:53:38.349 INFO:teuthology.orchestra.run.smithi110.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 47 +372us[ +372us] +/- 79ms 2023-12-25T20:53:38.349 INFO:teuthology.orchestra.run.smithi110.stdout:^* hv02.front.sepia.ceph.com 3 6 377 47 +142us[ +153us] +/- 71ms 2023-12-25T20:53:38.349 INFO:teuthology.orchestra.run.smithi110.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 48 -624us[ -613us] +/- 89ms 2023-12-25T20:53:38.350 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:53:38.350 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-25T20:53:38.360 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-25T20:53:38.361 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-25T20:53:38.374 DEBUG:teuthology.orchestra.run.smithi087:> 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-25T20:53:38.469 DEBUG:teuthology.orchestra.run.smithi110:> 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-25T20:53:38.559 DEBUG:teuthology.orchestra.run.smithi087:> 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-25T20:53:38.590 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:53:38.591 DEBUG:teuthology.orchestra.run.smithi110:> 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-25T20:53:38.622 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:53:38.623 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-25T20:53:38.634 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-25T20:53:38.644 INFO:teuthology.task.internal:Duration was 1156.273611 seconds 2023-12-25T20:53:38.644 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-25T20:53:38.653 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-25T20:53:38.653 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-25T20:53:38.656 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-25T20:53:38.699 INFO:teuthology.orchestra.run.smithi087.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-25T20:53:38.709 INFO:teuthology.orchestra.run.smithi110.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-25T20:53:39.115 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-25T20:53:39.115 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi087.front.sepia.ceph.com 2023-12-25T20:53:39.115 DEBUG:teuthology.orchestra.run.smithi087:> 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-25T20:53:39.139 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi110.front.sepia.ceph.com 2023-12-25T20:53:39.139 DEBUG:teuthology.orchestra.run.smithi110:> 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-25T20:53:39.164 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-25T20:53:39.165 DEBUG:teuthology.orchestra.run.smithi087:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-25T20:53:39.182 DEBUG:teuthology.orchestra.run.smithi110:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-25T20:53:39.253 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-25T20:53:39.254 DEBUG:teuthology.orchestra.run.smithi087:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-25T20:53:39.266 DEBUG:teuthology.orchestra.run.smithi110:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-25T20:53:39.351 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-25T20:53:39.361 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-25T20:53:39.362 DEBUG:teuthology.orchestra.run.smithi087:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-25T20:53:39.390 DEBUG:teuthology.orchestra.run.smithi110:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-25T20:53:39.418 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-25T20:53:39.429 DEBUG:teuthology.orchestra.run.smithi087:> 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-25T20:53:39.433 DEBUG:teuthology.orchestra.run.smithi110:> 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-25T20:53:39.457 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern = core 2023-12-25T20:53:39.484 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern = core 2023-12-25T20:53:39.533 DEBUG:teuthology.orchestra.run.smithi087:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-25T20:53:39.550 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:53:39.551 DEBUG:teuthology.orchestra.run.smithi110:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-25T20:53:39.590 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:53:39.590 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-25T20:53:39.600 INFO:teuthology.task.internal:Transferring archived files... 2023-12-25T20:53:39.600 DEBUG:teuthology.misc:Transferring archived files from smithi087:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500944/remote/smithi087 2023-12-25T20:53:39.601 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-25T20:53:39.646 DEBUG:teuthology.misc:Transferring archived files from smithi110:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500944/remote/smithi110 2023-12-25T20:53:39.647 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-25T20:53:39.685 INFO:teuthology.task.internal:Removing archive directory... 2023-12-25T20:53:39.686 DEBUG:teuthology.orchestra.run.smithi087:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-25T20:53:39.688 DEBUG:teuthology.orchestra.run.smithi110:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-25T20:53:39.737 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-25T20:53:39.748 INFO:teuthology.task.internal:Not uploading archives. 2023-12-25T20:53:39.748 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-25T20:53:39.758 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-25T20:53:39.758 DEBUG:teuthology.orchestra.run.smithi087:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-25T20:53:39.760 DEBUG:teuthology.orchestra.run.smithi110:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-25T20:53:39.776 INFO:teuthology.orchestra.run.smithi087.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 25 20:53 /home/ubuntu/cephtest 2023-12-25T20:53:39.794 INFO:teuthology.orchestra.run.smithi110.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 25 20:53 /home/ubuntu/cephtest 2023-12-25T20:53:39.795 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-25T20:53:39.806 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-25T20:53:39.826 INFO:teuthology.nuke:Checking targets against current locks 2023-12-25T20:53:39.854 DEBUG:teuthology.nuke:shortname: smithi087 2023-12-25T20:53:39.854 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-25T20:53:39.876 DEBUG:teuthology.nuke:shortname: smithi110 2023-12-25T20:53:39.876 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-25T20:53:39.880 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi087.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500944', '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-25 20:25:31.356910', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOn/thIQrA1xZwCljSJNDbDILKtR+wP3rfWPFGCDHRdBN+C0pzRhe4djzkNPPbhElLIcxRUpyt/A2HMcq1qdA/w='} 2023-12-25T20:53:39.902 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi110.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500944', '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-25 20:25:31.355389', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJZDxW3LL7+OeCrNHc/0Mt2ExzOdrZqIg1+DkWXIp2UIRVFAzqw2i5I5eM4tsBv/uOpoNsztadlvf82HyJ5pRrI='} 2023-12-25T20:53:39.930 INFO:teuthology.orchestra.console.smithi087:Power off 2023-12-25T20:53:39.930 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-25T20:53:39.960 DEBUG:teuthology.orchestra.console.smithi087:power off output: Chassis Power Control: Down/Off 2023-12-25T20:53:39.961 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T20:53:39.987 DEBUG:teuthology.orchestra.console.smithi087:check power output: Chassis Power is on 2023-12-25T20:53:40.001 INFO:teuthology.orchestra.console.smithi110:Power off 2023-12-25T20:53:40.001 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-25T20:53:40.027 DEBUG:teuthology.orchestra.console.smithi110:power off output: Chassis Power Control: Down/Off 2023-12-25T20:53:40.027 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T20:53:40.052 DEBUG:teuthology.orchestra.console.smithi110:check power output: Chassis Power is on 2023-12-25T20:53:43.989 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T20:53:44.053 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T20:53:44.100 DEBUG:teuthology.orchestra.console.smithi087:check power output: Chassis Power is on 2023-12-25T20:53:44.167 DEBUG:teuthology.orchestra.console.smithi110:check power output: Chassis Power is on 2023-12-25T20:53:48.105 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T20:53:48.169 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T20:53:48.218 DEBUG:teuthology.orchestra.console.smithi087:check power output: Chassis Power is off 2023-12-25T20:53:48.282 DEBUG:teuthology.orchestra.console.smithi110:check power output: Chassis Power is off 2023-12-25T20:53:48.319 INFO:teuthology.orchestra.console.smithi087:Power off completed 2023-12-25T20:53:48.383 INFO:teuthology.orchestra.console.smithi110:Power off completed 2023-12-25T20:53:48.487 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: 1156.273610830307 failure_reason: 'Command failed on smithi110 with status 5: ''sudo systemctl stop ceph-16331dae-a366-11ee-95a5-87774f69a715@mon.smithi110''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=f6bb97678e084471b91d812e94d959d5 status: fail success: false 2023-12-25T20:53:48.488 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-25T20:53:48.562 INFO:teuthology.run:FAIL