2024-01-13T10:55:18.308 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-13T10:55:18.308 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} --verbose --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515987 -- /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515987/orig.config.yaml 2024-01-13T10:55:18.346 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-13T10:55:18.434 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515987 branch: wip-yuri2-testing-2024-01-12-1128-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: '7515987' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-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-yuri2-testing-2024-01-12-1128-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: 445562ab4bc3ddfb386936119050695810860bcb ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 445562ab4bc3ddfb386936119050695810860bcb selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri2-testing-2024-01-12-1128-pacific sha1: 445562ab4bc3ddfb386936119050695810860bcb 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: 5246 sha1: 445562ab4bc3ddfb386936119050695810860bcb sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri2-testing-2024-01-12-1128-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_445562ab4bc3ddfb386936119050695810860bcb/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 445562ab4bc3ddfb386936119050695810860bcb targets: smithi100.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEtHRcxHy2p/VkUU++77F+YsakzSNBIMv+FHRav14a8RvJkOw4DvP2NkgqMkGVbpBejXj/Gq3B59esibVRfm4sA= smithi178.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLDSP7QXMskAu9k21T4pZYvUyeM6RY6kNHLu2F5hTpB4QmT27vyjQzDnYZ8te+zwwkua5pKVxGYsuY9kuiG9E0E= 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: cd45576300487d997e5a85abed65500b9f5d143b timestamp: 2024-01-12_21:52:25 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2024-01-13T10:55:18.434 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_445562ab4bc3ddfb386936119050695810860bcb/qa; will attempt to use it 2024-01-13T10:55:18.435 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks 2024-01-13T10:55:18.435 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-13T10:55:18.436 INFO:teuthology.task.internal:Checking packages... 2024-01-13T10:55:18.461 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '445562ab4bc3ddfb386936119050695810860bcb' 2024-01-13T10:55:18.461 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-13T10:55:18.461 INFO:teuthology.packaging:ref: None 2024-01-13T10:55:18.461 INFO:teuthology.packaging:tag: None 2024-01-13T10:55:18.461 INFO:teuthology.packaging:branch: wip-yuri2-testing-2024-01-12-1128-pacific 2024-01-13T10:55:18.462 INFO:teuthology.packaging:sha1: 445562ab4bc3ddfb386936119050695810860bcb 2024-01-13T10:55:18.462 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri2-testing-2024-01-12-1128-pacific 2024-01-13T10:55:18.606 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-456.g445562ab 2024-01-13T10:55:18.608 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-13T10:55:18.615 INFO:teuthology.task.internal:no buildpackages task found 2024-01-13T10:55:18.615 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-13T10:55:18.625 INFO:teuthology.task.internal:Saving configuration 2024-01-13T10:55:18.639 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-13T10:55:18.646 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-13T10:55:18.669 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi100.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515987', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-13 10:49:54.464424', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEtHRcxHy2p/VkUU++77F+YsakzSNBIMv+FHRav14a8RvJkOw4DvP2NkgqMkGVbpBejXj/Gq3B59esibVRfm4sA='} 2024-01-13T10:55:18.693 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi178.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515987', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-13 10:49:54.462540', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLDSP7QXMskAu9k21T4pZYvUyeM6RY6kNHLu2F5hTpB4QmT27vyjQzDnYZ8te+zwwkua5pKVxGYsuY9kuiG9E0E='} 2024-01-13T10:55:18.693 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-13T10:55:18.699 INFO:teuthology.task.internal:roles: ubuntu@smithi100.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-01-13T10:55:18.699 INFO:teuthology.task.internal:roles: ubuntu@smithi178.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-01-13T10:55:18.699 INFO:teuthology.run_tasks:Running task console_log... 2024-01-13T10:55:18.768 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f7d21cfcf70>, signals=[15]) 2024-01-13T10:55:18.769 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-13T10:55:18.775 INFO:teuthology.task.internal:Opening connections... 2024-01-13T10:55:18.775 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi100.front.sepia.ceph.com 2024-01-13T10:55:18.777 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T10:55:18.855 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi178.front.sepia.ceph.com 2024-01-13T10:55:18.856 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T10:55:18.929 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-13T10:55:18.935 DEBUG:teuthology.orchestra.run.smithi100:> uname -m 2024-01-13T10:55:18.956 INFO:teuthology.orchestra.run.smithi100.stdout:x86_64 2024-01-13T10:55:18.957 DEBUG:teuthology.orchestra.run.smithi100:> cat /etc/os-release 2024-01-13T10:55:19.017 INFO:teuthology.orchestra.run.smithi100.stdout:NAME="CentOS Stream" 2024-01-13T10:55:19.018 INFO:teuthology.orchestra.run.smithi100.stdout:VERSION="8" 2024-01-13T10:55:19.018 INFO:teuthology.orchestra.run.smithi100.stdout:ID="centos" 2024-01-13T10:55:19.018 INFO:teuthology.orchestra.run.smithi100.stdout:ID_LIKE="rhel fedora" 2024-01-13T10:55:19.018 INFO:teuthology.orchestra.run.smithi100.stdout:VERSION_ID="8" 2024-01-13T10:55:19.018 INFO:teuthology.orchestra.run.smithi100.stdout:PLATFORM_ID="platform:el8" 2024-01-13T10:55:19.018 INFO:teuthology.orchestra.run.smithi100.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-13T10:55:19.018 INFO:teuthology.orchestra.run.smithi100.stdout:ANSI_COLOR="0;31" 2024-01-13T10:55:19.018 INFO:teuthology.orchestra.run.smithi100.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-13T10:55:19.018 INFO:teuthology.orchestra.run.smithi100.stdout:HOME_URL="https://centos.org/" 2024-01-13T10:55:19.018 INFO:teuthology.orchestra.run.smithi100.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-13T10:55:19.018 INFO:teuthology.orchestra.run.smithi100.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-13T10:55:19.018 INFO:teuthology.orchestra.run.smithi100.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-13T10:55:19.019 INFO:teuthology.lock.ops:Updating smithi100.front.sepia.ceph.com on lock server 2024-01-13T10:55:19.044 DEBUG:teuthology.orchestra.run.smithi178:> uname -m 2024-01-13T10:55:19.066 INFO:teuthology.orchestra.run.smithi178.stdout:x86_64 2024-01-13T10:55:19.067 DEBUG:teuthology.orchestra.run.smithi178:> cat /etc/os-release 2024-01-13T10:55:19.128 INFO:teuthology.orchestra.run.smithi178.stdout:NAME="CentOS Stream" 2024-01-13T10:55:19.128 INFO:teuthology.orchestra.run.smithi178.stdout:VERSION="8" 2024-01-13T10:55:19.128 INFO:teuthology.orchestra.run.smithi178.stdout:ID="centos" 2024-01-13T10:55:19.129 INFO:teuthology.orchestra.run.smithi178.stdout:ID_LIKE="rhel fedora" 2024-01-13T10:55:19.129 INFO:teuthology.orchestra.run.smithi178.stdout:VERSION_ID="8" 2024-01-13T10:55:19.129 INFO:teuthology.orchestra.run.smithi178.stdout:PLATFORM_ID="platform:el8" 2024-01-13T10:55:19.129 INFO:teuthology.orchestra.run.smithi178.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-13T10:55:19.129 INFO:teuthology.orchestra.run.smithi178.stdout:ANSI_COLOR="0;31" 2024-01-13T10:55:19.129 INFO:teuthology.orchestra.run.smithi178.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-13T10:55:19.129 INFO:teuthology.orchestra.run.smithi178.stdout:HOME_URL="https://centos.org/" 2024-01-13T10:55:19.129 INFO:teuthology.orchestra.run.smithi178.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-13T10:55:19.129 INFO:teuthology.orchestra.run.smithi178.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-13T10:55:19.129 INFO:teuthology.orchestra.run.smithi178.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-13T10:55:19.129 INFO:teuthology.lock.ops:Updating smithi178.front.sepia.ceph.com on lock server 2024-01-13T10:55:19.152 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-13T10:55:19.161 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-13T10:55:19.166 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-13T10:55:19.166 DEBUG:teuthology.orchestra.run.smithi100:> test '!' -e /home/ubuntu/cephtest 2024-01-13T10:55:19.169 DEBUG:teuthology.orchestra.run.smithi178:> test '!' -e /home/ubuntu/cephtest 2024-01-13T10:55:19.188 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-13T10:55:19.195 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-13T10:55:19.195 DEBUG:teuthology.orchestra.run.smithi100:> test -z $(ls -A /var/lib/ceph) 2024-01-13T10:55:19.229 DEBUG:teuthology.orchestra.run.smithi178:> test -z $(ls -A /var/lib/ceph) 2024-01-13T10:55:19.256 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-13T10:55:19.308 INFO:teuthology.run_tasks:Running task kernel... 2024-01-13T10:55:19.324 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-13T10:55:19.324 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-13T10:55:19.325 DEBUG:teuthology.orchestra.run.smithi100:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-13T10:55:19.325 DEBUG:teuthology.orchestra.run.smithi178:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-13T10:55:19.344 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T10:55:19.345 DEBUG:teuthology.orchestra.run.smithi178:> uname -r 2024-01-13T10:55:19.346 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T10:55:19.346 DEBUG:teuthology.orchestra.run.smithi100:> uname -r 2024-01-13T10:55:19.406 INFO:teuthology.orchestra.run.smithi178.stdout:4.18.0-489.el8.x86_64 2024-01-13T10:55:19.406 INFO:teuthology.task.kernel:Running kernel on smithi178: 4.18.0-489.el8.x86_64 2024-01-13T10:55:19.406 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum install -y kernel 2024-01-13T10:55:19.407 INFO:teuthology.orchestra.run.smithi100.stdout:4.18.0-489.el8.x86_64 2024-01-13T10:55:19.407 INFO:teuthology.task.kernel:Running kernel on smithi100: 4.18.0-489.el8.x86_64 2024-01-13T10:55:19.408 DEBUG:teuthology.orchestra.run.smithi100:> sudo yum install -y kernel 2024-01-13T10:55:23.558 INFO:teuthology.orchestra.run.smithi100.stdout:CentOS Stream 8 - AppStream 23 MB/s | 35 MB 00:01 2024-01-13T10:55:23.846 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 8 - AppStream 21 MB/s | 35 MB 00:01 2024-01-13T10:55:31.342 INFO:teuthology.orchestra.run.smithi100.stdout:CentOS Stream 8 - BaseOS 40 MB/s | 58 MB 00:01 2024-01-13T10:55:32.604 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 8 - BaseOS 24 MB/s | 58 MB 00:02 2024-01-13T10:55:39.891 INFO:teuthology.orchestra.run.smithi100.stdout:CentOS Stream 8 - Extras 58 kB/s | 18 kB 00:00 2024-01-13T10:55:40.442 INFO:teuthology.orchestra.run.smithi100.stdout:CentOS Stream 8 - Extras common packages 19 kB/s | 6.9 kB 00:00 2024-01-13T10:55:40.751 INFO:teuthology.orchestra.run.smithi100.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2024-01-13T10:55:41.053 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 8 - Extras 125 kB/s | 18 kB 00:00 2024-01-13T10:55:41.745 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 8 - Extras common packages 14 kB/s | 6.9 kB 00:00 2024-01-13T10:55:42.039 INFO:teuthology.orchestra.run.smithi178.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2024-01-13T10:55:42.527 INFO:teuthology.orchestra.run.smithi100.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2024-01-13T10:55:43.252 INFO:teuthology.orchestra.run.smithi178.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2024-01-13T10:55:46.436 INFO:teuthology.orchestra.run.smithi100.stdout:lab-extras 612 kB/s | 24 kB 00:00 2024-01-13T10:55:47.131 INFO:teuthology.orchestra.run.smithi178.stdout:lab-extras 460 kB/s | 24 kB 00:00 2024-01-13T10:55:50.219 INFO:teuthology.orchestra.run.smithi100.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-13T10:55:50.219 INFO:teuthology.orchestra.run.smithi100.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-13T10:55:50.525 INFO:teuthology.orchestra.run.smithi100.stdout:Dependencies resolved. 2024-01-13T10:55:50.525 INFO:teuthology.orchestra.run.smithi100.stdout:================================================================================ 2024-01-13T10:55:50.525 INFO:teuthology.orchestra.run.smithi100.stdout: Package Architecture Version Repository Size 2024-01-13T10:55:50.525 INFO:teuthology.orchestra.run.smithi100.stdout:================================================================================ 2024-01-13T10:55:50.526 INFO:teuthology.orchestra.run.smithi100.stdout:Installing: 2024-01-13T10:55:50.526 INFO:teuthology.orchestra.run.smithi100.stdout: kernel x86_64 4.18.0-532.el8 baseos 10 M 2024-01-13T10:55:50.526 INFO:teuthology.orchestra.run.smithi100.stdout:Installing dependencies: 2024-01-13T10:55:50.526 INFO:teuthology.orchestra.run.smithi100.stdout: kernel-core x86_64 4.18.0-532.el8 baseos 43 M 2024-01-13T10:55:50.526 INFO:teuthology.orchestra.run.smithi100.stdout: kernel-modules x86_64 4.18.0-532.el8 baseos 36 M 2024-01-13T10:55:50.526 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-01-13T10:55:50.526 INFO:teuthology.orchestra.run.smithi100.stdout:Transaction Summary 2024-01-13T10:55:50.526 INFO:teuthology.orchestra.run.smithi100.stdout:================================================================================ 2024-01-13T10:55:50.526 INFO:teuthology.orchestra.run.smithi100.stdout:Install 3 Packages 2024-01-13T10:55:50.526 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-01-13T10:55:50.527 INFO:teuthology.orchestra.run.smithi100.stdout:Total download size: 90 M 2024-01-13T10:55:50.527 INFO:teuthology.orchestra.run.smithi100.stdout:Installed size: 96 M 2024-01-13T10:55:50.527 INFO:teuthology.orchestra.run.smithi100.stdout:Downloading Packages: 2024-01-13T10:55:50.905 INFO:teuthology.orchestra.run.smithi178.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-13T10:55:50.905 INFO:teuthology.orchestra.run.smithi178.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-13T10:55:51.204 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-01-13T10:55:51.205 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-01-13T10:55:51.205 INFO:teuthology.orchestra.run.smithi178.stdout: Package Architecture Version Repository Size 2024-01-13T10:55:51.205 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-01-13T10:55:51.205 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-01-13T10:55:51.205 INFO:teuthology.orchestra.run.smithi178.stdout: kernel x86_64 4.18.0-532.el8 baseos 10 M 2024-01-13T10:55:51.205 INFO:teuthology.orchestra.run.smithi178.stdout:Installing dependencies: 2024-01-13T10:55:51.205 INFO:teuthology.orchestra.run.smithi178.stdout: kernel-core x86_64 4.18.0-532.el8 baseos 43 M 2024-01-13T10:55:51.205 INFO:teuthology.orchestra.run.smithi178.stdout: kernel-modules x86_64 4.18.0-532.el8 baseos 36 M 2024-01-13T10:55:51.205 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T10:55:51.205 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-01-13T10:55:51.205 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-01-13T10:55:51.205 INFO:teuthology.orchestra.run.smithi178.stdout:Install 3 Packages 2024-01-13T10:55:51.206 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T10:55:51.206 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 90 M 2024-01-13T10:55:51.206 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 96 M 2024-01-13T10:55:51.206 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-01-13T10:55:51.279 INFO:teuthology.orchestra.run.smithi100.stdout:(1/3): kernel-4.18.0-532.el8.x86_64.rpm 14 MB/s | 10 MB 00:00 2024-01-13T10:55:51.804 INFO:teuthology.orchestra.run.smithi100.stdout:(2/3): kernel-modules-4.18.0-532.el8.x86_64.rpm 29 MB/s | 36 MB 00:01 2024-01-13T10:55:52.441 INFO:teuthology.orchestra.run.smithi178.stdout:(1/3): kernel-4.18.0-532.el8.x86_64.rpm 9.8 MB/s | 10 MB 00:01 2024-01-13T10:55:52.763 INFO:teuthology.orchestra.run.smithi100.stdout:(3/3): kernel-core-4.18.0-532.el8.x86_64.rpm 20 MB/s | 43 MB 00:02 2024-01-13T10:55:52.763 INFO:teuthology.orchestra.run.smithi100.stdout:-------------------------------------------------------------------------------- 2024-01-13T10:55:52.763 INFO:teuthology.orchestra.run.smithi100.stdout:Total 40 MB/s | 90 MB 00:02 2024-01-13T10:55:53.016 INFO:teuthology.orchestra.run.smithi178.stdout:(2/3): kernel-core-4.18.0-532.el8.x86_64.rpm 27 MB/s | 43 MB 00:01 2024-01-13T10:55:53.438 INFO:teuthology.orchestra.run.smithi100.stdout:Running transaction check 2024-01-13T10:55:53.507 INFO:teuthology.orchestra.run.smithi178.stdout:(3/3): kernel-modules-4.18.0-532.el8.x86_64.rpm 17 MB/s | 36 MB 00:02 2024-01-13T10:55:53.508 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-01-13T10:55:53.508 INFO:teuthology.orchestra.run.smithi178.stdout:Total 39 MB/s | 90 MB 00:02 2024-01-13T10:55:53.873 INFO:teuthology.orchestra.run.smithi100.stdout:Transaction check succeeded. 2024-01-13T10:55:53.873 INFO:teuthology.orchestra.run.smithi100.stdout:Running transaction test 2024-01-13T10:55:54.194 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-01-13T10:55:54.627 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-01-13T10:55:54.627 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-01-13T10:55:55.167 INFO:teuthology.orchestra.run.smithi100.stdout:Transaction test succeeded. 2024-01-13T10:55:55.188 INFO:teuthology.orchestra.run.smithi100.stdout:Running transaction 2024-01-13T10:55:55.883 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-01-13T10:55:55.907 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-01-13T10:55:57.969 INFO:teuthology.orchestra.run.smithi100.stdout: Preparing : 1/1 2024-01-13T10:55:58.545 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-13T10:55:58.686 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-01-13T10:55:59.178 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-13T10:56:02.077 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-13T10:56:02.469 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-13T10:56:02.752 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-13T10:56:03.185 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-13T10:56:05.900 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-13T10:56:06.158 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : kernel-4.18.0-532.el8.x86_64 3/3 2024-01-13T10:56:06.616 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-13T10:56:06.900 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : kernel-4.18.0-532.el8.x86_64 3/3 2024-01-13T10:56:28.308 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 3/3 2024-01-13T10:56:28.331 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-13T10:56:28.673 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: kernel-4.18.0-532.el8.x86_64 3/3 2024-01-13T10:56:28.674 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : kernel-4.18.0-532.el8.x86_64 1/3 2024-01-13T10:56:28.674 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : kernel-core-4.18.0-532.el8.x86_64 2/3 2024-01-13T10:56:28.921 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 3/3 2024-01-13T10:56:28.945 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-13T10:56:29.296 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: kernel-4.18.0-532.el8.x86_64 3/3 2024-01-13T10:56:29.296 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : kernel-4.18.0-532.el8.x86_64 1/3 2024-01-13T10:56:29.296 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : kernel-core-4.18.0-532.el8.x86_64 2/3 2024-01-13T10:56:29.464 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-13T10:56:29.464 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-01-13T10:56:29.464 INFO:teuthology.orchestra.run.smithi100.stdout:Installed: 2024-01-13T10:56:29.464 INFO:teuthology.orchestra.run.smithi100.stdout: kernel-4.18.0-532.el8.x86_64 kernel-core-4.18.0-532.el8.x86_64 2024-01-13T10:56:29.464 INFO:teuthology.orchestra.run.smithi100.stdout: kernel-modules-4.18.0-532.el8.x86_64 2024-01-13T10:56:29.464 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-01-13T10:56:29.464 INFO:teuthology.orchestra.run.smithi100.stdout:Complete! 2024-01-13T10:56:29.610 DEBUG:teuthology.orchestra.run.smithi100:> rpm -q kernel | sort -rV | head -n 1 2024-01-13T10:56:29.826 INFO:teuthology.orchestra.run.smithi100.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-13T10:56:29.827 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-13T10:56:29.827 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-532.el8.x86_64 2024-01-13T10:56:29.827 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-13T10:56:29.827 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-13T10:56:29.827 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-13T10:56:29.827 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi100.front.sepia.ceph.com, path=None, version=distro) 2024-01-13T10:56:29.827 DEBUG:teuthology.orchestra.run.smithi100:> rpm -q kernel | sort -rV | head -n 1 2024-01-13T10:56:30.034 INFO:teuthology.orchestra.run.smithi100.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-13T10:56:30.035 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-13T10:56:30.035 DEBUG:teuthology.orchestra.run.smithi100:> sudo rpm -qi grub2-tools 2024-01-13T10:56:30.069 INFO:teuthology.orchestra.run.smithi100.stdout:Name : grub2-tools 2024-01-13T10:56:30.069 INFO:teuthology.orchestra.run.smithi100.stdout:Epoch : 1 2024-01-13T10:56:30.069 INFO:teuthology.orchestra.run.smithi100.stdout:Version : 2.02 2024-01-13T10:56:30.069 INFO:teuthology.orchestra.run.smithi100.stdout:Release : 129.el8 2024-01-13T10:56:30.069 INFO:teuthology.orchestra.run.smithi100.stdout:Architecture: x86_64 2024-01-13T10:56:30.069 INFO:teuthology.orchestra.run.smithi100.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-13T10:56:30.069 INFO:teuthology.orchestra.run.smithi100.stdout:Group : System Environment/Base 2024-01-13T10:56:30.069 INFO:teuthology.orchestra.run.smithi100.stdout:Size : 9265586 2024-01-13T10:56:30.069 INFO:teuthology.orchestra.run.smithi100.stdout:License : GPLv3+ 2024-01-13T10:56:30.069 INFO:teuthology.orchestra.run.smithi100.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-13T10:56:30.069 INFO:teuthology.orchestra.run.smithi100.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-13T10:56:30.070 INFO:teuthology.orchestra.run.smithi100.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-13T10:56:30.070 INFO:teuthology.orchestra.run.smithi100.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-13T10:56:30.070 INFO:teuthology.orchestra.run.smithi100.stdout:Relocations : (not relocatable) 2024-01-13T10:56:30.070 INFO:teuthology.orchestra.run.smithi100.stdout:Packager : CentOS BuildSystem 2024-01-13T10:56:30.070 INFO:teuthology.orchestra.run.smithi100.stdout:Vendor : CentOS 2024-01-13T10:56:30.070 INFO:teuthology.orchestra.run.smithi100.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-13T10:56:30.070 INFO:teuthology.orchestra.run.smithi100.stdout:Summary : Support tools for GRUB. 2024-01-13T10:56:30.070 INFO:teuthology.orchestra.run.smithi100.stdout:Description : 2024-01-13T10:56:30.070 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-01-13T10:56:30.070 INFO:teuthology.orchestra.run.smithi100.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-13T10:56:30.070 INFO:teuthology.orchestra.run.smithi100.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-13T10:56:30.070 INFO:teuthology.orchestra.run.smithi100.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-13T10:56:30.070 INFO:teuthology.orchestra.run.smithi100.stdout:hardware devices. 2024-01-13T10:56:30.070 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-01-13T10:56:30.071 INFO:teuthology.orchestra.run.smithi100.stdout:This subpackage provides tools for support of all platforms. 2024-01-13T10:56:30.071 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-13T10:56:30.072 INFO:teuthology.task.kernel:Updating grub on smithi100 to boot 4.18.0-532.el8.x86_64 2024-01-13T10:56:30.072 DEBUG:teuthology.orchestra.run.smithi100:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-13T10:56:30.087 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-13T10:56:30.087 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T10:56:30.087 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-01-13T10:56:30.087 INFO:teuthology.orchestra.run.smithi178.stdout: kernel-4.18.0-532.el8.x86_64 kernel-core-4.18.0-532.el8.x86_64 2024-01-13T10:56:30.087 INFO:teuthology.orchestra.run.smithi178.stdout: kernel-modules-4.18.0-532.el8.x86_64 2024-01-13T10:56:30.087 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T10:56:30.087 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-01-13T10:56:30.268 DEBUG:teuthology.orchestra.run.smithi178:> rpm -q kernel | sort -rV | head -n 1 2024-01-13T10:56:30.486 INFO:teuthology.orchestra.run.smithi178.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-13T10:56:30.487 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-13T10:56:30.487 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-532.el8.x86_64 2024-01-13T10:56:30.487 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-13T10:56:30.487 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-13T10:56:30.487 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-13T10:56:30.487 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi178.front.sepia.ceph.com, path=None, version=distro) 2024-01-13T10:56:30.487 DEBUG:teuthology.orchestra.run.smithi178:> rpm -q kernel | sort -rV | head -n 1 2024-01-13T10:56:30.698 INFO:teuthology.orchestra.run.smithi178.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-13T10:56:30.699 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-13T10:56:30.699 DEBUG:teuthology.orchestra.run.smithi178:> sudo rpm -qi grub2-tools 2024-01-13T10:56:30.732 INFO:teuthology.orchestra.run.smithi178.stdout:Name : grub2-tools 2024-01-13T10:56:30.732 INFO:teuthology.orchestra.run.smithi178.stdout:Epoch : 1 2024-01-13T10:56:30.733 INFO:teuthology.orchestra.run.smithi178.stdout:Version : 2.02 2024-01-13T10:56:30.733 INFO:teuthology.orchestra.run.smithi178.stdout:Release : 129.el8 2024-01-13T10:56:30.733 INFO:teuthology.orchestra.run.smithi178.stdout:Architecture: x86_64 2024-01-13T10:56:30.733 INFO:teuthology.orchestra.run.smithi178.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-13T10:56:30.733 INFO:teuthology.orchestra.run.smithi178.stdout:Group : System Environment/Base 2024-01-13T10:56:30.733 INFO:teuthology.orchestra.run.smithi178.stdout:Size : 9265586 2024-01-13T10:56:30.733 INFO:teuthology.orchestra.run.smithi178.stdout:License : GPLv3+ 2024-01-13T10:56:30.733 INFO:teuthology.orchestra.run.smithi178.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-13T10:56:30.733 INFO:teuthology.orchestra.run.smithi178.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-13T10:56:30.733 INFO:teuthology.orchestra.run.smithi178.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-13T10:56:30.733 INFO:teuthology.orchestra.run.smithi178.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-13T10:56:30.733 INFO:teuthology.orchestra.run.smithi178.stdout:Relocations : (not relocatable) 2024-01-13T10:56:30.733 INFO:teuthology.orchestra.run.smithi178.stdout:Packager : CentOS BuildSystem 2024-01-13T10:56:30.733 INFO:teuthology.orchestra.run.smithi178.stdout:Vendor : CentOS 2024-01-13T10:56:30.733 INFO:teuthology.orchestra.run.smithi178.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-13T10:56:30.734 INFO:teuthology.orchestra.run.smithi178.stdout:Summary : Support tools for GRUB. 2024-01-13T10:56:30.734 INFO:teuthology.orchestra.run.smithi178.stdout:Description : 2024-01-13T10:56:30.734 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T10:56:30.734 INFO:teuthology.orchestra.run.smithi178.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-13T10:56:30.734 INFO:teuthology.orchestra.run.smithi178.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-13T10:56:30.734 INFO:teuthology.orchestra.run.smithi178.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-13T10:56:30.734 INFO:teuthology.orchestra.run.smithi178.stdout:hardware devices. 2024-01-13T10:56:30.734 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T10:56:30.734 INFO:teuthology.orchestra.run.smithi178.stdout:This subpackage provides tools for support of all platforms. 2024-01-13T10:56:30.735 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-13T10:56:30.735 INFO:teuthology.task.kernel:Updating grub on smithi178 to boot 4.18.0-532.el8.x86_64 2024-01-13T10:56:30.735 DEBUG:teuthology.orchestra.run.smithi178:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-13T10:56:31.864 INFO:teuthology.orchestra.run.smithi100.stderr:Generating grub configuration file ... 2024-01-13T10:56:32.446 INFO:teuthology.orchestra.run.smithi178.stderr:Generating grub configuration file ... 2024-01-13T10:56:34.181 INFO:teuthology.orchestra.run.smithi100.stderr:done 2024-01-13T10:56:34.182 DEBUG:teuthology.orchestra.run.smithi100:> mktemp 2024-01-13T10:56:34.265 INFO:teuthology.orchestra.run.smithi100.stdout:/tmp/tmp.qKFzreZWtX 2024-01-13T10:56:34.265 DEBUG:teuthology.orchestra.run.smithi100:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.qKFzreZWtX 2024-01-13T10:56:34.339 DEBUG:teuthology.orchestra.run.smithi100:> sudo chmod 0666 /tmp/tmp.qKFzreZWtX 2024-01-13T10:56:34.491 DEBUG:teuthology.orchestra.remote:smithi100:/tmp/tmp.qKFzreZWtX is 6KB 2024-01-13T10:56:34.543 DEBUG:teuthology.orchestra.run.smithi100:> rm -fr /tmp/tmp.qKFzreZWtX 2024-01-13T10:56:34.561 DEBUG:teuthology.orchestra.run.smithi100:> sudo /bin/ls /boot/loader/entries || true 2024-01-13T10:56:34.627 INFO:teuthology.orchestra.run.smithi100.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-13T10:56:34.627 INFO:teuthology.orchestra.run.smithi100.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-13T10:56:34.627 INFO:teuthology.orchestra.run.smithi100.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-13T10:56:34.627 INFO:teuthology.orchestra.run.smithi100.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64.conf 2024-01-13T10:56:34.628 DEBUG:teuthology.orchestra.run.smithi100:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64 2024-01-13T10:56:34.774 DEBUG:teuthology.orchestra.run.smithi100:> sudo shutdown -r now 2024-01-13T10:56:34.844 INFO:teuthology.orchestra.run.smithi178.stderr:done 2024-01-13T10:56:34.846 DEBUG:teuthology.orchestra.run.smithi178:> mktemp 2024-01-13T10:56:34.880 INFO:teuthology.orchestra.run.smithi178.stdout:/tmp/tmp.Kef5rUmuP4 2024-01-13T10:56:34.880 DEBUG:teuthology.orchestra.run.smithi178:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Kef5rUmuP4 2024-01-13T10:56:34.953 DEBUG:teuthology.orchestra.run.smithi178:> sudo chmod 0666 /tmp/tmp.Kef5rUmuP4 2024-01-13T10:56:35.092 DEBUG:teuthology.orchestra.remote:smithi178:/tmp/tmp.Kef5rUmuP4 is 6KB 2024-01-13T10:56:35.114 DEBUG:teuthology.orchestra.run.smithi178:> rm -fr /tmp/tmp.Kef5rUmuP4 2024-01-13T10:56:35.131 DEBUG:teuthology.orchestra.run.smithi178:> sudo /bin/ls /boot/loader/entries || true 2024-01-13T10:56:35.202 INFO:teuthology.orchestra.run.smithi178.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-13T10:56:35.203 INFO:teuthology.orchestra.run.smithi178.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-13T10:56:35.203 INFO:teuthology.orchestra.run.smithi178.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-13T10:56:35.203 INFO:teuthology.orchestra.run.smithi178.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64.conf 2024-01-13T10:56:35.204 DEBUG:teuthology.orchestra.run.smithi178:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64 2024-01-13T10:56:35.384 DEBUG:teuthology.orchestra.run.smithi178:> sudo shutdown -r now 2024-01-13T10:57:04.804 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-13T10:57:04.804 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-01-13T10:57:04.805 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T10:57:05.386 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-13T10:57:05.387 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-01-13T10:57:05.387 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T10:57:23.264 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.100 2024-01-13T10:57:23.772 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.178 2024-01-13T10:57:32.274 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-01-13T10:57:32.275 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T10:57:32.773 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-01-13T10:57:32.774 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T10:57:35.356 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.100 2024-01-13T10:57:35.836 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.178 2024-01-13T10:57:47.358 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-01-13T10:57:47.359 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T10:57:47.837 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-01-13T10:57:47.838 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T10:57:50.912 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.178 2024-01-13T10:58:05.924 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-01-13T10:58:05.924 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T10:58:08.992 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.178 2024-01-13T10:58:19.790 DEBUG:teuthology.orchestra.run.smithi100:> true 2024-01-13T10:58:21.095 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-01-13T10:58:21.096 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-532.el8.x86_64"... 2024-01-13T10:58:21.096 DEBUG:teuthology.orchestra.run.smithi100:> uname -r 2024-01-13T10:58:21.113 INFO:teuthology.orchestra.run.smithi100.stdout:4.18.0-532.el8.x86_64 2024-01-13T10:58:21.114 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-532.el8.x86_64 vs 4.18.0-532.el8.x86_64 2024-01-13T10:58:21.114 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-13T10:58:21.114 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-13T10:58:22.115 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-13T10:58:22.115 DEBUG:teuthology.orchestra.run.smithi100:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-13T10:58:22.185 INFO:teuthology.orchestra.run.smithi100.stdout:ttyS1 2024-01-13T10:58:22.198 DEBUG:teuthology.parallel:result is None 2024-01-13T10:58:26.993 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-01-13T10:58:26.994 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T10:58:45.436 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.178 2024-01-13T10:59:06.437 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-01-13T10:59:06.438 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T10:59:06.831 DEBUG:teuthology.orchestra.run.smithi178:> true 2024-01-13T10:59:07.129 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-01-13T10:59:07.130 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-532.el8.x86_64"... 2024-01-13T10:59:07.130 DEBUG:teuthology.orchestra.run.smithi178:> uname -r 2024-01-13T10:59:07.149 INFO:teuthology.orchestra.run.smithi178.stdout:4.18.0-532.el8.x86_64 2024-01-13T10:59:07.149 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-532.el8.x86_64 vs 4.18.0-532.el8.x86_64 2024-01-13T10:59:07.149 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-13T10:59:07.149 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-13T10:59:08.151 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-13T10:59:08.151 DEBUG:teuthology.orchestra.run.smithi178:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-13T10:59:08.226 INFO:teuthology.orchestra.run.smithi178.stdout:ttyS1 2024-01-13T10:59:08.242 DEBUG:teuthology.parallel:result is None 2024-01-13T10:59:08.242 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-13T10:59:08.252 INFO:teuthology.task.internal:Creating test directory... 2024-01-13T10:59:08.253 DEBUG:teuthology.orchestra.run.smithi100:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-13T10:59:08.256 DEBUG:teuthology.orchestra.run.smithi178:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-13T10:59:08.276 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-13T10:59:08.506 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-13T10:59:08.593 INFO:teuthology.task.internal:Creating archive directory... 2024-01-13T10:59:08.593 DEBUG:teuthology.orchestra.run.smithi100:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-13T10:59:08.596 DEBUG:teuthology.orchestra.run.smithi178:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-13T10:59:08.634 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-13T10:59:08.641 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-13T10:59:08.642 DEBUG:teuthology.orchestra.run.smithi100:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-13T10:59:08.672 DEBUG:teuthology.orchestra.run.smithi178:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-13T10:59:08.704 INFO:teuthology.orchestra.run.smithi100.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-13T10:59:08.715 INFO:teuthology.orchestra.run.smithi100.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-13T10:59:08.715 INFO:teuthology.orchestra.run.smithi178.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-13T10:59:08.726 INFO:teuthology.orchestra.run.smithi178.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-13T10:59:08.728 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-13T10:59:08.735 INFO:teuthology.task.internal:Configuring sudo... 2024-01-13T10:59:08.736 DEBUG:teuthology.orchestra.run.smithi100:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-13T10:59:08.759 DEBUG:teuthology.orchestra.run.smithi178:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-13T10:59:08.798 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-13T10:59:08.807 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-13T10:59:08.807 DEBUG:teuthology.orchestra.run.smithi100:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-13T10:59:08.828 DEBUG:teuthology.orchestra.run.smithi178:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-13T10:59:08.857 DEBUG:teuthology.orchestra.run.smithi100:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-13T10:59:08.929 DEBUG:teuthology.orchestra.run.smithi100:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-13T10:59:08.979 DEBUG:teuthology.orchestra.run.smithi100:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-13T10:59:09.064 DEBUG:teuthology.orchestra.run.smithi100:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-13T10:59:09.109 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-01-13T10:59:09.110 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-13T10:59:09.176 DEBUG:teuthology.orchestra.run.smithi178:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-13T10:59:09.225 DEBUG:teuthology.orchestra.run.smithi178:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-13T10:59:09.277 DEBUG:teuthology.orchestra.run.smithi178:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-13T10:59:09.363 DEBUG:teuthology.orchestra.run.smithi178:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-13T10:59:09.408 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-01-13T10:59:09.409 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-13T10:59:09.478 DEBUG:teuthology.orchestra.run.smithi100:> sudo service rsyslog restart 2024-01-13T10:59:09.480 DEBUG:teuthology.orchestra.run.smithi178:> sudo service rsyslog restart 2024-01-13T10:59:09.554 INFO:teuthology.orchestra.run.smithi100.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-13T10:59:09.585 INFO:teuthology.orchestra.run.smithi178.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-13T10:59:10.045 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-13T10:59:10.055 INFO:teuthology.task.internal:Starting timer... 2024-01-13T10:59:10.055 INFO:teuthology.run_tasks:Running task pcp... 2024-01-13T10:59:10.065 INFO:teuthology.run_tasks:Running task selinux... 2024-01-13T10:59:10.074 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-13T10:59:10.075 DEBUG:teuthology.orchestra.run.smithi100:> sudo service auditd rotate 2024-01-13T10:59:10.138 INFO:teuthology.orchestra.run.smithi100.stdout:Rotating logs: 2024-01-13T10:59:10.140 DEBUG:teuthology.orchestra.run.smithi178:> sudo service auditd rotate 2024-01-13T10:59:10.242 INFO:teuthology.orchestra.run.smithi178.stdout:Rotating logs: 2024-01-13T10:59:10.244 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-13T10:59:10.244 DEBUG:teuthology.orchestra.run.smithi100:> /usr/sbin/getenforce 2024-01-13T10:59:10.269 INFO:teuthology.orchestra.run.smithi100.stdout:Permissive 2024-01-13T10:59:10.269 DEBUG:teuthology.orchestra.run.smithi178:> /usr/sbin/getenforce 2024-01-13T10:59:10.291 INFO:teuthology.orchestra.run.smithi178.stdout:Permissive 2024-01-13T10:59:10.291 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi100.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi178.front.sepia.ceph.com': 'permissive'} 2024-01-13T10:59:10.291 DEBUG:teuthology.orchestra.run.smithi100:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-13T10:59:10.336 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T10:59:10.337 DEBUG:teuthology.orchestra.run.smithi178:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-13T10:59:10.366 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T10:59:10.367 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-13T10:59:10.367 DEBUG:teuthology.orchestra.run.smithi100:> sudo /usr/sbin/setenforce permissive 2024-01-13T10:59:10.404 DEBUG:teuthology.orchestra.run.smithi178:> sudo /usr/sbin/setenforce permissive 2024-01-13T10:59:10.435 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-13T10:59:10.445 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-13T10:59:10.463 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-01-13T10:59:10.464 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi100.front.sepia.ceph.com,smithi178.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-13T11:04:58.163 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi100.front.sepia.ceph.com'), Remote(name='ubuntu@smithi178.front.sepia.ceph.com')] 2024-01-13T11:04:58.164 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-01-13T11:04:58.165 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T11:04:58.241 DEBUG:teuthology.orchestra.run.smithi100:> true 2024-01-13T11:04:58.310 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-01-13T11:04:58.310 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-01-13T11:04:58.311 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T11:04:58.384 DEBUG:teuthology.orchestra.run.smithi178:> true 2024-01-13T11:04:58.459 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-01-13T11:04:58.459 INFO:teuthology.run_tasks:Running task clock... 2024-01-13T11:04:58.471 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-13T11:04:58.471 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-13T11:04:58.471 DEBUG:teuthology.orchestra.run.smithi100:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-13T11:04:58.474 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-13T11:04:58.474 DEBUG:teuthology.orchestra.run.smithi178:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-13T11:04:58.504 INFO:teuthology.orchestra.run.smithi100.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-13T11:04:58.518 INFO:teuthology.orchestra.run.smithi100.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-13T11:04:58.531 INFO:teuthology.orchestra.run.smithi178.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-13T11:04:58.545 INFO:teuthology.orchestra.run.smithi178.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-13T11:04:58.581 INFO:teuthology.orchestra.run.smithi100.stderr:sudo: ntpd: command not found 2024-01-13T11:04:58.591 INFO:teuthology.orchestra.run.smithi100.stdout:506 Cannot talk to daemon 2024-01-13T11:04:58.605 INFO:teuthology.orchestra.run.smithi100.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-13T11:04:58.608 INFO:teuthology.orchestra.run.smithi178.stderr:sudo: ntpd: command not found 2024-01-13T11:04:58.618 INFO:teuthology.orchestra.run.smithi100.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-13T11:04:58.619 INFO:teuthology.orchestra.run.smithi178.stdout:506 Cannot talk to daemon 2024-01-13T11:04:58.632 INFO:teuthology.orchestra.run.smithi178.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-13T11:04:58.645 INFO:teuthology.orchestra.run.smithi178.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-13T11:04:58.682 INFO:teuthology.orchestra.run.smithi100.stderr:bash: ntpq: command not found 2024-01-13T11:04:58.686 INFO:teuthology.orchestra.run.smithi100.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-13T11:04:58.686 INFO:teuthology.orchestra.run.smithi100.stdout:=============================================================================== 2024-01-13T11:04:58.686 INFO:teuthology.orchestra.run.smithi100.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-13T11:04:58.686 INFO:teuthology.orchestra.run.smithi100.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-13T11:04:58.686 INFO:teuthology.orchestra.run.smithi100.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-13T11:04:58.686 INFO:teuthology.orchestra.run.smithi100.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-13T11:04:58.711 INFO:teuthology.orchestra.run.smithi178.stderr:bash: ntpq: command not found 2024-01-13T11:04:58.716 INFO:teuthology.orchestra.run.smithi178.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-13T11:04:58.716 INFO:teuthology.orchestra.run.smithi178.stdout:=============================================================================== 2024-01-13T11:04:58.716 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-13T11:04:58.716 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-13T11:04:58.716 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-13T11:04:58.716 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-13T11:04:58.716 INFO:teuthology.run_tasks:Running task pexec... 2024-01-13T11:04:58.726 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-13T11:04:58.726 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi100.front.sepia.ceph.com 2024-01-13T11:04:58.726 DEBUG:teuthology.orchestra.run.smithi100:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-13T11:04:58.727 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi178.front.sepia.ceph.com 2024-01-13T11:04:58.727 DEBUG:teuthology.orchestra.run.smithi178:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-13T11:04:59.617 INFO:teuthology.orchestra.run.smithi100.stdout:Last metadata expiration check: 0:01:27 ago on Sat 13 Jan 2024 11:03:32 AM UTC. 2024-01-13T11:04:59.645 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:27 ago on Sat 13 Jan 2024 11:03:32 AM UTC. 2024-01-13T11:05:01.820 INFO:teuthology.orchestra.run.smithi100.stdout:Dependencies resolved. 2024-01-13T11:05:01.821 INFO:teuthology.orchestra.run.smithi100.stdout:================================================================================ 2024-01-13T11:05:01.821 INFO:teuthology.orchestra.run.smithi100.stdout: Package Architecture Version Repository Size 2024-01-13T11:05:01.822 INFO:teuthology.orchestra.run.smithi100.stdout:================================================================================ 2024-01-13T11:05:01.822 INFO:teuthology.orchestra.run.smithi100.stdout:Resetting modules: 2024-01-13T11:05:01.822 INFO:teuthology.orchestra.run.smithi100.stdout: container-tools 2024-01-13T11:05:01.822 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-01-13T11:05:01.822 INFO:teuthology.orchestra.run.smithi100.stdout:Transaction Summary 2024-01-13T11:05:01.822 INFO:teuthology.orchestra.run.smithi100.stdout:================================================================================ 2024-01-13T11:05:01.822 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-01-13T11:05:01.833 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-01-13T11:05:01.834 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-01-13T11:05:01.834 INFO:teuthology.orchestra.run.smithi178.stdout: Package Architecture Version Repository Size 2024-01-13T11:05:01.834 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-01-13T11:05:01.834 INFO:teuthology.orchestra.run.smithi178.stdout:Resetting modules: 2024-01-13T11:05:01.834 INFO:teuthology.orchestra.run.smithi178.stdout: container-tools 2024-01-13T11:05:01.835 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:05:01.835 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-01-13T11:05:01.835 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-01-13T11:05:01.835 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:05:02.076 INFO:teuthology.orchestra.run.smithi100.stdout:Complete! 2024-01-13T11:05:02.079 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-01-13T11:05:03.012 INFO:teuthology.orchestra.run.smithi100.stdout:Last metadata expiration check: 0:01:30 ago on Sat 13 Jan 2024 11:03:32 AM UTC. 2024-01-13T11:05:03.022 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:30 ago on Sat 13 Jan 2024 11:03:32 AM UTC. 2024-01-13T11:05:05.141 INFO:teuthology.orchestra.run.smithi100.stdout:Dependencies resolved. 2024-01-13T11:05:05.162 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-01-13T11:05:05.334 INFO:teuthology.orchestra.run.smithi100.stdout:================================================================================ 2024-01-13T11:05:05.334 INFO:teuthology.orchestra.run.smithi100.stdout: Package Arch Version Repository Size 2024-01-13T11:05:05.335 INFO:teuthology.orchestra.run.smithi100.stdout:================================================================================ 2024-01-13T11:05:05.335 INFO:teuthology.orchestra.run.smithi100.stdout:Installing group/module packages: 2024-01-13T11:05:05.335 INFO:teuthology.orchestra.run.smithi100.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-13T11:05:05.335 INFO:teuthology.orchestra.run.smithi100.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-13T11:05:05.335 INFO:teuthology.orchestra.run.smithi100.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-13T11:05:05.335 INFO:teuthology.orchestra.run.smithi100.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-13T11:05:05.335 INFO:teuthology.orchestra.run.smithi100.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-13T11:05:05.335 INFO:teuthology.orchestra.run.smithi100.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-13T11:05:05.335 INFO:teuthology.orchestra.run.smithi100.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-13T11:05:05.335 INFO:teuthology.orchestra.run.smithi100.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-13T11:05:05.335 INFO:teuthology.orchestra.run.smithi100.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-13T11:05:05.335 INFO:teuthology.orchestra.run.smithi100.stdout:Installing dependencies: 2024-01-13T11:05:05.335 INFO:teuthology.orchestra.run.smithi100.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-13T11:05:05.335 INFO:teuthology.orchestra.run.smithi100.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-13T11:05:05.335 INFO:teuthology.orchestra.run.smithi100.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-13T11:05:05.336 INFO:teuthology.orchestra.run.smithi100.stdout:Installing weak dependencies: 2024-01-13T11:05:05.336 INFO:teuthology.orchestra.run.smithi100.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-13T11:05:05.336 INFO:teuthology.orchestra.run.smithi100.stdout:Installing module profiles: 2024-01-13T11:05:05.336 INFO:teuthology.orchestra.run.smithi100.stdout: container-tools/common 2024-01-13T11:05:05.336 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-01-13T11:05:05.336 INFO:teuthology.orchestra.run.smithi100.stdout:Enabling module streams: 2024-01-13T11:05:05.336 INFO:teuthology.orchestra.run.smithi100.stdout: container-tools rhel8 2024-01-13T11:05:05.336 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-01-13T11:05:05.336 INFO:teuthology.orchestra.run.smithi100.stdout:Transaction Summary 2024-01-13T11:05:05.336 INFO:teuthology.orchestra.run.smithi100.stdout:================================================================================ 2024-01-13T11:05:05.336 INFO:teuthology.orchestra.run.smithi100.stdout:Install 13 Packages 2024-01-13T11:05:05.336 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-01-13T11:05:05.337 INFO:teuthology.orchestra.run.smithi100.stdout:Total download size: 27 M 2024-01-13T11:05:05.337 INFO:teuthology.orchestra.run.smithi100.stdout:Installed size: 89 M 2024-01-13T11:05:05.337 INFO:teuthology.orchestra.run.smithi100.stdout:Downloading Packages: 2024-01-13T11:05:05.354 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-01-13T11:05:05.354 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repository Size 2024-01-13T11:05:05.354 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-01-13T11:05:05.354 INFO:teuthology.orchestra.run.smithi178.stdout:Installing group/module packages: 2024-01-13T11:05:05.354 INFO:teuthology.orchestra.run.smithi178.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-13T11:05:05.354 INFO:teuthology.orchestra.run.smithi178.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-13T11:05:05.354 INFO:teuthology.orchestra.run.smithi178.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-13T11:05:05.354 INFO:teuthology.orchestra.run.smithi178.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-13T11:05:05.355 INFO:teuthology.orchestra.run.smithi178.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-13T11:05:05.355 INFO:teuthology.orchestra.run.smithi178.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-13T11:05:05.355 INFO:teuthology.orchestra.run.smithi178.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-13T11:05:05.355 INFO:teuthology.orchestra.run.smithi178.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-13T11:05:05.355 INFO:teuthology.orchestra.run.smithi178.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-13T11:05:05.355 INFO:teuthology.orchestra.run.smithi178.stdout:Installing dependencies: 2024-01-13T11:05:05.355 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-13T11:05:05.355 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-13T11:05:05.355 INFO:teuthology.orchestra.run.smithi178.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-13T11:05:05.355 INFO:teuthology.orchestra.run.smithi178.stdout:Installing weak dependencies: 2024-01-13T11:05:05.355 INFO:teuthology.orchestra.run.smithi178.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-13T11:05:05.355 INFO:teuthology.orchestra.run.smithi178.stdout:Installing module profiles: 2024-01-13T11:05:05.355 INFO:teuthology.orchestra.run.smithi178.stdout: container-tools/common 2024-01-13T11:05:05.355 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:05:05.355 INFO:teuthology.orchestra.run.smithi178.stdout:Enabling module streams: 2024-01-13T11:05:05.356 INFO:teuthology.orchestra.run.smithi178.stdout: container-tools rhel8 2024-01-13T11:05:05.356 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:05:05.356 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-01-13T11:05:05.356 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-01-13T11:05:05.356 INFO:teuthology.orchestra.run.smithi178.stdout:Install 13 Packages 2024-01-13T11:05:05.356 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:05:05.356 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 27 M 2024-01-13T11:05:05.357 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 89 M 2024-01-13T11:05:05.357 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-01-13T11:05:05.937 INFO:teuthology.orchestra.run.smithi100.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.3 MB/s | 750 kB 00:00 2024-01-13T11:05:05.980 INFO:teuthology.orchestra.run.smithi100.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.7 MB/s | 1.0 MB 00:00 2024-01-13T11:05:06.055 INFO:teuthology.orchestra.run.smithi100.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 322 kB/s | 38 kB 00:00 2024-01-13T11:05:06.205 INFO:teuthology.orchestra.run.smithi178.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.1 MB/s | 750 kB 00:00 2024-01-13T11:05:06.264 INFO:teuthology.orchestra.run.smithi100.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 849 kB/s | 241 kB 00:00 2024-01-13T11:05:06.306 INFO:teuthology.orchestra.run.smithi178.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 379 kB/s | 38 kB 00:00 2024-01-13T11:05:06.339 INFO:teuthology.orchestra.run.smithi178.stdout:(3/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.3 MB/s | 1.0 MB 00:00 2024-01-13T11:05:06.380 INFO:teuthology.orchestra.run.smithi100.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.5 MB/s | 178 kB 00:00 2024-01-13T11:05:06.490 INFO:teuthology.orchestra.run.smithi100.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 229 kB/s | 25 kB 00:00 2024-01-13T11:05:06.606 INFO:teuthology.orchestra.run.smithi178.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 802 kB/s | 241 kB 00:00 2024-01-13T11:05:06.656 INFO:teuthology.orchestra.run.smithi100.stdout:(7/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 7.6 MB/s | 9.6 MB 00:01 2024-01-13T11:05:06.673 INFO:teuthology.orchestra.run.smithi100.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 510 kB/s | 94 kB 00:00 2024-01-13T11:05:06.732 INFO:teuthology.orchestra.run.smithi100.stdout:(9/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 5.8 MB/s | 3.9 MB 00:00 2024-01-13T11:05:06.781 INFO:teuthology.orchestra.run.smithi178.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.0 MB/s | 178 kB 00:00 2024-01-13T11:05:06.849 INFO:teuthology.orchestra.run.smithi100.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 449 kB/s | 53 kB 00:00 2024-01-13T11:05:06.899 INFO:teuthology.orchestra.run.smithi178.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 212 kB/s | 25 kB 00:00 2024-01-13T11:05:06.949 INFO:teuthology.orchestra.run.smithi100.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 410 kB/s | 41 kB 00:00 2024-01-13T11:05:06.965 INFO:teuthology.orchestra.run.smithi178.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 6.3 MB/s | 3.9 MB 00:00 2024-01-13T11:05:07.091 INFO:teuthology.orchestra.run.smithi178.stdout:(8/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 6.2 MB/s | 9.6 MB 00:01 2024-01-13T11:05:07.116 INFO:teuthology.orchestra.run.smithi178.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 432 kB/s | 94 kB 00:00 2024-01-13T11:05:07.158 INFO:teuthology.orchestra.run.smithi100.stdout:(12/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 5.2 MB/s | 2.5 MB 00:00 2024-01-13T11:05:07.241 INFO:teuthology.orchestra.run.smithi178.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 421 kB/s | 53 kB 00:00 2024-01-13T11:05:07.317 INFO:teuthology.orchestra.run.smithi178.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 11 MB/s | 2.5 MB 00:00 2024-01-13T11:05:07.359 INFO:teuthology.orchestra.run.smithi178.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 350 kB/s | 41 kB 00:00 2024-01-13T11:05:07.450 INFO:teuthology.orchestra.run.smithi100.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 10 MB/s | 8.1 MB 00:00 2024-01-13T11:05:07.450 INFO:teuthology.orchestra.run.smithi100.stdout:-------------------------------------------------------------------------------- 2024-01-13T11:05:07.450 INFO:teuthology.orchestra.run.smithi100.stdout:Total 13 MB/s | 27 MB 00:02 2024-01-13T11:05:07.501 INFO:teuthology.orchestra.run.smithi178.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 15 MB/s | 8.1 MB 00:00 2024-01-13T11:05:07.501 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-01-13T11:05:07.501 INFO:teuthology.orchestra.run.smithi178.stdout:Total 12 MB/s | 27 MB 00:02 2024-01-13T11:05:07.724 INFO:teuthology.orchestra.run.smithi100.stdout:Running transaction check 2024-01-13T11:05:07.745 INFO:teuthology.orchestra.run.smithi100.stdout:Transaction check succeeded. 2024-01-13T11:05:07.745 INFO:teuthology.orchestra.run.smithi100.stdout:Running transaction test 2024-01-13T11:05:07.772 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-01-13T11:05:07.792 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-01-13T11:05:07.792 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-01-13T11:05:08.006 INFO:teuthology.orchestra.run.smithi100.stdout:Transaction test succeeded. 2024-01-13T11:05:08.009 INFO:teuthology.orchestra.run.smithi100.stdout:Running transaction 2024-01-13T11:05:08.061 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-01-13T11:05:08.064 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-01-13T11:05:08.696 INFO:teuthology.orchestra.run.smithi100.stdout: Preparing : 1/1 2024-01-13T11:05:08.756 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-01-13T11:05:08.945 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-13T11:05:08.952 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-13T11:05:09.106 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-13T11:05:09.114 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-13T11:05:09.268 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-13T11:05:09.301 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-13T11:05:09.526 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-13T11:05:09.573 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-13T11:05:10.061 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-13T11:05:10.153 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-13T11:05:11.017 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-13T11:05:11.132 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-13T11:05:11.268 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-13T11:05:11.409 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-13T11:05:11.491 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-13T11:05:11.785 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-13T11:05:11.857 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-13T11:05:12.102 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-13T11:05:12.161 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-13T11:05:12.527 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-13T11:05:13.068 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-13T11:05:13.287 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-13T11:05:13.413 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-13T11:05:13.497 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-13T11:05:13.644 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-13T11:05:13.855 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-13T11:05:13.921 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-13T11:05:13.921 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-13T11:05:13.921 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-13T11:05:13.921 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-13T11:05:13.921 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-13T11:05:13.921 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-13T11:05:13.921 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-13T11:05:13.921 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-13T11:05:13.921 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-13T11:05:13.921 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-13T11:05:13.922 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-13T11:05:13.922 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-13T11:05:13.922 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-13T11:05:14.283 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-13T11:05:14.283 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-13T11:05:14.283 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-13T11:05:14.283 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-13T11:05:14.283 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-13T11:05:14.283 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-13T11:05:14.283 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-13T11:05:14.284 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-13T11:05:14.284 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-13T11:05:14.284 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-13T11:05:14.284 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-13T11:05:14.284 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-13T11:05:14.284 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-13T11:05:14.791 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-13T11:05:14.791 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:05:14.791 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-01-13T11:05:14.791 INFO:teuthology.orchestra.run.smithi178.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-13T11:05:14.791 INFO:teuthology.orchestra.run.smithi178.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-13T11:05:14.792 INFO:teuthology.orchestra.run.smithi178.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-13T11:05:14.792 INFO:teuthology.orchestra.run.smithi178.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-13T11:05:14.792 INFO:teuthology.orchestra.run.smithi178.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-13T11:05:14.792 INFO:teuthology.orchestra.run.smithi178.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-13T11:05:14.792 INFO:teuthology.orchestra.run.smithi178.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-13T11:05:14.792 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-13T11:05:14.792 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-13T11:05:14.792 INFO:teuthology.orchestra.run.smithi178.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-13T11:05:14.792 INFO:teuthology.orchestra.run.smithi178.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-13T11:05:14.792 INFO:teuthology.orchestra.run.smithi178.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-13T11:05:14.792 INFO:teuthology.orchestra.run.smithi178.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-13T11:05:14.792 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:05:14.792 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-01-13T11:05:15.058 DEBUG:teuthology.parallel:result is None 2024-01-13T11:05:15.134 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-13T11:05:15.135 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-01-13T11:05:15.135 INFO:teuthology.orchestra.run.smithi100.stdout:Installed: 2024-01-13T11:05:15.135 INFO:teuthology.orchestra.run.smithi100.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-13T11:05:15.135 INFO:teuthology.orchestra.run.smithi100.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-13T11:05:15.135 INFO:teuthology.orchestra.run.smithi100.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-13T11:05:15.135 INFO:teuthology.orchestra.run.smithi100.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-13T11:05:15.135 INFO:teuthology.orchestra.run.smithi100.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-13T11:05:15.135 INFO:teuthology.orchestra.run.smithi100.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-13T11:05:15.135 INFO:teuthology.orchestra.run.smithi100.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-13T11:05:15.135 INFO:teuthology.orchestra.run.smithi100.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-13T11:05:15.135 INFO:teuthology.orchestra.run.smithi100.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-13T11:05:15.136 INFO:teuthology.orchestra.run.smithi100.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-13T11:05:15.136 INFO:teuthology.orchestra.run.smithi100.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-13T11:05:15.136 INFO:teuthology.orchestra.run.smithi100.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-13T11:05:15.136 INFO:teuthology.orchestra.run.smithi100.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-13T11:05:15.136 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-01-13T11:05:15.136 INFO:teuthology.orchestra.run.smithi100.stdout:Complete! 2024-01-13T11:05:15.389 DEBUG:teuthology.parallel:result is None 2024-01-13T11:05:15.390 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-13T11:05:15.461 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': '445562ab4bc3ddfb386936119050695810860bcb'} 2024-01-13T11:05:15.462 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.5 2024-01-13T11:05:15.462 INFO:tasks.cephadm:Cluster fsid is a139bc18-b203-11ee-95ac-87774f69a715 2024-01-13T11:05:15.462 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-13T11:05:15.462 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-13T11:05:15.462 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi100': '172.21.15.100', 'mon.smithi178': '172.21.15.178'} 2024-01-13T11:05:15.463 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-13T11:05:15.463 DEBUG:teuthology.orchestra.run.smithi100:> sudo hostname $(hostname -s) 2024-01-13T11:05:15.491 DEBUG:teuthology.orchestra.run.smithi178:> sudo hostname $(hostname -s) 2024-01-13T11:05:15.519 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2024-01-13T11:05:15.520 DEBUG:teuthology.orchestra.run.smithi100:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-13T11:05:15.934 INFO:teuthology.orchestra.run.smithi100.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Jan 13 11:05 /home/ubuntu/cephtest/cephadm 2024-01-13T11:05:15.934 DEBUG:teuthology.orchestra.run.smithi178:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-13T11:05:16.212 INFO:teuthology.orchestra.run.smithi178.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Jan 13 11:05 /home/ubuntu/cephtest/cephadm 2024-01-13T11:05:16.212 DEBUG:teuthology.orchestra.run.smithi100:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-13T11:05:16.232 DEBUG:teuthology.orchestra.run.smithi178:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-13T11:05:16.264 DEBUG:teuthology.orchestra.run.smithi100:> sudo mkdir -p /etc/ceph 2024-01-13T11:05:16.302 DEBUG:teuthology.orchestra.run.smithi178:> sudo mkdir -p /etc/ceph 2024-01-13T11:05:16.334 DEBUG:teuthology.orchestra.run.smithi100:> sudo chmod 777 /etc/ceph 2024-01-13T11:05:16.370 DEBUG:teuthology.orchestra.run.smithi178:> sudo chmod 777 /etc/ceph 2024-01-13T11:05:16.405 INFO:tasks.cephadm:Writing seed config... 2024-01-13T11:05:16.406 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-13T11:05:16.407 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-13T11:05:16.407 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-13T11:05:16.407 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-13T11:05:16.407 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-13T11:05:16.407 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-13T11:05:16.407 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-13T11:05:16.407 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-13T11:05:16.408 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-01-13T11:05:16.408 DEBUG:teuthology.orchestra.run.smithi100:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-13T11:05:16.428 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 = a139bc18-b203-11ee-95ac-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-01-13T11:05:16.429 DEBUG:teuthology.orchestra.run.smithi100:mon.smithi100> sudo journalctl -f -n 0 -u ceph-a139bc18-b203-11ee-95ac-87774f69a715@mon.smithi100.service 2024-01-13T11:05:16.471 INFO:tasks.cephadm:Bootstrapping... 2024-01-13T11:05:16.471 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 -v bootstrap --fsid a139bc18-b203-11ee-95ac-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.100 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-13T11:05:16.497 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:-- Logs begin at Sat 2024-01-13 10:57:58 UTC. -- 2024-01-13T11:05:16.736 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-01-13T11:05:18.311 INFO:teuthology.orchestra.run.smithi100.stderr:/bin/podman: 4.6.1 2024-01-13T11:05:18.321 INFO:teuthology.orchestra.run.smithi100.stderr:Verifying podman|docker is present... 2024-01-13T11:05:18.321 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-01-13T11:05:18.343 INFO:teuthology.orchestra.run.smithi100.stderr:/bin/podman: 4.6.1 2024-01-13T11:05:18.356 INFO:teuthology.orchestra.run.smithi100.stderr:Verifying lvm2 is present... 2024-01-13T11:05:18.356 INFO:teuthology.orchestra.run.smithi100.stderr:Verifying time synchronization is in place... 2024-01-13T11:05:18.356 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl is-enabled chrony.service 2024-01-13T11:05:18.364 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-13T11:05:18.364 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl is-active chrony.service 2024-01-13T11:05:18.370 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: inactive 2024-01-13T11:05:18.370 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl is-enabled chronyd.service 2024-01-13T11:05:18.377 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: enabled 2024-01-13T11:05:18.377 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl is-active chronyd.service 2024-01-13T11:05:18.382 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: active 2024-01-13T11:05:18.383 INFO:teuthology.orchestra.run.smithi100.stderr:Unit chronyd.service is enabled and running 2024-01-13T11:05:18.383 INFO:teuthology.orchestra.run.smithi100.stderr:Repeating the final host check... 2024-01-13T11:05:18.383 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-01-13T11:05:18.403 INFO:teuthology.orchestra.run.smithi100.stderr:/bin/podman: 4.6.1 2024-01-13T11:05:18.410 INFO:teuthology.orchestra.run.smithi100.stderr:podman|docker (/bin/podman) is present 2024-01-13T11:05:18.410 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl is present 2024-01-13T11:05:18.410 INFO:teuthology.orchestra.run.smithi100.stderr:lvcreate is present 2024-01-13T11:05:18.411 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl is-enabled chrony.service 2024-01-13T11:05:18.416 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-13T11:05:18.417 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl is-active chrony.service 2024-01-13T11:05:18.422 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: inactive 2024-01-13T11:05:18.423 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl is-enabled chronyd.service 2024-01-13T11:05:18.428 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: enabled 2024-01-13T11:05:18.429 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl is-active chronyd.service 2024-01-13T11:05:18.434 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: active 2024-01-13T11:05:18.434 INFO:teuthology.orchestra.run.smithi100.stderr:Unit chronyd.service is enabled and running 2024-01-13T11:05:18.435 INFO:teuthology.orchestra.run.smithi100.stderr:Host looks OK 2024-01-13T11:05:18.435 INFO:teuthology.orchestra.run.smithi100.stderr:Cluster fsid: a139bc18-b203-11ee-95ac-87774f69a715 2024-01-13T11:05:18.435 INFO:teuthology.orchestra.run.smithi100.stderr:Acquiring lock 140153839927424 on /run/cephadm/a139bc18-b203-11ee-95ac-87774f69a715.lock 2024-01-13T11:05:18.435 INFO:teuthology.orchestra.run.smithi100.stderr:Lock 140153839927424 acquired on /run/cephadm/a139bc18-b203-11ee-95ac-87774f69a715.lock 2024-01-13T11:05:18.436 INFO:teuthology.orchestra.run.smithi100.stderr:Verifying IP 172.21.15.100 port 3300 ... 2024-01-13T11:05:18.436 INFO:teuthology.orchestra.run.smithi100.stderr:Verifying IP 172.21.15.100 port 6789 ... 2024-01-13T11:05:18.436 INFO:teuthology.orchestra.run.smithi100.stderr:Base mon IP is 172.21.15.100, final addrv is [v2:172.21.15.100:3300,v1:172.21.15.100:6789] 2024-01-13T11:05:18.436 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: /sbin/ip route ls 2024-01-13T11:05:18.438 INFO:teuthology.orchestra.run.smithi100.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.100 metric 100 2024-01-13T11:05:18.438 INFO:teuthology.orchestra.run.smithi100.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.100 metric 100 2024-01-13T11:05:18.439 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: /sbin/ip -6 route ls 2024-01-13T11:05:18.441 INFO:teuthology.orchestra.run.smithi100.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-13T11:05:18.441 INFO:teuthology.orchestra.run.smithi100.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-01-13T11:05:18.441 INFO:teuthology.orchestra.run.smithi100.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1774sec hoplimit 64 pref medium 2024-01-13T11:05:18.442 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: /sbin/ip -6 addr ls 2024-01-13T11:05:18.444 INFO:teuthology.orchestra.run.smithi100.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-13T11:05:18.444 INFO:teuthology.orchestra.run.smithi100.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-13T11:05:18.444 INFO:teuthology.orchestra.run.smithi100.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-13T11:05:18.444 INFO:teuthology.orchestra.run.smithi100.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-13T11:05:18.444 INFO:teuthology.orchestra.run.smithi100.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d733/64 scope link 2024-01-13T11:05:18.444 INFO:teuthology.orchestra.run.smithi100.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-13T11:05:18.445 INFO:teuthology.orchestra.run.smithi100.stderr:Mon IP `172.21.15.100` is in CIDR network `172.21.0.0/20` 2024-01-13T11:05:18.445 INFO:teuthology.orchestra.run.smithi100.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-13T11:05:18.446 INFO:teuthology.orchestra.run.smithi100.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2024-01-13T11:05:18.446 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.5 2024-01-13T11:05:18.545 INFO:teuthology.orchestra.run.smithi100.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.5... 2024-01-13T11:05:25.083 INFO:teuthology.orchestra.run.smithi100.stderr:/bin/podman: Getting image source signatures 2024-01-13T11:05:25.095 INFO:teuthology.orchestra.run.smithi100.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-01-13T11:05:25.095 INFO:teuthology.orchestra.run.smithi100.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2024-01-13T11:05:45.539 INFO:teuthology.orchestra.run.smithi100.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-01-13T11:05:45.588 INFO:teuthology.orchestra.run.smithi100.stderr:/bin/podman: Writing manifest to image destination 2024-01-13T11:05:45.918 INFO:teuthology.orchestra.run.smithi100.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-01-13T11:05:45.929 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --version 2024-01-13T11:05:46.464 INFO:teuthology.orchestra.run.smithi100.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-01-13T11:05:46.811 INFO:teuthology.orchestra.run.smithi100.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-01-13T11:05:46.811 INFO:teuthology.orchestra.run.smithi100.stderr:Extracting ceph user uid/gid from container image... 2024-01-13T11:05:46.811 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2024-01-13T11:05:47.092 INFO:teuthology.orchestra.run.smithi100.stderr:stat: 167 167 2024-01-13T11:05:47.400 INFO:teuthology.orchestra.run.smithi100.stderr:Creating initial keys... 2024-01-13T11:05:47.400 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-01-13T11:05:47.647 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-authtool: AQCLbqJlmu6UJRAAL+1bxiS/+F/2IZ5btKZEJQ== 2024-01-13T11:05:47.988 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-01-13T11:05:48.280 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-authtool: AQCMbqJlcQ6jDxAAQDGgm4keDMAYcKRqgvyAFQ== 2024-01-13T11:05:48.615 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-01-13T11:05:48.942 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-authtool: AQCMbqJlWEhtNRAA5wqBNFLSKO/B9mDV9nCsPQ== 2024-01-13T11:05:49.288 INFO:teuthology.orchestra.run.smithi100.stderr:Creating initial monmap... 2024-01-13T11:05:49.288 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmp8cqnbvzs:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --create --clobber --fsid a139bc18-b203-11ee-95ac-87774f69a715 --addv smithi100 [v2:172.21.15.100:3300,v1:172.21.15.100:6789] /tmp/monmap 2024-01-13T11:05:49.876 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-13T11:05:49.877 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to a139bc18-b203-11ee-95ac-87774f69a715 2024-01-13T11:05:49.877 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-13T11:05:50.211 INFO:teuthology.orchestra.run.smithi100.stderr:monmaptool for smithi100 [v2:172.21.15.100:3300,v1:172.21.15.100:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-13T11:05:50.212 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/monmaptool: set fsid to a139bc18-b203-11ee-95ac-87774f69a715 2024-01-13T11:05:50.212 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-13T11:05:50.212 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-01-13T11:05:50.212 INFO:teuthology.orchestra.run.smithi100.stderr:Creating mon... 2024-01-13T11:05:50.213 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/mon.smithi100:/var/lib/ceph/mon/ceph-smithi100:z -v /tmp/ceph-tmp38eug0dq:/tmp/keyring:z -v /tmp/ceph-tmp8cqnbvzs:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --mkfs -i smithi100 --fsid a139bc18-b203-11ee-95ac-87774f69a715 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true 2024-01-13T11:05:50.487 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.448+0000 7f5fff02f700 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-13T11:05:50.487 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 1 imported monmap: 2024-01-13T11:05:50.487 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-13T11:05:50.487 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: fsid a139bc18-b203-11ee-95ac-87774f69a715 2024-01-13T11:05:50.487 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: last_changed 2024-01-13T11:05:49.858330+0000 2024-01-13T11:05:50.487 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: created 2024-01-13T11:05:49.858330+0000 2024-01-13T11:05:50.487 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-13T11:05:50.487 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-13T11:05:50.487 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] mon.smithi100 2024-01-13T11:05:50.487 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-01-13T11:05:50.488 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 0 /usr/bin/ceph-mon: set fsid to a139bc18-b203-11ee-95ac-87774f69a715 2024-01-13T11:05:50.488 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: RocksDB version: 6.8.1 2024-01-13T11:05:50.488 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-01-13T11:05:50.488 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-13T11:05:50.488 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Compile date Jul 8 2021 2024-01-13T11:05:50.488 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: DB SUMMARY 2024-01-13T11:05:50.488 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-01-13T11:05:50.488 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi100/store.db dir, Total Num: 0, files: 2024-01-13T11:05:50.488 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-01-13T11:05:50.488 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi100/store.db: 2024-01-13T11:05:50.488 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-01-13T11:05:50.488 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.error_if_exists: 0 2024-01-13T11:05:50.488 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.create_if_missing: 1 2024-01-13T11:05:50.488 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.paranoid_checks: 1 2024-01-13T11:05:50.488 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.env: 0x55fefbcfb1c0 2024-01-13T11:05:50.489 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.fs: Posix File System 2024-01-13T11:05:50.489 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.info_log: 0x55fefcd61000 2024-01-13T11:05:50.489 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-13T11:05:50.489 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.statistics: (nil) 2024-01-13T11:05:50.489 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.use_fsync: 0 2024-01-13T11:05:50.489 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.max_log_file_size: 0 2024-01-13T11:05:50.489 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-13T11:05:50.489 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-13T11:05:50.489 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-13T11:05:50.489 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-13T11:05:50.489 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.allow_fallocate: 1 2024-01-13T11:05:50.489 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-13T11:05:50.489 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-13T11:05:50.489 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.use_direct_reads: 0 2024-01-13T11:05:50.489 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-13T11:05:50.489 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.create_missing_column_families: 0 2024-01-13T11:05:50.490 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.db_log_dir: 2024-01-13T11:05:50.490 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi100/store.db 2024-01-13T11:05:50.490 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-13T11:05:50.490 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.max_subcompactions: 1 2024-01-13T11:05:50.490 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.max_background_flushes: -1 2024-01-13T11:05:50.490 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-13T11:05:50.490 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-13T11:05:50.490 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-13T11:05:50.490 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-13T11:05:50.490 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-13T11:05:50.490 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.advise_random_on_open: 1 2024-01-13T11:05:50.490 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-13T11:05:50.490 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.write_buffer_manager: 0x55fefcd69530 2024-01-13T11:05:50.490 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-13T11:05:50.490 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-13T11:05:50.491 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-13T11:05:50.491 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-13T11:05:50.491 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.rate_limiter: (nil) 2024-01-13T11:05:50.491 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-13T11:05:50.491 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-13T11:05:50.491 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-13T11:05:50.491 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-13T11:05:50.491 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.unordered_write: 0 2024-01-13T11:05:50.491 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-13T11:05:50.491 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-13T11:05:50.491 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-13T11:05:50.491 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-13T11:05:50.491 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.row_cache: None 2024-01-13T11:05:50.491 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.wal_filter: None 2024-01-13T11:05:50.491 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-13T11:05:50.492 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-13T11:05:50.492 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.preserve_deletes: 0 2024-01-13T11:05:50.492 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.two_write_queues: 0 2024-01-13T11:05:50.492 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.manual_wal_flush: 0 2024-01-13T11:05:50.492 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.atomic_flush: 0 2024-01-13T11:05:50.492 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-13T11:05:50.492 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-13T11:05:50.492 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-13T11:05:50.492 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.log_readahead_size: 0 2024-01-13T11:05:50.492 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-13T11:05:50.492 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.max_background_jobs: 2 2024-01-13T11:05:50.492 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.max_background_compactions: -1 2024-01-13T11:05:50.492 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-13T11:05:50.492 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-13T11:05:50.493 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-13T11:05:50.493 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.max_total_wal_size: 0 2024-01-13T11:05:50.493 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-13T11:05:50.493 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-13T11:05:50.493 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-13T11:05:50.493 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-13T11:05:50.493 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.max_open_files: -1 2024-01-13T11:05:50.493 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.bytes_per_sync: 0 2024-01-13T11:05:50.493 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-13T11:05:50.493 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-13T11:05:50.493 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-13T11:05:50.493 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: Compression algorithms supported: 2024-01-13T11:05:50.493 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-13T11:05:50.493 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: kZSTD supported: 0 2024-01-13T11:05:50.493 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: kXpressCompression supported: 0 2024-01-13T11:05:50.493 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.449+0000 7f5fff02f700 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-13T11:05:50.494 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: kLZ4Compression supported: 1 2024-01-13T11:05:50.494 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: kBZip2Compression supported: 0 2024-01-13T11:05:50.494 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: kZlibCompression supported: 1 2024-01-13T11:05:50.494 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: kSnappyCompression supported: 1 2024-01-13T11:05:50.494 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-13T11:05:50.494 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-13T11:05:50.494 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-01-13T11:05:50.494 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi100/store.db/MANIFEST-000001 2024-01-13T11:05:50.494 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-01-13T11:05:50.494 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-13T11:05:50.494 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-01-13T11:05:50.494 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-13T11:05:50.494 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.merge_operator: 2024-01-13T11:05:50.494 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.compaction_filter: None 2024-01-13T11:05:50.494 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.compaction_filter_factory: None 2024-01-13T11:05:50.495 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-13T11:05:50.495 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-13T11:05:50.495 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55fefcc7a160) 2024-01-13T11:05:50.495 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-13T11:05:50.495 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-13T11:05:50.495 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-13T11:05:50.495 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-13T11:05:50.495 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-13T11:05:50.495 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-13T11:05:50.495 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-13T11:05:50.495 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-13T11:05:50.495 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-13T11:05:50.495 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-13T11:05:50.495 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-13T11:05:50.495 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: block_cache: 0x55fefccb0d10 2024-01-13T11:05:50.496 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-13T11:05:50.496 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-13T11:05:50.496 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-13T11:05:50.496 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-13T11:05:50.496 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-13T11:05:50.496 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-13T11:05:50.496 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-13T11:05:50.496 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-13T11:05:50.496 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-13T11:05:50.496 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-13T11:05:50.496 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-13T11:05:50.496 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-13T11:05:50.496 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-13T11:05:50.496 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-13T11:05:50.496 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-13T11:05:50.497 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-13T11:05:50.497 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-13T11:05:50.497 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-13T11:05:50.497 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-13T11:05:50.497 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-13T11:05:50.497 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-13T11:05:50.497 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-13T11:05:50.497 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-01-13T11:05:50.497 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-13T11:05:50.497 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-13T11:05:50.497 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.compression: NoCompression 2024-01-13T11:05:50.497 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-13T11:05:50.497 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-13T11:05:50.497 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-13T11:05:50.497 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.num_levels: 7 2024-01-13T11:05:50.497 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-13T11:05:50.498 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-13T11:05:50.498 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-13T11:05:50.498 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-13T11:05:50.498 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-13T11:05:50.498 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-13T11:05:50.498 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-13T11:05:50.498 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-13T11:05:50.498 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-13T11:05:50.498 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-13T11:05:50.498 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.compression_opts.level: 32767 2024-01-13T11:05:50.498 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-13T11:05:50.498 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-13T11:05:50.498 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-13T11:05:50.498 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.compression_opts.enabled: false 2024-01-13T11:05:50.499 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-13T11:05:50.499 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-13T11:05:50.499 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-13T11:05:50.499 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-13T11:05:50.499 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-13T11:05:50.499 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-13T11:05:50.499 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-13T11:05:50.499 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-13T11:05:50.499 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-13T11:05:50.499 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-13T11:05:50.499 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-13T11:05:50.499 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-13T11:05:50.499 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-13T11:05:50.499 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-13T11:05:50.499 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-13T11:05:50.500 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-13T11:05:50.500 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-13T11:05:50.500 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.arena_block_size: 4194304 2024-01-13T11:05:50.500 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-13T11:05:50.500 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-13T11:05:50.500 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-13T11:05:50.500 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-13T11:05:50.500 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-13T11:05:50.500 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-13T11:05:50.500 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-13T11:05:50.500 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-13T11:05:50.500 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-13T11:05:50.500 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-13T11:05:50.500 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-13T11:05:50.501 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-13T11:05:50.501 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-13T11:05:50.501 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-13T11:05:50.501 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.table_properties_collectors: 2024-01-13T11:05:50.501 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.inplace_update_support: 0 2024-01-13T11:05:50.501 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-13T11:05:50.501 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-13T11:05:50.501 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-13T11:05:50.501 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-13T11:05:50.501 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.bloom_locality: 0 2024-01-13T11:05:50.501 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.max_successive_merges: 0 2024-01-13T11:05:50.501 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-13T11:05:50.501 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-13T11:05:50.501 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.force_consistency_checks: 0 2024-01-13T11:05:50.501 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-13T11:05:50.502 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.ttl: 2592000 2024-01-13T11:05:50.502 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.450+0000 7f5fff02f700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-13T11:05:50.502 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.451+0000 7f5fff02f700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi100/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-13T11:05:50.502 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-01-13T11:05:50.502 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.451+0000 7f5fff02f700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-13T11:05:50.502 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-01-13T11:05:50.502 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.453+0000 7f5fff02f700 4 rocksdb: DB pointer 0x55fefcd75800 2024-01-13T11:05:50.502 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.454+0000 7f5fe7eb8700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-13T11:05:50.502 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.454+0000 7f5fe7eb8700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-13T11:05:50.502 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-13T11:05:50.502 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T11:05:50.502 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-13T11:05:50.502 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-13T11:05:50.502 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-13T11:05:50.502 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-13T11:05:50.503 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-13T11:05:50.503 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-13T11:05:50.503 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-01-13T11:05:50.503 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-13T11:05:50.503 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T11:05:50.503 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T11:05:50.503 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-13T11:05:50.503 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-13T11:05:50.503 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-01-13T11:05:50.503 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-13T11:05:50.503 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T11:05:50.503 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T11:05:50.503 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T11:05:50.503 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-13T11:05:50.504 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-13T11:05:50.504 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-13T11:05:50.504 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-13T11:05:50.504 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-13T11:05:50.504 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T11:05:50.504 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T11:05:50.504 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-13T11:05:50.504 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-01-13T11:05:50.504 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-13T11:05:50.504 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-01-13T11:05:50.504 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-13T11:05:50.504 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T11:05:50.504 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T11:05:50.504 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-13T11:05:50.504 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-13T11:05:50.505 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-01-13T11:05:50.505 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-13T11:05:50.505 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T11:05:50.505 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T11:05:50.505 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T11:05:50.505 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-13T11:05:50.505 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-13T11:05:50.505 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-13T11:05:50.505 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-13T11:05:50.505 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-13T11:05:50.505 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T11:05:50.505 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T11:05:50.505 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-13T11:05:50.505 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-01-13T11:05:50.505 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-13T11:05:50.506 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-01-13T11:05:50.506 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.455+0000 7f5fff02f700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-13T11:05:50.506 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.455+0000 7f5fff02f700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-13T11:05:50.506 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-01-13T11:05:50.455+0000 7f5fff02f700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi100 for mon.smithi100 2024-01-13T11:05:50.795 INFO:teuthology.orchestra.run.smithi100.stderr:create mon.smithi100 on 2024-01-13T11:05:50.796 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/a139bc18-b203-11ee-95ac-87774f69a715 2024-01-13T11:05:50.800 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl disable ceph.target 2024-01-13T11:05:50.889 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl enable ceph.target 2024-01-13T11:05:50.896 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-13T11:05:50.974 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl start ceph.target 2024-01-13T11:05:50.981 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl enable ceph-a139bc18-b203-11ee-95ac-87774f69a715.target 2024-01-13T11:05:50.987 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-a139bc18-b203-11ee-95ac-87774f69a715.target → /etc/systemd/system/ceph-a139bc18-b203-11ee-95ac-87774f69a715.target. 2024-01-13T11:05:50.988 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-a139bc18-b203-11ee-95ac-87774f69a715.target → /etc/systemd/system/ceph-a139bc18-b203-11ee-95ac-87774f69a715.target. 2024-01-13T11:05:51.066 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl start ceph-a139bc18-b203-11ee-95ac-87774f69a715.target 2024-01-13T11:05:51.073 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl daemon-reload 2024-01-13T11:05:51.154 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl stop ceph-a139bc18-b203-11ee-95ac-87774f69a715@mon.smithi100 2024-01-13T11:05:51.177 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl reset-failed ceph-a139bc18-b203-11ee-95ac-87774f69a715@mon.smithi100 2024-01-13T11:05:51.183 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: Failed to reset failed state of unit ceph-a139bc18-b203-11ee-95ac-87774f69a715@mon.smithi100.service: Unit ceph-a139bc18-b203-11ee-95ac-87774f69a715@mon.smithi100.service not loaded. 2024-01-13T11:05:51.183 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl enable ceph-a139bc18-b203-11ee-95ac-87774f69a715@mon.smithi100 2024-01-13T11:05:51.189 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: Created symlink /etc/systemd/system/ceph-a139bc18-b203-11ee-95ac-87774f69a715.target.wants/ceph-a139bc18-b203-11ee-95ac-87774f69a715@mon.smithi100.service → /etc/systemd/system/ceph-a139bc18-b203-11ee-95ac-87774f69a715@.service. 2024-01-13T11:05:51.271 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl start ceph-a139bc18-b203-11ee-95ac-87774f69a715@mon.smithi100 2024-01-13T11:05:51.558 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-13T11:05:51.566 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: disabled 2024-01-13T11:05:51.566 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl is-active firewalld.service 2024-01-13T11:05:51.573 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: inactive 2024-01-13T11:05:51.574 INFO:teuthology.orchestra.run.smithi100.stderr:firewalld.service is not enabled 2024-01-13T11:05:51.574 INFO:teuthology.orchestra.run.smithi100.stderr:Not possible to enable service . firewalld.service is not available 2024-01-13T11:05:51.574 INFO:teuthology.orchestra.run.smithi100.stderr:Waiting for mon to start... 2024-01-13T11:05:51.575 INFO:teuthology.orchestra.run.smithi100.stderr:Waiting for mon... 2024-01-13T11:05:51.575 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/mon.smithi100:/var/lib/ceph/mon/ceph-smithi100:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status 2024-01-13T11:05:51.826 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:51 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34033]: cluster 2024-01-13T11:05:51.568185+0000 mon.smithi100 (mon.0) 1 : cluster [INF] mon.smithi100 is new leader, mons smithi100 in quorum (ranks 0) 2024-01-13T11:05:52.105 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: cluster: 2024-01-13T11:05:52.105 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: id: a139bc18-b203-11ee-95ac-87774f69a715 2024-01-13T11:05:52.105 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-13T11:05:52.105 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 2024-01-13T11:05:52.105 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: services: 2024-01-13T11:05:52.105 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi100 (age 0.508022s) 2024-01-13T11:05:52.106 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-13T11:05:52.106 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-13T11:05:52.106 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 2024-01-13T11:05:52.106 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: data: 2024-01-13T11:05:52.106 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-13T11:05:52.106 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-13T11:05:52.106 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-13T11:05:52.106 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: pgs: 2024-01-13T11:05:52.106 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 2024-01-13T11:05:52.448 INFO:teuthology.orchestra.run.smithi100.stderr:mon is available 2024-01-13T11:05:52.448 INFO:teuthology.orchestra.run.smithi100.stderr:Assimilating anything we can from ceph.conf... 2024-01-13T11:05:52.448 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z -v /var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/mon.smithi100:/var/lib/ceph/mon/ceph-smithi100:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi100/config 2024-01-13T11:05:52.644 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:52 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34033]: cluster 2024-01-13T11:05:51.591971+0000 mon.smithi100 (mon.0) 2 : cluster [INF] mon.smithi100 is new leader, mons smithi100 in quorum (ranks 0) 2024-01-13T11:05:52.644 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:52 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34033]: cluster 2024-01-13T11:05:51.592222+0000 mon.smithi100 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi100=[v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0]} 2024-01-13T11:05:52.644 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:52 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34033]: cluster 2024-01-13T11:05:51.600772+0000 mon.smithi100 (mon.0) 4 : cluster [DBG] fsmap 2024-01-13T11:05:52.644 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:52 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34033]: cluster 2024-01-13T11:05:51.611611+0000 mon.smithi100 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-13T11:05:52.644 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:52 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34033]: cluster 2024-01-13T11:05:51.613299+0000 mon.smithi100 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-13T11:05:52.644 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:52 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34033]: audit 2024-01-13T11:05:52.099953+0000 mon.smithi100 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.100:0/2598664307' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-13T11:05:52.909 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 2024-01-13T11:05:52.909 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: [global] 2024-01-13T11:05:52.910 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: fsid = a139bc18-b203-11ee-95ac-87774f69a715 2024-01-13T11:05:52.910 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.100:3300,v1:172.21.15.100:6789] 2024-01-13T11:05:52.910 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-13T11:05:52.910 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-13T11:05:52.910 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-13T11:05:52.910 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-13T11:05:52.910 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 2024-01-13T11:05:52.910 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: [mgr] 2024-01-13T11:05:52.910 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-13T11:05:52.910 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 2024-01-13T11:05:52.910 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: [osd] 2024-01-13T11:05:52.910 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-13T11:05:52.910 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-13T11:05:53.256 INFO:teuthology.orchestra.run.smithi100.stderr:Generating new minimal ceph.conf... 2024-01-13T11:05:53.256 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z -v /var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/mon.smithi100:/var/lib/ceph/mon/ceph-smithi100:z docker.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi100/config 2024-01-13T11:05:53.975 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:53 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34033]: audit 2024-01-13T11:05:52.901326+0000 mon.smithi100 (mon.0) 8 : audit [INF] from='client.? 172.21.15.100:0/4286995448' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-13T11:05:53.975 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:53 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34033]: audit 2024-01-13T11:05:52.904539+0000 mon.smithi100 (mon.0) 9 : audit [INF] from='client.? 172.21.15.100:0/4286995448' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-13T11:05:54.040 INFO:teuthology.orchestra.run.smithi100.stderr:Restarting the monitor... 2024-01-13T11:05:54.040 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl restart ceph-a139bc18-b203-11ee-95ac-87774f69a715@mon.smithi100 2024-01-13T11:05:54.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 systemd[1]: Stopping Ceph mon.smithi100 for a139bc18-b203-11ee-95ac-87774f69a715... 2024-01-13T11:05:54.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34033]: debug 2024-01-13T11:05:54.124+0000 7fc183218700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi100 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-13T11:05:54.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34033]: debug 2024-01-13T11:05:54.124+0000 7fc183218700 -1 mon.smithi100@0(leader) e1 *** Got Signal Terminated *** 2024-01-13T11:05:54.794 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 podman[34363]: ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100 2024-01-13T11:05:54.794 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 systemd[1]: ceph-a139bc18-b203-11ee-95ac-87774f69a715@mon.smithi100.service: Succeeded. 2024-01-13T11:05:54.794 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 systemd[1]: Stopped Ceph mon.smithi100 for a139bc18-b203-11ee-95ac-87774f69a715. 2024-01-13T11:05:54.794 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 systemd[1]: Starting Ceph mon.smithi100 for a139bc18-b203-11ee-95ac-87774f69a715... 2024-01-13T11:05:54.908 INFO:teuthology.orchestra.run.smithi100.stderr:Setting mon public_network to 172.21.0.0/20 2024-01-13T11:05:54.908 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2024-01-13T11:05:55.296 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.890+0000 7fad26d60700 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-13T11:05:55.296 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.890+0000 7fad26d60700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-01-13T11:05:55.296 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.890+0000 7fad26d60700 0 pidfile_write: ignore empty --pid-file 2024-01-13T11:05:55.296 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 0 load: jerasure load: lrc load: isa 2024-01-13T11:05:55.296 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: RocksDB version: 6.8.1 2024-01-13T11:05:55.296 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: 2024-01-13T11:05:55.296 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-13T11:05:55.296 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Compile date Jul 8 2021 2024-01-13T11:05:55.296 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: DB SUMMARY 2024-01-13T11:05:55.296 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: 2024-01-13T11:05:55.297 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: CURRENT file: CURRENT 2024-01-13T11:05:55.297 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: 2024-01-13T11:05:55.297 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: IDENTITY file: IDENTITY 2024-01-13T11:05:55.297 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: 2024-01-13T11:05:55.297 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-13T11:05:55.297 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: 2024-01-13T11:05:55.297 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi100/store.db dir, Total Num: 1, files: 000004.sst 2024-01-13T11:05:55.297 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: 2024-01-13T11:05:55.297 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi100/store.db: 000006.log size: 80430 ; 2024-01-13T11:05:55.297 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: 2024-01-13T11:05:55.297 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.error_if_exists: 0 2024-01-13T11:05:55.297 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.create_if_missing: 0 2024-01-13T11:05:55.297 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.paranoid_checks: 1 2024-01-13T11:05:55.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.env: 0x564dd3cc11c0 2024-01-13T11:05:55.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.fs: Posix File System 2024-01-13T11:05:55.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.info_log: 0x564dd58eba40 2024-01-13T11:05:55.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-13T11:05:55.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.statistics: (nil) 2024-01-13T11:05:55.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.use_fsync: 0 2024-01-13T11:05:55.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.max_log_file_size: 0 2024-01-13T11:05:55.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-13T11:05:55.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-13T11:05:55.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-13T11:05:55.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-13T11:05:55.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.allow_fallocate: 1 2024-01-13T11:05:55.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-13T11:05:55.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-13T11:05:55.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.use_direct_reads: 0 2024-01-13T11:05:55.299 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-13T11:05:55.299 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.create_missing_column_families: 0 2024-01-13T11:05:55.299 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.db_log_dir: 2024-01-13T11:05:55.299 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi100/store.db 2024-01-13T11:05:55.299 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-13T11:05:55.299 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.max_subcompactions: 1 2024-01-13T11:05:55.299 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.max_background_flushes: -1 2024-01-13T11:05:55.299 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-13T11:05:55.299 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-13T11:05:55.299 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-13T11:05:55.299 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-13T11:05:55.299 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-13T11:05:55.299 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.advise_random_on_open: 1 2024-01-13T11:05:55.299 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-13T11:05:55.299 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.write_buffer_manager: 0x564dd58f3fb0 2024-01-13T11:05:55.300 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-13T11:05:55.300 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-13T11:05:55.300 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-13T11:05:55.300 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-13T11:05:55.300 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.rate_limiter: (nil) 2024-01-13T11:05:55.300 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-13T11:05:55.300 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-13T11:05:55.300 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-13T11:05:55.300 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-13T11:05:55.300 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.unordered_write: 0 2024-01-13T11:05:55.300 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-13T11:05:55.300 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-13T11:05:55.300 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-13T11:05:55.300 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-13T11:05:55.300 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.row_cache: None 2024-01-13T11:05:55.301 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.wal_filter: None 2024-01-13T11:05:55.301 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-13T11:05:55.301 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-13T11:05:55.301 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.preserve_deletes: 0 2024-01-13T11:05:55.301 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.two_write_queues: 0 2024-01-13T11:05:55.301 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.manual_wal_flush: 0 2024-01-13T11:05:55.301 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.atomic_flush: 0 2024-01-13T11:05:55.301 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-13T11:05:55.301 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-13T11:05:55.301 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-13T11:05:55.301 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.log_readahead_size: 0 2024-01-13T11:05:55.301 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-13T11:05:55.301 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.max_background_jobs: 2 2024-01-13T11:05:55.301 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.max_background_compactions: -1 2024-01-13T11:05:55.301 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-13T11:05:55.302 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-13T11:05:55.302 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-13T11:05:55.302 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.max_total_wal_size: 0 2024-01-13T11:05:55.302 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-13T11:05:55.302 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-13T11:05:55.302 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-13T11:05:55.302 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-13T11:05:55.302 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.max_open_files: -1 2024-01-13T11:05:55.302 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.bytes_per_sync: 0 2024-01-13T11:05:55.302 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 bash[34434]: 8aa62dc6ef5c77eb515781855c72e876a6c093b18accf512e4e62bea4a770e76 2024-01-13T11:05:55.302 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-13T11:05:55.302 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-13T11:05:55.302 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-13T11:05:55.303 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Compression algorithms supported: 2024-01-13T11:05:55.303 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-13T11:05:55.303 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: kZSTD supported: 0 2024-01-13T11:05:55.303 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: kXpressCompression supported: 0 2024-01-13T11:05:55.303 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-13T11:05:55.303 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: kLZ4Compression supported: 1 2024-01-13T11:05:55.303 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: kBZip2Compression supported: 0 2024-01-13T11:05:55.303 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: kZlibCompression supported: 1 2024-01-13T11:05:55.303 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: kSnappyCompression supported: 1 2024-01-13T11:05:55.303 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.895+0000 7fad26d60700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-13T11:05:55.303 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi100/store.db/MANIFEST-000005 2024-01-13T11:05:55.303 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: 2024-01-13T11:05:55.303 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-13T11:05:55.304 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: 2024-01-13T11:05:55.304 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-13T11:05:55.304 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.merge_operator: 2024-01-13T11:05:55.304 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.compaction_filter: None 2024-01-13T11:05:55.304 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.compaction_filter_factory: None 2024-01-13T11:05:55.304 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-13T11:05:55.304 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-13T11:05:55.304 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564dd5805cc0) 2024-01-13T11:05:55.304 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cache_index_and_filter_blocks: 1 2024-01-13T11:05:55.304 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-13T11:05:55.304 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-13T11:05:55.304 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: pin_top_level_index_and_filter: 1 2024-01-13T11:05:55.304 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: index_type: 0 2024-01-13T11:05:55.305 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: data_block_index_type: 0 2024-01-13T11:05:55.305 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: index_shortening: 1 2024-01-13T11:05:55.305 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: data_block_hash_table_util_ratio: 0.750000 2024-01-13T11:05:55.305 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: hash_index_allow_collision: 1 2024-01-13T11:05:55.305 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: checksum: 1 2024-01-13T11:05:55.305 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: no_block_cache: 0 2024-01-13T11:05:55.305 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: block_cache: 0x564dd583af10 2024-01-13T11:05:55.305 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: block_cache_name: BinnedLRUCache 2024-01-13T11:05:55.305 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: block_cache_options: 2024-01-13T11:05:55.305 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: capacity : 536870912 2024-01-13T11:05:55.305 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: num_shard_bits : 4 2024-01-13T11:05:55.305 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: strict_capacity_limit : 0 2024-01-13T11:05:55.305 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: high_pri_pool_ratio: 0.000 2024-01-13T11:05:55.305 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: block_cache_compressed: (nil) 2024-01-13T11:05:55.306 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: persistent_cache: (nil) 2024-01-13T11:05:55.306 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: block_size: 4096 2024-01-13T11:05:55.306 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: block_size_deviation: 10 2024-01-13T11:05:55.306 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: block_restart_interval: 16 2024-01-13T11:05:55.306 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: index_block_restart_interval: 1 2024-01-13T11:05:55.306 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: metadata_block_size: 4096 2024-01-13T11:05:55.306 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: partition_filters: 0 2024-01-13T11:05:55.306 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: use_delta_encoding: 1 2024-01-13T11:05:55.306 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-13T11:05:55.306 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: whole_key_filtering: 1 2024-01-13T11:05:55.306 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: verify_compression: 0 2024-01-13T11:05:55.306 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: read_amp_bytes_per_bit: 0 2024-01-13T11:05:55.306 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: format_version: 2 2024-01-13T11:05:55.306 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: enable_index_compression: 1 2024-01-13T11:05:55.306 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: block_align: 0 2024-01-13T11:05:55.306 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: 2024-01-13T11:05:55.306 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-13T11:05:55.307 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-13T11:05:55.307 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.compression: NoCompression 2024-01-13T11:05:55.307 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-13T11:05:55.307 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-13T11:05:55.307 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-13T11:05:55.307 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.num_levels: 7 2024-01-13T11:05:55.307 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-13T11:05:55.307 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-13T11:05:55.307 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-13T11:05:55.307 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-13T11:05:55.307 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-13T11:05:55.307 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-13T11:05:55.307 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-13T11:05:55.307 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-13T11:05:55.307 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-13T11:05:55.308 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-13T11:05:55.308 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.compression_opts.level: 32767 2024-01-13T11:05:55.308 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-13T11:05:55.308 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-13T11:05:55.308 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-13T11:05:55.308 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.compression_opts.enabled: false 2024-01-13T11:05:55.308 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-13T11:05:55.308 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-13T11:05:55.308 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-13T11:05:55.308 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-13T11:05:55.308 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-13T11:05:55.308 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-13T11:05:55.308 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-13T11:05:55.308 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-13T11:05:55.309 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-13T11:05:55.309 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-13T11:05:55.309 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-13T11:05:55.309 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-13T11:05:55.309 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-13T11:05:55.309 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-13T11:05:55.309 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-13T11:05:55.309 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-13T11:05:55.309 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-13T11:05:55.309 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.arena_block_size: 4194304 2024-01-13T11:05:55.309 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-13T11:05:55.309 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-13T11:05:55.309 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-13T11:05:55.309 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-13T11:05:55.309 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-13T11:05:55.310 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-13T11:05:55.310 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-13T11:05:55.310 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-13T11:05:55.310 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-13T11:05:55.310 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-13T11:05:55.310 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-13T11:05:55.310 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-13T11:05:55.310 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-13T11:05:55.310 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-13T11:05:55.310 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.table_properties_collectors: 2024-01-13T11:05:55.310 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.inplace_update_support: 0 2024-01-13T11:05:55.310 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-13T11:05:55.310 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-13T11:05:55.310 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-13T11:05:55.310 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-13T11:05:55.311 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.bloom_locality: 0 2024-01-13T11:05:55.311 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.max_successive_merges: 0 2024-01-13T11:05:55.311 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-13T11:05:55.311 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-13T11:05:55.311 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.force_consistency_checks: 0 2024-01-13T11:05:55.311 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-13T11:05:55.311 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.ttl: 2592000 2024-01-13T11:05:55.311 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-13T11:05:55.311 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi100/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-13T11:05:55.311 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: 2024-01-13T11:05:55.311 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-13T11:05:55.311 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: 2024-01-13T11:05:55.311 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705143954898375, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-13T11:05:55.311 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.896+0000 7fad26d60700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-13T11:05:55.311 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.897+0000 7fad26d60700 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-13T11:05:55.312 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.897+0000 7fad26d60700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705143954899171, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 77353, "table_properties": {"data_size": 75650, "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": 70297, "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": 1705143954, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-13T11:05:55.312 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.897+0000 7fad26d60700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-13T11:05:55.312 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: 2024-01-13T11:05:55.312 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.898+0000 7fad26d60700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705143954899573, "job": 1, "event": "recovery_finished"} 2024-01-13T11:05:55.312 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.898+0000 7fad26d60700 4 rocksdb: DB pointer 0x564dd58ff800 2024-01-13T11:05:55.312 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.898+0000 7fad0db68700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-13T11:05:55.312 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.898+0000 7fad0db68700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-13T11:05:55.312 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: ** DB Stats ** 2024-01-13T11:05:55.312 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T11:05:55.312 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-13T11:05:55.312 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-13T11:05:55.312 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-13T11:05:55.312 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-13T11:05:55.312 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-13T11:05:55.313 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-13T11:05:55.313 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: 2024-01-13T11:05:55.313 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: ** Compaction Stats [default] ** 2024-01-13T11:05:55.313 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T11:05:55.313 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T11:05:55.313 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: L0 2/0 77.23 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 139.2 0.00 0.00 1 0.001 0 0 2024-01-13T11:05:55.313 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Sum 2/0 77.23 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 139.2 0.00 0.00 1 0.001 0 0 2024-01-13T11:05:55.313 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 139.2 0.00 0.00 1 0.001 0 0 2024-01-13T11:05:55.313 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: 2024-01-13T11:05:55.313 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: ** Compaction Stats [default] ** 2024-01-13T11:05:55.313 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T11:05:55.313 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T11:05:55.313 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 139.2 0.00 0.00 1 0.001 0 0 2024-01-13T11:05:55.314 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T11:05:55.314 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-13T11:05:55.314 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-13T11:05:55.314 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: AddFile(Total Files): cumulative 0, interval 0 2024-01-13T11:05:55.314 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-13T11:05:55.314 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: AddFile(Keys): cumulative 0, interval 0 2024-01-13T11:05:55.314 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Cumulative compaction: 0.00 GB write, 27.14 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T11:05:55.314 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Interval compaction: 0.00 GB write, 27.14 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T11:05:55.314 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-13T11:05:55.314 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: 2024-01-13T11:05:55.314 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: ** File Read Latency Histogram By Level [default] ** 2024-01-13T11:05:55.314 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: 2024-01-13T11:05:55.314 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: ** Compaction Stats [default] ** 2024-01-13T11:05:55.314 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T11:05:55.315 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T11:05:55.315 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: L0 2/0 77.23 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 139.2 0.00 0.00 1 0.001 0 0 2024-01-13T11:05:55.315 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Sum 2/0 77.23 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 139.2 0.00 0.00 1 0.001 0 0 2024-01-13T11:05:55.315 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-13T11:05:55.315 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: 2024-01-13T11:05:55.315 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: ** Compaction Stats [default] ** 2024-01-13T11:05:55.315 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T11:05:55.315 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T11:05:55.315 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 139.2 0.00 0.00 1 0.001 0 0 2024-01-13T11:05:55.315 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T11:05:55.315 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-13T11:05:55.315 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-13T11:05:55.315 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: AddFile(Total Files): cumulative 0, interval 0 2024-01-13T11:05:55.315 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-13T11:05:55.316 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: AddFile(Keys): cumulative 0, interval 0 2024-01-13T11:05:55.316 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Cumulative compaction: 0.00 GB write, 26.85 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T11:05:55.316 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T11:05:55.316 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-13T11:05:55.316 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: 2024-01-13T11:05:55.316 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: ** File Read Latency Histogram By Level [default] ** 2024-01-13T11:05:55.316 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: 2024-01-13T11:05:55.316 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.899+0000 7fad26d60700 0 starting mon.smithi100 rank 0 at public addrs [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] at bind addrs [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi100 fsid a139bc18-b203-11ee-95ac-87774f69a715 2024-01-13T11:05:55.317 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.900+0000 7fad26d60700 1 mon.smithi100@-1(???) e1 preinit fsid a139bc18-b203-11ee-95ac-87774f69a715 2024-01-13T11:05:55.317 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.900+0000 7fad26d60700 0 mon.smithi100@-1(???).mds e1 new map 2024-01-13T11:05:55.317 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.900+0000 7fad26d60700 0 mon.smithi100@-1(???).mds e1 print_map 2024-01-13T11:05:55.317 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: e1 2024-01-13T11:05:55.317 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-13T11:05:55.317 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-13T11:05:55.317 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: legacy client fscid: -1 2024-01-13T11:05:55.317 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: 2024-01-13T11:05:55.317 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: No filesystems configured 2024-01-13T11:05:55.317 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: 2024-01-13T11:05:55.317 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.900+0000 7fad26d60700 0 mon.smithi100@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-13T11:05:55.317 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.900+0000 7fad26d60700 0 mon.smithi100@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-13T11:05:55.317 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.900+0000 7fad26d60700 0 mon.smithi100@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-13T11:05:55.317 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.900+0000 7fad26d60700 0 mon.smithi100@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-13T11:05:55.318 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:05:52.901326+0000 mon.smithi100 (mon.0) 8 : audit [INF] from='client.? 172.21.15.100:0/4286995448' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-13T11:05:55.318 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:05:52.904539+0000 mon.smithi100 (mon.0) 9 : audit [INF] from='client.? 172.21.15.100:0/4286995448' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-13T11:05:55.318 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.900+0000 7fad26d60700 1 mon.smithi100@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-13T11:05:55.318 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 systemd[1]: Started Ceph mon.smithi100 for a139bc18-b203-11ee-95ac-87774f69a715. 2024-01-13T11:05:55.318 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.901+0000 7fad26d60700 20 expand_channel_meta expand map: {default=false} 2024-01-13T11:05:55.318 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.901+0000 7fad26d60700 20 expand_channel_meta from 'false' to 'false' 2024-01-13T11:05:55.318 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.901+0000 7fad26d60700 20 expand_channel_meta expanded map: {default=false} 2024-01-13T11:05:55.318 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.901+0000 7fad26d60700 20 expand_channel_meta expand map: {default=info} 2024-01-13T11:05:55.318 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.901+0000 7fad26d60700 20 expand_channel_meta from 'info' to 'info' 2024-01-13T11:05:55.318 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.901+0000 7fad26d60700 20 expand_channel_meta expanded map: {default=info} 2024-01-13T11:05:55.318 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.901+0000 7fad26d60700 20 expand_channel_meta expand map: {default=daemon} 2024-01-13T11:05:55.318 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.901+0000 7fad26d60700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-01-13T11:05:55.318 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.901+0000 7fad26d60700 20 expand_channel_meta expanded map: {default=daemon} 2024-01-13T11:05:55.318 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.901+0000 7fad26d60700 20 expand_channel_meta expand map: {default=debug} 2024-01-13T11:05:55.318 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.901+0000 7fad26d60700 20 expand_channel_meta from 'debug' to 'debug' 2024-01-13T11:05:55.319 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:05:54.901+0000 7fad26d60700 20 expand_channel_meta expanded map: {default=debug} 2024-01-13T11:05:55.319 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:05:54.917161+0000 mon.smithi100 (mon.0) 1 : cluster [INF] mon.smithi100 is new leader, mons smithi100 in quorum (ranks 0) 2024-01-13T11:05:55.319 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:05:54.917221+0000 mon.smithi100 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi100=[v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0]} 2024-01-13T11:05:55.319 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:05:54.917269+0000 mon.smithi100 (mon.0) 3 : cluster [DBG] fsmap 2024-01-13T11:05:55.319 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:05:54.917297+0000 mon.smithi100 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-13T11:05:55.319 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:05:54.917718+0000 mon.smithi100 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-13T11:05:55.690 INFO:teuthology.orchestra.run.smithi100.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-13T11:05:55.690 INFO:teuthology.orchestra.run.smithi100.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-13T11:05:55.690 INFO:teuthology.orchestra.run.smithi100.stderr:Creating mgr... 2024-01-13T11:05:55.690 INFO:teuthology.orchestra.run.smithi100.stderr:Verifying port 9283 ... 2024-01-13T11:05:55.692 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl daemon-reload 2024-01-13T11:05:55.784 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl stop ceph-a139bc18-b203-11ee-95ac-87774f69a715@mgr.smithi100.sidloe 2024-01-13T11:05:55.813 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl reset-failed ceph-a139bc18-b203-11ee-95ac-87774f69a715@mgr.smithi100.sidloe 2024-01-13T11:05:55.819 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: Failed to reset failed state of unit ceph-a139bc18-b203-11ee-95ac-87774f69a715@mgr.smithi100.sidloe.service: Unit ceph-a139bc18-b203-11ee-95ac-87774f69a715@mgr.smithi100.sidloe.service not loaded. 2024-01-13T11:05:55.819 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl enable ceph-a139bc18-b203-11ee-95ac-87774f69a715@mgr.smithi100.sidloe 2024-01-13T11:05:55.825 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: Created symlink /etc/systemd/system/ceph-a139bc18-b203-11ee-95ac-87774f69a715.target.wants/ceph-a139bc18-b203-11ee-95ac-87774f69a715@mgr.smithi100.sidloe.service → /etc/systemd/system/ceph-a139bc18-b203-11ee-95ac-87774f69a715@.service. 2024-01-13T11:05:55.907 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl start ceph-a139bc18-b203-11ee-95ac-87774f69a715@mgr.smithi100.sidloe 2024-01-13T11:05:56.259 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-13T11:05:56.267 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: disabled 2024-01-13T11:05:56.267 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl is-active firewalld.service 2024-01-13T11:05:56.274 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: inactive 2024-01-13T11:05:56.275 INFO:teuthology.orchestra.run.smithi100.stderr:firewalld.service is not enabled 2024-01-13T11:05:56.275 INFO:teuthology.orchestra.run.smithi100.stderr:Not possible to enable service . firewalld.service is not available 2024-01-13T11:05:56.275 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-13T11:05:56.282 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: disabled 2024-01-13T11:05:56.283 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl is-active firewalld.service 2024-01-13T11:05:56.290 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: inactive 2024-01-13T11:05:56.291 INFO:teuthology.orchestra.run.smithi100.stderr:firewalld.service is not enabled 2024-01-13T11:05:56.291 INFO:teuthology.orchestra.run.smithi100.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-13T11:05:56.291 INFO:teuthology.orchestra.run.smithi100.stderr:Waiting for mgr to start... 2024-01-13T11:05:56.291 INFO:teuthology.orchestra.run.smithi100.stderr:Waiting for mgr... 2024-01-13T11:05:56.291 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-01-13T11:05:56.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:56 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:05:55.356992+0000 mon.smithi100 (mon.0) 6 : audit [INF] from='client.? 172.21.15.100:0/2973905917' entity='client.admin' 2024-01-13T11:05:56.707 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 2024-01-13T11:05:56.712 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: { 2024-01-13T11:05:56.712 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "fsid": "a139bc18-b203-11ee-95ac-87774f69a715", 2024-01-13T11:05:56.712 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "health": { 2024-01-13T11:05:56.712 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-13T11:05:56.712 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "checks": {}, 2024-01-13T11:05:56.712 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "mutes": [] 2024-01-13T11:05:56.713 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-01-13T11:05:56.713 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-13T11:05:56.713 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "quorum": [ 2024-01-13T11:05:56.713 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 0 2024-01-13T11:05:56.713 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: ], 2024-01-13T11:05:56.713 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-13T11:05:56.713 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "smithi100" 2024-01-13T11:05:56.713 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: ], 2024-01-13T11:05:56.713 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "quorum_age": 1, 2024-01-13T11:05:56.713 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "monmap": { 2024-01-13T11:05:56.713 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-13T11:05:56.713 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-13T11:05:56.713 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-13T11:05:56.713 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-01-13T11:05:56.713 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "osdmap": { 2024-01-13T11:05:56.713 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-13T11:05:56.714 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-13T11:05:56.714 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-13T11:05:56.714 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-13T11:05:56.714 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-13T11:05:56.714 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-13T11:05:56.714 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-13T11:05:56.714 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-01-13T11:05:56.714 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "pgmap": { 2024-01-13T11:05:56.714 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-13T11:05:56.714 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-13T11:05:56.714 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-13T11:05:56.714 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-13T11:05:56.714 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-13T11:05:56.714 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-13T11:05:56.714 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-13T11:05:56.714 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-13T11:05:56.715 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-01-13T11:05:56.715 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "fsmap": { 2024-01-13T11:05:56.715 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-13T11:05:56.715 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-13T11:05:56.715 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-13T11:05:56.715 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-01-13T11:05:56.715 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-13T11:05:56.715 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "available": false, 2024-01-13T11:05:56.715 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-13T11:05:56.715 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "modules": [ 2024-01-13T11:05:56.715 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "iostat", 2024-01-13T11:05:56.715 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "nfs", 2024-01-13T11:05:56.715 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "restful" 2024-01-13T11:05:56.715 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: ], 2024-01-13T11:05:56.715 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "services": {} 2024-01-13T11:05:56.716 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-01-13T11:05:56.716 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "servicemap": { 2024-01-13T11:05:56.716 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-13T11:05:56.716 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "modified": "2024-01-13T11:05:51.595969+0000", 2024-01-13T11:05:56.716 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "services": {} 2024-01-13T11:05:56.716 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-01-13T11:05:56.716 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-13T11:05:56.716 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: } 2024-01-13T11:05:57.105 INFO:teuthology.orchestra.run.smithi100.stderr:mgr not available, waiting (1/15)... 2024-01-13T11:05:57.794 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:57 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:05:56.703458+0000 mon.smithi100 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.100:0/3446774830' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-13T11:05:59.108 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-01-13T11:05:59.539 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 2024-01-13T11:05:59.540 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: { 2024-01-13T11:05:59.540 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "fsid": "a139bc18-b203-11ee-95ac-87774f69a715", 2024-01-13T11:05:59.540 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "health": { 2024-01-13T11:05:59.540 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-13T11:05:59.540 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "checks": {}, 2024-01-13T11:05:59.540 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "mutes": [] 2024-01-13T11:05:59.540 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-01-13T11:05:59.540 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-13T11:05:59.541 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "quorum": [ 2024-01-13T11:05:59.541 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 0 2024-01-13T11:05:59.541 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: ], 2024-01-13T11:05:59.541 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-13T11:05:59.541 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "smithi100" 2024-01-13T11:05:59.541 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: ], 2024-01-13T11:05:59.541 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "quorum_age": 4, 2024-01-13T11:05:59.541 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "monmap": { 2024-01-13T11:05:59.541 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-13T11:05:59.541 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-13T11:05:59.541 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-13T11:05:59.541 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-01-13T11:05:59.541 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "osdmap": { 2024-01-13T11:05:59.541 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-13T11:05:59.541 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-13T11:05:59.542 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-13T11:05:59.542 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-13T11:05:59.545 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-13T11:05:59.545 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-13T11:05:59.546 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-13T11:05:59.546 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-01-13T11:05:59.546 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "pgmap": { 2024-01-13T11:05:59.546 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-13T11:05:59.546 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-13T11:05:59.546 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-13T11:05:59.546 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-13T11:05:59.546 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-13T11:05:59.546 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-13T11:05:59.546 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-13T11:05:59.546 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-13T11:05:59.547 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-01-13T11:05:59.547 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "fsmap": { 2024-01-13T11:05:59.547 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-13T11:05:59.547 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-13T11:05:59.547 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-13T11:05:59.547 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-01-13T11:05:59.547 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-13T11:05:59.547 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "available": false, 2024-01-13T11:05:59.547 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-13T11:05:59.547 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "modules": [ 2024-01-13T11:05:59.548 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "iostat", 2024-01-13T11:05:59.548 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "nfs", 2024-01-13T11:05:59.548 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "restful" 2024-01-13T11:05:59.548 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: ], 2024-01-13T11:05:59.548 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "services": {} 2024-01-13T11:05:59.548 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-01-13T11:05:59.548 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "servicemap": { 2024-01-13T11:05:59.548 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-13T11:05:59.548 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "modified": "2024-01-13T11:05:51.595969+0000", 2024-01-13T11:05:59.548 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "services": {} 2024-01-13T11:05:59.548 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-01-13T11:05:59.548 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-13T11:05:59.548 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: } 2024-01-13T11:05:59.824 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:05:59 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:05:59.532404+0000 mon.smithi100 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.100:0/3970920858' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-13T11:05:59.897 INFO:teuthology.orchestra.run.smithi100.stderr:mgr not available, waiting (2/15)... 2024-01-13T11:06:01.794 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:01 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:06:01.310383+0000 mon.smithi100 (mon.0) 9 : cluster [INF] Activating manager daemon smithi100.sidloe 2024-01-13T11:06:01.794 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:01 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:06:01.313007+0000 mon.smithi100 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi100.sidloe(active, starting, since 0.00272589s) 2024-01-13T11:06:01.794 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:01 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:01.313961+0000 mon.smithi100 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.100:0/3540638308' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-13T11:06:01.794 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:01 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:01.314150+0000 mon.smithi100 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.100:0/3540638308' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-13T11:06:01.794 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:01 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:01.314310+0000 mon.smithi100 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.100:0/3540638308' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-13T11:06:01.794 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:01 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:01.314471+0000 mon.smithi100 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.100:0/3540638308' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "mon metadata", "id": "smithi100"}]: dispatch 2024-01-13T11:06:01.795 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:01 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:01.314612+0000 mon.smithi100 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.100:0/3540638308' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "mgr metadata", "who": "smithi100.sidloe", "id": "smithi100.sidloe"}]: dispatch 2024-01-13T11:06:01.795 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:01 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:06:01.328966+0000 mon.smithi100 (mon.0) 16 : cluster [INF] Manager daemon smithi100.sidloe is now available 2024-01-13T11:06:01.795 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:01 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:01.337721+0000 mon.smithi100 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.100:0/3540638308' entity='mgr.smithi100.sidloe' 2024-01-13T11:06:01.795 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:01 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:01.340812+0000 mon.smithi100 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.100:0/3540638308' entity='mgr.smithi100.sidloe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.sidloe/mirror_snapshot_schedule"}]: dispatch 2024-01-13T11:06:01.795 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:01 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:01.341997+0000 mon.smithi100 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.100:0/3540638308' entity='mgr.smithi100.sidloe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.sidloe/trash_purge_schedule"}]: dispatch 2024-01-13T11:06:01.795 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:01 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:01.348317+0000 mon.smithi100 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.100:0/3540638308' entity='mgr.smithi100.sidloe' 2024-01-13T11:06:01.795 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:01 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:01.352351+0000 mon.smithi100 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.100:0/3540638308' entity='mgr.smithi100.sidloe' 2024-01-13T11:06:01.900 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-01-13T11:06:02.316 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 2024-01-13T11:06:02.316 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: { 2024-01-13T11:06:02.316 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "fsid": "a139bc18-b203-11ee-95ac-87774f69a715", 2024-01-13T11:06:02.317 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "health": { 2024-01-13T11:06:02.317 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-13T11:06:02.317 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "checks": {}, 2024-01-13T11:06:02.317 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "mutes": [] 2024-01-13T11:06:02.317 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-01-13T11:06:02.317 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-13T11:06:02.317 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "quorum": [ 2024-01-13T11:06:02.317 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 0 2024-01-13T11:06:02.317 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: ], 2024-01-13T11:06:02.317 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-13T11:06:02.317 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "smithi100" 2024-01-13T11:06:02.317 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: ], 2024-01-13T11:06:02.317 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "quorum_age": 7, 2024-01-13T11:06:02.317 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "monmap": { 2024-01-13T11:06:02.318 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-13T11:06:02.318 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-13T11:06:02.318 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-13T11:06:02.318 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-01-13T11:06:02.318 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "osdmap": { 2024-01-13T11:06:02.318 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-13T11:06:02.318 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-13T11:06:02.318 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-13T11:06:02.318 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-13T11:06:02.318 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-13T11:06:02.318 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-13T11:06:02.319 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-13T11:06:02.319 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-01-13T11:06:02.319 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "pgmap": { 2024-01-13T11:06:02.319 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-13T11:06:02.319 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-13T11:06:02.319 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-13T11:06:02.319 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-13T11:06:02.319 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-13T11:06:02.319 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-13T11:06:02.319 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-13T11:06:02.319 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-13T11:06:02.319 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-01-13T11:06:02.319 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "fsmap": { 2024-01-13T11:06:02.319 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-13T11:06:02.319 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-13T11:06:02.320 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-13T11:06:02.320 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-01-13T11:06:02.320 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-13T11:06:02.320 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "available": false, 2024-01-13T11:06:02.320 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-13T11:06:02.320 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "modules": [ 2024-01-13T11:06:02.320 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "iostat", 2024-01-13T11:06:02.320 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "nfs", 2024-01-13T11:06:02.320 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "restful" 2024-01-13T11:06:02.320 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: ], 2024-01-13T11:06:02.320 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "services": {} 2024-01-13T11:06:02.320 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-01-13T11:06:02.320 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "servicemap": { 2024-01-13T11:06:02.320 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-13T11:06:02.321 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "modified": "2024-01-13T11:05:51.595969+0000", 2024-01-13T11:06:02.321 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "services": {} 2024-01-13T11:06:02.321 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-01-13T11:06:02.321 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-13T11:06:02.321 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: } 2024-01-13T11:06:02.606 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:02 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:02.310887+0000 mon.smithi100 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.100:0/4096270909' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-13T11:06:02.607 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:02 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:06:02.315461+0000 mon.smithi100 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi100.sidloe(active, since 1.00518s) 2024-01-13T11:06:02.663 INFO:teuthology.orchestra.run.smithi100.stderr:mgr not available, waiting (3/15)... 2024-01-13T11:06:04.666 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-01-13T11:06:04.768 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:04 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:06:03.369119+0000 mon.smithi100 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi100.sidloe(active, since 2s) 2024-01-13T11:06:05.243 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 2024-01-13T11:06:05.244 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: { 2024-01-13T11:06:05.244 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "fsid": "a139bc18-b203-11ee-95ac-87774f69a715", 2024-01-13T11:06:05.244 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "health": { 2024-01-13T11:06:05.244 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-13T11:06:05.244 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "checks": {}, 2024-01-13T11:06:05.244 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "mutes": [] 2024-01-13T11:06:05.244 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-01-13T11:06:05.244 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-13T11:06:05.244 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "quorum": [ 2024-01-13T11:06:05.244 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 0 2024-01-13T11:06:05.244 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: ], 2024-01-13T11:06:05.245 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-13T11:06:05.245 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "smithi100" 2024-01-13T11:06:05.245 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: ], 2024-01-13T11:06:05.245 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "quorum_age": 10, 2024-01-13T11:06:05.245 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "monmap": { 2024-01-13T11:06:05.245 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-13T11:06:05.245 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-13T11:06:05.245 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-13T11:06:05.245 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-01-13T11:06:05.245 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "osdmap": { 2024-01-13T11:06:05.245 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-13T11:06:05.246 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-13T11:06:05.246 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-13T11:06:05.246 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-13T11:06:05.246 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-13T11:06:05.246 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-13T11:06:05.246 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-13T11:06:05.246 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-01-13T11:06:05.246 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "pgmap": { 2024-01-13T11:06:05.246 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-13T11:06:05.246 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-13T11:06:05.246 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-13T11:06:05.246 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-13T11:06:05.246 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-13T11:06:05.247 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-13T11:06:05.247 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-13T11:06:05.247 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-13T11:06:05.247 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-01-13T11:06:05.247 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "fsmap": { 2024-01-13T11:06:05.247 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-13T11:06:05.247 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-13T11:06:05.247 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-13T11:06:05.247 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-01-13T11:06:05.247 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-13T11:06:05.247 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "available": true, 2024-01-13T11:06:05.247 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-13T11:06:05.248 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "modules": [ 2024-01-13T11:06:05.248 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "iostat", 2024-01-13T11:06:05.248 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "nfs", 2024-01-13T11:06:05.248 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "restful" 2024-01-13T11:06:05.248 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: ], 2024-01-13T11:06:05.248 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "services": {} 2024-01-13T11:06:05.248 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-01-13T11:06:05.248 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "servicemap": { 2024-01-13T11:06:05.248 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-13T11:06:05.248 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "modified": "2024-01-13T11:05:51.595969+0000", 2024-01-13T11:06:05.248 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "services": {} 2024-01-13T11:06:05.248 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-01-13T11:06:05.249 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-13T11:06:05.249 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: } 2024-01-13T11:06:05.579 INFO:teuthology.orchestra.run.smithi100.stderr:mgr is available 2024-01-13T11:06:05.580 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z -v /tmp/tmp9r14_awl:/var/lib/ceph/user.conf:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2024-01-13T11:06:06.044 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:05 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:05.233442+0000 mon.smithi100 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.100:0/2945729108' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-13T11:06:06.092 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 2024-01-13T11:06:06.092 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: [global] 2024-01-13T11:06:06.092 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: fsid = a139bc18-b203-11ee-95ac-87774f69a715 2024-01-13T11:06:06.092 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-13T11:06:06.092 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-13T11:06:06.092 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-13T11:06:06.092 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-13T11:06:06.092 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 2024-01-13T11:06:06.092 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: [mgr] 2024-01-13T11:06:06.092 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-13T11:06:06.093 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 2024-01-13T11:06:06.093 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: [osd] 2024-01-13T11:06:06.093 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-13T11:06:06.093 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-13T11:06:06.429 INFO:teuthology.orchestra.run.smithi100.stderr:Enabling cephadm module... 2024-01-13T11:06:06.430 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2024-01-13T11:06:07.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:06 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:06.086558+0000 mon.smithi100 (mon.0) 26 : audit [INF] from='client.? 172.21.15.100:0/893009857' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-13T11:06:08.206 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:07 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:06.967071+0000 mon.smithi100 (mon.0) 27 : audit [INF] from='client.? 172.21.15.100:0/3227335660' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-13T11:06:08.271 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-01-13T11:06:08.878 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: { 2024-01-13T11:06:08.878 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-13T11:06:08.878 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "available": true, 2024-01-13T11:06:08.878 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "active_name": "smithi100.sidloe", 2024-01-13T11:06:08.878 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-13T11:06:08.878 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: } 2024-01-13T11:06:09.175 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:08 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:07.912887+0000 mon.smithi100 (mon.0) 28 : audit [INF] from='client.? 172.21.15.100:0/3227335660' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-13T11:06:09.175 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:08 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:06:07.912964+0000 mon.smithi100 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi100.sidloe(active, since 6s) 2024-01-13T11:06:09.175 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:08 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:08.873054+0000 mon.smithi100 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.100:0/1998192544' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-13T11:06:09.213 INFO:teuthology.orchestra.run.smithi100.stderr:Waiting for the mgr to restart... 2024-01-13T11:06:09.213 INFO:teuthology.orchestra.run.smithi100.stderr:Waiting for mgr epoch 5... 2024-01-13T11:06:09.213 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-01-13T11:06:13.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:13 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:06:13.049282+0000 mon.smithi100 (mon.0) 31 : cluster [INF] Active manager daemon smithi100.sidloe restarted 2024-01-13T11:06:13.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:13 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:06:13.049648+0000 mon.smithi100 (mon.0) 32 : cluster [INF] Activating manager daemon smithi100.sidloe 2024-01-13T11:06:13.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:13 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:06:13.052897+0000 mon.smithi100 (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-13T11:06:14.119 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: { 2024-01-13T11:06:14.120 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-13T11:06:14.120 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "initialized": true 2024-01-13T11:06:14.120 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: } 2024-01-13T11:06:14.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:14 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:06:13.103600+0000 mon.smithi100 (mon.0) 34 : cluster [DBG] mgrmap e6: smithi100.sidloe(active, starting, since 0.0540326s) 2024-01-13T11:06:14.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:14 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:13.105837+0000 mon.smithi100 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.100:0/452620309' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "mon metadata", "id": "smithi100"}]: dispatch 2024-01-13T11:06:14.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:14 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:13.106405+0000 mon.smithi100 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.100:0/452620309' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "mgr metadata", "who": "smithi100.sidloe", "id": "smithi100.sidloe"}]: dispatch 2024-01-13T11:06:14.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:14 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:13.107134+0000 mon.smithi100 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.100:0/452620309' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-13T11:06:14.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:14 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:13.107300+0000 mon.smithi100 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.100:0/452620309' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-13T11:06:14.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:14 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:13.107444+0000 mon.smithi100 (mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.100:0/452620309' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-13T11:06:14.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:14 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:06:13.121053+0000 mon.smithi100 (mon.0) 40 : cluster [INF] Manager daemon smithi100.sidloe is now available 2024-01-13T11:06:14.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:14 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:13.133830+0000 mon.smithi100 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.100:0/452620309' entity='mgr.smithi100.sidloe' 2024-01-13T11:06:14.545 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:14 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:13.136496+0000 mon.smithi100 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.100:0/452620309' entity='mgr.smithi100.sidloe' 2024-01-13T11:06:14.545 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:14 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:13.138891+0000 mon.smithi100 (mon.0) 43 : audit [INF] from='mgr.14118 172.21.15.100:0/452620309' entity='mgr.smithi100.sidloe' 2024-01-13T11:06:14.545 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:14 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:13.228052+0000 mon.smithi100 (mon.0) 44 : audit [INF] from='mgr.14118 172.21.15.100:0/452620309' entity='mgr.smithi100.sidloe' 2024-01-13T11:06:14.545 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:14 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:13.228732+0000 mon.smithi100 (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.100:0/452620309' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T11:06:14.545 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:14 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:13.230297+0000 mon.smithi100 (mon.0) 46 : audit [DBG] from='mgr.14118 172.21.15.100:0/452620309' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T11:06:14.545 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:14 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:13.231582+0000 mon.smithi100 (mon.0) 47 : audit [DBG] from='mgr.14118 172.21.15.100:0/452620309' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T11:06:14.545 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:14 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:13.241981+0000 mon.smithi100 (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.100:0/452620309' entity='mgr.smithi100.sidloe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.sidloe/mirror_snapshot_schedule"}]: dispatch 2024-01-13T11:06:14.545 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:14 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:13.243259+0000 mon.smithi100 (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.100:0/452620309' entity='mgr.smithi100.sidloe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.sidloe/trash_purge_schedule"}]: dispatch 2024-01-13T11:06:15.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:15 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:14.108033+0000 mgr.smithi100.sidloe (mgr.14118) 1 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-13T11:06:15.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:15 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:06:14.108877+0000 mon.smithi100 (mon.0) 50 : cluster [DBG] mgrmap e7: smithi100.sidloe(active, since 1.0593s) 2024-01-13T11:06:15.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:15 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:14.115366+0000 mgr.smithi100.sidloe (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-13T11:06:16.998 INFO:teuthology.orchestra.run.smithi100.stderr:mgr epoch 5 is available 2024-01-13T11:06:16.998 INFO:teuthology.orchestra.run.smithi100.stderr:Setting orchestrator backend to cephadm... 2024-01-13T11:06:16.998 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch set backend cephadm 2024-01-13T11:06:17.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:16 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:06:15.911544+0000 mon.smithi100 (mon.0) 51 : cluster [DBG] mgrmap e8: smithi100.sidloe(active, since 2s) 2024-01-13T11:06:19.734 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm set-user root 2024-01-13T11:06:19.737 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:18.382055+0000 mgr.smithi100.sidloe (mgr.14118) 3 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T11:06:19.737 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:18.385851+0000 mon.smithi100 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.100:0/452620309' entity='mgr.smithi100.sidloe' 2024-01-13T11:06:19.737 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:18.389177+0000 mon.smithi100 (mon.0) 53 : audit [DBG] from='mgr.14118 172.21.15.100:0/452620309' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T11:06:21.212 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: value unchanged 2024-01-13T11:06:21.702 INFO:teuthology.orchestra.run.smithi100.stderr:Generating ssh key... 2024-01-13T11:06:21.702 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm generate-key 2024-01-13T11:06:22.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:22 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:21.208234+0000 mgr.smithi100.sidloe (mgr.14118) 4 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T11:06:22.660 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2024-01-13T11:06:23.158 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8ua9ZotusLNMlXSlFh8Pp18lPL1R9JOBWJTq6JKWl2aYEbZnpcPg/7Wd1HiF2tGcBrDz8lqp/vTpxh796CZnsePhWKMHAFNbkyA6yaoN0QtWZAhaGuLzT1TGn0nYsFacuh2GZtJgPx/fnBPANtpEd0TJC9eQ15qlx9jr7Y0+d6i5F7ayvJrsXKwIaiZ+VcXPHK4tIODObaIdTHvqZNLGDn9NrpH7gaW+8s6jsLWk34qPhyds0momEZedGB2O5ccO9X40R2s1xfLm+touQo6TkILgwI8ty8tmTjU8kTKg0qHoU/CRPtajDKjSc7TqFu5C9RgqJKHwNChIwpZJPq5fuFluU05/+4J7T6ys5KP+eZr+J1n9RdglNB0jSvm/BO0wOhRstxID01K1BMdBmN2YjfTZUTRRFgkCdPBwEXyMSuDaD+DmqLhO8OdXDLgGulZqbI9HnHKNjfGQ+R6fwh7xfSTi8D1Gn5u3O//pzpwH5sUi6DfHrkiBSbLIe81ovoBE= ceph-a139bc18-b203-11ee-95ac-87774f69a715 2024-01-13T11:06:23.509 INFO:teuthology.orchestra.run.smithi100.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-13T11:06:23.510 INFO:teuthology.orchestra.run.smithi100.stderr:Adding key to root@localhost authorized_keys... 2024-01-13T11:06:23.510 INFO:teuthology.orchestra.run.smithi100.stderr:Adding host smithi100... 2024-01-13T11:06:23.510 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch host add smithi100 172.21.15.100 2024-01-13T11:06:23.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:23 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cephadm 2024-01-13T11:06:22.198803+0000 mgr.smithi100.sidloe (mgr.14118) 6 : cephadm [INF] Generating ssh key... 2024-01-13T11:06:23.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:23 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:22.298464+0000 mon.smithi100 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.100:0/452620309' entity='mgr.smithi100.sidloe' 2024-01-13T11:06:23.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:23 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:22.300222+0000 mon.smithi100 (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.100:0/452620309' entity='mgr.smithi100.sidloe' 2024-01-13T11:06:24.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:24 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:23.154202+0000 mgr.smithi100.sidloe (mgr.14118) 7 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T11:06:24.618 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: Added host 'smithi100' with addr '172.21.15.100' 2024-01-13T11:06:24.925 INFO:teuthology.orchestra.run.smithi100.stderr:Deploying mon service with default placement... 2024-01-13T11:06:24.926 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mon 2024-01-13T11:06:25.448 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-13T11:06:25.785 INFO:teuthology.orchestra.run.smithi100.stderr:Deploying mgr service with default placement... 2024-01-13T11:06:25.785 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mgr 2024-01-13T11:06:25.794 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:25 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:24.032925+0000 mgr.smithi100.sidloe (mgr.14118) 8 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi100", "addr": "172.21.15.100", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T11:06:25.794 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:25 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:24.612603+0000 mon.smithi100 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.100:0/452620309' entity='mgr.smithi100.sidloe' 2024-01-13T11:06:25.794 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:25 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cephadm 2024-01-13T11:06:24.612854+0000 mgr.smithi100.sidloe (mgr.14118) 9 : cephadm [INF] Added host smithi100 2024-01-13T11:06:25.794 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:25 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:24.613061+0000 mon.smithi100 (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.100:0/452620309' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T11:06:25.794 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:25 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:25.443553+0000 mon.smithi100 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.100:0/452620309' entity='mgr.smithi100.sidloe' 2024-01-13T11:06:26.282 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-13T11:06:26.617 INFO:teuthology.orchestra.run.smithi100.stderr:Deploying crash service with default placement... 2024-01-13T11:06:26.618 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply crash 2024-01-13T11:06:27.044 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:26 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:25.440564+0000 mgr.smithi100.sidloe (mgr.14118) 10 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T11:06:27.044 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:26 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cephadm 2024-01-13T11:06:25.441243+0000 mgr.smithi100.sidloe (mgr.14118) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-13T11:06:27.044 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:26 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:26.277934+0000 mon.smithi100 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.100:0/452620309' entity='mgr.smithi100.sidloe' 2024-01-13T11:06:27.168 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-13T11:06:27.501 INFO:teuthology.orchestra.run.smithi100.stderr:Enabling mgr prometheus module... 2024-01-13T11:06:27.501 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2024-01-13T11:06:27.794 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:27 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:26.275136+0000 mgr.smithi100.sidloe (mgr.14118) 12 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T11:06:27.794 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:27 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cephadm 2024-01-13T11:06:26.275654+0000 mgr.smithi100.sidloe (mgr.14118) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-13T11:06:27.794 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:27 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:27.164535+0000 mon.smithi100 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.100:0/452620309' entity='mgr.smithi100.sidloe' 2024-01-13T11:06:28.961 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:28 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:27.161677+0000 mgr.smithi100.sidloe (mgr.14118) 14 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T11:06:28.961 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:28 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cephadm 2024-01-13T11:06:27.162277+0000 mgr.smithi100.sidloe (mgr.14118) 15 : cephadm [INF] Saving service crash spec with placement * 2024-01-13T11:06:28.961 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:28 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:28.031999+0000 mon.smithi100 (mon.0) 61 : audit [INF] from='client.? 172.21.15.100:0/2769339657' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-13T11:06:29.009 INFO:teuthology.orchestra.run.smithi100.stderr:Deploying prometheus service with default placement... 2024-01-13T11:06:29.009 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply prometheus 2024-01-13T11:06:30.044 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:29 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:28.621541+0000 mon.smithi100 (mon.0) 62 : audit [INF] from='client.? 172.21.15.100:0/2769339657' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-13T11:06:30.044 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:29 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:06:28.621592+0000 mon.smithi100 (mon.0) 63 : cluster [DBG] mgrmap e9: smithi100.sidloe(active, since 15s) 2024-01-13T11:06:34.044 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:33 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:06:33.714605+0000 mon.smithi100 (mon.0) 64 : cluster [INF] Active manager daemon smithi100.sidloe restarted 2024-01-13T11:06:34.044 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:33 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:06:33.715007+0000 mon.smithi100 (mon.0) 65 : cluster [INF] Activating manager daemon smithi100.sidloe 2024-01-13T11:06:34.044 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:33 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:06:33.717195+0000 mon.smithi100 (mon.0) 66 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-13T11:06:34.782 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-13T11:06:35.044 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:34 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:06:33.767966+0000 mon.smithi100 (mon.0) 67 : cluster [DBG] mgrmap e10: smithi100.sidloe(active, starting, since 0.0530471s) 2024-01-13T11:06:35.044 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:34 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:33.770441+0000 mon.smithi100 (mon.0) 68 : audit [DBG] from='mgr.14146 172.21.15.100:0/2726783714' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "mon metadata", "id": "smithi100"}]: dispatch 2024-01-13T11:06:35.044 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:34 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:33.771067+0000 mon.smithi100 (mon.0) 69 : audit [DBG] from='mgr.14146 172.21.15.100:0/2726783714' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "mgr metadata", "who": "smithi100.sidloe", "id": "smithi100.sidloe"}]: dispatch 2024-01-13T11:06:35.044 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:34 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:33.771704+0000 mon.smithi100 (mon.0) 70 : audit [DBG] from='mgr.14146 172.21.15.100:0/2726783714' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-13T11:06:35.044 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:34 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:33.771920+0000 mon.smithi100 (mon.0) 71 : audit [DBG] from='mgr.14146 172.21.15.100:0/2726783714' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-13T11:06:35.044 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:34 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:33.772128+0000 mon.smithi100 (mon.0) 72 : audit [DBG] from='mgr.14146 172.21.15.100:0/2726783714' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-13T11:06:35.044 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:34 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:06:33.785961+0000 mon.smithi100 (mon.0) 73 : cluster [INF] Manager daemon smithi100.sidloe is now available 2024-01-13T11:06:35.044 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:34 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:33.882980+0000 mon.smithi100 (mon.0) 74 : audit [DBG] from='mgr.14146 172.21.15.100:0/2726783714' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T11:06:35.044 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:34 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:33.883897+0000 mon.smithi100 (mon.0) 75 : audit [DBG] from='mgr.14146 172.21.15.100:0/2726783714' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T11:06:35.045 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:34 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:33.899926+0000 mon.smithi100 (mon.0) 76 : audit [INF] from='mgr.14146 172.21.15.100:0/2726783714' entity='mgr.smithi100.sidloe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.sidloe/mirror_snapshot_schedule"}]: dispatch 2024-01-13T11:06:35.045 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:34 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:33.908063+0000 mon.smithi100 (mon.0) 77 : audit [INF] from='mgr.14146 172.21.15.100:0/2726783714' entity='mgr.smithi100.sidloe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.sidloe/trash_purge_schedule"}]: dispatch 2024-01-13T11:06:35.108 INFO:teuthology.orchestra.run.smithi100.stderr:Deploying grafana service with default placement... 2024-01-13T11:06:35.108 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply grafana 2024-01-13T11:06:35.626 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-13T11:06:35.918 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:35 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:06:34.772262+0000 mon.smithi100 (mon.0) 78 : cluster [DBG] mgrmap e11: smithi100.sidloe(active, since 1.05734s) 2024-01-13T11:06:35.918 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:35 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cephadm 2024-01-13T11:06:34.773558+0000 mgr.smithi100.sidloe (mgr.14146) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-13T11:06:35.918 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:35 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:34.776587+0000 mon.smithi100 (mon.0) 79 : audit [INF] from='mgr.14146 172.21.15.100:0/2726783714' entity='mgr.smithi100.sidloe' 2024-01-13T11:06:35.918 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:35 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:35.619409+0000 mgr.smithi100.sidloe (mgr.14146) 3 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T11:06:35.918 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:35 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cephadm 2024-01-13T11:06:35.619975+0000 mgr.smithi100.sidloe (mgr.14146) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-13T11:06:35.918 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:35 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:35.622202+0000 mon.smithi100 (mon.0) 80 : audit [INF] from='mgr.14146 172.21.15.100:0/2726783714' entity='mgr.smithi100.sidloe' 2024-01-13T11:06:35.965 INFO:teuthology.orchestra.run.smithi100.stderr:Deploying node-exporter service with default placement... 2024-01-13T11:06:35.966 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply node-exporter 2024-01-13T11:06:36.476 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-13T11:06:36.824 INFO:teuthology.orchestra.run.smithi100.stderr:Deploying alertmanager service with default placement... 2024-01-13T11:06:36.824 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply alertmanager 2024-01-13T11:06:37.348 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-13T11:06:37.698 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2024-01-13T11:06:37.794 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:37 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:36.469557+0000 mgr.smithi100.sidloe (mgr.14146) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T11:06:37.794 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:37 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cephadm 2024-01-13T11:06:36.470146+0000 mgr.smithi100.sidloe (mgr.14146) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-13T11:06:37.794 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:37 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:36.472381+0000 mon.smithi100 (mon.0) 81 : audit [INF] from='mgr.14146 172.21.15.100:0/2726783714' entity='mgr.smithi100.sidloe' 2024-01-13T11:06:37.794 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:37 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:06:36.623877+0000 mon.smithi100 (mon.0) 82 : cluster [DBG] mgrmap e12: smithi100.sidloe(active, since 2s) 2024-01-13T11:06:37.794 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:37 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:37.343676+0000 mon.smithi100 (mon.0) 83 : audit [INF] from='mgr.14146 172.21.15.100:0/2726783714' entity='mgr.smithi100.sidloe' 2024-01-13T11:06:38.541 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2024-01-13T11:06:38.543 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:38 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:37.340922+0000 mgr.smithi100.sidloe (mgr.14146) 7 : audit [DBG] from='client.14158 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T11:06:38.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:38 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cephadm 2024-01-13T11:06:37.341469+0000 mgr.smithi100.sidloe (mgr.14146) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-13T11:06:38.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:38 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:38.203064+0000 mon.smithi100 (mon.0) 84 : audit [INF] from='client.? 172.21.15.100:0/2832229214' entity='client.admin' 2024-01-13T11:06:39.382 INFO:teuthology.orchestra.run.smithi100.stderr:Enabling the dashboard module... 2024-01-13T11:06:39.382 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2024-01-13T11:06:40.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:40 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:39.043180+0000 mon.smithi100 (mon.0) 85 : audit [INF] from='client.? 172.21.15.100:0/398034053' entity='client.admin' 2024-01-13T11:06:40.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:40 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:39.920311+0000 mon.smithi100 (mon.0) 86 : audit [INF] from='client.? 172.21.15.100:0/2506979623' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-13T11:06:41.318 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-01-13T11:06:41.924 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: { 2024-01-13T11:06:41.925 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 13, 2024-01-13T11:06:41.925 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "available": true, 2024-01-13T11:06:41.925 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "active_name": "smithi100.sidloe", 2024-01-13T11:06:41.925 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-13T11:06:41.925 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: } 2024-01-13T11:06:42.097 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:41 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:40.916233+0000 mon.smithi100 (mon.0) 87 : audit [INF] from='client.? 172.21.15.100:0/2506979623' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-13T11:06:42.098 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:41 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:06:40.916296+0000 mon.smithi100 (mon.0) 88 : cluster [DBG] mgrmap e13: smithi100.sidloe(active, since 7s) 2024-01-13T11:06:42.482 INFO:teuthology.orchestra.run.smithi100.stderr:Waiting for the mgr to restart... 2024-01-13T11:06:42.482 INFO:teuthology.orchestra.run.smithi100.stderr:Waiting for mgr epoch 13... 2024-01-13T11:06:42.482 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-01-13T11:06:43.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:42 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:41.920275+0000 mon.smithi100 (mon.0) 89 : audit [DBG] from='client.? 172.21.15.100:0/3108212889' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-13T11:06:46.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:46 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:06:46.087426+0000 mon.smithi100 (mon.0) 90 : cluster [INF] Active manager daemon smithi100.sidloe restarted 2024-01-13T11:06:46.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:46 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:06:46.087800+0000 mon.smithi100 (mon.0) 91 : cluster [INF] Activating manager daemon smithi100.sidloe 2024-01-13T11:06:46.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:46 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:06:46.091910+0000 mon.smithi100 (mon.0) 92 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-13T11:06:47.164 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: { 2024-01-13T11:06:47.165 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2024-01-13T11:06:47.165 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "initialized": true 2024-01-13T11:06:47.165 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: } 2024-01-13T11:06:47.484 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:47 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:06:46.142676+0000 mon.smithi100 (mon.0) 93 : cluster [DBG] mgrmap e14: smithi100.sidloe(active, starting, since 0.0549617s) 2024-01-13T11:06:47.484 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:47 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:46.146059+0000 mon.smithi100 (mon.0) 94 : audit [DBG] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "mon metadata", "id": "smithi100"}]: dispatch 2024-01-13T11:06:47.484 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:47 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:46.146844+0000 mon.smithi100 (mon.0) 95 : audit [DBG] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "mgr metadata", "who": "smithi100.sidloe", "id": "smithi100.sidloe"}]: dispatch 2024-01-13T11:06:47.484 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:47 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:46.147515+0000 mon.smithi100 (mon.0) 96 : audit [DBG] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-13T11:06:47.485 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:47 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:46.147646+0000 mon.smithi100 (mon.0) 97 : audit [DBG] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-13T11:06:47.485 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:47 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:46.147765+0000 mon.smithi100 (mon.0) 98 : audit [DBG] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-13T11:06:47.485 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:47 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:06:46.160765+0000 mon.smithi100 (mon.0) 99 : cluster [INF] Manager daemon smithi100.sidloe is now available 2024-01-13T11:06:47.485 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:47 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:46.257979+0000 mon.smithi100 (mon.0) 100 : audit [DBG] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T11:06:47.485 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:47 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:46.258947+0000 mon.smithi100 (mon.0) 101 : audit [DBG] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T11:06:47.485 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:47 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:46.283876+0000 mon.smithi100 (mon.0) 102 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.sidloe/mirror_snapshot_schedule"}]: dispatch 2024-01-13T11:06:47.485 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:47 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:46.286830+0000 mon.smithi100 (mon.0) 103 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.sidloe/trash_purge_schedule"}]: dispatch 2024-01-13T11:06:47.523 INFO:teuthology.orchestra.run.smithi100.stderr:mgr epoch 13 is available 2024-01-13T11:06:47.523 INFO:teuthology.orchestra.run.smithi100.stderr:Generating a dashboard self-signed certificate... 2024-01-13T11:06:47.523 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2024-01-13T11:06:48.105 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-13T11:06:48.391 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:48 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:47.152753+0000 mgr.smithi100.sidloe (mgr.14166) 1 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-13T11:06:48.391 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:48 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:06:47.153370+0000 mon.smithi100 (mon.0) 104 : cluster [DBG] mgrmap e15: smithi100.sidloe(active, since 1.06565s) 2024-01-13T11:06:48.391 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:48 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:47.159316+0000 mgr.smithi100.sidloe (mgr.14166) 2 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-13T11:06:48.391 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:48 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:48.096464+0000 mon.smithi100 (mon.0) 105 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' 2024-01-13T11:06:48.391 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:48 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:48.100589+0000 mon.smithi100 (mon.0) 106 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' 2024-01-13T11:06:48.464 INFO:teuthology.orchestra.run.smithi100.stderr:Creating initial admin user... 2024-01-13T11:06:48.464 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpqri6ipy7:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.5 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2024-01-13T11:06:49.181 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$BgQNdaxCtnmDTcoYcFowu.juNueDd5otn6zAGll7GB0l2ajQZMeRG", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705144009, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-13T11:06:49.474 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:49 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:48.046415+0000 mgr.smithi100.sidloe (mgr.14166) 3 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T11:06:49.474 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:49 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:06:49.097944+0000 mon.smithi100 (mon.0) 107 : cluster [DBG] mgrmap e16: smithi100.sidloe(active, since 3s) 2024-01-13T11:06:49.530 INFO:teuthology.orchestra.run.smithi100.stderr:Fetching dashboard port number... 2024-01-13T11:06:49.530 INFO:teuthology.orchestra.run.smithi100.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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpg7sjvau8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9v6rrkw8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2024-01-13T11:06:50.063 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 8443 2024-01-13T11:06:50.414 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-13T11:06:50.422 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: disabled 2024-01-13T11:06:50.423 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: systemctl is-active firewalld.service 2024-01-13T11:06:50.430 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: inactive 2024-01-13T11:06:50.430 INFO:teuthology.orchestra.run.smithi100.stderr:firewalld.service is not enabled 2024-01-13T11:06:50.430 INFO:teuthology.orchestra.run.smithi100.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-13T11:06:50.434 INFO:teuthology.orchestra.run.smithi100.stderr:Ceph Dashboard is now available at: 2024-01-13T11:06:50.434 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-01-13T11:06:50.434 INFO:teuthology.orchestra.run.smithi100.stderr: URL: https://smithi100.front.sepia.ceph.com:8443/ 2024-01-13T11:06:50.434 INFO:teuthology.orchestra.run.smithi100.stderr: User: admin 2024-01-13T11:06:50.434 INFO:teuthology.orchestra.run.smithi100.stderr: Password: ktfspw7839 2024-01-13T11:06:50.434 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-01-13T11:06:50.434 INFO:teuthology.orchestra.run.smithi100.stderr:You can access the Ceph CLI with: 2024-01-13T11:06:50.434 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-01-13T11:06:50.435 INFO:teuthology.orchestra.run.smithi100.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid a139bc18-b203-11ee-95ac-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-13T11:06:50.435 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-01-13T11:06:50.435 INFO:teuthology.orchestra.run.smithi100.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-13T11:06:50.435 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-01-13T11:06:50.435 INFO:teuthology.orchestra.run.smithi100.stderr: ceph telemetry on 2024-01-13T11:06:50.435 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-01-13T11:06:50.435 INFO:teuthology.orchestra.run.smithi100.stderr:For more information see: 2024-01-13T11:06:50.435 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-01-13T11:06:50.435 INFO:teuthology.orchestra.run.smithi100.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-01-13T11:06:50.435 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-01-13T11:06:50.435 INFO:teuthology.orchestra.run.smithi100.stderr:Bootstrap complete. 2024-01-13T11:06:50.435 INFO:teuthology.orchestra.run.smithi100.stderr:Releasing lock 140153839927424 on /run/cephadm/a139bc18-b203-11ee-95ac-87774f69a715.lock 2024-01-13T11:06:50.435 INFO:teuthology.orchestra.run.smithi100.stderr:Lock 140153839927424 released on /run/cephadm/a139bc18-b203-11ee-95ac-87774f69a715.lock 2024-01-13T11:06:50.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:50 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:48.961677+0000 mgr.smithi100.sidloe (mgr.14166) 4 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T11:06:50.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:50 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:49.176891+0000 mon.smithi100 (mon.0) 108 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' 2024-01-13T11:06:50.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:50 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:50.058688+0000 mon.smithi100 (mon.0) 109 : audit [DBG] from='client.? 172.21.15.100:0/4056200979' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-13T11:06:50.466 INFO:tasks.cephadm:Fetching config... 2024-01-13T11:06:50.466 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-01-13T11:06:50.466 DEBUG:teuthology.orchestra.run.smithi100:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-13T11:06:50.484 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-13T11:06:50.484 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-01-13T11:06:50.484 DEBUG:teuthology.orchestra.run.smithi100:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-13T11:06:50.544 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-13T11:06:50.544 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-01-13T11:06:50.545 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd if=/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/mon.smithi100/keyring of=/dev/stdout 2024-01-13T11:06:50.611 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-13T11:06:50.611 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-01-13T11:06:50.611 DEBUG:teuthology.orchestra.run.smithi100:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-13T11:06:50.669 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-13T11:06:50.670 DEBUG:teuthology.orchestra.run.smithi100:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8ua9ZotusLNMlXSlFh8Pp18lPL1R9JOBWJTq6JKWl2aYEbZnpcPg/7Wd1HiF2tGcBrDz8lqp/vTpxh796CZnsePhWKMHAFNbkyA6yaoN0QtWZAhaGuLzT1TGn0nYsFacuh2GZtJgPx/fnBPANtpEd0TJC9eQ15qlx9jr7Y0+d6i5F7ayvJrsXKwIaiZ+VcXPHK4tIODObaIdTHvqZNLGDn9NrpH7gaW+8s6jsLWk34qPhyds0momEZedGB2O5ccO9X40R2s1xfLm+touQo6TkILgwI8ty8tmTjU8kTKg0qHoU/CRPtajDKjSc7TqFu5C9RgqJKHwNChIwpZJPq5fuFluU05/+4J7T6ys5KP+eZr+J1n9RdglNB0jSvm/BO0wOhRstxID01K1BMdBmN2YjfTZUTRRFgkCdPBwEXyMSuDaD+DmqLhO8OdXDLgGulZqbI9HnHKNjfGQ+R6fwh7xfSTi8D1Gn5u3O//pzpwH5sUi6DfHrkiBSbLIe81ovoBE= ceph-a139bc18-b203-11ee-95ac-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-13T11:06:50.748 INFO:teuthology.orchestra.run.smithi100.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8ua9ZotusLNMlXSlFh8Pp18lPL1R9JOBWJTq6JKWl2aYEbZnpcPg/7Wd1HiF2tGcBrDz8lqp/vTpxh796CZnsePhWKMHAFNbkyA6yaoN0QtWZAhaGuLzT1TGn0nYsFacuh2GZtJgPx/fnBPANtpEd0TJC9eQ15qlx9jr7Y0+d6i5F7ayvJrsXKwIaiZ+VcXPHK4tIODObaIdTHvqZNLGDn9NrpH7gaW+8s6jsLWk34qPhyds0momEZedGB2O5ccO9X40R2s1xfLm+touQo6TkILgwI8ty8tmTjU8kTKg0qHoU/CRPtajDKjSc7TqFu5C9RgqJKHwNChIwpZJPq5fuFluU05/+4J7T6ys5KP+eZr+J1n9RdglNB0jSvm/BO0wOhRstxID01K1BMdBmN2YjfTZUTRRFgkCdPBwEXyMSuDaD+DmqLhO8OdXDLgGulZqbI9HnHKNjfGQ+R6fwh7xfSTi8D1Gn5u3O//pzpwH5sUi6DfHrkiBSbLIe81ovoBE= ceph-a139bc18-b203-11ee-95ac-87774f69a715 2024-01-13T11:06:50.756 DEBUG:teuthology.orchestra.run.smithi178:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8ua9ZotusLNMlXSlFh8Pp18lPL1R9JOBWJTq6JKWl2aYEbZnpcPg/7Wd1HiF2tGcBrDz8lqp/vTpxh796CZnsePhWKMHAFNbkyA6yaoN0QtWZAhaGuLzT1TGn0nYsFacuh2GZtJgPx/fnBPANtpEd0TJC9eQ15qlx9jr7Y0+d6i5F7ayvJrsXKwIaiZ+VcXPHK4tIODObaIdTHvqZNLGDn9NrpH7gaW+8s6jsLWk34qPhyds0momEZedGB2O5ccO9X40R2s1xfLm+touQo6TkILgwI8ty8tmTjU8kTKg0qHoU/CRPtajDKjSc7TqFu5C9RgqJKHwNChIwpZJPq5fuFluU05/+4J7T6ys5KP+eZr+J1n9RdglNB0jSvm/BO0wOhRstxID01K1BMdBmN2YjfTZUTRRFgkCdPBwEXyMSuDaD+DmqLhO8OdXDLgGulZqbI9HnHKNjfGQ+R6fwh7xfSTi8D1Gn5u3O//pzpwH5sUi6DfHrkiBSbLIe81ovoBE= ceph-a139bc18-b203-11ee-95ac-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-13T11:06:50.801 INFO:teuthology.orchestra.run.smithi178.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8ua9ZotusLNMlXSlFh8Pp18lPL1R9JOBWJTq6JKWl2aYEbZnpcPg/7Wd1HiF2tGcBrDz8lqp/vTpxh796CZnsePhWKMHAFNbkyA6yaoN0QtWZAhaGuLzT1TGn0nYsFacuh2GZtJgPx/fnBPANtpEd0TJC9eQ15qlx9jr7Y0+d6i5F7ayvJrsXKwIaiZ+VcXPHK4tIODObaIdTHvqZNLGDn9NrpH7gaW+8s6jsLWk34qPhyds0momEZedGB2O5ccO9X40R2s1xfLm+touQo6TkILgwI8ty8tmTjU8kTKg0qHoU/CRPtajDKjSc7TqFu5C9RgqJKHwNChIwpZJPq5fuFluU05/+4J7T6ys5KP+eZr+J1n9RdglNB0jSvm/BO0wOhRstxID01K1BMdBmN2YjfTZUTRRFgkCdPBwEXyMSuDaD+DmqLhO8OdXDLgGulZqbI9HnHKNjfGQ+R6fwh7xfSTi8D1Gn5u3O//pzpwH5sUi6DfHrkiBSbLIe81ovoBE= ceph-a139bc18-b203-11ee-95ac-87774f69a715 2024-01-13T11:06:50.813 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-13T11:06:52.844 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-13T11:06:52.844 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-13T11:06:53.151 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:53 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:52.107399+0000 mon.smithi100 (mon.0) 110 : audit [INF] from='client.? 172.21.15.100:0/2975356824' entity='client.admin' 2024-01-13T11:06:54.244 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:06:53.108366+0000 mon.smithi100 (mon.0) 111 : cluster [DBG] mgrmap e17: smithi100.sidloe(active, since 7s) 2024-01-13T11:06:54.668 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi178 2024-01-13T11:06:54.668 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-01-13T11:06:54.668 DEBUG:teuthology.orchestra.run.smithi178:> dd of=/etc/ceph/ceph.conf 2024-01-13T11:06:54.690 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-01-13T11:06:54.690 DEBUG:teuthology.orchestra.run.smithi178:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-13T11:06:54.751 INFO:tasks.cephadm:Adding host smithi178 to orchestrator... 2024-01-13T11:06:54.751 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph orch host add smithi178 2024-01-13T11:06:55.744 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:55 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:54.300077+0000 mgr.smithi100.sidloe (mgr.14166) 5 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T11:06:55.744 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:55 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:54.305256+0000 mon.smithi100 (mon.0) 112 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' 2024-01-13T11:06:55.744 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:55 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:55.049190+0000 mon.smithi100 (mon.0) 113 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' 2024-01-13T11:06:55.744 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:55 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:55.050905+0000 mon.smithi100 (mon.0) 114 : audit [DBG] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T11:06:55.744 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:55 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:55.051606+0000 mon.smithi100 (mon.0) 115 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-13T11:06:55.744 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:55 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:55.268765+0000 mon.smithi100 (mon.0) 116 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' 2024-01-13T11:06:57.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:56 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cephadm 2024-01-13T11:06:55.052371+0000 mgr.smithi100.sidloe (mgr.14166) 6 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(host_pattern='*'): Cannot place : No matching hosts 2024-01-13T11:06:57.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:56 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:55.894651+0000 mon.smithi100 (mon.0) 117 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' 2024-01-13T11:06:59.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:59 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:58.217739+0000 mon.smithi100 (mon.0) 118 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' 2024-01-13T11:06:59.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:59 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:58.483729+0000 mon.smithi100 (mon.0) 119 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' 2024-01-13T11:06:59.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:59 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:58.484211+0000 mon.smithi100 (mon.0) 120 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "config rm", "who": "osd/host:smithi100", "name": "osd_memory_target"}]: dispatch 2024-01-13T11:06:59.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:59 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:06:58.486498+0000 mon.smithi100 (mon.0) 121 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' 2024-01-13T11:06:59.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:06:59 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cephadm 2024-01-13T11:06:58.492913+0000 mgr.smithi100.sidloe (mgr.14166) 7 : cephadm [INF] Deploying daemon alertmanager.smithi100 on smithi100 2024-01-13T11:07:07.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:07 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:07:06.148826+0000 mgr.smithi100.sidloe (mgr.14166) 8 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:07:09.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:09 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:07:08.149153+0000 mgr.smithi100.sidloe (mgr.14166) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:07:12.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:11 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:07:10.149437+0000 mgr.smithi100.sidloe (mgr.14166) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:07:14.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:13 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:07:12.149758+0000 mgr.smithi100.sidloe (mgr.14166) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:07:16.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:15 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:07:14.150086+0000 mgr.smithi100.sidloe (mgr.14166) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:07:18.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:17 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:07:16.150357+0000 mgr.smithi100.sidloe (mgr.14166) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:07:20.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:07:18.150707+0000 mgr.smithi100.sidloe (mgr.14166) 14 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:07:21.011 INFO:teuthology.orchestra.run.smithi178.stdout:Added host 'smithi178' with addr '172.21.15.178' 2024-01-13T11:07:21.387 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph orch host ls --format=json 2024-01-13T11:07:22.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:21 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:07:20.151015+0000 mgr.smithi100.sidloe (mgr.14166) 15 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:07:22.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:21 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:07:20.414262+0000 mgr.smithi100.sidloe (mgr.14166) 16 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi178", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T11:07:22.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:21 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:07:21.005636+0000 mon.smithi100 (mon.0) 122 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' 2024-01-13T11:07:22.713 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:07:22.713 INFO:teuthology.orchestra.run.smithi178.stdout:[{"addr": "172.21.15.100", "hostname": "smithi100", "labels": [], "status": ""}, {"addr": "172.21.15.178", "hostname": "smithi178", "labels": [], "status": ""}] 2024-01-13T11:07:23.085 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-13T11:07:23.085 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph osd crush tunables default 2024-01-13T11:07:23.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:22 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cephadm 2024-01-13T11:07:21.006002+0000 mgr.smithi100.sidloe (mgr.14166) 17 : cephadm [INF] Added host smithi178 2024-01-13T11:07:24.099 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:23 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:07:22.151302+0000 mgr.smithi100.sidloe (mgr.14166) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:07:24.100 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:23 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:07:22.708167+0000 mgr.smithi100.sidloe (mgr.14166) 19 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-13T11:07:24.944 INFO:teuthology.orchestra.run.smithi100.stderr:adjusted tunables profile to default 2024-01-13T11:07:25.260 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:24 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:07:24.454497+0000 mon.smithi100 (mon.0) 123 : audit [INF] from='client.? 172.21.15.100:0/229679681' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-13T11:07:25.319 INFO:tasks.cephadm:Adding mon.smithi100 on smithi100 2024-01-13T11:07:25.319 INFO:tasks.cephadm:Adding mon.smithi178 on smithi178 2024-01-13T11:07:25.320 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph orch apply mon '2;smithi100:172.21.15.100=smithi100;smithi178:172.21.15.178=smithi178' 2024-01-13T11:07:26.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:25 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:07:24.151631+0000 mgr.smithi100.sidloe (mgr.14166) 20 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:07:26.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:25 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:07:24.937357+0000 mon.smithi100 (mon.0) 124 : audit [INF] from='client.? 172.21.15.100:0/229679681' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-13T11:07:26.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:25 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:07:24.937396+0000 mon.smithi100 (mon.0) 125 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-13T11:07:26.620 INFO:teuthology.orchestra.run.smithi178.stdout:Scheduled mon update... 2024-01-13T11:07:26.997 DEBUG:teuthology.orchestra.run.smithi178:mon.smithi178> sudo journalctl -f -n 0 -u ceph-a139bc18-b203-11ee-95ac-87774f69a715@mon.smithi178.service 2024-01-13T11:07:26.999 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:07:27.000 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:07:27.028 INFO:journalctl@ceph.mon.smithi178.smithi178.stdout:-- Logs begin at Sat 2024-01-13 10:58:34 UTC. -- 2024-01-13T11:07:28.044 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:27 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:07:26.151893+0000 mgr.smithi100.sidloe (mgr.14166) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:07:28.044 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:27 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:07:26.611522+0000 mgr.smithi100.sidloe (mgr.14166) 22 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi100:172.21.15.100=smithi100;smithi178:172.21.15.178=smithi178", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T11:07:28.044 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:27 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cephadm 2024-01-13T11:07:26.612846+0000 mgr.smithi100.sidloe (mgr.14166) 23 : cephadm [INF] Saving service mon spec with placement smithi100:172.21.15.100=smithi100;smithi178:172.21.15.178=smithi178;count:2 2024-01-13T11:07:28.044 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:27 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:07:26.615512+0000 mon.smithi100 (mon.0) 126 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' 2024-01-13T11:07:28.321 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:07:28.321 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:07:28.322 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:07:29.044 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:28 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:07:28.316821+0000 mon.smithi100 (mon.0) 127 : audit [DBG] from='client.? 172.21.15.178:0/2201888219' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:07:29.701 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:07:29.702 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:07:30.044 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:29 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:07:28.152196+0000 mgr.smithi100.sidloe (mgr.14166) 24 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:07:31.069 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:07:31.069 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:07:31.071 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:07:32.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:31 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:07:30.152591+0000 mgr.smithi100.sidloe (mgr.14166) 25 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:07:32.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:31 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:07:31.065355+0000 mon.smithi100 (mon.0) 128 : audit [DBG] from='client.? 172.21.15.178:0/2113072985' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:07:32.454 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:07:32.454 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:07:33.841 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:07:33.841 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:07:33.843 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:07:34.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:33 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:07:32.152958+0000 mgr.smithi100.sidloe (mgr.14166) 26 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:07:34.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:33 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:07:33.836873+0000 mon.smithi100 (mon.0) 129 : audit [DBG] from='client.? 172.21.15.178:0/2597325587' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:07:35.198 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:07:35.198 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:07:36.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:35 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:07:34.153303+0000 mgr.smithi100.sidloe (mgr.14166) 27 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:07:36.612 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:07:36.612 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:07:36.614 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:07:37.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:36 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:07:36.608320+0000 mon.smithi100 (mon.0) 130 : audit [DBG] from='client.? 172.21.15.178:0/2130466379' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:07:38.009 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:07:38.009 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:07:38.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:37 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:07:36.153622+0000 mgr.smithi100.sidloe (mgr.14166) 28 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:07:39.410 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:07:39.410 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:07:39.411 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:07:40.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:39 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:07:38.153968+0000 mgr.smithi100.sidloe (mgr.14166) 29 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:07:40.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:39 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:07:39.405773+0000 mon.smithi100 (mon.0) 131 : audit [DBG] from='client.? 172.21.15.178:0/4155138570' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:07:40.785 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:07:40.785 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:07:42.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:41 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:07:40.154340+0000 mgr.smithi100.sidloe (mgr.14166) 30 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:07:43.006 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:07:43.006 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:07:43.008 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:07:44.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:43 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:07:42.154704+0000 mgr.smithi100.sidloe (mgr.14166) 31 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:07:44.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:43 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:07:43.002606+0000 mon.smithi100 (mon.0) 132 : audit [DBG] from='client.? 172.21.15.178:0/1258881224' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:07:44.399 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:07:44.399 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:07:45.781 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:07:45.781 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:07:45.783 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:07:46.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:45 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:07:44.155060+0000 mgr.smithi100.sidloe (mgr.14166) 32 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:07:46.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:45 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:07:45.777201+0000 mon.smithi100 (mon.0) 133 : audit [DBG] from='client.? 172.21.15.178:0/1564610809' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:07:47.177 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:07:47.177 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:07:47.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:46 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:07:46.285794+0000 mon.smithi100 (mon.0) 134 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.sidloe/mirror_snapshot_schedule"}]: dispatch 2024-01-13T11:07:47.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:46 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:07:46.288442+0000 mon.smithi100 (mon.0) 135 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.sidloe/trash_purge_schedule"}]: dispatch 2024-01-13T11:07:48.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:47 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:07:46.155431+0000 mgr.smithi100.sidloe (mgr.14166) 33 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:07:50.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:49 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:07:48.155847+0000 mgr.smithi100.sidloe (mgr.14166) 34 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:07:52.012 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:07:52.013 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:07:52.015 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:07:52.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:51 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:07:50.156094+0000 mgr.smithi100.sidloe (mgr.14166) 35 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:07:53.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:52 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:07:52.008729+0000 mon.smithi100 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.178:0/2833417112' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:07:54.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:53 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:07:52.156409+0000 mgr.smithi100.sidloe (mgr.14166) 36 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:07:54.897 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:07:54.898 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:07:56.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:55 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:07:54.156688+0000 mgr.smithi100.sidloe (mgr.14166) 37 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:07:56.562 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:07:56.562 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:07:56.564 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:07:57.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:56 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:07:56.558304+0000 mon.smithi100 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.178:0/1052317281' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:07:57.953 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:07:57.953 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:07:58.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:57 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:07:56.156927+0000 mgr.smithi100.sidloe (mgr.14166) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:07:59.311 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:07:59.311 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:07:59.313 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:08:00.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:59 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:07:58.157212+0000 mgr.smithi100.sidloe (mgr.14166) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:08:00.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:07:59 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:07:59.306984+0000 mon.smithi100 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.178:0/3700840393' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:08:00.722 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:08:00.722 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:08:02.097 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:08:02.098 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:08:02.099 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:08:02.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:01 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:08:00.157579+0000 mgr.smithi100.sidloe (mgr.14166) 40 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:08:03.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:02 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:08:02.093340+0000 mon.smithi100 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.178:0/2847296018' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:08:03.486 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:08:03.486 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:08:04.295 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:03 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:08:02.157782+0000 mgr.smithi100.sidloe (mgr.14166) 41 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:08:04.879 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:08:04.879 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:08:04.880 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:08:05.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:04 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:08:04.875041+0000 mon.smithi100 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.178:0/2084601095' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:08:06.271 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:08:06.271 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:08:06.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:05 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:08:04.158008+0000 mgr.smithi100.sidloe (mgr.14166) 42 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:08:07.644 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:08:07.645 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:08:07.646 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:08:08.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:07 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:08:06.158353+0000 mgr.smithi100.sidloe (mgr.14166) 43 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:08:08.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:07 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:08:07.640624+0000 mon.smithi100 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.178:0/145310106' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:08:09.027 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:08:09.027 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:08:09.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:09 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:08:08.158734+0000 mgr.smithi100.sidloe (mgr.14166) 44 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:08:10.422 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:08:10.422 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:08:10.423 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:08:11.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:10 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:08:10.417852+0000 mon.smithi100 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.178:0/1941044613' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:08:11.805 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:08:11.805 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:08:12.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:11 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:08:10.159000+0000 mgr.smithi100.sidloe (mgr.14166) 45 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:08:13.179 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:08:13.180 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:08:13.181 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:08:14.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:13 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:08:12.159256+0000 mgr.smithi100.sidloe (mgr.14166) 46 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:08:14.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:13 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:08:13.175265+0000 mon.smithi100 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.178:0/3932716663' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:08:14.602 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:08:14.602 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:08:15.974 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:08:15.974 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:08:15.976 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:08:16.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:15 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:08:14.159599+0000 mgr.smithi100.sidloe (mgr.14166) 47 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:08:17.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:16 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:08:15.970112+0000 mon.smithi100 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.178:0/2077298322' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:08:17.385 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:08:17.386 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:08:18.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:17 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:08:16.159905+0000 mgr.smithi100.sidloe (mgr.14166) 48 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:08:18.791 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:08:18.791 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:08:18.793 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:08:19.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:18 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:08:18.786784+0000 mon.smithi100 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.178:0/3788639959' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:08:20.239 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:08:20.240 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:08:20.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:08:18.160133+0000 mgr.smithi100.sidloe (mgr.14166) 49 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:08:22.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:21 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:08:20.160445+0000 mgr.smithi100.sidloe (mgr.14166) 50 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:08:23.217 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:08:23.218 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:08:23.219 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:08:24.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:23 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:08:22.160745+0000 mgr.smithi100.sidloe (mgr.14166) 51 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:08:24.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:23 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:08:23.213702+0000 mon.smithi100 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.178:0/3026738128' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:08:24.610 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:08:24.611 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:08:26.045 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:08:26.045 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:08:26.046 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:08:26.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:25 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:08:24.161024+0000 mgr.smithi100.sidloe (mgr.14166) 52 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:08:27.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:26 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:08:26.040596+0000 mon.smithi100 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.178:0/1031146603' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:08:27.388 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:08:27.389 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:08:28.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:27 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:08:26.161348+0000 mgr.smithi100.sidloe (mgr.14166) 53 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:08:28.804 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:08:28.804 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:08:28.806 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:08:29.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:28 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:08:28.799925+0000 mon.smithi100 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.178:0/1566776445' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:08:30.218 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:08:30.218 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:08:30.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:29 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:08:28.161662+0000 mgr.smithi100.sidloe (mgr.14166) 54 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:08:31.655 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:08:31.655 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:08:31.656 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:08:32.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:31 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:08:30.161873+0000 mgr.smithi100.sidloe (mgr.14166) 55 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:08:32.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:31 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:08:31.651005+0000 mon.smithi100 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.178:0/113993461' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:08:33.059 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:08:33.060 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:08:34.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:33 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:08:32.162193+0000 mgr.smithi100.sidloe (mgr.14166) 56 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:08:34.461 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:08:34.462 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:08:34.462 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:08:35.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:34 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:08:34.456239+0000 mon.smithi100 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.178:0/3760040862' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:08:35.854 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:08:35.855 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:08:36.295 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:35 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:08:34.162460+0000 mgr.smithi100.sidloe (mgr.14166) 57 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:08:37.229 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:08:37.229 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:08:37.231 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:08:38.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:37 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:08:36.162810+0000 mgr.smithi100.sidloe (mgr.14166) 58 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:08:38.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:37 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:08:37.224931+0000 mon.smithi100 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.178:0/2586661388' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:08:38.654 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:08:38.654 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:08:39.980 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:08:39.980 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:08:39.982 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:08:40.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:39 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:08:38.163087+0000 mgr.smithi100.sidloe (mgr.14166) 59 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:08:41.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:40 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:08:39.975559+0000 mon.smithi100 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.178:0/99501266' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:08:41.374 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:08:41.375 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:08:42.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:41 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:08:40.163387+0000 mgr.smithi100.sidloe (mgr.14166) 60 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:08:42.727 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:08:42.727 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:08:42.728 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:08:43.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:42 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:08:42.722774+0000 mon.smithi100 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.178:0/2294345660' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:08:44.133 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:08:44.133 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:08:44.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:43 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:08:42.163699+0000 mgr.smithi100.sidloe (mgr.14166) 61 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:08:45.536 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:08:45.536 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:08:45.537 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:08:46.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:45 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:08:44.163926+0000 mgr.smithi100.sidloe (mgr.14166) 62 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:08:46.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:45 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:08:45.531678+0000 mon.smithi100 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.178:0/1988215740' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:08:46.976 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:08:46.976 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:08:47.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:46 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:08:46.286722+0000 mon.smithi100 (mon.0) 155 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.sidloe/mirror_snapshot_schedule"}]: dispatch 2024-01-13T11:08:47.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:46 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:08:46.289285+0000 mon.smithi100 (mon.0) 156 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.sidloe/trash_purge_schedule"}]: dispatch 2024-01-13T11:08:48.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:47 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:08:46.164162+0000 mgr.smithi100.sidloe (mgr.14166) 63 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:08:48.314 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:08:48.314 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:08:48.316 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:08:49.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:48 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:08:48.164530+0000 mgr.smithi100.sidloe (mgr.14166) 64 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:08:49.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:48 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:08:48.310518+0000 mon.smithi100 (mon.0) 157 : audit [DBG] from='client.? 172.21.15.178:0/1900520854' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:08:49.744 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:08:49.744 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:08:51.168 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:08:51.168 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:08:51.170 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:08:52.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:51 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:08:50.164841+0000 mgr.smithi100.sidloe (mgr.14166) 65 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:08:52.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:51 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:08:51.163824+0000 mon.smithi100 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.178:0/306704257' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:08:52.561 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:08:52.561 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:08:53.967 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:08:53.967 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:08:53.969 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:08:54.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:53 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:08:52.165161+0000 mgr.smithi100.sidloe (mgr.14166) 66 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:08:55.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:08:53.963165+0000 mon.smithi100 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.178:0/535236872' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:08:55.363 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:08:55.364 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:08:56.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:55 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:08:54.165462+0000 mgr.smithi100.sidloe (mgr.14166) 67 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:08:56.760 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:08:56.760 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:08:56.761 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:08:57.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:56 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:08:56.755568+0000 mon.smithi100 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.178:0/3198249576' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:08:58.139 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:08:58.139 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:08:58.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:57 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:08:56.165771+0000 mgr.smithi100.sidloe (mgr.14166) 68 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:08:59.527 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:08:59.527 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:08:59.528 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:09:00.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:59 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:08:58.166047+0000 mgr.smithi100.sidloe (mgr.14166) 69 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:09:00.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:08:59 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:08:59.522647+0000 mon.smithi100 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.178:0/1925483882' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:09:00.924 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:09:00.925 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:09:02.249 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:09:02.249 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:09:02.250 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:09:02.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:01 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:09:00.166316+0000 mgr.smithi100.sidloe (mgr.14166) 70 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:09:03.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:02 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:09:02.244922+0000 mon.smithi100 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.178:0/3693179704' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:09:03.674 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:09:03.675 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:09:04.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:03 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:09:02.166650+0000 mgr.smithi100.sidloe (mgr.14166) 71 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:09:05.063 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:09:05.064 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:09:05.065 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:09:06.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:05 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:09:04.166873+0000 mgr.smithi100.sidloe (mgr.14166) 72 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:09:06.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:05 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:09:05.059164+0000 mon.smithi100 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.178:0/1249029530' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:09:06.447 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:09:06.447 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:09:07.826 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:09:07.827 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:09:07.828 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:09:08.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:07 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:09:06.167149+0000 mgr.smithi100.sidloe (mgr.14166) 73 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:09:08.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:07 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:09:07.822176+0000 mon.smithi100 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.178:0/1052570858' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:09:09.215 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:09:09.215 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:09:10.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:09 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:09:08.167416+0000 mgr.smithi100.sidloe (mgr.14166) 74 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:09:10.605 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:09:10.605 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:09:10.607 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:09:11.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:10 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:09:10.601042+0000 mon.smithi100 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.178:0/2565325798' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:09:11.993 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:09:11.993 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:09:12.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:11 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:09:10.167689+0000 mgr.smithi100.sidloe (mgr.14166) 75 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:09:13.344 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:09:13.344 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:09:13.346 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:09:14.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:13 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:09:12.167937+0000 mgr.smithi100.sidloe (mgr.14166) 76 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:09:14.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:13 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:09:13.339429+0000 mon.smithi100 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.178:0/3310040019' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:09:14.739 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:09:14.739 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:09:16.159 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:09:16.159 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:09:16.161 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:09:16.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:15 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:09:14.168253+0000 mgr.smithi100.sidloe (mgr.14166) 77 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:09:17.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:16 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:09:16.155221+0000 mon.smithi100 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.178:0/1717964993' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:09:17.547 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:09:17.547 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:09:18.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:17 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:09:16.168598+0000 mgr.smithi100.sidloe (mgr.14166) 78 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:09:18.970 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:09:18.970 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:09:18.972 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:09:19.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:18 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:09:18.965905+0000 mon.smithi100 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.178:0/893069030' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:09:20.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:09:18.168912+0000 mgr.smithi100.sidloe (mgr.14166) 79 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:09:20.309 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:09:20.310 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:09:21.722 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:09:21.722 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:09:21.724 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:09:22.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:21 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:09:20.169158+0000 mgr.smithi100.sidloe (mgr.14166) 80 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:09:22.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:21 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:09:21.718379+0000 mon.smithi100 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.178:0/1425487064' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:09:23.123 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:09:23.123 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:09:24.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:23 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:09:22.169473+0000 mgr.smithi100.sidloe (mgr.14166) 81 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:09:24.519 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:09:24.519 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:09:24.520 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:09:25.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:24 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:09:24.514369+0000 mon.smithi100 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.178:0/3088361483' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:09:25.912 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:09:25.912 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:09:26.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:25 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:09:24.169852+0000 mgr.smithi100.sidloe (mgr.14166) 82 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:09:27.294 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:09:27.294 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:09:27.295 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:09:28.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:27 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:09:26.170162+0000 mgr.smithi100.sidloe (mgr.14166) 83 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:09:28.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:27 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:09:27.289916+0000 mon.smithi100 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.178:0/409410291' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:09:28.684 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:09:28.685 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:09:29.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:29 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:09:28.170439+0000 mgr.smithi100.sidloe (mgr.14166) 84 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:09:30.069 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:09:30.069 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:09:30.071 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:09:31.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:30 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:09:30.065103+0000 mon.smithi100 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.178:0/816058483' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:09:31.457 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:09:31.457 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:09:32.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:31 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:09:30.170737+0000 mgr.smithi100.sidloe (mgr.14166) 85 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:09:32.839 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:09:32.839 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:09:32.840 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:09:33.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:32 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:09:32.834107+0000 mon.smithi100 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.178:0/2224657012' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:09:34.229 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:09:34.229 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:09:34.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:33 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:09:32.170974+0000 mgr.smithi100.sidloe (mgr.14166) 86 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:09:35.658 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:09:35.658 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:09:35.660 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:09:36.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:35 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:09:34.171225+0000 mgr.smithi100.sidloe (mgr.14166) 87 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:09:36.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:35 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:09:35.653703+0000 mon.smithi100 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.178:0/1295977952' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:09:37.075 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:09:37.075 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:09:38.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:37 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:09:36.171607+0000 mgr.smithi100.sidloe (mgr.14166) 88 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:09:38.414 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:09:38.414 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:09:38.416 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:09:39.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:38 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:09:38.409891+0000 mon.smithi100 (mon.0) 175 : audit [DBG] from='client.? 172.21.15.178:0/77191557' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:09:39.816 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:09:39.816 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:09:40.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:39 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:09:38.171965+0000 mgr.smithi100.sidloe (mgr.14166) 89 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:09:41.291 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:09:41.292 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:09:41.293 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:09:42.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:41 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:09:40.172340+0000 mgr.smithi100.sidloe (mgr.14166) 90 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:09:42.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:41 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:09:41.287476+0000 mon.smithi100 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.178:0/751755848' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:09:42.687 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:09:42.687 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:09:44.084 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:09:44.084 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:09:44.085 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:09:44.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:43 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:09:42.172738+0000 mgr.smithi100.sidloe (mgr.14166) 91 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:09:45.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:44 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:09:44.079621+0000 mon.smithi100 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.178:0/1775318662' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:09:45.435 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:09:45.435 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:09:46.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:45 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:09:44.172975+0000 mgr.smithi100.sidloe (mgr.14166) 92 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:09:46.849 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:09:46.850 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:09:46.851 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:09:47.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:46 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:09:46.287634+0000 mon.smithi100 (mon.0) 178 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.sidloe/mirror_snapshot_schedule"}]: dispatch 2024-01-13T11:09:47.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:46 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:09:46.290081+0000 mon.smithi100 (mon.0) 179 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.sidloe/trash_purge_schedule"}]: dispatch 2024-01-13T11:09:47.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:46 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:09:46.845759+0000 mon.smithi100 (mon.0) 180 : audit [DBG] from='client.? 172.21.15.178:0/2774844926' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:09:48.236 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:09:48.237 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:09:48.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:47 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:09:46.173241+0000 mgr.smithi100.sidloe (mgr.14166) 93 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:09:49.598 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:09:49.599 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:09:49.600 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:09:50.295 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:49 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:09:48.173605+0000 mgr.smithi100.sidloe (mgr.14166) 94 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:09:50.295 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:49 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:09:49.594317+0000 mon.smithi100 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.178:0/4230767308' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:09:50.979 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:09:50.979 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:09:52.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:51 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:09:50.173920+0000 mgr.smithi100.sidloe (mgr.14166) 95 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:09:52.379 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:09:52.379 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:09:52.381 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:09:53.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:52 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:09:52.374979+0000 mon.smithi100 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.178:0/2985916090' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:09:53.800 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:09:53.801 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:09:54.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:53 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:09:52.174248+0000 mgr.smithi100.sidloe (mgr.14166) 96 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:09:55.228 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:09:55.228 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:09:55.230 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:09:56.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:55 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:09:54.174594+0000 mgr.smithi100.sidloe (mgr.14166) 97 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:09:56.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:55 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:09:55.224262+0000 mon.smithi100 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.178:0/1869614692' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:09:56.653 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:09:56.653 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:09:58.070 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:09:58.070 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:09:58.072 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:09:58.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:57 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:09:56.174879+0000 mgr.smithi100.sidloe (mgr.14166) 98 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:09:59.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:09:58.066170+0000 mon.smithi100 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.178:0/2258328492' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:09:59.454 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:09:59.454 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:10:00.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:09:59 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:09:58.175202+0000 mgr.smithi100.sidloe (mgr.14166) 99 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:10:00.872 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:10:00.872 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:10:00.874 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:10:01.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:00 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:10:00.867777+0000 mon.smithi100 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.178:0/3986086673' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:10:02.282 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:10:02.282 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:10:02.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:01 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:10:00.175563+0000 mgr.smithi100.sidloe (mgr.14166) 100 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:10:03.687 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:10:03.687 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:10:03.688 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:10:04.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:03 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:10:02.175849+0000 mgr.smithi100.sidloe (mgr.14166) 101 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:10:04.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:03 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:10:03.682862+0000 mon.smithi100 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.178:0/1312858108' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:10:05.075 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:10:05.076 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:10:06.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:05 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:10:04.176120+0000 mgr.smithi100.sidloe (mgr.14166) 102 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:10:06.460 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:10:06.460 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:10:06.462 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:10:07.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:06 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:10:06.455957+0000 mon.smithi100 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.178:0/3092878968' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:10:07.850 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:10:07.850 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:10:08.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:07 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:10:06.176404+0000 mgr.smithi100.sidloe (mgr.14166) 103 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:10:09.236 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:10:09.236 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:10:09.238 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:10:10.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:09 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:10:08.176751+0000 mgr.smithi100.sidloe (mgr.14166) 104 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:10:10.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:09 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:10:09.231694+0000 mon.smithi100 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.178:0/976034093' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:10:10.629 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:10:10.630 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:10:12.028 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:10:12.028 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:10:12.029 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:10:12.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:11 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:10:10.177062+0000 mgr.smithi100.sidloe (mgr.14166) 105 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:10:13.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:12 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:10:12.023576+0000 mon.smithi100 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.178:0/3344769222' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:10:13.421 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:10:13.421 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:10:14.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:13 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:10:12.177422+0000 mgr.smithi100.sidloe (mgr.14166) 106 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:10:14.844 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:10:14.844 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:10:14.846 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:10:15.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:14 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:10:14.177698+0000 mgr.smithi100.sidloe (mgr.14166) 107 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:10:15.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:14 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:10:14.840127+0000 mon.smithi100 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.178:0/4047178387' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:10:16.268 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:10:16.269 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:10:17.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:17 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:10:16.178041+0000 mgr.smithi100.sidloe (mgr.14166) 108 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:10:17.668 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:10:17.668 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:10:17.669 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:10:18.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:18 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:10:17.663582+0000 mon.smithi100 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.178:0/1256635195' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:10:19.048 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:10:19.049 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:10:19.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:10:18.178408+0000 mgr.smithi100.sidloe (mgr.14166) 109 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:10:20.456 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:10:20.456 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:10:20.458 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:10:21.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:20 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:10:20.452191+0000 mon.smithi100 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.178:0/1298266944' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:10:21.856 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:10:21.857 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:10:22.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:21 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:10:20.178834+0000 mgr.smithi100.sidloe (mgr.14166) 110 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:10:23.217 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:10:23.218 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:10:23.219 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:10:24.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:23 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:10:22.179169+0000 mgr.smithi100.sidloe (mgr.14166) 111 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:10:24.295 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:23 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:10:23.213357+0000 mon.smithi100 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.178:0/2407774749' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:10:24.599 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:10:24.599 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:10:25.990 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:10:25.990 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:10:25.991 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:10:26.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:25 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:10:24.179412+0000 mgr.smithi100.sidloe (mgr.14166) 112 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:10:27.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:26 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:10:25.985064+0000 mon.smithi100 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.178:0/1980098766' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:10:27.374 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:10:27.375 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:10:28.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:27 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:10:26.179750+0000 mgr.smithi100.sidloe (mgr.14166) 113 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:10:28.748 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:10:28.748 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:10:28.750 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:10:29.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:28 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:10:28.743471+0000 mon.smithi100 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.178:0/1742332145' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:10:30.141 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:10:30.141 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:10:30.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:29 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:10:28.180130+0000 mgr.smithi100.sidloe (mgr.14166) 114 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:10:31.549 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:10:31.549 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:10:31.551 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:10:32.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:31 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:10:30.180495+0000 mgr.smithi100.sidloe (mgr.14166) 115 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:10:32.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:31 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:10:31.544974+0000 mon.smithi100 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.178:0/1829393440' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:10:32.963 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:10:32.963 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:10:34.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:33 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:10:32.180828+0000 mgr.smithi100.sidloe (mgr.14166) 116 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:10:34.352 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:10:34.352 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:10:34.353 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:10:35.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:34 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:10:34.347817+0000 mon.smithi100 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.178:0/3408495850' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:10:35.711 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:10:35.711 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:10:36.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:35 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:10:34.181083+0000 mgr.smithi100.sidloe (mgr.14166) 117 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:10:37.159 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:10:37.159 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:10:37.160 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:10:38.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:37 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:10:36.181336+0000 mgr.smithi100.sidloe (mgr.14166) 118 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:10:38.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:37 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:10:37.154742+0000 mon.smithi100 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.178:0/3198219261' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:10:38.563 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:10:38.563 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:10:39.930 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:10:39.930 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:10:39.932 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:10:40.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:39 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:10:38.181685+0000 mgr.smithi100.sidloe (mgr.14166) 119 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:10:40.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:39 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:10:39.925690+0000 mon.smithi100 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.178:0/2570485298' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:10:41.321 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:10:41.322 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:10:42.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:41 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:10:40.182048+0000 mgr.smithi100.sidloe (mgr.14166) 120 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:10:42.701 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:10:42.701 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:10:42.703 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:10:43.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:42 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:10:42.696744+0000 mon.smithi100 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.178:0/552446404' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:10:44.084 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:10:44.085 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:10:44.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:43 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:10:42.182295+0000 mgr.smithi100.sidloe (mgr.14166) 121 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:10:45.437 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:10:45.437 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:10:45.439 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:10:46.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:45 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:10:44.182652+0000 mgr.smithi100.sidloe (mgr.14166) 122 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:10:46.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:45 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:10:45.432729+0000 mon.smithi100 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.178:0/2987984850' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:10:46.822 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:10:46.822 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:10:47.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:46 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:10:46.288795+0000 mon.smithi100 (mon.0) 202 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.sidloe/mirror_snapshot_schedule"}]: dispatch 2024-01-13T11:10:47.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:46 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:10:46.290997+0000 mon.smithi100 (mon.0) 203 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.sidloe/trash_purge_schedule"}]: dispatch 2024-01-13T11:10:48.240 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:10:48.240 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:10:48.241 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:10:48.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:47 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:10:46.183021+0000 mgr.smithi100.sidloe (mgr.14166) 123 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:10:49.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:48 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:10:48.235602+0000 mon.smithi100 (mon.0) 204 : audit [DBG] from='client.? 172.21.15.178:0/1936083618' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:10:49.658 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:10:49.658 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:10:50.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:49 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:10:48.183392+0000 mgr.smithi100.sidloe (mgr.14166) 124 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:10:51.065 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:10:51.065 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:10:51.067 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:10:52.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:51 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:10:50.183728+0000 mgr.smithi100.sidloe (mgr.14166) 125 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:10:52.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:51 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:10:51.061181+0000 mon.smithi100 (mon.0) 205 : audit [DBG] from='client.? 172.21.15.178:0/3116662687' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:10:52.441 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:10:52.441 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:10:53.877 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:10:53.877 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:10:53.879 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:10:54.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:53 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:10:52.184128+0000 mgr.smithi100.sidloe (mgr.14166) 126 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:10:54.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:53 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:10:53.872744+0000 mon.smithi100 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.178:0/3387803801' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:10:55.263 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:10:55.263 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:10:56.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:55 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:10:54.184481+0000 mgr.smithi100.sidloe (mgr.14166) 127 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:10:56.655 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:10:56.656 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:10:56.657 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:10:57.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:56 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:10:56.651179+0000 mon.smithi100 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.178:0/1490491140' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:10:58.032 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:10:58.033 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:10:58.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:57 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:10:56.184770+0000 mgr.smithi100.sidloe (mgr.14166) 128 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:10:59.448 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:10:59.448 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:10:59.450 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:11:00.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:59 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:10:58.185093+0000 mgr.smithi100.sidloe (mgr.14166) 129 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:11:00.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:10:59 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:10:59.444458+0000 mon.smithi100 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.178:0/3204124310' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:11:00.837 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:11:00.837 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:11:02.221 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:11:02.221 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:11:02.223 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:11:02.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:01 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:11:00.185457+0000 mgr.smithi100.sidloe (mgr.14166) 130 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:11:03.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:02 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:02.216586+0000 mon.smithi100 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.178:0/1630110188' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:11:03.599 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:11:03.599 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:11:04.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:03 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:11:02.185818+0000 mgr.smithi100.sidloe (mgr.14166) 131 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:11:04.985 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:11:04.985 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:11:04.987 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:11:06.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:05 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:11:04.186123+0000 mgr.smithi100.sidloe (mgr.14166) 132 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:11:06.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:05 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:04.981081+0000 mon.smithi100 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.178:0/2755472724' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:11:06.402 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:11:06.402 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:11:07.809 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:11:07.810 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:11:07.811 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:11:08.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:07 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:11:06.186551+0000 mgr.smithi100.sidloe (mgr.14166) 133 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:11:08.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:07 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:07.805110+0000 mon.smithi100 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.178:0/3617240699' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:11:09.158 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:11:09.158 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:11:10.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:09 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:11:08.186905+0000 mgr.smithi100.sidloe (mgr.14166) 134 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:11:10.573 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:11:10.573 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:11:10.574 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:11:11.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:10 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:10.568641+0000 mon.smithi100 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.178:0/2423163148' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:11:11.962 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:11:11.962 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:11:12.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:11 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:11:10.187280+0000 mgr.smithi100.sidloe (mgr.14166) 135 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:11:13.356 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:11:13.356 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:11:13.358 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:11:14.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:13 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:11:12.187671+0000 mgr.smithi100.sidloe (mgr.14166) 136 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:11:14.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:13 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:13.352140+0000 mon.smithi100 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.178:0/1335730053' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:11:14.747 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:11:14.748 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:11:16.143 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:11:16.143 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:11:16.145 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:11:16.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:15 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:11:14.188048+0000 mgr.smithi100.sidloe (mgr.14166) 137 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:11:17.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:16 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:16.138866+0000 mon.smithi100 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.178:0/1774199859' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:11:17.537 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:11:17.537 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:11:18.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:17 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:11:16.188444+0000 mgr.smithi100.sidloe (mgr.14166) 138 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:11:18.933 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:11:18.933 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:11:18.934 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:11:19.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:18 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:18.928385+0000 mon.smithi100 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.178:0/4213264514' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:11:20.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:11:18.188729+0000 mgr.smithi100.sidloe (mgr.14166) 139 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:11:20.303 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:11:20.304 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:11:21.675 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:11:21.676 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:11:21.677 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:11:22.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:21 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:11:20.189046+0000 mgr.smithi100.sidloe (mgr.14166) 140 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:11:22.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:21 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:21.670737+0000 mon.smithi100 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.178:0/3447648650' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:11:23.087 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:11:23.087 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:11:24.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:23 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:11:22.189366+0000 mgr.smithi100.sidloe (mgr.14166) 141 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:11:24.499 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:11:24.499 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:11:24.501 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:11:25.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:24 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:24.494813+0000 mon.smithi100 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.178:0/2285985393' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:11:25.916 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:11:25.916 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:11:26.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:25 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:11:24.189763+0000 mgr.smithi100.sidloe (mgr.14166) 142 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:11:27.333 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:11:27.333 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:11:27.334 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:11:28.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:27 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:11:26.190148+0000 mgr.smithi100.sidloe (mgr.14166) 143 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:11:28.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:27 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:27.328662+0000 mon.smithi100 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.178:0/2179895445' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:11:28.743 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:11:28.743 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:11:30.232 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:11:30.232 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:11:30.234 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:11:30.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:29 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:11:28.190384+0000 mgr.smithi100.sidloe (mgr.14166) 144 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:11:31.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:30 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:30.227861+0000 mon.smithi100 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.178:0/3787780082' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:11:31.622 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:11:31.622 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:11:32.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:31 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:11:30.190659+0000 mgr.smithi100.sidloe (mgr.14166) 145 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:11:33.016 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:11:33.016 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:11:33.018 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:11:34.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:33 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:11:32.190959+0000 mgr.smithi100.sidloe (mgr.14166) 146 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:11:34.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:33 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:33.012203+0000 mon.smithi100 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.178:0/2644831844' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:11:34.376 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:11:34.377 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:11:35.759 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:11:35.759 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:11:35.761 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:11:36.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:35 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:11:34.191265+0000 mgr.smithi100.sidloe (mgr.14166) 147 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:11:36.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:35 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:35.754839+0000 mon.smithi100 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.178:0/1613837708' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:11:37.134 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:11:37.134 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:11:38.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:37 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:11:36.191624+0000 mgr.smithi100.sidloe (mgr.14166) 148 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:11:38.507 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:11:38.507 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:11:38.508 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:11:39.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:38 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:38.502715+0000 mon.smithi100 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.178:0/943499546' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:11:39.891 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:11:39.891 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:11:40.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:39 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:11:38.191970+0000 mgr.smithi100.sidloe (mgr.14166) 149 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:11:41.267 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:11:41.268 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:11:41.269 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:11:42.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:41 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:11:40.192251+0000 mgr.smithi100.sidloe (mgr.14166) 150 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:11:42.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:41 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:41.263742+0000 mon.smithi100 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.178:0/1916077204' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:11:42.673 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:11:42.673 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:11:44.068 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:11:44.068 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:11:44.069 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:11:44.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:43 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:11:42.192699+0000 mgr.smithi100.sidloe (mgr.14166) 151 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:11:45.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:44 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:44.063726+0000 mon.smithi100 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.178:0/173598744' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:11:45.450 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:11:45.450 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:11:46.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:45 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:11:44.192998+0000 mgr.smithi100.sidloe (mgr.14166) 152 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:11:46.851 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:11:46.852 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:11:46.853 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:11:47.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:47 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:46.289776+0000 mon.smithi100 (mon.0) 225 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.sidloe/mirror_snapshot_schedule"}]: dispatch 2024-01-13T11:11:47.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:47 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:46.291856+0000 mon.smithi100 (mon.0) 226 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.sidloe/trash_purge_schedule"}]: dispatch 2024-01-13T11:11:47.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:47 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:46.847275+0000 mon.smithi100 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.178:0/4292153761' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:11:48.227 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:11:48.227 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:11:48.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:48 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:11:46.193328+0000 mgr.smithi100.sidloe (mgr.14166) 153 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:11:49.646 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:11:49.646 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:11:49.648 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:11:50.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:50 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:11:48.193618+0000 mgr.smithi100.sidloe (mgr.14166) 154 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:11:50.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:50 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:49.642139+0000 mon.smithi100 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.178:0/4083221284' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:11:51.019 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:11:51.019 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:11:51.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:51 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:11:50.193958+0000 mgr.smithi100.sidloe (mgr.14166) 155 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:11:52.403 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:11:52.403 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:11:52.404 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:11:53.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:53 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:11:52.194245+0000 mgr.smithi100.sidloe (mgr.14166) 156 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:11:53.545 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:53 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:52.398519+0000 mon.smithi100 (mon.0) 229 : audit [DBG] from='client.? 172.21.15.178:0/2593282122' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:11:53.787 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:11:53.787 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:11:55.171 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:11:55.171 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:11:55.173 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:11:56.295 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:55 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:11:54.194573+0000 mgr.smithi100.sidloe (mgr.14166) 157 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:11:56.295 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:55 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:55.166272+0000 mon.smithi100 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.178:0/1274077078' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:11:56.555 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:11:56.555 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:11:57.949 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:11:57.949 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:11:57.951 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:11:58.160 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:57 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:11:56.194888+0000 mgr.smithi100.sidloe (mgr.14166) 158 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:11:58.160 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:57 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:57.806665+0000 mon.smithi100 (mon.0) 231 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi100", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-13T11:11:58.160 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:57 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:57.809907+0000 mon.smithi100 (mon.0) 232 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi100", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-13T11:11:58.161 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:57 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:57.810570+0000 mon.smithi100 (mon.0) 233 : audit [DBG] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T11:11:58.161 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:57 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:57.944670+0000 mon.smithi100 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.178:0/3997945858' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:11:59.090 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cephadm 2024-01-13T11:11:57.804243+0000 mgr.smithi100.sidloe (mgr.14166) 159 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a139bc18-b203-11ee-95ac-87774f69a715-alertmanager.smithi100 2024-01-13T11:11:59.090 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: /bin/podman: stderr Error: no such container ceph-a139bc18-b203-11ee-95ac-87774f69a715-alertmanager.smithi100 2024-01-13T11:11:59.091 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Deploy daemon alertmanager.smithi100 ... 2024-01-13T11:11:59.091 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-01-13T11:11:59.091 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-13T11:11:59.091 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: stat: stderr time="2024-01-13T11:07:35Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-13T11:11:59.091 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: stat: stderr time="2024-01-13T11:08:13Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-13T11:11:59.091 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: stat: stderr time="2024-01-13T11:08:50Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-13T11:11:59.091 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-13T11:11:59.091 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-01-13T11:11:59.092 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-13T11:11:59.092 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: stat: stderr time="2024-01-13T11:10:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-13T11:11:59.092 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: stat: stderr time="2024-01-13T11:10:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-13T11:11:59.092 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: stat: stderr time="2024-01-13T11:11:19Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-13T11:11:59.092 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-13T11:11:59.092 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Traceback (most recent call last): 2024-01-13T11:11:59.092 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-13T11:11:59.092 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: main() 2024-01-13T11:11:59.093 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-13T11:11:59.093 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: r = ctx.func(ctx) 2024-01-13T11:11:59.093 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-13T11:11:59.093 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: return func(ctx) 2024-01-13T11:11:59.093 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-01-13T11:11:59.093 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-01-13T11:11:59.093 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2024-01-13T11:11:59.093 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-01-13T11:11:59.093 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-01-13T11:11:59.094 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: raise RuntimeError('uid/gid not found') 2024-01-13T11:11:59.094 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: RuntimeError: uid/gid not found 2024-01-13T11:11:59.094 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Traceback (most recent call last): 2024-01-13T11:11:59.094 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-01-13T11:11:59.094 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: yield (conn, connr) 2024-01-13T11:11:59.094 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-01-13T11:11:59.094 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: code, '\n'.join(err))) 2024-01-13T11:11:59.094 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: 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-a139bc18-b203-11ee-95ac-87774f69a715-alertmanager.smithi100 2024-01-13T11:11:59.094 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: /bin/podman: stderr Error: no such container ceph-a139bc18-b203-11ee-95ac-87774f69a715-alertmanager.smithi100 2024-01-13T11:11:59.095 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Deploy daemon alertmanager.smithi100 ... 2024-01-13T11:11:59.095 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-01-13T11:11:59.095 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-13T11:11:59.095 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: stat: stderr time="2024-01-13T11:07:35Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-13T11:11:59.095 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: stat: stderr time="2024-01-13T11:08:13Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-13T11:11:59.095 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: stat: stderr time="2024-01-13T11:08:50Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-13T11:11:59.095 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-13T11:11:59.095 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-01-13T11:11:59.095 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-13T11:11:59.096 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: stat: stderr time="2024-01-13T11:10:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-13T11:11:59.096 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: stat: stderr time="2024-01-13T11:10:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-13T11:11:59.096 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: stat: stderr time="2024-01-13T11:11:19Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-13T11:11:59.096 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-13T11:11:59.096 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Traceback (most recent call last): 2024-01-13T11:11:59.096 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-13T11:11:59.097 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: main() 2024-01-13T11:11:59.097 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-13T11:11:59.097 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: r = ctx.func(ctx) 2024-01-13T11:11:59.097 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-13T11:11:59.097 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: return func(ctx) 2024-01-13T11:11:59.097 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-01-13T11:11:59.097 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-01-13T11:11:59.097 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2024-01-13T11:11:59.097 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-01-13T11:11:59.097 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-01-13T11:11:59.098 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: raise RuntimeError('uid/gid not found') 2024-01-13T11:11:59.098 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: RuntimeError: uid/gid not found 2024-01-13T11:11:59.098 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cephadm 2024-01-13T11:11:57.804579+0000 mgr.smithi100.sidloe (mgr.14166) 160 : cephadm [ERR] Failed while placing alertmanager.smithi100 on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a139bc18-b203-11ee-95ac-87774f69a715-alertmanager.smithi100 2024-01-13T11:11:59.098 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: /bin/podman: stderr Error: no such container ceph-a139bc18-b203-11ee-95ac-87774f69a715-alertmanager.smithi100 2024-01-13T11:11:59.098 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Deploy daemon alertmanager.smithi100 ... 2024-01-13T11:11:59.098 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-01-13T11:11:59.098 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-13T11:11:59.098 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: stat: stderr time="2024-01-13T11:07:35Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-13T11:11:59.098 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: stat: stderr time="2024-01-13T11:08:13Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-13T11:11:59.098 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: stat: stderr time="2024-01-13T11:08:50Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-13T11:11:59.098 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-13T11:11:59.098 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-01-13T11:11:59.098 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-13T11:11:59.099 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: stat: stderr time="2024-01-13T11:10:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-13T11:11:59.099 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: stat: stderr time="2024-01-13T11:10:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-13T11:11:59.099 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: stat: stderr time="2024-01-13T11:11:19Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-13T11:11:59.099 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-13T11:11:59.099 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Traceback (most recent call last): 2024-01-13T11:11:59.099 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-13T11:11:59.099 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: main() 2024-01-13T11:11:59.099 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-13T11:11:59.100 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: r = ctx.func(ctx) 2024-01-13T11:11:59.100 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-13T11:11:59.100 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: return func(ctx) 2024-01-13T11:11:59.100 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-01-13T11:11:59.100 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-01-13T11:11:59.100 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2024-01-13T11:11:59.100 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-01-13T11:11:59.100 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-01-13T11:11:59.100 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: raise RuntimeError('uid/gid not found') 2024-01-13T11:11:59.100 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: RuntimeError: uid/gid not found 2024-01-13T11:11:59.101 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cephadm 2024-01-13T11:11:57.811133+0000 mgr.smithi100.sidloe (mgr.14166) 161 : cephadm [INF] Deploying daemon crash.smithi100 on smithi100 2024-01-13T11:11:59.472 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:11:59.473 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:12:00.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:59 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:11:58.195147+0000 mgr.smithi100.sidloe (mgr.14166) 162 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:12:00.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:59 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:59.250247+0000 mon.smithi100 (mon.0) 235 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' 2024-01-13T11:12:00.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:59 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:59.337726+0000 mon.smithi100 (mon.0) 236 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' 2024-01-13T11:12:00.295 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:59 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:59.342873+0000 mon.smithi100 (mon.0) 237 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' 2024-01-13T11:12:00.295 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:59 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:59.343222+0000 mon.smithi100 (mon.0) 238 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-13T11:12:00.295 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:11:59 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:59.349070+0000 mon.smithi100 (mon.0) 239 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' 2024-01-13T11:12:00.857 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:12:00.858 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:12:00.859 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:12:01.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:00 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:11:59.343542+0000 mgr.smithi100.sidloe (mgr.14166) 163 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-13T11:12:01.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:00 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cephadm 2024-01-13T11:11:59.351722+0000 mgr.smithi100.sidloe (mgr.14166) 164 : cephadm [INF] Deploying daemon grafana.smithi100 on smithi100 2024-01-13T11:12:01.295 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:00 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:12:00.852990+0000 mon.smithi100 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.178:0/1973560329' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:12:02.273 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:12:02.273 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:12:02.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:01 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:12:00.195569+0000 mgr.smithi100.sidloe (mgr.14166) 165 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:12:02.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:01 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:12:01.285643+0000 mon.smithi100 (mon.0) 241 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' 2024-01-13T11:12:03.687 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:12:03.688 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:12:03.689 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:12:04.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:03 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:12:02.195829+0000 mgr.smithi100.sidloe (mgr.14166) 166 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:12:04.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:03 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:12:03.683031+0000 mon.smithi100 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.178:0/2017791919' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:12:05.091 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:12:05.092 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:12:06.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:05 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:12:04.196205+0000 mgr.smithi100.sidloe (mgr.14166) 167 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:12:06.516 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:12:06.516 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:12:06.518 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:12:07.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:06 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:12:06.511414+0000 mon.smithi100 (mon.0) 243 : audit [DBG] from='client.? 172.21.15.178:0/2535432303' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:12:07.898 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:12:07.898 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:12:08.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:07 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:12:06.196675+0000 mgr.smithi100.sidloe (mgr.14166) 168 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:12:09.309 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:12:09.309 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:12:09.310 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:12:10.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:09 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:12:08.196966+0000 mgr.smithi100.sidloe (mgr.14166) 169 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:12:10.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:09 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:12:09.304529+0000 mon.smithi100 (mon.0) 244 : audit [DBG] from='client.? 172.21.15.178:0/1895169406' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:12:10.697 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:12:10.697 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:12:12.131 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:12:12.132 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:12:12.133 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:12:12.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:11 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:12:10.197205+0000 mgr.smithi100.sidloe (mgr.14166) 170 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:12:13.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:12 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:12:12.126938+0000 mon.smithi100 (mon.0) 245 : audit [DBG] from='client.? 172.21.15.178:0/2421946561' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:12:13.538 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:12:13.539 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:12:14.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:13 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:12:12.197465+0000 mgr.smithi100.sidloe (mgr.14166) 171 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:12:14.965 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:12:14.965 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:12:14.967 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:12:16.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:15 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:12:14.197720+0000 mgr.smithi100.sidloe (mgr.14166) 172 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:12:16.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:15 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:12:14.961379+0000 mon.smithi100 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.178:0/389044313' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:12:16.363 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:12:16.364 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:12:17.773 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:12:17.773 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:12:17.775 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:12:18.295 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:17 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:12:16.197943+0000 mgr.smithi100.sidloe (mgr.14166) 173 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:12:18.295 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:17 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:12:16.990093+0000 mon.smithi100 (mon.0) 247 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' 2024-01-13T11:12:18.295 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:17 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cephadm 2024-01-13T11:12:16.992068+0000 mgr.smithi100.sidloe (mgr.14166) 174 : cephadm [INF] Deploying daemon node-exporter.smithi100 on smithi100 2024-01-13T11:12:18.295 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:17 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:12:17.768792+0000 mon.smithi100 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.178:0/2316058714' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:12:19.101 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:12:19.101 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:12:20.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:12:18.198206+0000 mgr.smithi100.sidloe (mgr.14166) 175 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:12:20.456 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:12:20.456 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:12:20.457 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:12:21.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:20 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:12:20.451238+0000 mon.smithi100 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.178:0/2298453677' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:12:21.854 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:12:21.854 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:12:22.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:21 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:12:20.198542+0000 mgr.smithi100.sidloe (mgr.14166) 176 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:12:22.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:21 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:12:21.288986+0000 mon.smithi100 (mon.0) 250 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' 2024-01-13T11:12:23.232 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:12:23.232 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:12:23.233 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:12:24.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:23 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:12:22.198898+0000 mgr.smithi100.sidloe (mgr.14166) 177 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:12:24.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:23 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:12:23.227383+0000 mon.smithi100 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.178:0/2061294672' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:12:24.613 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:12:24.614 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:12:26.005 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:12:26.006 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:12:26.007 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:12:26.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:26 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:12:24.199286+0000 mgr.smithi100.sidloe (mgr.14166) 178 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:12:27.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:27 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:12:26.001691+0000 mon.smithi100 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.178:0/1517538017' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:12:27.390 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:12:27.390 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:12:28.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:28 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:12:26.199669+0000 mgr.smithi100.sidloe (mgr.14166) 179 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:12:28.793 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:12:28.793 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:12:28.794 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:12:29.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:29 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:12:28.788580+0000 mon.smithi100 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.178:0/3239064524' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:12:30.186 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:12:30.186 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:12:30.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:30 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:12:28.199949+0000 mgr.smithi100.sidloe (mgr.14166) 180 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:12:31.631 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:12:31.631 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:12:31.632 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:12:32.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:32 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:12:30.200278+0000 mgr.smithi100.sidloe (mgr.14166) 181 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:12:32.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:32 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:12:31.626428+0000 mon.smithi100 (mon.0) 254 : audit [DBG] from='client.? 172.21.15.178:0/2965761480' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:12:33.011 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:12:33.011 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:12:33.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:33 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:12:32.200668+0000 mgr.smithi100.sidloe (mgr.14166) 182 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:12:34.427 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:12:34.427 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:12:34.428 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:12:35.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:35 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:12:34.201071+0000 mgr.smithi100.sidloe (mgr.14166) 183 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:12:35.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:35 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:12:34.422653+0000 mon.smithi100 (mon.0) 255 : audit [DBG] from='client.? 172.21.15.178:0/4203446400' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:12:35.818 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:12:35.818 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:12:37.154 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:12:37.154 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:12:37.155 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:12:37.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:37 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:12:36.201399+0000 mgr.smithi100.sidloe (mgr.14166) 184 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:12:37.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:37 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:12:37.149470+0000 mon.smithi100 (mon.0) 256 : audit [DBG] from='client.? 172.21.15.178:0/471155465' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:12:38.544 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:12:38.544 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:12:39.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:39 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:12:38.201827+0000 mgr.smithi100.sidloe (mgr.14166) 185 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:12:39.939 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:12:39.939 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:12:39.941 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:12:40.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:40 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:12:39.935404+0000 mon.smithi100 (mon.0) 257 : audit [DBG] from='client.? 172.21.15.178:0/2067267932' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:12:41.321 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:12:41.321 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:12:42.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:41 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:12:40.202080+0000 mgr.smithi100.sidloe (mgr.14166) 186 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:12:42.716 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:12:42.716 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:12:42.717 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:12:43.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:42 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:12:42.711357+0000 mon.smithi100 (mon.0) 258 : audit [DBG] from='client.? 172.21.15.178:0/3285530721' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:12:44.100 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:12:44.100 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:12:44.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:43 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:12:42.202320+0000 mgr.smithi100.sidloe (mgr.14166) 187 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:12:45.498 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:12:45.499 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:12:45.500 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:12:46.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:45 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:12:44.202673+0000 mgr.smithi100.sidloe (mgr.14166) 188 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:12:46.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:45 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:12:45.494558+0000 mon.smithi100 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.178:0/2524766792' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:12:46.891 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:12:46.891 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:12:47.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:46 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:12:46.290874+0000 mon.smithi100 (mon.0) 260 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.sidloe/mirror_snapshot_schedule"}]: dispatch 2024-01-13T11:12:47.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:46 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:12:46.292699+0000 mon.smithi100 (mon.0) 261 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.sidloe/trash_purge_schedule"}]: dispatch 2024-01-13T11:12:48.247 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:12:48.247 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:12:48.248 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:12:48.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:47 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:12:46.203049+0000 mgr.smithi100.sidloe (mgr.14166) 189 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:12:49.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:48 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:12:48.242496+0000 mon.smithi100 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.178:0/1529534269' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:12:49.633 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:12:49.634 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:12:50.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:49 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:12:48.203358+0000 mgr.smithi100.sidloe (mgr.14166) 190 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:12:50.988 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:12:50.988 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:12:50.990 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:12:51.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:50 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:12:50.983685+0000 mon.smithi100 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.178:0/1589378106' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:12:52.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:51 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:12:50.203758+0000 mgr.smithi100.sidloe (mgr.14166) 191 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:12:52.378 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:12:52.379 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:12:53.690 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:12:53.690 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:12:53.691 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:12:54.257 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:53 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:12:52.204103+0000 mgr.smithi100.sidloe (mgr.14166) 192 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:12:54.257 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:53 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:12:53.685494+0000 mon.smithi100 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.178:0/2244934111' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:12:55.073 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:12:55.073 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:12:56.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:55 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:12:54.204411+0000 mgr.smithi100.sidloe (mgr.14166) 193 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:12:56.529 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:12:56.529 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:12:56.531 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:12:57.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:57 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:12:56.525157+0000 mon.smithi100 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.178:0/2477893263' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:12:57.906 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:12:57.906 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:12:58.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:12:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:12:56.204755+0000 mgr.smithi100.sidloe (mgr.14166) 194 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:12:59.229 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:12:59.229 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:12:59.230 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:13:00.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:00 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:12:58.205058+0000 mgr.smithi100.sidloe (mgr.14166) 195 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:13:00.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:00 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:12:59.224160+0000 mon.smithi100 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.178:0/1318886983' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:13:00.617 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:13:00.618 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:13:02.036 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:13:02.036 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:13:02.038 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:13:02.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:02 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:13:00.205467+0000 mgr.smithi100.sidloe (mgr.14166) 196 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:13:03.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:03 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:13:02.031822+0000 mon.smithi100 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.178:0/3717009248' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:13:03.436 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:13:03.436 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:13:04.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:04 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:13:02.205923+0000 mgr.smithi100.sidloe (mgr.14166) 197 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:13:04.857 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:13:04.857 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:13:04.858 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:13:05.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:05 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:13:04.852414+0000 mon.smithi100 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.178:0/3188399240' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:13:06.227 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:13:06.227 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:13:06.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:06 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:13:04.206316+0000 mgr.smithi100.sidloe (mgr.14166) 198 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:13:07.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:07 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:13:06.206684+0000 mgr.smithi100.sidloe (mgr.14166) 199 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:13:07.580 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:13:07.581 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:13:07.582 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:13:08.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:08 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:13:07.576583+0000 mon.smithi100 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.178:0/4141833833' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:13:09.016 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:13:09.016 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:13:09.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:09 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:13:08.206936+0000 mgr.smithi100.sidloe (mgr.14166) 200 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:13:10.382 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:13:10.382 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:13:10.383 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:13:11.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:10 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:13:10.377937+0000 mon.smithi100 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.178:0/175925248' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:13:11.778 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:13:11.778 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:13:12.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:11 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:13:10.207218+0000 mgr.smithi100.sidloe (mgr.14166) 201 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:13:13.186 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:13:13.186 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:13:13.187 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:13:14.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:13 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:13:12.207594+0000 mgr.smithi100.sidloe (mgr.14166) 202 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:13:14.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:13 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:13:13.181970+0000 mon.smithi100 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.178:0/1169675554' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:13:14.567 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:13:14.567 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:13:15.880 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:13:15.880 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:13:15.882 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:13:16.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:15 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:13:14.207896+0000 mgr.smithi100.sidloe (mgr.14166) 203 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:13:16.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:15 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:13:15.876302+0000 mon.smithi100 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.178:0/760868097' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:13:17.268 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:13:17.268 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:13:18.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:17 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:13:16.208231+0000 mgr.smithi100.sidloe (mgr.14166) 204 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:13:18.622 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:13:18.622 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:13:18.624 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:13:19.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:18 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:13:18.618190+0000 mon.smithi100 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.178:0/3092597552' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:13:20.045 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:13:20.045 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:13:20.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:13:18.208635+0000 mgr.smithi100.sidloe (mgr.14166) 205 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:13:21.446 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:13:21.446 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:13:21.447 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:13:22.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:21 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:13:20.208966+0000 mgr.smithi100.sidloe (mgr.14166) 206 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:13:22.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:21 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:13:21.441334+0000 mon.smithi100 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.178:0/4157520926' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:13:22.799 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:13:22.799 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:13:24.199 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:13:24.199 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:13:24.201 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:13:24.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:23 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:13:22.209291+0000 mgr.smithi100.sidloe (mgr.14166) 207 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:13:25.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:24 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:13:24.195121+0000 mon.smithi100 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.178:0/3383990465' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:13:25.583 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:13:25.583 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:13:26.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:25 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:13:24.209613+0000 mgr.smithi100.sidloe (mgr.14166) 208 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:13:26.964 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:13:26.964 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:13:26.965 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:13:27.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:27 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:13:26.959160+0000 mon.smithi100 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.178:0/713406733' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:13:28.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:28 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:13:26.209931+0000 mgr.smithi100.sidloe (mgr.14166) 209 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:13:28.347 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:13:28.347 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:13:29.766 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:13:29.766 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:13:29.767 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:13:30.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:30 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:13:28.210268+0000 mgr.smithi100.sidloe (mgr.14166) 210 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:13:30.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:30 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:13:29.761659+0000 mon.smithi100 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.178:0/2577367853' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:13:31.145 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:13:31.146 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:13:32.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:32 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:13:30.210640+0000 mgr.smithi100.sidloe (mgr.14166) 211 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:13:32.515 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:13:32.515 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:13:32.516 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:13:33.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:33 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:13:32.510371+0000 mon.smithi100 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.178:0/2370336354' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:13:33.914 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:13:33.914 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:13:34.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:34 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:13:32.210943+0000 mgr.smithi100.sidloe (mgr.14166) 212 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:13:35.324 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:13:35.324 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:13:35.325 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:13:36.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:36 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:13:34.211288+0000 mgr.smithi100.sidloe (mgr.14166) 213 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:13:36.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:36 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:13:35.319442+0000 mon.smithi100 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.178:0/317848715' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:13:36.771 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:13:36.771 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:13:38.143 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:13:38.143 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:13:38.144 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:13:38.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:38 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:13:36.211593+0000 mgr.smithi100.sidloe (mgr.14166) 214 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:13:39.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:39 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:13:38.138599+0000 mon.smithi100 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.178:0/1941303029' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:13:39.562 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:13:39.562 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:13:40.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:40 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:13:38.211914+0000 mgr.smithi100.sidloe (mgr.14166) 215 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:13:40.961 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:13:40.961 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:13:40.962 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:13:41.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:41 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:13:40.956603+0000 mon.smithi100 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.178:0/3791887904' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:13:42.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:42 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:13:40.212233+0000 mgr.smithi100.sidloe (mgr.14166) 216 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:13:42.359 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:13:42.359 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:13:43.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:43 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:13:42.212605+0000 mgr.smithi100.sidloe (mgr.14166) 217 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:13:43.727 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:13:43.727 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:13:43.729 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:13:44.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:44 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:13:43.722752+0000 mon.smithi100 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.178:0/1370367823' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:13:45.136 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:13:45.136 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:13:46.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:45 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:13:44.212899+0000 mgr.smithi100.sidloe (mgr.14166) 218 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:13:46.531 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:13:46.531 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:13:46.533 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:13:47.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:46 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:13:46.292026+0000 mon.smithi100 (mon.0) 283 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.sidloe/mirror_snapshot_schedule"}]: dispatch 2024-01-13T11:13:47.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:46 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:13:46.293517+0000 mon.smithi100 (mon.0) 284 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.sidloe/trash_purge_schedule"}]: dispatch 2024-01-13T11:13:47.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:46 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:13:46.526991+0000 mon.smithi100 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.178:0/995103538' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:13:47.922 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:13:47.922 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:13:48.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:47 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:13:46.213260+0000 mgr.smithi100.sidloe (mgr.14166) 219 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:13:49.299 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:13:49.299 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:13:49.301 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:13:50.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:49 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:13:48.213638+0000 mgr.smithi100.sidloe (mgr.14166) 220 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:13:50.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:49 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:13:49.294890+0000 mon.smithi100 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.178:0/4282673488' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:13:50.705 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:13:50.705 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:13:52.092 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:13:52.092 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:13:52.094 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:13:52.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:51 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:13:50.214015+0000 mgr.smithi100.sidloe (mgr.14166) 221 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:13:53.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:52 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:13:52.088271+0000 mon.smithi100 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.178:0/2195703639' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:13:53.497 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:13:53.497 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:13:54.295 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:53 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:13:52.214389+0000 mgr.smithi100.sidloe (mgr.14166) 222 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:13:54.870 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:13:54.870 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:13:54.871 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:13:55.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:13:54.865678+0000 mon.smithi100 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.178:0/2351935284' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:13:56.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:55 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:13:54.214719+0000 mgr.smithi100.sidloe (mgr.14166) 223 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:13:56.303 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:13:56.304 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:13:57.696 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:13:57.696 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:13:57.698 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:13:58.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:57 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:13:56.215068+0000 mgr.smithi100.sidloe (mgr.14166) 224 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:13:58.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:57 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:13:57.691966+0000 mon.smithi100 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.178:0/1696138608' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:13:59.102 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:13:59.103 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:14:00.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:13:59 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:13:58.215426+0000 mgr.smithi100.sidloe (mgr.14166) 225 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:14:00.476 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:14:00.476 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:14:00.477 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:14:01.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:01 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:14:00.471454+0000 mon.smithi100 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.178:0/3502505935' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:14:01.869 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:14:01.870 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:14:02.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:02 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:14:00.215808+0000 mgr.smithi100.sidloe (mgr.14166) 226 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:14:03.281 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:14:03.281 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:14:03.283 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:14:04.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:04 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:14:02.216184+0000 mgr.smithi100.sidloe (mgr.14166) 227 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:14:04.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:04 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:14:03.276744+0000 mon.smithi100 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.178:0/4058444724' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:14:04.687 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:14:04.688 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:14:06.045 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:14:06.045 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:14:06.046 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:14:06.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:06 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:14:04.216556+0000 mgr.smithi100.sidloe (mgr.14166) 228 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:14:07.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:07 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:14:06.040274+0000 mon.smithi100 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.178:0/1859269586' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:14:07.467 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:14:07.467 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:14:08.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:08 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:14:06.216920+0000 mgr.smithi100.sidloe (mgr.14166) 229 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:14:08.836 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:14:08.836 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:14:08.837 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:14:09.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:09 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:14:08.831795+0000 mon.smithi100 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.178:0/1827936036' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:14:10.230 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:14:10.230 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:14:10.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:10 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:14:08.217266+0000 mgr.smithi100.sidloe (mgr.14166) 230 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:14:11.648 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:14:11.648 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:14:11.650 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:14:12.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:12 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:14:10.217659+0000 mgr.smithi100.sidloe (mgr.14166) 231 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:14:12.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:12 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:14:11.643724+0000 mon.smithi100 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.178:0/3266721279' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:14:13.031 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:14:13.032 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:14:14.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:14 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:14:12.217940+0000 mgr.smithi100.sidloe (mgr.14166) 232 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:14:14.432 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:14:14.432 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:14:14.433 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:14:15.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:15 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:14:14.427150+0000 mon.smithi100 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.178:0/3871502753' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:14:15.847 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:14:15.847 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:14:16.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:16 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:14:14.218189+0000 mgr.smithi100.sidloe (mgr.14166) 233 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:14:17.196 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:14:17.196 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:14:17.197 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:14:18.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:18 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:14:16.218582+0000 mgr.smithi100.sidloe (mgr.14166) 234 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:14:18.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:18 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:14:17.191175+0000 mon.smithi100 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.178:0/3009800445' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:14:18.579 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:14:18.579 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:14:19.295 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cephadm 2024-01-13T11:14:17.579707+0000 mgr.smithi100.sidloe (mgr.14166) 235 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a139bc18-b203-11ee-95ac-87774f69a715-node-exporter.smithi100 2024-01-13T11:14:19.295 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: /bin/podman: stderr Error: no such container ceph-a139bc18-b203-11ee-95ac-87774f69a715-node-exporter.smithi100 2024-01-13T11:14:19.295 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Deploy daemon node-exporter.smithi100 ... 2024-01-13T11:14:19.295 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Verifying port 9100 ... 2024-01-13T11:14:19.295 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Non-zero exit code 1 from systemctl start ceph-a139bc18-b203-11ee-95ac-87774f69a715@node-exporter.smithi100 2024-01-13T11:14:19.295 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: systemctl: stderr Job for ceph-a139bc18-b203-11ee-95ac-87774f69a715@node-exporter.smithi100.service failed because a timeout was exceeded. 2024-01-13T11:14:19.295 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: systemctl: stderr See "systemctl status ceph-a139bc18-b203-11ee-95ac-87774f69a715@node-exporter.smithi100.service" and "journalctl -xe" for details. 2024-01-13T11:14:19.295 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Traceback (most recent call last): 2024-01-13T11:14:19.295 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-13T11:14:19.295 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: main() 2024-01-13T11:14:19.296 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-13T11:14:19.296 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: r = ctx.func(ctx) 2024-01-13T11:14:19.296 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-13T11:14:19.296 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: return func(ctx) 2024-01-13T11:14:19.296 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-13T11:14:19.296 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: ports=daemon_ports) 2024-01-13T11:14:19.296 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-01-13T11:14:19.296 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: c, osd_fsid=osd_fsid, ports=ports) 2024-01-13T11:14:19.296 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-01-13T11:14:19.296 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-01-13T11:14:19.296 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-13T11:14:19.296 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T11:14:19.296 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: RuntimeError: Failed command: systemctl start ceph-a139bc18-b203-11ee-95ac-87774f69a715@node-exporter.smithi100 2024-01-13T11:14:19.296 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Traceback (most recent call last): 2024-01-13T11:14:19.297 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-01-13T11:14:19.297 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: yield (conn, connr) 2024-01-13T11:14:19.297 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-01-13T11:14:19.297 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: code, '\n'.join(err))) 2024-01-13T11:14:19.297 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: 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-a139bc18-b203-11ee-95ac-87774f69a715-node-exporter.smithi100 2024-01-13T11:14:19.297 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: /bin/podman: stderr Error: no such container ceph-a139bc18-b203-11ee-95ac-87774f69a715-node-exporter.smithi100 2024-01-13T11:14:19.297 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Deploy daemon node-exporter.smithi100 ... 2024-01-13T11:14:19.297 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Verifying port 9100 ... 2024-01-13T11:14:19.297 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Non-zero exit code 1 from systemctl start ceph-a139bc18-b203-11ee-95ac-87774f69a715@node-exporter.smithi100 2024-01-13T11:14:19.297 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: systemctl: stderr Job for ceph-a139bc18-b203-11ee-95ac-87774f69a715@node-exporter.smithi100.service failed because a timeout was exceeded. 2024-01-13T11:14:19.297 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: systemctl: stderr See "systemctl status ceph-a139bc18-b203-11ee-95ac-87774f69a715@node-exporter.smithi100.service" and "journalctl -xe" for details. 2024-01-13T11:14:19.297 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Traceback (most recent call last): 2024-01-13T11:14:19.297 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-13T11:14:19.297 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: main() 2024-01-13T11:14:19.297 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-13T11:14:19.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: r = ctx.func(ctx) 2024-01-13T11:14:19.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-13T11:14:19.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: return func(ctx) 2024-01-13T11:14:19.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-13T11:14:19.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: ports=daemon_ports) 2024-01-13T11:14:19.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-01-13T11:14:19.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: c, osd_fsid=osd_fsid, ports=ports) 2024-01-13T11:14:19.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-01-13T11:14:19.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-01-13T11:14:19.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-13T11:14:19.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T11:14:19.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: RuntimeError: Failed command: systemctl start ceph-a139bc18-b203-11ee-95ac-87774f69a715@node-exporter.smithi100 2024-01-13T11:14:19.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cephadm 2024-01-13T11:14:17.579923+0000 mgr.smithi100.sidloe (mgr.14166) 236 : cephadm [ERR] Failed while placing node-exporter.smithi100 on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a139bc18-b203-11ee-95ac-87774f69a715-node-exporter.smithi100 2024-01-13T11:14:19.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: /bin/podman: stderr Error: no such container ceph-a139bc18-b203-11ee-95ac-87774f69a715-node-exporter.smithi100 2024-01-13T11:14:19.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Deploy daemon node-exporter.smithi100 ... 2024-01-13T11:14:19.299 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Verifying port 9100 ... 2024-01-13T11:14:19.299 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Non-zero exit code 1 from systemctl start ceph-a139bc18-b203-11ee-95ac-87774f69a715@node-exporter.smithi100 2024-01-13T11:14:19.299 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: systemctl: stderr Job for ceph-a139bc18-b203-11ee-95ac-87774f69a715@node-exporter.smithi100.service failed because a timeout was exceeded. 2024-01-13T11:14:19.299 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: systemctl: stderr See "systemctl status ceph-a139bc18-b203-11ee-95ac-87774f69a715@node-exporter.smithi100.service" and "journalctl -xe" for details. 2024-01-13T11:14:19.299 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: Traceback (most recent call last): 2024-01-13T11:14:19.299 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-13T11:14:19.299 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: main() 2024-01-13T11:14:19.299 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-13T11:14:19.299 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: r = ctx.func(ctx) 2024-01-13T11:14:19.299 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-13T11:14:19.299 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: return func(ctx) 2024-01-13T11:14:19.299 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-13T11:14:19.299 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: ports=daemon_ports) 2024-01-13T11:14:19.299 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-01-13T11:14:19.299 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: c, osd_fsid=osd_fsid, ports=ports) 2024-01-13T11:14:19.300 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-01-13T11:14:19.300 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-01-13T11:14:19.300 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: File "/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-13T11:14:19.300 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T11:14:19.300 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: RuntimeError: Failed command: systemctl start ceph-a139bc18-b203-11ee-95ac-87774f69a715@node-exporter.smithi100 2024-01-13T11:14:19.300 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cephadm 2024-01-13T11:14:17.585858+0000 mgr.smithi100.sidloe (mgr.14166) 237 : cephadm [INF] Deploying daemon prometheus.smithi100 on smithi100 2024-01-13T11:14:19.950 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:14:20.106 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:14:20.107 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:14:20.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:20 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:14:18.218937+0000 mgr.smithi100.sidloe (mgr.14166) 238 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:14:20.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:20 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:14:19.945822+0000 mon.smithi100 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.178:0/1085549695' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:14:21.349 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:14:21.349 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:14:21.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:21 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:14:20.219299+0000 mgr.smithi100.sidloe (mgr.14166) 239 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:14:22.741 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:14:22.741 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:14:22.742 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:14:22.794 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:22 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:14:21.294943+0000 mon.smithi100 (mon.0) 298 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' 2024-01-13T11:14:23.794 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:23 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:14:22.219614+0000 mgr.smithi100.sidloe (mgr.14166) 240 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:14:23.794 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:23 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:14:22.736747+0000 mon.smithi100 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.178:0/1891692344' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:14:24.076 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:14:24.076 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:14:25.444 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:14:25.444 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:14:25.446 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:14:26.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:25 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:14:24.219938+0000 mgr.smithi100.sidloe (mgr.14166) 241 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:14:26.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:25 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:14:25.440081+0000 mon.smithi100 (mon.0) 300 : audit [DBG] from='client.? 172.21.15.178:0/2068969935' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:14:26.827 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:14:26.827 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:14:28.216 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:14:28.216 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:14:28.217 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:14:28.295 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:27 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:14:26.220310+0000 mgr.smithi100.sidloe (mgr.14166) 242 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:14:29.295 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:28 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:14:28.211154+0000 mon.smithi100 (mon.0) 301 : audit [DBG] from='client.? 172.21.15.178:0/299920669' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:14:29.548 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:14:29.548 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:14:30.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:29 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:14:28.220590+0000 mgr.smithi100.sidloe (mgr.14166) 243 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:14:30.926 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:14:30.926 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:14:30.927 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:14:31.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:30 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:14:30.921069+0000 mon.smithi100 (mon.0) 302 : audit [DBG] from='client.? 172.21.15.178:0/1720858918' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:14:32.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:31 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:14:30.220942+0000 mgr.smithi100.sidloe (mgr.14166) 244 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:14:32.311 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:14:32.312 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:14:33.651 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:14:33.651 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:14:33.652 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:14:34.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:33 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:14:32.221318+0000 mgr.smithi100.sidloe (mgr.14166) 245 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:14:34.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:33 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:14:33.646300+0000 mon.smithi100 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.178:0/464026128' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:14:35.038 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:14:35.039 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:14:36.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:35 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:14:34.221641+0000 mgr.smithi100.sidloe (mgr.14166) 246 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:14:36.383 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:14:36.383 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:14:36.384 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:14:37.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:37 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:14:36.378267+0000 mon.smithi100 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.178:0/1098002595' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:14:37.775 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:14:37.775 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:14:38.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:38 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:14:36.221959+0000 mgr.smithi100.sidloe (mgr.14166) 247 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:14:39.203 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:14:39.203 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:14:39.204 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:14:40.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:40 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:14:38.222319+0000 mgr.smithi100.sidloe (mgr.14166) 248 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:14:40.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:40 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:14:39.198479+0000 mon.smithi100 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.178:0/926621635' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:14:40.618 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:14:40.619 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:14:41.966 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:14:41.967 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:14:41.968 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:14:42.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:42 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:14:40.222705+0000 mgr.smithi100.sidloe (mgr.14166) 249 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:14:42.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:42 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:14:41.961630+0000 mon.smithi100 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.178:0/4198653932' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:14:43.384 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:14:43.384 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:14:44.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:44 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:14:42.223017+0000 mgr.smithi100.sidloe (mgr.14166) 250 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:14:44.816 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:14:44.816 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:14:44.818 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:14:45.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:45 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:14:44.812273+0000 mon.smithi100 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.178:0/2133224443' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:14:46.199 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:14:46.199 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:14:46.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:46 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:14:44.223360+0000 mgr.smithi100.sidloe (mgr.14166) 251 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:14:47.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:47 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:14:46.293109+0000 mon.smithi100 (mon.0) 308 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.sidloe/mirror_snapshot_schedule"}]: dispatch 2024-01-13T11:14:47.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:47 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:14:46.294319+0000 mon.smithi100 (mon.0) 309 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.sidloe/trash_purge_schedule"}]: dispatch 2024-01-13T11:14:47.543 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:14:47.543 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:14:47.545 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:14:48.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:48 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:14:46.223739+0000 mgr.smithi100.sidloe (mgr.14166) 252 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:14:48.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:48 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:14:47.538356+0000 mon.smithi100 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.178:0/2255728590' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:14:48.935 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:14:48.936 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:14:50.258 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:14:50.259 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:14:50.260 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:14:50.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:50 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:14:48.224055+0000 mgr.smithi100.sidloe (mgr.14166) 253 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:14:51.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:51 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:14:50.254117+0000 mon.smithi100 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.178:0/1078112727' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:14:51.636 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:14:51.636 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:14:52.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:52 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:14:50.224372+0000 mgr.smithi100.sidloe (mgr.14166) 254 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:14:53.019 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:14:53.019 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:14:53.021 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:14:53.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:53 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:14:53.014567+0000 mon.smithi100 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.178:0/2451482078' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:14:54.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:14:52.224711+0000 mgr.smithi100.sidloe (mgr.14166) 255 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:14:54.453 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:14:54.453 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:14:55.842 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:14:55.843 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:14:55.844 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:14:56.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:56 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:14:54.225095+0000 mgr.smithi100.sidloe (mgr.14166) 256 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:14:56.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:56 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:14:55.838113+0000 mon.smithi100 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.178:0/2394462709' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:14:57.239 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:14:57.239 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:14:58.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:58 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:14:56.225450+0000 mgr.smithi100.sidloe (mgr.14166) 257 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:14:58.666 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:14:58.667 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:14:58.668 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:14:59.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:14:59 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:14:58.662165+0000 mon.smithi100 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.178:0/2458146264' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:15:00.050 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:15:00.050 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:15:00.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:00 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:14:58.225845+0000 mgr.smithi100.sidloe (mgr.14166) 258 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:15:01.432 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:15:01.432 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:15:01.433 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:15:01.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:01 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:15:00.226155+0000 mgr.smithi100.sidloe (mgr.14166) 259 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:15:02.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:02 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:15:01.427407+0000 mon.smithi100 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.178:0/3185678328' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:15:02.835 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:15:02.835 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:15:03.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:03 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:15:02.226428+0000 mgr.smithi100.sidloe (mgr.14166) 260 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:15:04.219 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:15:04.219 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:15:04.220 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:15:04.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:04 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:15:04.214586+0000 mon.smithi100 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.178:0/562492663' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:15:05.594 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:15:05.594 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:15:06.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:05 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:15:04.226735+0000 mgr.smithi100.sidloe (mgr.14166) 261 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:15:06.932 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:15:06.932 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:15:06.934 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:15:07.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:06 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:15:06.927697+0000 mon.smithi100 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.178:0/1604834666' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:15:08.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:07 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:15:06.227073+0000 mgr.smithi100.sidloe (mgr.14166) 262 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:15:08.329 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:15:08.329 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:15:09.713 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:15:09.713 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:15:09.714 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:15:10.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:09 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:15:08.227413+0000 mgr.smithi100.sidloe (mgr.14166) 263 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:15:10.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:09 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:15:09.708389+0000 mon.smithi100 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.178:0/1038460780' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:15:11.080 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:15:11.080 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:15:12.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:11 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:15:10.227747+0000 mgr.smithi100.sidloe (mgr.14166) 264 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:15:12.582 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:15:12.582 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:15:12.584 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:15:13.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:13 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:15:12.577656+0000 mon.smithi100 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.178:0/3813489846' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:15:14.036 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:15:14.036 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:15:14.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:14 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:15:12.228026+0000 mgr.smithi100.sidloe (mgr.14166) 265 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:15:15.449 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:15:15.449 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:15:15.451 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:15:16.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:16 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:15:14.228286+0000 mgr.smithi100.sidloe (mgr.14166) 266 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:15:16.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:16 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:15:15.444740+0000 mon.smithi100 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.178:0/3200350303' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:15:16.838 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:15:16.839 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:15:18.237 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:15:18.237 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:15:18.239 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:15:18.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:18 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:15:16.228631+0000 mgr.smithi100.sidloe (mgr.14166) 267 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:15:19.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:19 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:15:18.232833+0000 mon.smithi100 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.178:0/4206618336' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:15:19.626 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:15:19.627 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:15:20.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:20 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:15:18.228881+0000 mgr.smithi100.sidloe (mgr.14166) 268 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:15:21.031 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:15:21.032 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:15:21.033 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:15:22.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:22 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:15:20.229215+0000 mgr.smithi100.sidloe (mgr.14166) 269 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:15:22.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:22 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:15:21.026867+0000 mon.smithi100 (mon.0) 322 : audit [DBG] from='client.? 172.21.15.178:0/476655869' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:15:22.431 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:15:22.432 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:15:23.812 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:15:23.812 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:15:23.813 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:15:24.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:24 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:15:22.229583+0000 mgr.smithi100.sidloe (mgr.14166) 270 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:15:24.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:24 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:15:23.807464+0000 mon.smithi100 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.178:0/3249708098' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:15:25.200 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:15:25.200 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:15:26.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:26 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:15:24.229914+0000 mgr.smithi100.sidloe (mgr.14166) 271 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:15:26.547 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:15:26.547 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:15:26.549 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:15:27.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:27 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:15:26.542943+0000 mon.smithi100 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.178:0/3563304048' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:15:27.902 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:15:27.902 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:15:28.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:28 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:15:26.230281+0000 mgr.smithi100.sidloe (mgr.14166) 272 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:15:29.303 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:15:29.304 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:15:29.305 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:15:30.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:30 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:15:28.230654+0000 mgr.smithi100.sidloe (mgr.14166) 273 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:15:30.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:30 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:15:29.299521+0000 mon.smithi100 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.178:0/1398884520' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:15:30.726 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:15:30.726 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:15:32.086 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:15:32.086 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:15:32.087 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:15:32.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:32 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:15:30.230951+0000 mgr.smithi100.sidloe (mgr.14166) 274 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:15:33.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:33 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:15:32.081171+0000 mon.smithi100 (mon.0) 326 : audit [DBG] from='client.? 172.21.15.178:0/1369255623' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:15:33.465 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:15:33.466 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:15:34.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:34 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:15:32.231311+0000 mgr.smithi100.sidloe (mgr.14166) 275 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:15:34.935 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:15:34.935 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:15:34.936 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:15:35.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:35 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:15:34.930240+0000 mon.smithi100 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.178:0/3024867149' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:15:36.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:36 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:15:34.231690+0000 mgr.smithi100.sidloe (mgr.14166) 276 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:15:36.318 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:15:36.318 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:15:37.681 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:15:37.681 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:15:37.683 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:15:38.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:38 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:15:36.232053+0000 mgr.smithi100.sidloe (mgr.14166) 277 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:15:38.295 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:38 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:15:37.677041+0000 mon.smithi100 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.178:0/3845406433' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:15:39.065 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:15:39.065 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:15:40.438 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:15:40.439 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:15:40.440 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:15:40.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:40 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:15:38.232401+0000 mgr.smithi100.sidloe (mgr.14166) 278 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:15:41.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:41 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:15:40.232691+0000 mgr.smithi100.sidloe (mgr.14166) 279 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:15:41.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:41 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:15:40.433887+0000 mon.smithi100 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.178:0/835290423' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:15:41.832 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:15:41.833 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:15:43.212 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:15:43.213 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:15:43.214 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:15:43.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:43 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:15:42.232942+0000 mgr.smithi100.sidloe (mgr.14166) 280 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:15:43.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:43 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:15:43.208254+0000 mon.smithi100 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.178:0/3426296560' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:15:44.643 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:15:44.643 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:15:46.030 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:15:46.031 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:15:46.032 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:15:46.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:45 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:15:44.233291+0000 mgr.smithi100.sidloe (mgr.14166) 281 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:15:47.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:47 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:15:46.026228+0000 mon.smithi100 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.178:0/3105847733' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:15:47.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:47 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:15:46.294217+0000 mon.smithi100 (mon.0) 332 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.sidloe/mirror_snapshot_schedule"}]: dispatch 2024-01-13T11:15:47.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:47 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:15:46.295218+0000 mon.smithi100 (mon.0) 333 : audit [INF] from='mgr.14166 172.21.15.100:0/82531261' entity='mgr.smithi100.sidloe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.sidloe/trash_purge_schedule"}]: dispatch 2024-01-13T11:15:47.461 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:15:47.462 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:15:48.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:48 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:15:46.233606+0000 mgr.smithi100.sidloe (mgr.14166) 282 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:15:48.846 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:15:48.846 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:15:48.848 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:15:49.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:49 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:15:48.842164+0000 mon.smithi100 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.178:0/707948515' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:15:50.218 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:15:50.218 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:15:50.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:50 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:15:48.233946+0000 mgr.smithi100.sidloe (mgr.14166) 283 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:15:51.638 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:15:51.638 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:15:51.640 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:15:52.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:52 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:15:50.234327+0000 mgr.smithi100.sidloe (mgr.14166) 284 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:15:52.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:52 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: audit 2024-01-13T11:15:51.633645+0000 mon.smithi100 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.178:0/3019126010' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T11:15:52.970 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:15:52.971 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a139bc18-b203-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:15:54.294 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: cluster 2024-01-13T11:15:52.234684+0000 mgr.smithi100.sidloe (mgr.14166) 285 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T11:15:54.355 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-13T11:15:54.355 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"a139bc18-b203-11ee-95ac-87774f69a715","modified":"2024-01-13T11:05:49.858330Z","created":"2024-01-13T11:05:49.858330Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T11:15:54.356 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-13T11:15:54.740 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds 2024-01-13T11:15:54.742 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-13T11:15:54.742 DEBUG:teuthology.orchestra.run.smithi100:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-13T11:15:54.768 DEBUG:teuthology.orchestra.run.smithi178:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-13T11:15:54.787 INFO:tasks.cephadm:Stopping all daemons... 2024-01-13T11:15:54.787 INFO:tasks.cephadm.mon.smithi100:Stopping mon.smithi100... 2024-01-13T11:15:54.787 DEBUG:teuthology.orchestra.run.smithi100:> sudo systemctl stop ceph-a139bc18-b203-11ee-95ac-87774f69a715@mon.smithi100 2024-01-13T11:15:55.215 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:54 smithi100 systemd[1]: Stopping Ceph mon.smithi100 for a139bc18-b203-11ee-95ac-87774f69a715... 2024-01-13T11:15:55.215 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:15:54.926+0000 7fad16b7a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi100 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-13T11:15:55.215 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Jan 13 11:15:54 smithi100 ceph-a139bc18-b203-11ee-95ac-87774f69a715-mon.smithi100[34448]: debug 2024-01-13T11:15:54.926+0000 7fad16b7a700 -1 mon.smithi100@0(leader) e1 *** Got Signal Terminated *** 2024-01-13T11:15:55.353 DEBUG:teuthology.orchestra.run.smithi100:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a139bc18-b203-11ee-95ac-87774f69a715@mon.smithi100.service' 2024-01-13T11:15:55.429 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-13T11:15:55.429 INFO:tasks.cephadm.mon.smithi100:Stopped mon.smithi100 2024-01-13T11:15:55.429 INFO:tasks.cephadm.mon.smithi178:Stopping mon.smithi178... 2024-01-13T11:15:55.429 DEBUG:teuthology.orchestra.run.smithi178:> sudo systemctl stop ceph-a139bc18-b203-11ee-95ac-87774f69a715@mon.smithi178 2024-01-13T11:15:55.462 INFO:teuthology.orchestra.run.smithi178.stderr:Failed to stop ceph-a139bc18-b203-11ee-95ac-87774f69a715@mon.smithi178.service: Unit ceph-a139bc18-b203-11ee-95ac-87774f69a715@mon.smithi178.service not loaded. 2024-01-13T11:15:55.463 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-01-13T11:15:55.464 ERROR:tasks.cephadm:Failed to stop "ceph.mon.smithi178" Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_445562ab4bc3ddfb386936119050695810860bcb/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi178 with status 5: 'sudo systemctl stop ceph-a139bc18-b203-11ee-95ac-87774f69a715@mon.smithi178' 2024-01-13T11:15:55.465 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-13T11:15:55.467 DEBUG:teuthology.misc:Transferring archived files from smithi100:/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515987/remote/ubuntu@smithi100.front.sepia.ceph.com/crash 2024-01-13T11:15:55.467 DEBUG:teuthology.orchestra.run.smithi100:> sudo tar c -f - -C /var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/crash -- . 2024-01-13T11:15:55.526 DEBUG:teuthology.misc:Transferring archived files from smithi178:/var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515987/remote/ubuntu@smithi178.front.sepia.ceph.com/crash 2024-01-13T11:15:55.527 DEBUG:teuthology.orchestra.run.smithi178:> sudo tar c -f - -C /var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/crash -- . 2024-01-13T11:15:55.566 INFO:teuthology.orchestra.run.smithi178.stderr:tar: /var/lib/ceph/a139bc18-b203-11ee-95ac-87774f69a715/crash: Cannot open: No such file or directory 2024-01-13T11:15:55.566 INFO:teuthology.orchestra.run.smithi178.stderr:tar: Error is not recoverable: exiting now 2024-01-13T11:15:55.568 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-13T11:15:55.568 DEBUG:teuthology.orchestra.run.smithi100:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-13T11:15:55.597 INFO:teuthology.orchestra.run.smithi100.stderr:grep: /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715/ceph.log: No such file or directory 2024-01-13T11:15:55.598 INFO:tasks.cephadm:Compressing logs... 2024-01-13T11:15:55.598 DEBUG:teuthology.orchestra.run.smithi100:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-13T11:15:55.640 DEBUG:teuthology.orchestra.run.smithi178:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-13T11:15:55.667 INFO:teuthology.orchestra.run.smithi100.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-13T11:15:55.667 INFO:teuthology.orchestra.run.smithi100.stderr:: No such file or directory 2024-01-13T11:15:55.667 INFO:teuthology.orchestra.run.smithi100.stderr:gzip -5 --verbose -- /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715/ceph-volume.log 2024-01-13T11:15:55.667 INFO:teuthology.orchestra.run.smithi100.stderr:gzip -5 --verbose -- /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715/ceph-mon.smithi100.log 2024-01-13T11:15:55.667 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715/ceph-mgr.smithi100.sidloe.log 2024-01-13T11:15:55.668 INFO:teuthology.orchestra.run.smithi178.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-01-13T11:15:55.668 INFO:teuthology.orchestra.run.smithi178.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-13T11:15:55.669 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715/ceph-volume.log: /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715/ceph-mon.smithi100.log: /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715/ceph-mgr.smithi100.sidloe.log: 88.4% -- replaced with /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715/ceph-volume.log.gz 2024-01-13T11:15:55.669 INFO:teuthology.orchestra.run.smithi100.stderr: 88.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-13T11:15:55.669 INFO:teuthology.orchestra.run.smithi178.stderr:/var/log/ceph/cephadm.log: 96.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-13T11:15:55.670 INFO:teuthology.orchestra.run.smithi178.stderr: 2024-01-13T11:15:55.671 INFO:teuthology.orchestra.run.smithi178.stderr:real 0m0.013s 2024-01-13T11:15:55.671 INFO:teuthology.orchestra.run.smithi178.stderr:user 0m0.010s 2024-01-13T11:15:55.671 INFO:teuthology.orchestra.run.smithi178.stderr:sys 0m0.011s 2024-01-13T11:15:55.745 INFO:teuthology.orchestra.run.smithi100.stderr: 92.8% -- replaced with /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715/ceph-mgr.smithi100.sidloe.log.gz 2024-01-13T11:15:55.812 INFO:teuthology.orchestra.run.smithi100.stderr: 90.5% -- replaced with /var/log/ceph/a139bc18-b203-11ee-95ac-87774f69a715/ceph-mon.smithi100.log.gz 2024-01-13T11:15:55.813 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-01-13T11:15:55.814 INFO:teuthology.orchestra.run.smithi100.stderr:real 0m0.157s 2024-01-13T11:15:55.814 INFO:teuthology.orchestra.run.smithi100.stderr:user 0m0.232s 2024-01-13T11:15:55.814 INFO:teuthology.orchestra.run.smithi100.stderr:sys 0m0.015s 2024-01-13T11:15:55.814 INFO:tasks.cephadm:Archiving logs... 2024-01-13T11:15:55.814 DEBUG:teuthology.misc:Transferring archived files from smithi100:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515987/remote/ubuntu@smithi100.front.sepia.ceph.com/log 2024-01-13T11:15:55.815 DEBUG:teuthology.orchestra.run.smithi100:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-13T11:15:55.931 DEBUG:teuthology.misc:Transferring archived files from smithi178:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515987/remote/ubuntu@smithi178.front.sepia.ceph.com/log 2024-01-13T11:15:55.932 DEBUG:teuthology.orchestra.run.smithi178:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-13T11:15:55.961 INFO:tasks.cephadm:Removing cluster... 2024-01-13T11:15:55.961 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a139bc18-b203-11ee-95ac-87774f69a715 --force 2024-01-13T11:16:48.067 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a139bc18-b203-11ee-95ac-87774f69a715 --force 2024-01-13T11:16:48.367 INFO:tasks.cephadm:Removing cephadm ... 2024-01-13T11:16:48.367 DEBUG:teuthology.orchestra.run.smithi100:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-13T11:16:48.387 DEBUG:teuthology.orchestra.run.smithi178:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-13T11:16:48.404 INFO:tasks.cephadm:Teardown complete 2024-01-13T11:16:48.405 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/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_445562ab4bc3ddfb386936119050695810860bcb/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_cd45576300487d997e5a85abed65500b9f5d143b/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_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_445562ab4bc3ddfb386936119050695810860bcb/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi178 with status 5: 'sudo systemctl stop ceph-a139bc18-b203-11ee-95ac-87774f69a715@mon.smithi178' 2024-01-13T11:16:48.631 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=81222d2f907b4ca09ad2610812dbb083 Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/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_445562ab4bc3ddfb386936119050695810860bcb/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_cd45576300487d997e5a85abed65500b9f5d143b/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_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_445562ab4bc3ddfb386936119050695810860bcb/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi178 with status 5: 'sudo systemctl stop ceph-a139bc18-b203-11ee-95ac-87774f69a715@mon.smithi178' 2024-01-13T11:16:48.635 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-13T11:16:48.645 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-13T11:16:48.660 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-13T11:16:48.661 DEBUG:teuthology.orchestra.run.smithi100:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-13T11:16:48.675 DEBUG:teuthology.orchestra.run.smithi178:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-13T11:16:48.683 INFO:teuthology.orchestra.run.smithi100.stderr:bash: ntpq: command not found 2024-01-13T11:16:48.687 INFO:teuthology.orchestra.run.smithi100.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-13T11:16:48.688 INFO:teuthology.orchestra.run.smithi100.stdout:=============================================================================== 2024-01-13T11:16:48.688 INFO:teuthology.orchestra.run.smithi100.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 57 -485us[ -485us] +/- 83ms 2024-01-13T11:16:48.688 INFO:teuthology.orchestra.run.smithi100.stdout:^* hv02.front.sepia.ceph.com 3 6 377 57 -204us[ -184us] +/- 55ms 2024-01-13T11:16:48.688 INFO:teuthology.orchestra.run.smithi100.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 58 +720us[ +740us] +/- 73ms 2024-01-13T11:16:48.688 INFO:teuthology.orchestra.run.smithi100.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-01-13T11:16:48.692 INFO:teuthology.orchestra.run.smithi178.stderr:bash: ntpq: command not found 2024-01-13T11:16:48.697 INFO:teuthology.orchestra.run.smithi178.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-13T11:16:48.697 INFO:teuthology.orchestra.run.smithi178.stdout:=============================================================================== 2024-01-13T11:16:48.697 INFO:teuthology.orchestra.run.smithi178.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 58 -496us[ -469us] +/- 83ms 2024-01-13T11:16:48.697 INFO:teuthology.orchestra.run.smithi178.stdout:^* hv02.front.sepia.ceph.com 3 6 377 56 -206us[ -179us] +/- 55ms 2024-01-13T11:16:48.697 INFO:teuthology.orchestra.run.smithi178.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 56 +709us[ +736us] +/- 73ms 2024-01-13T11:16:48.697 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-01-13T11:16:48.698 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-13T11:16:48.707 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-13T11:16:48.707 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-13T11:16:48.715 DEBUG:teuthology.orchestra.run.smithi100:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-13T11:16:48.793 DEBUG:teuthology.orchestra.run.smithi178:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-13T11:16:48.856 DEBUG:teuthology.orchestra.run.smithi100:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-13T11:16:48.885 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T11:16:48.886 DEBUG:teuthology.orchestra.run.smithi178:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-13T11:16:48.915 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T11:16:48.915 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-13T11:16:48.925 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-13T11:16:48.951 INFO:teuthology.task.internal:Duration was 1058.895728 seconds 2024-01-13T11:16:48.952 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-13T11:16:48.961 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-13T11:16:48.961 DEBUG:teuthology.orchestra.run.smithi100:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-13T11:16:48.963 DEBUG:teuthology.orchestra.run.smithi178:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-13T11:16:49.007 INFO:teuthology.orchestra.run.smithi100.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-13T11:16:49.009 INFO:teuthology.orchestra.run.smithi178.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-13T11:16:49.291 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-13T11:16:49.292 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi100.front.sepia.ceph.com 2024-01-13T11:16:49.292 DEBUG:teuthology.orchestra.run.smithi100:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-13T11:16:49.314 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi178.front.sepia.ceph.com 2024-01-13T11:16:49.315 DEBUG:teuthology.orchestra.run.smithi178:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-13T11:16:49.337 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-13T11:16:49.338 DEBUG:teuthology.orchestra.run.smithi100:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-13T11:16:49.359 DEBUG:teuthology.orchestra.run.smithi178:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-13T11:16:49.427 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-13T11:16:49.427 DEBUG:teuthology.orchestra.run.smithi100:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-13T11:16:49.430 DEBUG:teuthology.orchestra.run.smithi178:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-13T11:16:49.527 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-13T11:16:49.538 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-13T11:16:49.539 DEBUG:teuthology.orchestra.run.smithi100:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-13T11:16:49.566 DEBUG:teuthology.orchestra.run.smithi178:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-13T11:16:49.593 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-13T11:16:49.609 DEBUG:teuthology.orchestra.run.smithi100:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-13T11:16:49.612 DEBUG:teuthology.orchestra.run.smithi178:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-13T11:16:49.637 INFO:teuthology.orchestra.run.smithi100.stdout:kernel.core_pattern = core 2024-01-13T11:16:49.661 INFO:teuthology.orchestra.run.smithi178.stdout:kernel.core_pattern = core 2024-01-13T11:16:49.699 DEBUG:teuthology.orchestra.run.smithi100:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-13T11:16:49.715 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T11:16:49.716 DEBUG:teuthology.orchestra.run.smithi178:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-13T11:16:49.755 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T11:16:49.756 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-13T11:16:49.766 INFO:teuthology.task.internal:Transferring archived files... 2024-01-13T11:16:49.767 DEBUG:teuthology.misc:Transferring archived files from smithi100:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515987/remote/smithi100 2024-01-13T11:16:49.771 DEBUG:teuthology.orchestra.run.smithi100:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-13T11:16:49.812 DEBUG:teuthology.misc:Transferring archived files from smithi178:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515987/remote/smithi178 2024-01-13T11:16:49.813 DEBUG:teuthology.orchestra.run.smithi178:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-13T11:16:49.853 INFO:teuthology.task.internal:Removing archive directory... 2024-01-13T11:16:49.853 DEBUG:teuthology.orchestra.run.smithi100:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-13T11:16:49.855 DEBUG:teuthology.orchestra.run.smithi178:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-13T11:16:49.904 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-13T11:16:49.914 INFO:teuthology.task.internal:Not uploading archives. 2024-01-13T11:16:49.914 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-13T11:16:49.940 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-13T11:16:49.941 DEBUG:teuthology.orchestra.run.smithi100:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-13T11:16:49.943 DEBUG:teuthology.orchestra.run.smithi178:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-13T11:16:49.958 INFO:teuthology.orchestra.run.smithi100.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 13 11:16 /home/ubuntu/cephtest 2024-01-13T11:16:49.960 INFO:teuthology.orchestra.run.smithi178.stdout: 525359 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 13 11:16 /home/ubuntu/cephtest 2024-01-13T11:16:49.962 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-13T11:16:49.975 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-13T11:16:49.996 INFO:teuthology.nuke:Checking targets against current locks 2024-01-13T11:16:50.021 DEBUG:teuthology.nuke:shortname: smithi100 2024-01-13T11:16:50.021 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-13T11:16:50.044 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi100.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515987', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-13 10:49:54.464424', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEtHRcxHy2p/VkUU++77F+YsakzSNBIMv+FHRav14a8RvJkOw4DvP2NkgqMkGVbpBejXj/Gq3B59esibVRfm4sA='} 2024-01-13T11:16:50.048 DEBUG:teuthology.nuke:shortname: smithi178 2024-01-13T11:16:50.048 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-13T11:16:50.073 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi178.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515987', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-13 10:49:54.462540', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLDSP7QXMskAu9k21T4pZYvUyeM6RY6kNHLu2F5hTpB4QmT27vyjQzDnYZ8te+zwwkua5pKVxGYsuY9kuiG9E0E='} 2024-01-13T11:16:50.099 INFO:teuthology.orchestra.console.smithi100:Power off 2024-01-13T11:16:50.100 DEBUG:teuthology.orchestra.console.smithi100:pexpect command: ipmitool -H smithi100.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-13T11:16:50.123 DEBUG:teuthology.orchestra.console.smithi100:power off output: Chassis Power Control: Down/Off 2024-01-13T11:16:50.124 DEBUG:teuthology.orchestra.console.smithi100:pexpect command: ipmitool -H smithi100.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-13T11:16:50.145 INFO:teuthology.orchestra.console.smithi178:Power off 2024-01-13T11:16:50.145 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-13T11:16:50.155 DEBUG:teuthology.orchestra.console.smithi100:check power output: Chassis Power is on 2024-01-13T11:16:50.170 DEBUG:teuthology.orchestra.console.smithi178:power off output: Chassis Power Control: Down/Off 2024-01-13T11:16:50.170 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-13T11:16:50.197 DEBUG:teuthology.orchestra.console.smithi178:check power output: Chassis Power is on 2024-01-13T11:16:54.157 DEBUG:teuthology.orchestra.console.smithi100:pexpect command: ipmitool -H smithi100.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-13T11:16:54.199 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-13T11:16:54.271 DEBUG:teuthology.orchestra.console.smithi100:check power output: Chassis Power is on 2024-01-13T11:16:54.310 DEBUG:teuthology.orchestra.console.smithi178:check power output: Chassis Power is on 2024-01-13T11:16:58.276 DEBUG:teuthology.orchestra.console.smithi100:pexpect command: ipmitool -H smithi100.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-13T11:16:58.311 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-13T11:16:58.386 DEBUG:teuthology.orchestra.console.smithi100:check power output: Chassis Power is off 2024-01-13T11:16:58.422 DEBUG:teuthology.orchestra.console.smithi178:check power output: Chassis Power is off 2024-01-13T11:16:58.488 INFO:teuthology.orchestra.console.smithi100:Power off completed 2024-01-13T11:16:58.523 INFO:teuthology.orchestra.console.smithi178:Power off completed 2024-01-13T11:16:58.628 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: 1058.8957283496857 failure_reason: 'Command failed on smithi178 with status 5: ''sudo systemctl stop ceph-a139bc18-b203-11ee-95ac-87774f69a715@mon.smithi178''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=81222d2f907b4ca09ad2610812dbb083 status: fail success: false 2024-01-13T11:16:58.628 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-13T11:16:58.713 INFO:teuthology.run:FAIL