2024-01-18T05:39:14.733 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-18T05:39:14.733 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} --name yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi --verbose --archive /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519570 -- /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519570/orig.config.yaml 2024-01-18T05:39:14.771 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-18T05:39:14.853 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519570 branch: wip-yuri10-testing-2024-01-17-0759-pacific description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} email: yweinste@redhat.com first_in_suite: false job_id: '7519570' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri10-testing-2024-01-17-0759-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: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri10-testing-2024-01-17-0759-pacific sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 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: 2168 sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri10-testing-2024-01-17-0759-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 targets: smithi123.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLjnP0SlaWLcDJHvc95HYU3GWQlal5ruE+IcuRIzkake7iGZnzsFurp4E3PV9M0yNCGJJt3XARXpwwi+7RknAB0= smithi195.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDGQj/0dAVqovEvCgHBRHLgSpclkRIvFJw3nRwiTWf3XgezCg1nl35jZ+WMuSxgb58q/4BCFCENIoHYqerI6lE8= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: avoid_pacific_features: true cephadm_branch: v16.2.4 cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v16.2.4 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 5 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: cd45576300487d997e5a85abed65500b9f5d143b timestamp: 2024-01-17_22:43:41 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-18T05:39:14.853 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa; will attempt to use it 2024-01-18T05:39:14.854 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks 2024-01-18T05:39:14.854 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-18T05:39:14.855 INFO:teuthology.task.internal:Checking packages... 2024-01-18T05:39:14.880 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0' 2024-01-18T05:39:14.880 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-18T05:39:14.880 INFO:teuthology.packaging:ref: None 2024-01-18T05:39:14.880 INFO:teuthology.packaging:tag: None 2024-01-18T05:39:14.880 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-01-17-0759-pacific 2024-01-18T05:39:14.881 INFO:teuthology.packaging:sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-18T05:39:14.881 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri10-testing-2024-01-17-0759-pacific 2024-01-18T05:39:15.017 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-454.g491b5e13 2024-01-18T05:39:15.019 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-18T05:39:15.026 INFO:teuthology.task.internal:no buildpackages task found 2024-01-18T05:39:15.026 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-18T05:39:15.045 INFO:teuthology.task.internal:Saving configuration 2024-01-18T05:39:15.058 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-18T05:39:15.064 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-18T05:39:15.089 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi123.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519570', '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-18 05:34:09.986262', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLjnP0SlaWLcDJHvc95HYU3GWQlal5ruE+IcuRIzkake7iGZnzsFurp4E3PV9M0yNCGJJt3XARXpwwi+7RknAB0='} 2024-01-18T05:39:15.116 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi195.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519570', '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-18 05:34:09.988023', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDGQj/0dAVqovEvCgHBRHLgSpclkRIvFJw3nRwiTWf3XgezCg1nl35jZ+WMuSxgb58q/4BCFCENIoHYqerI6lE8='} 2024-01-18T05:39:15.116 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-18T05:39:15.123 INFO:teuthology.task.internal:roles: ubuntu@smithi123.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-01-18T05:39:15.123 INFO:teuthology.task.internal:roles: ubuntu@smithi195.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-01-18T05:39:15.123 INFO:teuthology.run_tasks:Running task console_log... 2024-01-18T05:39:15.213 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f1ebf0a00d0>, signals=[15]) 2024-01-18T05:39:15.214 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-18T05:39:15.221 INFO:teuthology.task.internal:Opening connections... 2024-01-18T05:39:15.222 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi123.front.sepia.ceph.com 2024-01-18T05:39:15.224 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T05:39:15.320 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi195.front.sepia.ceph.com 2024-01-18T05:39:15.321 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi195.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T05:39:15.392 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-18T05:39:15.398 DEBUG:teuthology.orchestra.run.smithi123:> uname -m 2024-01-18T05:39:15.422 INFO:teuthology.orchestra.run.smithi123.stdout:x86_64 2024-01-18T05:39:15.422 DEBUG:teuthology.orchestra.run.smithi123:> cat /etc/os-release 2024-01-18T05:39:15.483 INFO:teuthology.orchestra.run.smithi123.stdout:NAME="CentOS Stream" 2024-01-18T05:39:15.483 INFO:teuthology.orchestra.run.smithi123.stdout:VERSION="8" 2024-01-18T05:39:15.483 INFO:teuthology.orchestra.run.smithi123.stdout:ID="centos" 2024-01-18T05:39:15.483 INFO:teuthology.orchestra.run.smithi123.stdout:ID_LIKE="rhel fedora" 2024-01-18T05:39:15.484 INFO:teuthology.orchestra.run.smithi123.stdout:VERSION_ID="8" 2024-01-18T05:39:15.484 INFO:teuthology.orchestra.run.smithi123.stdout:PLATFORM_ID="platform:el8" 2024-01-18T05:39:15.484 INFO:teuthology.orchestra.run.smithi123.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-18T05:39:15.484 INFO:teuthology.orchestra.run.smithi123.stdout:ANSI_COLOR="0;31" 2024-01-18T05:39:15.484 INFO:teuthology.orchestra.run.smithi123.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-18T05:39:15.484 INFO:teuthology.orchestra.run.smithi123.stdout:HOME_URL="https://centos.org/" 2024-01-18T05:39:15.484 INFO:teuthology.orchestra.run.smithi123.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-18T05:39:15.484 INFO:teuthology.orchestra.run.smithi123.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-18T05:39:15.484 INFO:teuthology.orchestra.run.smithi123.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-18T05:39:15.485 INFO:teuthology.lock.ops:Updating smithi123.front.sepia.ceph.com on lock server 2024-01-18T05:39:15.504 DEBUG:teuthology.orchestra.run.smithi195:> uname -m 2024-01-18T05:39:15.526 INFO:teuthology.orchestra.run.smithi195.stdout:x86_64 2024-01-18T05:39:15.527 DEBUG:teuthology.orchestra.run.smithi195:> cat /etc/os-release 2024-01-18T05:39:15.588 INFO:teuthology.orchestra.run.smithi195.stdout:NAME="CentOS Stream" 2024-01-18T05:39:15.588 INFO:teuthology.orchestra.run.smithi195.stdout:VERSION="8" 2024-01-18T05:39:15.588 INFO:teuthology.orchestra.run.smithi195.stdout:ID="centos" 2024-01-18T05:39:15.588 INFO:teuthology.orchestra.run.smithi195.stdout:ID_LIKE="rhel fedora" 2024-01-18T05:39:15.589 INFO:teuthology.orchestra.run.smithi195.stdout:VERSION_ID="8" 2024-01-18T05:39:15.589 INFO:teuthology.orchestra.run.smithi195.stdout:PLATFORM_ID="platform:el8" 2024-01-18T05:39:15.589 INFO:teuthology.orchestra.run.smithi195.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-18T05:39:15.589 INFO:teuthology.orchestra.run.smithi195.stdout:ANSI_COLOR="0;31" 2024-01-18T05:39:15.589 INFO:teuthology.orchestra.run.smithi195.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-18T05:39:15.589 INFO:teuthology.orchestra.run.smithi195.stdout:HOME_URL="https://centos.org/" 2024-01-18T05:39:15.589 INFO:teuthology.orchestra.run.smithi195.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-18T05:39:15.589 INFO:teuthology.orchestra.run.smithi195.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-18T05:39:15.589 INFO:teuthology.orchestra.run.smithi195.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-18T05:39:15.589 INFO:teuthology.lock.ops:Updating smithi195.front.sepia.ceph.com on lock server 2024-01-18T05:39:15.613 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-18T05:39:15.622 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-18T05:39:15.704 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-18T05:39:15.705 DEBUG:teuthology.orchestra.run.smithi123:> test '!' -e /home/ubuntu/cephtest 2024-01-18T05:39:15.707 DEBUG:teuthology.orchestra.run.smithi195:> test '!' -e /home/ubuntu/cephtest 2024-01-18T05:39:15.727 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-18T05:39:15.736 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-18T05:39:15.736 DEBUG:teuthology.orchestra.run.smithi123:> test -z $(ls -A /var/lib/ceph) 2024-01-18T05:39:15.769 DEBUG:teuthology.orchestra.run.smithi195:> test -z $(ls -A /var/lib/ceph) 2024-01-18T05:39:15.796 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-18T05:39:15.849 INFO:teuthology.run_tasks:Running task kernel... 2024-01-18T05:39:15.863 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-18T05:39:15.863 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-18T05:39:15.864 DEBUG:teuthology.orchestra.run.smithi123:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-18T05:39:15.864 DEBUG:teuthology.orchestra.run.smithi195:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-18T05:39:15.883 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T05:39:15.884 DEBUG:teuthology.orchestra.run.smithi195:> uname -r 2024-01-18T05:39:15.885 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T05:39:15.885 DEBUG:teuthology.orchestra.run.smithi123:> uname -r 2024-01-18T05:39:15.944 INFO:teuthology.orchestra.run.smithi195.stdout:4.18.0-489.el8.x86_64 2024-01-18T05:39:15.945 INFO:teuthology.task.kernel:Running kernel on smithi195: 4.18.0-489.el8.x86_64 2024-01-18T05:39:15.945 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum install -y kernel 2024-01-18T05:39:15.947 INFO:teuthology.orchestra.run.smithi123.stdout:4.18.0-489.el8.x86_64 2024-01-18T05:39:15.947 INFO:teuthology.task.kernel:Running kernel on smithi123: 4.18.0-489.el8.x86_64 2024-01-18T05:39:15.947 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum install -y kernel 2024-01-18T05:39:20.354 INFO:teuthology.orchestra.run.smithi123.stdout:CentOS Stream 8 - AppStream 14 MB/s | 26 MB 00:01 2024-01-18T05:39:20.556 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 8 - AppStream 13 MB/s | 26 MB 00:02 2024-01-18T05:39:25.917 INFO:teuthology.orchestra.run.smithi123.stdout:CentOS Stream 8 - BaseOS 12 MB/s | 10 MB 00:00 2024-01-18T05:39:26.197 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 8 - BaseOS 12 MB/s | 10 MB 00:00 2024-01-18T05:39:27.988 INFO:teuthology.orchestra.run.smithi123.stdout:CentOS Stream 8 - Extras 36 kB/s | 18 kB 00:00 2024-01-18T05:39:28.248 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 8 - Extras 39 kB/s | 18 kB 00:00 2024-01-18T05:39:28.580 INFO:teuthology.orchestra.run.smithi123.stdout:CentOS Stream 8 - Extras common packages 14 kB/s | 6.9 kB 00:00 2024-01-18T05:39:28.665 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 8 - Extras common packages 22 kB/s | 6.9 kB 00:00 2024-01-18T05:39:28.973 INFO:teuthology.orchestra.run.smithi123.stdout:Copr repo for python3-asyncssh owned by ceph 11 kB/s | 3.5 kB 00:00 2024-01-18T05:39:29.025 INFO:teuthology.orchestra.run.smithi195.stdout:Copr repo for python3-asyncssh owned by ceph 13 kB/s | 3.5 kB 00:00 2024-01-18T05:39:34.142 INFO:teuthology.orchestra.run.smithi195.stdout:Extra Packages for Enterprise Linux 3.2 MB/s | 16 MB 00:05 2024-01-18T05:39:37.967 INFO:teuthology.orchestra.run.smithi195.stdout:lab-extras 418 kB/s | 24 kB 00:00 2024-01-18T05:39:40.880 INFO:teuthology.orchestra.run.smithi195.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-18T05:39:40.880 INFO:teuthology.orchestra.run.smithi195.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-18T05:39:40.996 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-01-18T05:39:40.996 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-01-18T05:39:40.997 INFO:teuthology.orchestra.run.smithi195.stdout: Package Architecture Version Repository Size 2024-01-18T05:39:40.997 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-01-18T05:39:40.997 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-01-18T05:39:40.997 INFO:teuthology.orchestra.run.smithi195.stdout: kernel x86_64 4.18.0-535.el8 baseos 10 M 2024-01-18T05:39:40.997 INFO:teuthology.orchestra.run.smithi195.stdout:Installing dependencies: 2024-01-18T05:39:40.997 INFO:teuthology.orchestra.run.smithi195.stdout: kernel-core x86_64 4.18.0-535.el8 baseos 43 M 2024-01-18T05:39:40.997 INFO:teuthology.orchestra.run.smithi195.stdout: kernel-modules x86_64 4.18.0-535.el8 baseos 36 M 2024-01-18T05:39:40.997 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:39:40.997 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-01-18T05:39:40.997 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-01-18T05:39:40.997 INFO:teuthology.orchestra.run.smithi195.stdout:Install 3 Packages 2024-01-18T05:39:40.997 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:39:40.998 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 89 M 2024-01-18T05:39:40.998 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 96 M 2024-01-18T05:39:40.998 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-01-18T05:39:42.418 INFO:teuthology.orchestra.run.smithi195.stdout:(1/3): kernel-4.18.0-535.el8.x86_64.rpm 8.4 MB/s | 10 MB 00:01 2024-01-18T05:39:44.439 INFO:teuthology.orchestra.run.smithi123.stdout:Extra Packages for Enterprise Linux 1.0 MB/s | 16 MB 00:15 2024-01-18T05:39:44.626 INFO:teuthology.orchestra.run.smithi195.stdout:(2/3): kernel-modules-4.18.0-535.el8.x86_64.rpm 10 MB/s | 36 MB 00:03 2024-01-18T05:39:45.285 INFO:teuthology.orchestra.run.smithi195.stdout:(3/3): kernel-core-4.18.0-535.el8.x86_64.rpm 11 MB/s | 43 MB 00:04 2024-01-18T05:39:45.285 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-01-18T05:39:45.286 INFO:teuthology.orchestra.run.smithi195.stdout:Total 21 MB/s | 89 MB 00:04 2024-01-18T05:39:45.965 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-01-18T05:39:46.396 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-01-18T05:39:46.396 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-01-18T05:39:47.632 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-01-18T05:39:47.665 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-01-18T05:39:48.189 INFO:teuthology.orchestra.run.smithi123.stdout:lab-extras 451 kB/s | 24 kB 00:00 2024-01-18T05:39:50.402 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-01-18T05:39:50.943 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-18T05:39:51.086 INFO:teuthology.orchestra.run.smithi123.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-18T05:39:51.086 INFO:teuthology.orchestra.run.smithi123.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-18T05:39:51.194 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2024-01-18T05:39:51.195 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2024-01-18T05:39:51.195 INFO:teuthology.orchestra.run.smithi123.stdout: Package Architecture Version Repository Size 2024-01-18T05:39:51.195 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2024-01-18T05:39:51.195 INFO:teuthology.orchestra.run.smithi123.stdout:Installing: 2024-01-18T05:39:51.195 INFO:teuthology.orchestra.run.smithi123.stdout: kernel x86_64 4.18.0-535.el8 baseos 10 M 2024-01-18T05:39:51.196 INFO:teuthology.orchestra.run.smithi123.stdout:Installing dependencies: 2024-01-18T05:39:51.196 INFO:teuthology.orchestra.run.smithi123.stdout: kernel-core x86_64 4.18.0-535.el8 baseos 43 M 2024-01-18T05:39:51.196 INFO:teuthology.orchestra.run.smithi123.stdout: kernel-modules x86_64 4.18.0-535.el8 baseos 36 M 2024-01-18T05:39:51.196 INFO:teuthology.orchestra.run.smithi123.stdout: 2024-01-18T05:39:51.196 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2024-01-18T05:39:51.196 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2024-01-18T05:39:51.196 INFO:teuthology.orchestra.run.smithi123.stdout:Install 3 Packages 2024-01-18T05:39:51.196 INFO:teuthology.orchestra.run.smithi123.stdout: 2024-01-18T05:39:51.197 INFO:teuthology.orchestra.run.smithi123.stdout:Total download size: 89 M 2024-01-18T05:39:51.197 INFO:teuthology.orchestra.run.smithi123.stdout:Installed size: 96 M 2024-01-18T05:39:51.197 INFO:teuthology.orchestra.run.smithi123.stdout:Downloading Packages: 2024-01-18T05:39:52.449 INFO:teuthology.orchestra.run.smithi123.stdout:(1/3): kernel-4.18.0-535.el8.x86_64.rpm 8.7 MB/s | 10 MB 00:01 2024-01-18T05:39:54.527 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-18T05:39:54.715 INFO:teuthology.orchestra.run.smithi123.stdout:(2/3): kernel-modules-4.18.0-535.el8.x86_64.rpm 10 MB/s | 36 MB 00:03 2024-01-18T05:39:54.959 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-18T05:39:55.357 INFO:teuthology.orchestra.run.smithi123.stdout:(3/3): kernel-core-4.18.0-535.el8.x86_64.rpm 11 MB/s | 43 MB 00:04 2024-01-18T05:39:55.357 INFO:teuthology.orchestra.run.smithi123.stdout:-------------------------------------------------------------------------------- 2024-01-18T05:39:55.358 INFO:teuthology.orchestra.run.smithi123.stdout:Total 21 MB/s | 89 MB 00:04 2024-01-18T05:39:56.034 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction check 2024-01-18T05:39:56.445 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction check succeeded. 2024-01-18T05:39:56.445 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction test 2024-01-18T05:39:57.692 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction test succeeded. 2024-01-18T05:39:57.736 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction 2024-01-18T05:39:58.388 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-18T05:39:58.784 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : kernel-4.18.0-535.el8.x86_64 3/3 2024-01-18T05:40:00.488 INFO:teuthology.orchestra.run.smithi123.stdout: Preparing : 1/1 2024-01-18T05:40:01.047 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-18T05:40:04.620 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-18T05:40:05.030 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-18T05:40:08.457 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-18T05:40:08.752 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : kernel-4.18.0-535.el8.x86_64 3/3 2024-01-18T05:40:20.784 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 3/3 2024-01-18T05:40:20.807 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-18T05:40:21.144 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: kernel-4.18.0-535.el8.x86_64 3/3 2024-01-18T05:40:21.144 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : kernel-4.18.0-535.el8.x86_64 1/3 2024-01-18T05:40:21.144 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : kernel-core-4.18.0-535.el8.x86_64 2/3 2024-01-18T05:40:21.621 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-18T05:40:21.621 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:40:21.621 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-01-18T05:40:21.621 INFO:teuthology.orchestra.run.smithi195.stdout: kernel-4.18.0-535.el8.x86_64 kernel-core-4.18.0-535.el8.x86_64 2024-01-18T05:40:21.621 INFO:teuthology.orchestra.run.smithi195.stdout: kernel-modules-4.18.0-535.el8.x86_64 2024-01-18T05:40:21.621 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:40:21.621 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-01-18T05:40:21.759 DEBUG:teuthology.orchestra.run.smithi195:> rpm -q kernel | sort -rV | head -n 1 2024-01-18T05:40:22.019 INFO:teuthology.orchestra.run.smithi195.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-18T05:40:22.019 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-18T05:40:22.019 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-535.el8.x86_64 2024-01-18T05:40:22.019 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-18T05:40:22.019 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-18T05:40:22.020 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-18T05:40:22.020 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi195.front.sepia.ceph.com, path=None, version=distro) 2024-01-18T05:40:22.020 DEBUG:teuthology.orchestra.run.smithi195:> rpm -q kernel | sort -rV | head -n 1 2024-01-18T05:40:22.229 INFO:teuthology.orchestra.run.smithi195.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-18T05:40:22.229 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-18T05:40:22.230 DEBUG:teuthology.orchestra.run.smithi195:> sudo rpm -qi grub2-tools 2024-01-18T05:40:22.262 INFO:teuthology.orchestra.run.smithi195.stdout:Name : grub2-tools 2024-01-18T05:40:22.263 INFO:teuthology.orchestra.run.smithi195.stdout:Epoch : 1 2024-01-18T05:40:22.263 INFO:teuthology.orchestra.run.smithi195.stdout:Version : 2.02 2024-01-18T05:40:22.263 INFO:teuthology.orchestra.run.smithi195.stdout:Release : 129.el8 2024-01-18T05:40:22.263 INFO:teuthology.orchestra.run.smithi195.stdout:Architecture: x86_64 2024-01-18T05:40:22.263 INFO:teuthology.orchestra.run.smithi195.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-18T05:40:22.263 INFO:teuthology.orchestra.run.smithi195.stdout:Group : System Environment/Base 2024-01-18T05:40:22.263 INFO:teuthology.orchestra.run.smithi195.stdout:Size : 9265586 2024-01-18T05:40:22.263 INFO:teuthology.orchestra.run.smithi195.stdout:License : GPLv3+ 2024-01-18T05:40:22.263 INFO:teuthology.orchestra.run.smithi195.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-18T05:40:22.263 INFO:teuthology.orchestra.run.smithi195.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-18T05:40:22.263 INFO:teuthology.orchestra.run.smithi195.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-18T05:40:22.263 INFO:teuthology.orchestra.run.smithi195.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-18T05:40:22.263 INFO:teuthology.orchestra.run.smithi195.stdout:Relocations : (not relocatable) 2024-01-18T05:40:22.263 INFO:teuthology.orchestra.run.smithi195.stdout:Packager : CentOS BuildSystem 2024-01-18T05:40:22.264 INFO:teuthology.orchestra.run.smithi195.stdout:Vendor : CentOS 2024-01-18T05:40:22.264 INFO:teuthology.orchestra.run.smithi195.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-18T05:40:22.264 INFO:teuthology.orchestra.run.smithi195.stdout:Summary : Support tools for GRUB. 2024-01-18T05:40:22.264 INFO:teuthology.orchestra.run.smithi195.stdout:Description : 2024-01-18T05:40:22.264 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:40:22.264 INFO:teuthology.orchestra.run.smithi195.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-18T05:40:22.264 INFO:teuthology.orchestra.run.smithi195.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-18T05:40:22.264 INFO:teuthology.orchestra.run.smithi195.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-18T05:40:22.264 INFO:teuthology.orchestra.run.smithi195.stdout:hardware devices. 2024-01-18T05:40:22.264 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:40:22.264 INFO:teuthology.orchestra.run.smithi195.stdout:This subpackage provides tools for support of all platforms. 2024-01-18T05:40:22.265 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-18T05:40:22.265 INFO:teuthology.task.kernel:Updating grub on smithi195 to boot 4.18.0-535.el8.x86_64 2024-01-18T05:40:22.265 DEBUG:teuthology.orchestra.run.smithi195:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-18T05:40:23.854 INFO:teuthology.orchestra.run.smithi195.stderr:Generating grub configuration file ... 2024-01-18T05:40:25.818 INFO:teuthology.orchestra.run.smithi195.stderr:done 2024-01-18T05:40:25.820 DEBUG:teuthology.orchestra.run.smithi195:> mktemp 2024-01-18T05:40:25.843 INFO:teuthology.orchestra.run.smithi195.stdout:/tmp/tmp.4TJLJd8tnZ 2024-01-18T05:40:25.843 DEBUG:teuthology.orchestra.run.smithi195:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.4TJLJd8tnZ 2024-01-18T05:40:25.918 DEBUG:teuthology.orchestra.run.smithi195:> sudo chmod 0666 /tmp/tmp.4TJLJd8tnZ 2024-01-18T05:40:26.055 DEBUG:teuthology.orchestra.remote:smithi195:/tmp/tmp.4TJLJd8tnZ is 6KB 2024-01-18T05:40:26.077 DEBUG:teuthology.orchestra.run.smithi195:> rm -fr /tmp/tmp.4TJLJd8tnZ 2024-01-18T05:40:26.096 DEBUG:teuthology.orchestra.run.smithi195:> sudo /bin/ls /boot/loader/entries || true 2024-01-18T05:40:26.178 INFO:teuthology.orchestra.run.smithi195.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-18T05:40:26.178 INFO:teuthology.orchestra.run.smithi195.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-18T05:40:26.178 INFO:teuthology.orchestra.run.smithi195.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-18T05:40:26.178 INFO:teuthology.orchestra.run.smithi195.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64.conf 2024-01-18T05:40:26.179 DEBUG:teuthology.orchestra.run.smithi195:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64 2024-01-18T05:40:26.329 DEBUG:teuthology.orchestra.run.smithi195:> sudo shutdown -r now 2024-01-18T05:40:30.635 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 3/3 2024-01-18T05:40:30.658 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-18T05:40:31.003 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: kernel-4.18.0-535.el8.x86_64 3/3 2024-01-18T05:40:31.003 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : kernel-4.18.0-535.el8.x86_64 1/3 2024-01-18T05:40:31.003 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : kernel-core-4.18.0-535.el8.x86_64 2/3 2024-01-18T05:40:31.498 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-18T05:40:31.498 INFO:teuthology.orchestra.run.smithi123.stdout: 2024-01-18T05:40:31.498 INFO:teuthology.orchestra.run.smithi123.stdout:Installed: 2024-01-18T05:40:31.498 INFO:teuthology.orchestra.run.smithi123.stdout: kernel-4.18.0-535.el8.x86_64 kernel-core-4.18.0-535.el8.x86_64 2024-01-18T05:40:31.498 INFO:teuthology.orchestra.run.smithi123.stdout: kernel-modules-4.18.0-535.el8.x86_64 2024-01-18T05:40:31.498 INFO:teuthology.orchestra.run.smithi123.stdout: 2024-01-18T05:40:31.498 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2024-01-18T05:40:32.039 DEBUG:teuthology.orchestra.run.smithi123:> rpm -q kernel | sort -rV | head -n 1 2024-01-18T05:40:32.256 INFO:teuthology.orchestra.run.smithi123.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-18T05:40:32.256 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-18T05:40:32.256 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-535.el8.x86_64 2024-01-18T05:40:32.256 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-18T05:40:32.257 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-18T05:40:32.257 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-18T05:40:32.257 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi123.front.sepia.ceph.com, path=None, version=distro) 2024-01-18T05:40:32.257 DEBUG:teuthology.orchestra.run.smithi123:> rpm -q kernel | sort -rV | head -n 1 2024-01-18T05:40:32.465 INFO:teuthology.orchestra.run.smithi123.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-18T05:40:32.466 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-18T05:40:32.466 DEBUG:teuthology.orchestra.run.smithi123:> sudo rpm -qi grub2-tools 2024-01-18T05:40:32.500 INFO:teuthology.orchestra.run.smithi123.stdout:Name : grub2-tools 2024-01-18T05:40:32.500 INFO:teuthology.orchestra.run.smithi123.stdout:Epoch : 1 2024-01-18T05:40:32.500 INFO:teuthology.orchestra.run.smithi123.stdout:Version : 2.02 2024-01-18T05:40:32.500 INFO:teuthology.orchestra.run.smithi123.stdout:Release : 129.el8 2024-01-18T05:40:32.500 INFO:teuthology.orchestra.run.smithi123.stdout:Architecture: x86_64 2024-01-18T05:40:32.500 INFO:teuthology.orchestra.run.smithi123.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-18T05:40:32.501 INFO:teuthology.orchestra.run.smithi123.stdout:Group : System Environment/Base 2024-01-18T05:40:32.501 INFO:teuthology.orchestra.run.smithi123.stdout:Size : 9265586 2024-01-18T05:40:32.501 INFO:teuthology.orchestra.run.smithi123.stdout:License : GPLv3+ 2024-01-18T05:40:32.501 INFO:teuthology.orchestra.run.smithi123.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-18T05:40:32.501 INFO:teuthology.orchestra.run.smithi123.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-18T05:40:32.501 INFO:teuthology.orchestra.run.smithi123.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-18T05:40:32.501 INFO:teuthology.orchestra.run.smithi123.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-18T05:40:32.501 INFO:teuthology.orchestra.run.smithi123.stdout:Relocations : (not relocatable) 2024-01-18T05:40:32.501 INFO:teuthology.orchestra.run.smithi123.stdout:Packager : CentOS BuildSystem 2024-01-18T05:40:32.501 INFO:teuthology.orchestra.run.smithi123.stdout:Vendor : CentOS 2024-01-18T05:40:32.501 INFO:teuthology.orchestra.run.smithi123.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-18T05:40:32.501 INFO:teuthology.orchestra.run.smithi123.stdout:Summary : Support tools for GRUB. 2024-01-18T05:40:32.501 INFO:teuthology.orchestra.run.smithi123.stdout:Description : 2024-01-18T05:40:32.501 INFO:teuthology.orchestra.run.smithi123.stdout: 2024-01-18T05:40:32.502 INFO:teuthology.orchestra.run.smithi123.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-18T05:40:32.502 INFO:teuthology.orchestra.run.smithi123.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-18T05:40:32.502 INFO:teuthology.orchestra.run.smithi123.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-18T05:40:32.502 INFO:teuthology.orchestra.run.smithi123.stdout:hardware devices. 2024-01-18T05:40:32.502 INFO:teuthology.orchestra.run.smithi123.stdout: 2024-01-18T05:40:32.502 INFO:teuthology.orchestra.run.smithi123.stdout:This subpackage provides tools for support of all platforms. 2024-01-18T05:40:32.503 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-18T05:40:32.503 INFO:teuthology.task.kernel:Updating grub on smithi123 to boot 4.18.0-535.el8.x86_64 2024-01-18T05:40:32.503 DEBUG:teuthology.orchestra.run.smithi123:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-18T05:40:33.895 INFO:teuthology.orchestra.run.smithi123.stderr:Generating grub configuration file ... 2024-01-18T05:40:35.773 INFO:teuthology.orchestra.run.smithi123.stderr:done 2024-01-18T05:40:35.775 DEBUG:teuthology.orchestra.run.smithi123:> mktemp 2024-01-18T05:40:35.827 INFO:teuthology.orchestra.run.smithi123.stdout:/tmp/tmp.O9u4oVK2zK 2024-01-18T05:40:35.828 DEBUG:teuthology.orchestra.run.smithi123:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.O9u4oVK2zK 2024-01-18T05:40:35.864 DEBUG:teuthology.orchestra.run.smithi123:> sudo chmod 0666 /tmp/tmp.O9u4oVK2zK 2024-01-18T05:40:36.006 DEBUG:teuthology.orchestra.remote:smithi123:/tmp/tmp.O9u4oVK2zK is 6KB 2024-01-18T05:40:36.054 DEBUG:teuthology.orchestra.run.smithi123:> rm -fr /tmp/tmp.O9u4oVK2zK 2024-01-18T05:40:36.071 DEBUG:teuthology.orchestra.run.smithi123:> sudo /bin/ls /boot/loader/entries || true 2024-01-18T05:40:36.154 INFO:teuthology.orchestra.run.smithi123.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-18T05:40:36.154 INFO:teuthology.orchestra.run.smithi123.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-18T05:40:36.154 INFO:teuthology.orchestra.run.smithi123.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-18T05:40:36.154 INFO:teuthology.orchestra.run.smithi123.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64.conf 2024-01-18T05:40:36.155 DEBUG:teuthology.orchestra.run.smithi123:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64 2024-01-18T05:40:36.316 DEBUG:teuthology.orchestra.run.smithi123:> sudo shutdown -r now 2024-01-18T05:40:56.348 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-18T05:40:56.348 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi195.front.sepia.ceph.com' 2024-01-18T05:40:56.349 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi195.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T05:41:06.320 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-18T05:41:06.321 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi123.front.sepia.ceph.com' 2024-01-18T05:41:06.322 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T05:41:14.684 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.195 2024-01-18T05:41:23.692 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi195.front.sepia.ceph.com' 2024-01-18T05:41:23.693 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi195.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T05:41:24.668 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.123 2024-01-18T05:41:33.676 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi123.front.sepia.ceph.com' 2024-01-18T05:41:33.677 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T05:41:36.732 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.123 2024-01-18T05:41:48.744 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi123.front.sepia.ceph.com' 2024-01-18T05:41:48.744 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T05:42:07.168 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.123 2024-01-18T05:42:22.180 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi123.front.sepia.ceph.com' 2024-01-18T05:42:22.181 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T05:42:22.553 DEBUG:teuthology.orchestra.run.smithi123:> true 2024-01-18T05:42:22.802 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi123.front.sepia.ceph.com' 2024-01-18T05:42:22.802 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-535.el8.x86_64"... 2024-01-18T05:42:22.803 DEBUG:teuthology.orchestra.run.smithi123:> uname -r 2024-01-18T05:42:22.819 INFO:teuthology.orchestra.run.smithi123.stdout:4.18.0-535.el8.x86_64 2024-01-18T05:42:22.819 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-535.el8.x86_64 vs 4.18.0-535.el8.x86_64 2024-01-18T05:42:22.819 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-18T05:42:22.819 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-18T05:42:23.694 DEBUG:teuthology.orchestra.remote:timed out 2024-01-18T05:42:23.820 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-18T05:42:23.820 DEBUG:teuthology.orchestra.run.smithi123:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-18T05:42:24.109 INFO:teuthology.orchestra.run.smithi123.stdout:ttyS1 2024-01-18T05:42:24.146 DEBUG:teuthology.parallel:result is None 2024-01-18T05:42:35.695 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi195.front.sepia.ceph.com' 2024-01-18T05:42:35.696 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi195.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T05:42:36.016 DEBUG:teuthology.orchestra.run.smithi195:> true 2024-01-18T05:42:36.360 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi195.front.sepia.ceph.com' 2024-01-18T05:42:36.360 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-535.el8.x86_64"... 2024-01-18T05:42:36.360 DEBUG:teuthology.orchestra.run.smithi195:> uname -r 2024-01-18T05:42:36.380 INFO:teuthology.orchestra.run.smithi195.stdout:4.18.0-535.el8.x86_64 2024-01-18T05:42:36.380 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-535.el8.x86_64 vs 4.18.0-535.el8.x86_64 2024-01-18T05:42:36.380 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-18T05:42:36.381 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-18T05:42:37.382 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-18T05:42:37.382 DEBUG:teuthology.orchestra.run.smithi195:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-18T05:42:37.474 INFO:teuthology.orchestra.run.smithi195.stdout:ttyS1 2024-01-18T05:42:37.492 DEBUG:teuthology.parallel:result is None 2024-01-18T05:42:37.492 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-18T05:42:37.500 INFO:teuthology.task.internal:Creating test directory... 2024-01-18T05:42:37.500 DEBUG:teuthology.orchestra.run.smithi123:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-18T05:42:37.503 DEBUG:teuthology.orchestra.run.smithi195:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-18T05:42:37.523 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-18T05:42:37.530 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-18T05:42:37.557 INFO:teuthology.task.internal:Creating archive directory... 2024-01-18T05:42:37.557 DEBUG:teuthology.orchestra.run.smithi123:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-18T05:42:37.566 DEBUG:teuthology.orchestra.run.smithi195:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-18T05:42:37.613 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-18T05:42:37.620 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-18T05:42:37.621 DEBUG:teuthology.orchestra.run.smithi123:> 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-18T05:42:37.639 DEBUG:teuthology.orchestra.run.smithi195:> 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-18T05:42:37.683 INFO:teuthology.orchestra.run.smithi195.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T05:42:37.694 INFO:teuthology.orchestra.run.smithi195.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T05:42:37.702 INFO:teuthology.orchestra.run.smithi123.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T05:42:37.713 INFO:teuthology.orchestra.run.smithi123.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T05:42:37.715 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-18T05:42:37.722 INFO:teuthology.task.internal:Configuring sudo... 2024-01-18T05:42:37.722 DEBUG:teuthology.orchestra.run.smithi123:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-18T05:42:37.724 DEBUG:teuthology.orchestra.run.smithi195:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-18T05:42:37.763 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-18T05:42:37.772 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-18T05:42:37.772 DEBUG:teuthology.orchestra.run.smithi123:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-18T05:42:37.794 DEBUG:teuthology.orchestra.run.smithi195:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-18T05:42:37.824 DEBUG:teuthology.orchestra.run.smithi123:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T05:42:37.898 DEBUG:teuthology.orchestra.run.smithi123:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T05:42:37.954 DEBUG:teuthology.orchestra.run.smithi123:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T05:42:38.036 DEBUG:teuthology.orchestra.run.smithi123:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T05:42:38.082 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2024-01-18T05:42:38.082 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-18T05:42:38.148 DEBUG:teuthology.orchestra.run.smithi195:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T05:42:38.194 DEBUG:teuthology.orchestra.run.smithi195:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T05:42:38.249 DEBUG:teuthology.orchestra.run.smithi195:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T05:42:38.336 DEBUG:teuthology.orchestra.run.smithi195:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T05:42:38.377 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-01-18T05:42:38.377 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-18T05:42:38.444 DEBUG:teuthology.orchestra.run.smithi123:> sudo service rsyslog restart 2024-01-18T05:42:38.446 DEBUG:teuthology.orchestra.run.smithi195:> sudo service rsyslog restart 2024-01-18T05:42:38.505 INFO:teuthology.orchestra.run.smithi123.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-18T05:42:38.550 INFO:teuthology.orchestra.run.smithi195.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-18T05:42:38.834 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-18T05:42:38.841 INFO:teuthology.task.internal:Starting timer... 2024-01-18T05:42:38.842 INFO:teuthology.run_tasks:Running task pcp... 2024-01-18T05:42:38.868 INFO:teuthology.run_tasks:Running task selinux... 2024-01-18T05:42:38.901 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-18T05:42:38.901 DEBUG:teuthology.orchestra.run.smithi123:> sudo service auditd rotate 2024-01-18T05:42:38.995 INFO:teuthology.orchestra.run.smithi123.stdout:Rotating logs: 2024-01-18T05:42:38.997 DEBUG:teuthology.orchestra.run.smithi195:> sudo service auditd rotate 2024-01-18T05:42:39.075 INFO:teuthology.orchestra.run.smithi195.stdout:Rotating logs: 2024-01-18T05:42:39.077 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-18T05:42:39.077 DEBUG:teuthology.orchestra.run.smithi123:> /usr/sbin/getenforce 2024-01-18T05:42:39.112 INFO:teuthology.orchestra.run.smithi123.stdout:Permissive 2024-01-18T05:42:39.112 DEBUG:teuthology.orchestra.run.smithi195:> /usr/sbin/getenforce 2024-01-18T05:42:39.140 INFO:teuthology.orchestra.run.smithi195.stdout:Permissive 2024-01-18T05:42:39.140 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi123.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi195.front.sepia.ceph.com': 'permissive'} 2024-01-18T05:42:39.140 DEBUG:teuthology.orchestra.run.smithi123:> 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-18T05:42:39.179 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T05:42:39.179 DEBUG:teuthology.orchestra.run.smithi195:> 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-18T05:42:39.206 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T05:42:39.207 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-18T05:42:39.207 DEBUG:teuthology.orchestra.run.smithi123:> sudo /usr/sbin/setenforce permissive 2024-01-18T05:42:39.246 DEBUG:teuthology.orchestra.run.smithi195:> sudo /usr/sbin/setenforce permissive 2024-01-18T05:42:39.273 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-18T05:42:39.283 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-18T05:42:39.299 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-18T05:42:39.301 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi123.front.sepia.ceph.com,smithi195.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-18T05:48:29.745 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi123.front.sepia.ceph.com'), Remote(name='ubuntu@smithi195.front.sepia.ceph.com')] 2024-01-18T05:48:29.746 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi123.front.sepia.ceph.com' 2024-01-18T05:48:29.747 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T05:48:29.820 DEBUG:teuthology.orchestra.run.smithi123:> true 2024-01-18T05:48:29.890 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi123.front.sepia.ceph.com' 2024-01-18T05:48:29.890 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi195.front.sepia.ceph.com' 2024-01-18T05:48:29.891 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi195.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T05:48:29.961 DEBUG:teuthology.orchestra.run.smithi195:> true 2024-01-18T05:48:30.029 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi195.front.sepia.ceph.com' 2024-01-18T05:48:30.030 INFO:teuthology.run_tasks:Running task clock... 2024-01-18T05:48:30.039 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-18T05:48:30.039 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-18T05:48:30.040 DEBUG:teuthology.orchestra.run.smithi123:> 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-18T05:48:30.042 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-18T05:48:30.042 DEBUG:teuthology.orchestra.run.smithi195:> 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-18T05:48:30.071 INFO:teuthology.orchestra.run.smithi123.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-18T05:48:30.084 INFO:teuthology.orchestra.run.smithi123.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-18T05:48:30.101 INFO:teuthology.orchestra.run.smithi195.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-18T05:48:30.114 INFO:teuthology.orchestra.run.smithi195.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-18T05:48:30.150 INFO:teuthology.orchestra.run.smithi123.stderr:sudo: ntpd: command not found 2024-01-18T05:48:30.161 INFO:teuthology.orchestra.run.smithi123.stdout:506 Cannot talk to daemon 2024-01-18T05:48:30.174 INFO:teuthology.orchestra.run.smithi123.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-18T05:48:30.184 INFO:teuthology.orchestra.run.smithi195.stderr:sudo: ntpd: command not found 2024-01-18T05:48:30.187 INFO:teuthology.orchestra.run.smithi123.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-18T05:48:30.194 INFO:teuthology.orchestra.run.smithi195.stdout:506 Cannot talk to daemon 2024-01-18T05:48:30.209 INFO:teuthology.orchestra.run.smithi195.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-18T05:48:30.222 INFO:teuthology.orchestra.run.smithi195.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-18T05:48:30.247 INFO:teuthology.orchestra.run.smithi123.stderr:bash: ntpq: command not found 2024-01-18T05:48:30.250 INFO:teuthology.orchestra.run.smithi123.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-18T05:48:30.250 INFO:teuthology.orchestra.run.smithi123.stdout:=============================================================================== 2024-01-18T05:48:30.250 INFO:teuthology.orchestra.run.smithi123.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T05:48:30.250 INFO:teuthology.orchestra.run.smithi123.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T05:48:30.250 INFO:teuthology.orchestra.run.smithi123.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T05:48:30.250 INFO:teuthology.orchestra.run.smithi123.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T05:48:30.291 INFO:teuthology.orchestra.run.smithi195.stderr:bash: ntpq: command not found 2024-01-18T05:48:30.295 INFO:teuthology.orchestra.run.smithi195.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-18T05:48:30.295 INFO:teuthology.orchestra.run.smithi195.stdout:=============================================================================== 2024-01-18T05:48:30.295 INFO:teuthology.orchestra.run.smithi195.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T05:48:30.295 INFO:teuthology.orchestra.run.smithi195.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T05:48:30.295 INFO:teuthology.orchestra.run.smithi195.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T05:48:30.295 INFO:teuthology.orchestra.run.smithi195.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T05:48:30.296 INFO:teuthology.run_tasks:Running task pexec... 2024-01-18T05:48:30.305 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-18T05:48:30.305 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi123.front.sepia.ceph.com 2024-01-18T05:48:30.305 DEBUG:teuthology.orchestra.run.smithi123:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-18T05:48:30.306 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi195.front.sepia.ceph.com 2024-01-18T05:48:30.306 DEBUG:teuthology.orchestra.run.smithi195:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-18T05:48:31.057 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:01:23 ago on Thu 18 Jan 2024 05:47:07 AM UTC. 2024-01-18T05:48:31.088 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:17 ago on Thu 18 Jan 2024 05:47:13 AM UTC. 2024-01-18T05:48:32.970 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2024-01-18T05:48:32.971 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2024-01-18T05:48:32.971 INFO:teuthology.orchestra.run.smithi123.stdout: Package Architecture Version Repository Size 2024-01-18T05:48:32.971 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2024-01-18T05:48:32.971 INFO:teuthology.orchestra.run.smithi123.stdout:Resetting modules: 2024-01-18T05:48:32.971 INFO:teuthology.orchestra.run.smithi123.stdout: container-tools 2024-01-18T05:48:32.971 INFO:teuthology.orchestra.run.smithi123.stdout: 2024-01-18T05:48:32.971 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2024-01-18T05:48:32.971 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2024-01-18T05:48:32.971 INFO:teuthology.orchestra.run.smithi123.stdout: 2024-01-18T05:48:33.011 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-01-18T05:48:33.012 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-01-18T05:48:33.012 INFO:teuthology.orchestra.run.smithi195.stdout: Package Architecture Version Repository Size 2024-01-18T05:48:33.012 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-01-18T05:48:33.012 INFO:teuthology.orchestra.run.smithi195.stdout:Resetting modules: 2024-01-18T05:48:33.012 INFO:teuthology.orchestra.run.smithi195.stdout: container-tools 2024-01-18T05:48:33.012 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:48:33.013 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-01-18T05:48:33.013 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-01-18T05:48:33.013 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:48:33.235 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2024-01-18T05:48:33.248 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-01-18T05:48:34.032 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:01:26 ago on Thu 18 Jan 2024 05:47:07 AM UTC. 2024-01-18T05:48:34.070 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:20 ago on Thu 18 Jan 2024 05:47:13 AM UTC. 2024-01-18T05:48:35.968 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2024-01-18T05:48:36.000 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-01-18T05:48:36.002 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2024-01-18T05:48:36.003 INFO:teuthology.orchestra.run.smithi123.stdout: Package Arch Version Repository Size 2024-01-18T05:48:36.003 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2024-01-18T05:48:36.003 INFO:teuthology.orchestra.run.smithi123.stdout:Installing group/module packages: 2024-01-18T05:48:36.003 INFO:teuthology.orchestra.run.smithi123.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-18T05:48:36.003 INFO:teuthology.orchestra.run.smithi123.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-18T05:48:36.003 INFO:teuthology.orchestra.run.smithi123.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-18T05:48:36.003 INFO:teuthology.orchestra.run.smithi123.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-18T05:48:36.003 INFO:teuthology.orchestra.run.smithi123.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-18T05:48:36.003 INFO:teuthology.orchestra.run.smithi123.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-18T05:48:36.003 INFO:teuthology.orchestra.run.smithi123.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-18T05:48:36.003 INFO:teuthology.orchestra.run.smithi123.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-18T05:48:36.003 INFO:teuthology.orchestra.run.smithi123.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-18T05:48:36.003 INFO:teuthology.orchestra.run.smithi123.stdout:Installing dependencies: 2024-01-18T05:48:36.004 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-18T05:48:36.004 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-18T05:48:36.004 INFO:teuthology.orchestra.run.smithi123.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-18T05:48:36.004 INFO:teuthology.orchestra.run.smithi123.stdout:Installing weak dependencies: 2024-01-18T05:48:36.004 INFO:teuthology.orchestra.run.smithi123.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-18T05:48:36.004 INFO:teuthology.orchestra.run.smithi123.stdout:Installing module profiles: 2024-01-18T05:48:36.004 INFO:teuthology.orchestra.run.smithi123.stdout: container-tools/common 2024-01-18T05:48:36.004 INFO:teuthology.orchestra.run.smithi123.stdout: 2024-01-18T05:48:36.004 INFO:teuthology.orchestra.run.smithi123.stdout:Enabling module streams: 2024-01-18T05:48:36.004 INFO:teuthology.orchestra.run.smithi123.stdout: container-tools rhel8 2024-01-18T05:48:36.004 INFO:teuthology.orchestra.run.smithi123.stdout: 2024-01-18T05:48:36.004 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2024-01-18T05:48:36.004 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2024-01-18T05:48:36.005 INFO:teuthology.orchestra.run.smithi123.stdout:Install 13 Packages 2024-01-18T05:48:36.005 INFO:teuthology.orchestra.run.smithi123.stdout: 2024-01-18T05:48:36.005 INFO:teuthology.orchestra.run.smithi123.stdout:Total download size: 27 M 2024-01-18T05:48:36.005 INFO:teuthology.orchestra.run.smithi123.stdout:Installed size: 89 M 2024-01-18T05:48:36.005 INFO:teuthology.orchestra.run.smithi123.stdout:Downloading Packages: 2024-01-18T05:48:36.035 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-01-18T05:48:36.035 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repository Size 2024-01-18T05:48:36.035 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-01-18T05:48:36.035 INFO:teuthology.orchestra.run.smithi195.stdout:Installing group/module packages: 2024-01-18T05:48:36.035 INFO:teuthology.orchestra.run.smithi195.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-18T05:48:36.035 INFO:teuthology.orchestra.run.smithi195.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-18T05:48:36.035 INFO:teuthology.orchestra.run.smithi195.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-18T05:48:36.036 INFO:teuthology.orchestra.run.smithi195.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-18T05:48:36.036 INFO:teuthology.orchestra.run.smithi195.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-18T05:48:36.036 INFO:teuthology.orchestra.run.smithi195.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-18T05:48:36.036 INFO:teuthology.orchestra.run.smithi195.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-18T05:48:36.036 INFO:teuthology.orchestra.run.smithi195.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-18T05:48:36.036 INFO:teuthology.orchestra.run.smithi195.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-18T05:48:36.036 INFO:teuthology.orchestra.run.smithi195.stdout:Installing dependencies: 2024-01-18T05:48:36.036 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-18T05:48:36.036 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-18T05:48:36.036 INFO:teuthology.orchestra.run.smithi195.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-18T05:48:36.036 INFO:teuthology.orchestra.run.smithi195.stdout:Installing weak dependencies: 2024-01-18T05:48:36.036 INFO:teuthology.orchestra.run.smithi195.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-18T05:48:36.036 INFO:teuthology.orchestra.run.smithi195.stdout:Installing module profiles: 2024-01-18T05:48:36.036 INFO:teuthology.orchestra.run.smithi195.stdout: container-tools/common 2024-01-18T05:48:36.037 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:48:36.037 INFO:teuthology.orchestra.run.smithi195.stdout:Enabling module streams: 2024-01-18T05:48:36.037 INFO:teuthology.orchestra.run.smithi195.stdout: container-tools rhel8 2024-01-18T05:48:36.037 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:48:36.037 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-01-18T05:48:36.037 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-01-18T05:48:36.037 INFO:teuthology.orchestra.run.smithi195.stdout:Install 13 Packages 2024-01-18T05:48:36.037 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:48:36.038 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 27 M 2024-01-18T05:48:36.038 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 89 M 2024-01-18T05:48:36.038 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-01-18T05:48:36.416 INFO:teuthology.orchestra.run.smithi195.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 2.2 MB/s | 750 kB 00:00 2024-01-18T05:48:36.431 INFO:teuthology.orchestra.run.smithi123.stdout:(1/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.6 MB/s | 1.0 MB 00:00 2024-01-18T05:48:36.456 INFO:teuthology.orchestra.run.smithi123.stdout:(2/13): cockpit-podman-78-1.module_el8+712+4cd1 1.8 MB/s | 750 kB 00:00 2024-01-18T05:48:36.491 INFO:teuthology.orchestra.run.smithi195.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.4 MB/s | 1.0 MB 00:00 2024-01-18T05:48:36.498 INFO:teuthology.orchestra.run.smithi123.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 566 kB/s | 38 kB 00:00 2024-01-18T05:48:36.516 INFO:teuthology.orchestra.run.smithi195.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 378 kB/s | 38 kB 00:00 2024-01-18T05:48:36.540 INFO:teuthology.orchestra.run.smithi123.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.8 MB/s | 241 kB 00:00 2024-01-18T05:48:36.559 INFO:teuthology.orchestra.run.smithi195.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.5 MB/s | 241 kB 00:00 2024-01-18T05:48:36.650 INFO:teuthology.orchestra.run.smithi195.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.9 MB/s | 178 kB 00:00 2024-01-18T05:48:36.717 INFO:teuthology.orchestra.run.smithi195.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 372 kB/s | 25 kB 00:00 2024-01-18T05:48:36.749 INFO:teuthology.orchestra.run.smithi123.stdout:(5/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 16 MB/s | 3.9 MB 00:00 2024-01-18T05:48:36.774 INFO:teuthology.orchestra.run.smithi123.stdout:(6/13): python3-podman-4.7.0-1.module_el8+712+4 762 kB/s | 178 kB 00:00 2024-01-18T05:48:36.793 INFO:teuthology.orchestra.run.smithi195.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.2 MB/s | 94 kB 00:00 2024-01-18T05:48:36.816 INFO:teuthology.orchestra.run.smithi123.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 370 kB/s | 25 kB 00:00 2024-01-18T05:48:36.901 INFO:teuthology.orchestra.run.smithi195.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 10 MB/s | 3.9 MB 00:00 2024-01-18T05:48:36.908 INFO:teuthology.orchestra.run.smithi123.stdout:(8/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 11 MB/s | 9.6 MB 00:00 2024-01-18T05:48:36.933 INFO:teuthology.orchestra.run.smithi123.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 590 kB/s | 94 kB 00:00 2024-01-18T05:48:37.051 INFO:teuthology.orchestra.run.smithi123.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 18 MB/s | 2.5 MB 00:00 2024-01-18T05:48:37.052 INFO:teuthology.orchestra.run.smithi195.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 9.9 MB/s | 9.6 MB 00:00 2024-01-18T05:48:37.075 INFO:teuthology.orchestra.run.smithi123.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 371 kB/s | 53 kB 00:00 2024-01-18T05:48:37.142 INFO:teuthology.orchestra.run.smithi123.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 446 kB/s | 41 kB 00:00 2024-01-18T05:48:37.169 INFO:teuthology.orchestra.run.smithi195.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 9.5 MB/s | 2.5 MB 00:00 2024-01-18T05:48:37.194 INFO:teuthology.orchestra.run.smithi195.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 371 kB/s | 53 kB 00:00 2024-01-18T05:48:37.236 INFO:teuthology.orchestra.run.smithi195.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 613 kB/s | 41 kB 00:00 2024-01-18T05:48:37.268 INFO:teuthology.orchestra.run.smithi123.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 18 MB/s | 8.1 MB 00:00 2024-01-18T05:48:37.268 INFO:teuthology.orchestra.run.smithi123.stdout:-------------------------------------------------------------------------------- 2024-01-18T05:48:37.268 INFO:teuthology.orchestra.run.smithi123.stdout:Total 21 MB/s | 27 MB 00:01 2024-01-18T05:48:37.336 INFO:teuthology.orchestra.run.smithi195.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 15 MB/s | 8.1 MB 00:00 2024-01-18T05:48:37.337 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-01-18T05:48:37.337 INFO:teuthology.orchestra.run.smithi195.stdout:Total 20 MB/s | 27 MB 00:01 2024-01-18T05:48:37.530 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction check 2024-01-18T05:48:37.551 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction check succeeded. 2024-01-18T05:48:37.551 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction test 2024-01-18T05:48:37.601 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-01-18T05:48:37.622 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-01-18T05:48:37.622 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-01-18T05:48:37.802 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction test succeeded. 2024-01-18T05:48:37.805 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction 2024-01-18T05:48:37.875 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-01-18T05:48:37.878 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-01-18T05:48:38.473 INFO:teuthology.orchestra.run.smithi123.stdout: Preparing : 1/1 2024-01-18T05:48:38.566 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-01-18T05:48:38.728 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-18T05:48:38.790 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-18T05:48:38.906 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-18T05:48:38.960 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-18T05:48:39.120 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-18T05:48:39.171 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-18T05:48:39.350 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-18T05:48:39.404 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-18T05:48:39.912 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-18T05:48:39.938 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-18T05:48:40.875 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-18T05:48:40.901 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-18T05:48:41.099 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-18T05:48:41.109 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-18T05:48:41.295 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-18T05:48:41.322 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-18T05:48:41.527 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-18T05:48:41.555 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-18T05:48:41.909 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-18T05:48:41.954 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-18T05:48:42.794 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-18T05:48:42.853 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-18T05:48:42.992 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-18T05:48:43.055 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-18T05:48:43.189 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-18T05:48:43.225 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-18T05:48:43.627 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-18T05:48:43.628 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-18T05:48:43.628 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-18T05:48:43.628 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-18T05:48:43.628 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-18T05:48:43.628 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-18T05:48:43.628 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-18T05:48:43.628 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-18T05:48:43.628 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-18T05:48:43.628 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-18T05:48:43.628 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-18T05:48:43.628 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-18T05:48:43.628 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-18T05:48:43.683 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-18T05:48:43.684 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-18T05:48:43.684 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-18T05:48:43.684 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-18T05:48:43.684 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-18T05:48:43.684 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-18T05:48:43.684 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-18T05:48:43.684 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-18T05:48:43.684 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-18T05:48:43.684 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-18T05:48:43.684 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-18T05:48:43.684 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-18T05:48:43.684 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-18T05:48:44.160 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-18T05:48:44.160 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:48:44.160 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-01-18T05:48:44.160 INFO:teuthology.orchestra.run.smithi195.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T05:48:44.160 INFO:teuthology.orchestra.run.smithi195.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T05:48:44.160 INFO:teuthology.orchestra.run.smithi195.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-18T05:48:44.160 INFO:teuthology.orchestra.run.smithi195.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-18T05:48:44.160 INFO:teuthology.orchestra.run.smithi195.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T05:48:44.161 INFO:teuthology.orchestra.run.smithi195.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-18T05:48:44.161 INFO:teuthology.orchestra.run.smithi195.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-18T05:48:44.161 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-18T05:48:44.161 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-18T05:48:44.161 INFO:teuthology.orchestra.run.smithi195.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T05:48:44.161 INFO:teuthology.orchestra.run.smithi195.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-18T05:48:44.161 INFO:teuthology.orchestra.run.smithi195.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-18T05:48:44.161 INFO:teuthology.orchestra.run.smithi195.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-18T05:48:44.161 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:48:44.161 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-01-18T05:48:44.200 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-18T05:48:44.200 INFO:teuthology.orchestra.run.smithi123.stdout: 2024-01-18T05:48:44.200 INFO:teuthology.orchestra.run.smithi123.stdout:Installed: 2024-01-18T05:48:44.200 INFO:teuthology.orchestra.run.smithi123.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T05:48:44.200 INFO:teuthology.orchestra.run.smithi123.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T05:48:44.201 INFO:teuthology.orchestra.run.smithi123.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-18T05:48:44.201 INFO:teuthology.orchestra.run.smithi123.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-18T05:48:44.201 INFO:teuthology.orchestra.run.smithi123.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T05:48:44.201 INFO:teuthology.orchestra.run.smithi123.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-18T05:48:44.201 INFO:teuthology.orchestra.run.smithi123.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-18T05:48:44.201 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-18T05:48:44.201 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-18T05:48:44.201 INFO:teuthology.orchestra.run.smithi123.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T05:48:44.201 INFO:teuthology.orchestra.run.smithi123.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-18T05:48:44.201 INFO:teuthology.orchestra.run.smithi123.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-18T05:48:44.201 INFO:teuthology.orchestra.run.smithi123.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-18T05:48:44.201 INFO:teuthology.orchestra.run.smithi123.stdout: 2024-01-18T05:48:44.201 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2024-01-18T05:48:44.435 DEBUG:teuthology.parallel:result is None 2024-01-18T05:48:44.440 DEBUG:teuthology.parallel:result is None 2024-01-18T05:48:44.441 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-18T05:48:44.534 INFO:tasks.cephadm:Config: {'avoid_pacific_features': True, 'cephadm_branch': 'v16.2.4', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v16.2.4', 'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0'} 2024-01-18T05:48:44.534 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.4 2024-01-18T05:48:44.535 INFO:tasks.cephadm:Cluster fsid is 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 2024-01-18T05:48:44.535 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-18T05:48:44.535 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-18T05:48:44.535 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi123': '172.21.15.123', 'mon.smithi195': '172.21.15.195'} 2024-01-18T05:48:44.535 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-18T05:48:44.535 DEBUG:teuthology.orchestra.run.smithi123:> sudo hostname $(hostname -s) 2024-01-18T05:48:44.562 DEBUG:teuthology.orchestra.run.smithi195:> sudo hostname $(hostname -s) 2024-01-18T05:48:44.589 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.4)... 2024-01-18T05:48:44.590 DEBUG:teuthology.orchestra.run.smithi123:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.4/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-18T05:48:44.908 INFO:teuthology.orchestra.run.smithi123.stdout:-rw-rw-r--. 1 ubuntu ubuntu 292005 Jan 18 05:48 /home/ubuntu/cephtest/cephadm 2024-01-18T05:48:44.908 DEBUG:teuthology.orchestra.run.smithi195:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.4/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-18T05:48:45.221 INFO:teuthology.orchestra.run.smithi195.stdout:-rw-rw-r--. 1 ubuntu ubuntu 292005 Jan 18 05:48 /home/ubuntu/cephtest/cephadm 2024-01-18T05:48:45.222 DEBUG:teuthology.orchestra.run.smithi123:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-18T05:48:45.241 DEBUG:teuthology.orchestra.run.smithi195:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-18T05:48:45.271 DEBUG:teuthology.orchestra.run.smithi123:> sudo mkdir -p /etc/ceph 2024-01-18T05:48:45.309 DEBUG:teuthology.orchestra.run.smithi195:> sudo mkdir -p /etc/ceph 2024-01-18T05:48:45.336 DEBUG:teuthology.orchestra.run.smithi123:> sudo chmod 777 /etc/ceph 2024-01-18T05:48:45.376 DEBUG:teuthology.orchestra.run.smithi195:> sudo chmod 777 /etc/ceph 2024-01-18T05:48:45.403 INFO:tasks.cephadm:Writing seed config... 2024-01-18T05:48:45.404 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-18T05:48:45.404 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-18T05:48:45.404 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-18T05:48:45.405 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-18T05:48:45.405 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-18T05:48:45.405 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-18T05:48:45.405 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-18T05:48:45.405 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-18T05:48:45.405 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2024-01-18T05:48:45.405 DEBUG:teuthology.orchestra.run.smithi123:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-18T05:48:45.434 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 = 3dd0e9e2-b5c5-11ee-95ae-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-18T05:48:45.434 DEBUG:teuthology.orchestra.run.smithi123:mon.smithi123> sudo journalctl -f -n 0 -u ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@mon.smithi123.service 2024-01-18T05:48:45.477 INFO:tasks.cephadm:Bootstrapping... 2024-01-18T05:48:45.477 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 -v bootstrap --fsid 3dd0e9e2-b5c5-11ee-95ae-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.123 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-18T05:48:45.503 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:-- Logs begin at Thu 2024-01-18 05:42:02 UTC. -- 2024-01-18T05:48:45.750 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-01-18T05:48:47.292 INFO:teuthology.orchestra.run.smithi123.stderr:/bin/podman: 4.6.1 2024-01-18T05:48:47.305 INFO:teuthology.orchestra.run.smithi123.stderr:Verifying podman|docker is present... 2024-01-18T05:48:47.306 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-01-18T05:48:47.328 INFO:teuthology.orchestra.run.smithi123.stderr:/bin/podman: 4.6.1 2024-01-18T05:48:47.338 INFO:teuthology.orchestra.run.smithi123.stderr:Verifying lvm2 is present... 2024-01-18T05:48:47.338 INFO:teuthology.orchestra.run.smithi123.stderr:Verifying time synchronization is in place... 2024-01-18T05:48:47.338 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl is-enabled chrony.service 2024-01-18T05:48:47.345 INFO:teuthology.orchestra.run.smithi123.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-18T05:48:47.346 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl is-active chrony.service 2024-01-18T05:48:47.351 INFO:teuthology.orchestra.run.smithi123.stderr:systemctl: inactive 2024-01-18T05:48:47.352 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl is-enabled chronyd.service 2024-01-18T05:48:47.358 INFO:teuthology.orchestra.run.smithi123.stderr:systemctl: enabled 2024-01-18T05:48:47.358 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl is-active chronyd.service 2024-01-18T05:48:47.364 INFO:teuthology.orchestra.run.smithi123.stderr:systemctl: active 2024-01-18T05:48:47.365 INFO:teuthology.orchestra.run.smithi123.stderr:Unit chronyd.service is enabled and running 2024-01-18T05:48:47.365 INFO:teuthology.orchestra.run.smithi123.stderr:Repeating the final host check... 2024-01-18T05:48:47.365 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-01-18T05:48:47.385 INFO:teuthology.orchestra.run.smithi123.stderr:/bin/podman: 4.6.1 2024-01-18T05:48:47.398 INFO:teuthology.orchestra.run.smithi123.stderr:podman|docker (/bin/podman) is present 2024-01-18T05:48:47.398 INFO:teuthology.orchestra.run.smithi123.stderr:systemctl is present 2024-01-18T05:48:47.398 INFO:teuthology.orchestra.run.smithi123.stderr:lvcreate is present 2024-01-18T05:48:47.398 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl is-enabled chrony.service 2024-01-18T05:48:47.404 INFO:teuthology.orchestra.run.smithi123.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-18T05:48:47.404 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl is-active chrony.service 2024-01-18T05:48:47.409 INFO:teuthology.orchestra.run.smithi123.stderr:systemctl: inactive 2024-01-18T05:48:47.410 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl is-enabled chronyd.service 2024-01-18T05:48:47.416 INFO:teuthology.orchestra.run.smithi123.stderr:systemctl: enabled 2024-01-18T05:48:47.416 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl is-active chronyd.service 2024-01-18T05:48:47.421 INFO:teuthology.orchestra.run.smithi123.stderr:systemctl: active 2024-01-18T05:48:47.422 INFO:teuthology.orchestra.run.smithi123.stderr:Unit chronyd.service is enabled and running 2024-01-18T05:48:47.422 INFO:teuthology.orchestra.run.smithi123.stderr:Host looks OK 2024-01-18T05:48:47.422 INFO:teuthology.orchestra.run.smithi123.stderr:Cluster fsid: 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 2024-01-18T05:48:47.422 INFO:teuthology.orchestra.run.smithi123.stderr:Acquiring lock 139795102273664 on /run/cephadm/3dd0e9e2-b5c5-11ee-95ae-87774f69a715.lock 2024-01-18T05:48:47.422 INFO:teuthology.orchestra.run.smithi123.stderr:Lock 139795102273664 acquired on /run/cephadm/3dd0e9e2-b5c5-11ee-95ae-87774f69a715.lock 2024-01-18T05:48:47.423 INFO:teuthology.orchestra.run.smithi123.stderr:Verifying IP 172.21.15.123 port 3300 ... 2024-01-18T05:48:47.423 INFO:teuthology.orchestra.run.smithi123.stderr:Verifying IP 172.21.15.123 port 6789 ... 2024-01-18T05:48:47.424 INFO:teuthology.orchestra.run.smithi123.stderr:Base mon IP is 172.21.15.123, final addrv is [v2:172.21.15.123:3300,v1:172.21.15.123:6789] 2024-01-18T05:48:47.424 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /sbin/ip route ls 2024-01-18T05:48:47.426 INFO:teuthology.orchestra.run.smithi123.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.123 metric 100 2024-01-18T05:48:47.426 INFO:teuthology.orchestra.run.smithi123.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.123 metric 100 2024-01-18T05:48:47.426 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /sbin/ip -6 route ls 2024-01-18T05:48:47.429 INFO:teuthology.orchestra.run.smithi123.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-18T05:48:47.429 INFO:teuthology.orchestra.run.smithi123.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-01-18T05:48:47.429 INFO:teuthology.orchestra.run.smithi123.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1785sec hoplimit 64 pref medium 2024-01-18T05:48:47.429 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /sbin/ip -6 addr ls 2024-01-18T05:48:47.431 INFO:teuthology.orchestra.run.smithi123.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-18T05:48:47.431 INFO:teuthology.orchestra.run.smithi123.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-18T05:48:47.432 INFO:teuthology.orchestra.run.smithi123.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-18T05:48:47.432 INFO:teuthology.orchestra.run.smithi123.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-18T05:48:47.432 INFO:teuthology.orchestra.run.smithi123.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d3f1/64 scope link 2024-01-18T05:48:47.432 INFO:teuthology.orchestra.run.smithi123.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-18T05:48:47.432 INFO:teuthology.orchestra.run.smithi123.stderr:Mon IP 172.21.15.123 is in CIDR network 172.21.0.0/20 2024-01-18T05:48:47.433 INFO:teuthology.orchestra.run.smithi123.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-18T05:48:47.434 INFO:teuthology.orchestra.run.smithi123.stderr:Pulling container image docker.io/ceph/ceph:v16.2.4... 2024-01-18T05:48:47.434 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.4 2024-01-18T05:48:47.529 INFO:teuthology.orchestra.run.smithi123.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.4... 2024-01-18T05:48:54.218 INFO:teuthology.orchestra.run.smithi123.stderr:/bin/podman: Getting image source signatures 2024-01-18T05:48:54.228 INFO:teuthology.orchestra.run.smithi123.stderr:/bin/podman: Copying blob sha256:551101690791055467b1840be133b2e6b029d263771bc6c46a96bb7acdacac39 2024-01-18T05:48:54.228 INFO:teuthology.orchestra.run.smithi123.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-01-18T05:49:06.915 INFO:teuthology.orchestra.run.smithi123.stderr:/bin/podman: Copying config sha256:8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2024-01-18T05:49:06.964 INFO:teuthology.orchestra.run.smithi123.stderr:/bin/podman: Writing manifest to image destination 2024-01-18T05:49:07.278 INFO:teuthology.orchestra.run.smithi123.stderr:/bin/podman: 8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2024-01-18T05:49:07.289 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --version 2024-01-18T05:49:07.896 INFO:teuthology.orchestra.run.smithi123.stderr:ceph: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2024-01-18T05:49:08.200 INFO:teuthology.orchestra.run.smithi123.stderr:Ceph version: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2024-01-18T05:49:08.200 INFO:teuthology.orchestra.run.smithi123.stderr:Extracting ceph user uid/gid from container image... 2024-01-18T05:49:08.200 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 -c %u %g /var/lib/ceph 2024-01-18T05:49:08.496 INFO:teuthology.orchestra.run.smithi123.stderr:stat: 167 167 2024-01-18T05:49:08.814 INFO:teuthology.orchestra.run.smithi123.stderr:Creating initial keys... 2024-01-18T05:49:08.815 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2024-01-18T05:49:09.095 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-authtool: AQDVu6hldRk3BBAAS5q6Rudt0Zs4LVAsDvn8MA== 2024-01-18T05:49:09.457 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2024-01-18T05:49:09.729 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-authtool: AQDVu6hldhqvKRAAQ6SXT+2bnxCdKNS9a9B0gw== 2024-01-18T05:49:10.065 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2024-01-18T05:49:10.337 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-authtool: AQDWu6hlHNN/EhAASl+Ivp/zILCNp9Xp4KP0wA== 2024-01-18T05:49:10.675 INFO:teuthology.orchestra.run.smithi123.stderr:Creating initial monmap... 2024-01-18T05:49:10.675 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpnz536gq9:/tmp/monmap:z docker.io/ceph/ceph:v16.2.4 --create --clobber --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 --addv smithi123 [v2:172.21.15.123:3300,v1:172.21.15.123:6789] /tmp/monmap 2024-01-18T05:49:10.948 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-18T05:49:10.948 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 2024-01-18T05:49:10.948 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-18T05:49:11.318 INFO:teuthology.orchestra.run.smithi123.stderr:monmaptool for smithi123 [v2:172.21.15.123:3300,v1:172.21.15.123:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-18T05:49:11.318 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/monmaptool: set fsid to 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 2024-01-18T05:49:11.318 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-18T05:49:11.318 INFO:teuthology.orchestra.run.smithi123.stderr: 2024-01-18T05:49:11.318 INFO:teuthology.orchestra.run.smithi123.stderr:Creating mon... 2024-01-18T05:49:11.320 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/mon.smithi123:/var/lib/ceph/mon/ceph-smithi123:z -v /tmp/ceph-tmpmpnpbe10:/tmp/keyring:z -v /tmp/ceph-tmpnz536gq9:/tmp/monmap:z docker.io/ceph/ceph:v16.2.4 --mkfs -i smithi123 --fsid 3dd0e9e2-b5c5-11ee-95ae-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-18T05:49:11.614 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.565+0000 7facc2ad7700 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-18T05:49:11.614 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 1 imported monmap: 2024-01-18T05:49:11.614 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-18T05:49:11.614 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 2024-01-18T05:49:11.614 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: last_changed 2024-01-18T05:49:10.915439+0000 2024-01-18T05:49:11.614 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: created 2024-01-18T05:49:10.915439+0000 2024-01-18T05:49:11.614 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-18T05:49:11.614 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-18T05:49:11.614 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.123:3300/0,v1:172.21.15.123:6789/0] mon.smithi123 2024-01-18T05:49:11.614 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: 2024-01-18T05:49:11.614 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 0 /usr/bin/ceph-mon: set fsid to 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 2024-01-18T05:49:11.615 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: RocksDB version: 6.8.1 2024-01-18T05:49:11.615 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: 2024-01-18T05:49:11.615 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-18T05:49:11.615 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Compile date May 13 2021 2024-01-18T05:49:11.615 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: DB SUMMARY 2024-01-18T05:49:11.615 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: 2024-01-18T05:49:11.615 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi123/store.db dir, Total Num: 0, files: 2024-01-18T05:49:11.615 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: 2024-01-18T05:49:11.615 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi123/store.db: 2024-01-18T05:49:11.615 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: 2024-01-18T05:49:11.615 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.error_if_exists: 0 2024-01-18T05:49:11.615 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.create_if_missing: 1 2024-01-18T05:49:11.615 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.paranoid_checks: 1 2024-01-18T05:49:11.615 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.env: 0x561bbf39a1c0 2024-01-18T05:49:11.616 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.fs: Posix File System 2024-01-18T05:49:11.616 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.info_log: 0x561bc1c54ec0 2024-01-18T05:49:11.616 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-18T05:49:11.616 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.statistics: (nil) 2024-01-18T05:49:11.616 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.use_fsync: 0 2024-01-18T05:49:11.616 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.max_log_file_size: 0 2024-01-18T05:49:11.616 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-18T05:49:11.616 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-18T05:49:11.616 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-18T05:49:11.616 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-18T05:49:11.616 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.allow_fallocate: 1 2024-01-18T05:49:11.616 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-18T05:49:11.616 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-18T05:49:11.616 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.use_direct_reads: 0 2024-01-18T05:49:11.617 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-18T05:49:11.617 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.create_missing_column_families: 0 2024-01-18T05:49:11.617 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.db_log_dir: 2024-01-18T05:49:11.617 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi123/store.db 2024-01-18T05:49:11.617 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-18T05:49:11.617 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.max_subcompactions: 1 2024-01-18T05:49:11.617 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.max_background_flushes: -1 2024-01-18T05:49:11.617 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-18T05:49:11.617 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-18T05:49:11.617 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-18T05:49:11.617 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-18T05:49:11.617 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-18T05:49:11.617 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.advise_random_on_open: 1 2024-01-18T05:49:11.618 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-18T05:49:11.618 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.write_buffer_manager: 0x561bc1c5b530 2024-01-18T05:49:11.618 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-18T05:49:11.618 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-18T05:49:11.618 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-18T05:49:11.618 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-18T05:49:11.618 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.rate_limiter: (nil) 2024-01-18T05:49:11.618 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-18T05:49:11.618 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-18T05:49:11.618 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-18T05:49:11.618 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-18T05:49:11.618 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.unordered_write: 0 2024-01-18T05:49:11.618 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-18T05:49:11.619 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-18T05:49:11.619 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-18T05:49:11.619 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-18T05:49:11.619 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.row_cache: None 2024-01-18T05:49:11.619 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.wal_filter: None 2024-01-18T05:49:11.619 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-18T05:49:11.619 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-18T05:49:11.619 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.preserve_deletes: 0 2024-01-18T05:49:11.619 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.two_write_queues: 0 2024-01-18T05:49:11.619 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.manual_wal_flush: 0 2024-01-18T05:49:11.619 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.atomic_flush: 0 2024-01-18T05:49:11.619 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-18T05:49:11.619 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-18T05:49:11.619 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-18T05:49:11.619 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.log_readahead_size: 0 2024-01-18T05:49:11.620 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-18T05:49:11.620 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.max_background_jobs: 2 2024-01-18T05:49:11.620 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.max_background_compactions: -1 2024-01-18T05:49:11.620 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-18T05:49:11.620 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-18T05:49:11.620 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-18T05:49:11.620 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.max_total_wal_size: 0 2024-01-18T05:49:11.620 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-18T05:49:11.620 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-18T05:49:11.620 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-18T05:49:11.620 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-18T05:49:11.620 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.max_open_files: -1 2024-01-18T05:49:11.620 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.bytes_per_sync: 0 2024-01-18T05:49:11.620 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-18T05:49:11.621 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-18T05:49:11.621 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-18T05:49:11.621 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Compression algorithms supported: 2024-01-18T05:49:11.621 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-18T05:49:11.621 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: kZSTD supported: 0 2024-01-18T05:49:11.621 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: kXpressCompression supported: 0 2024-01-18T05:49:11.621 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-18T05:49:11.621 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: kLZ4Compression supported: 1 2024-01-18T05:49:11.621 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: kBZip2Compression supported: 0 2024-01-18T05:49:11.621 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: kZlibCompression supported: 1 2024-01-18T05:49:11.621 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: kSnappyCompression supported: 1 2024-01-18T05:49:11.621 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.566+0000 7facc2ad7700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-18T05:49:11.621 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-18T05:49:11.621 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: 2024-01-18T05:49:11.622 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi123/store.db/MANIFEST-000001 2024-01-18T05:49:11.622 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: 2024-01-18T05:49:11.622 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-18T05:49:11.622 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: 2024-01-18T05:49:11.622 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-18T05:49:11.622 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.merge_operator: 2024-01-18T05:49:11.622 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.compaction_filter: None 2024-01-18T05:49:11.622 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.compaction_filter_factory: None 2024-01-18T05:49:11.622 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-18T05:49:11.622 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-18T05:49:11.622 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561bc1b6c120) 2024-01-18T05:49:11.622 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-18T05:49:11.622 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-18T05:49:11.622 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-18T05:49:11.622 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-18T05:49:11.622 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-18T05:49:11.623 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-18T05:49:11.623 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-18T05:49:11.623 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-18T05:49:11.623 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-18T05:49:11.623 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-18T05:49:11.623 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-18T05:49:11.623 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: block_cache: 0x561bc1ba2d10 2024-01-18T05:49:11.623 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-18T05:49:11.623 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-18T05:49:11.623 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-18T05:49:11.623 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-18T05:49:11.623 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-18T05:49:11.623 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-18T05:49:11.623 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-18T05:49:11.623 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-18T05:49:11.624 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-18T05:49:11.624 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-18T05:49:11.624 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-18T05:49:11.624 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-18T05:49:11.624 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-18T05:49:11.624 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-18T05:49:11.624 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-18T05:49:11.624 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-18T05:49:11.624 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-18T05:49:11.624 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-18T05:49:11.624 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-18T05:49:11.624 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-18T05:49:11.624 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-18T05:49:11.625 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-18T05:49:11.625 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: 2024-01-18T05:49:11.625 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-18T05:49:11.625 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-18T05:49:11.625 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.compression: NoCompression 2024-01-18T05:49:11.625 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-18T05:49:11.625 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-18T05:49:11.625 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-18T05:49:11.625 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.num_levels: 7 2024-01-18T05:49:11.625 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-18T05:49:11.625 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-18T05:49:11.625 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-18T05:49:11.625 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-18T05:49:11.626 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-18T05:49:11.626 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-18T05:49:11.626 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-18T05:49:11.626 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-18T05:49:11.626 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-18T05:49:11.626 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-18T05:49:11.626 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.compression_opts.level: 32767 2024-01-18T05:49:11.626 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-18T05:49:11.626 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-18T05:49:11.626 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-18T05:49:11.626 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.compression_opts.enabled: false 2024-01-18T05:49:11.626 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-18T05:49:11.626 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-18T05:49:11.626 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-18T05:49:11.626 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-18T05:49:11.627 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-18T05:49:11.627 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-18T05:49:11.627 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-18T05:49:11.627 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-18T05:49:11.627 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-18T05:49:11.627 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-18T05:49:11.627 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-18T05:49:11.627 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-18T05:49:11.627 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-18T05:49:11.627 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-18T05:49:11.627 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-18T05:49:11.627 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-18T05:49:11.627 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-18T05:49:11.627 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.arena_block_size: 4194304 2024-01-18T05:49:11.627 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-18T05:49:11.628 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-18T05:49:11.628 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-18T05:49:11.628 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-18T05:49:11.628 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-18T05:49:11.628 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-18T05:49:11.628 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-18T05:49:11.628 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-18T05:49:11.628 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-18T05:49:11.628 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-18T05:49:11.628 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-18T05:49:11.628 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-18T05:49:11.628 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-18T05:49:11.628 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-18T05:49:11.629 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.table_properties_collectors: 2024-01-18T05:49:11.629 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.inplace_update_support: 0 2024-01-18T05:49:11.629 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-18T05:49:11.629 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-18T05:49:11.629 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-18T05:49:11.629 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-18T05:49:11.629 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.bloom_locality: 0 2024-01-18T05:49:11.629 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.max_successive_merges: 0 2024-01-18T05:49:11.629 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-18T05:49:11.629 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-18T05:49:11.629 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.force_consistency_checks: 0 2024-01-18T05:49:11.629 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-18T05:49:11.629 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.ttl: 2592000 2024-01-18T05:49:11.629 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.567+0000 7facc2ad7700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-18T05:49:11.630 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.568+0000 7facc2ad7700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi123/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-18T05:49:11.630 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: 2024-01-18T05:49:11.630 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.568+0000 7facc2ad7700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-18T05:49:11.630 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: 2024-01-18T05:49:11.630 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.570+0000 7facc2ad7700 4 rocksdb: DB pointer 0x561bc1c67800 2024-01-18T05:49:11.630 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.570+0000 7facab970700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-18T05:49:11.630 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.570+0000 7facab970700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-18T05:49:11.630 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-18T05:49:11.630 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T05:49:11.630 INFO:teuthology.orchestra.run.smithi123.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-18T05:49:11.630 INFO:teuthology.orchestra.run.smithi123.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-18T05:49:11.630 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T05:49:11.630 INFO:teuthology.orchestra.run.smithi123.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-18T05:49:11.631 INFO:teuthology.orchestra.run.smithi123.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-18T05:49:11.631 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T05:49:11.631 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: 2024-01-18T05:49:11.631 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T05:49:11.631 INFO:teuthology.orchestra.run.smithi123.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-18T05:49:11.631 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T05:49:11.631 INFO:teuthology.orchestra.run.smithi123.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-18T05:49:11.631 INFO:teuthology.orchestra.run.smithi123.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-18T05:49:11.631 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: 2024-01-18T05:49:11.631 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T05:49:11.631 INFO:teuthology.orchestra.run.smithi123.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-18T05:49:11.631 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T05:49:11.631 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T05:49:11.631 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T05:49:11.631 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T05:49:11.632 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T05:49:11.632 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T05:49:11.632 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-18T05:49:11.632 INFO:teuthology.orchestra.run.smithi123.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-18T05:49:11.632 INFO:teuthology.orchestra.run.smithi123.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-18T05:49:11.632 INFO:teuthology.orchestra.run.smithi123.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-18T05:49:11.632 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: 2024-01-18T05:49:11.632 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-18T05:49:11.632 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: 2024-01-18T05:49:11.632 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T05:49:11.632 INFO:teuthology.orchestra.run.smithi123.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-18T05:49:11.632 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T05:49:11.632 INFO:teuthology.orchestra.run.smithi123.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-18T05:49:11.633 INFO:teuthology.orchestra.run.smithi123.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-18T05:49:11.633 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: 2024-01-18T05:49:11.633 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T05:49:11.633 INFO:teuthology.orchestra.run.smithi123.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-18T05:49:11.633 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T05:49:11.633 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T05:49:11.633 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T05:49:11.633 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T05:49:11.633 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T05:49:11.633 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T05:49:11.633 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-18T05:49:11.633 INFO:teuthology.orchestra.run.smithi123.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-18T05:49:11.633 INFO:teuthology.orchestra.run.smithi123.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-18T05:49:11.633 INFO:teuthology.orchestra.run.smithi123.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-18T05:49:11.633 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: 2024-01-18T05:49:11.634 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-18T05:49:11.634 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: 2024-01-18T05:49:11.634 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.572+0000 7facc2ad7700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-18T05:49:11.634 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.572+0000 7facc2ad7700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-18T05:49:11.634 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:49:11.572+0000 7facc2ad7700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi123 for mon.smithi123 2024-01-18T05:49:11.948 INFO:teuthology.orchestra.run.smithi123.stderr:create mon.smithi123 on 2024-01-18T05:49:11.949 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715 2024-01-18T05:49:11.953 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl disable ceph.target 2024-01-18T05:49:12.041 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl enable ceph.target 2024-01-18T05:49:12.049 INFO:teuthology.orchestra.run.smithi123.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-18T05:49:12.125 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl start ceph.target 2024-01-18T05:49:12.132 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl enable ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715.target 2024-01-18T05:49:12.138 INFO:teuthology.orchestra.run.smithi123.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715.target → /etc/systemd/system/ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715.target. 2024-01-18T05:49:12.138 INFO:teuthology.orchestra.run.smithi123.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715.target → /etc/systemd/system/ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715.target. 2024-01-18T05:49:12.214 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl start ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715.target 2024-01-18T05:49:12.232 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl daemon-reload 2024-01-18T05:49:12.317 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl stop ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@mon.smithi123 2024-01-18T05:49:12.347 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl reset-failed ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@mon.smithi123 2024-01-18T05:49:12.353 INFO:teuthology.orchestra.run.smithi123.stderr:systemctl: Failed to reset failed state of unit ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@mon.smithi123.service: Unit ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@mon.smithi123.service not loaded. 2024-01-18T05:49:12.353 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl enable ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@mon.smithi123 2024-01-18T05:49:12.359 INFO:teuthology.orchestra.run.smithi123.stderr:systemctl: Created symlink /etc/systemd/system/ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715.target.wants/ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@mon.smithi123.service → /etc/systemd/system/ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@.service. 2024-01-18T05:49:12.441 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl start ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@mon.smithi123 2024-01-18T05:49:12.782 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-18T05:49:12.790 INFO:teuthology.orchestra.run.smithi123.stderr:systemctl: disabled 2024-01-18T05:49:12.790 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl is-active firewalld.service 2024-01-18T05:49:12.797 INFO:teuthology.orchestra.run.smithi123.stderr:systemctl: inactive 2024-01-18T05:49:12.798 INFO:teuthology.orchestra.run.smithi123.stderr:firewalld.service is not enabled 2024-01-18T05:49:12.798 INFO:teuthology.orchestra.run.smithi123.stderr:Not possible to enable service . firewalld.service is not available 2024-01-18T05:49:12.798 INFO:teuthology.orchestra.run.smithi123.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-01-18T05:49:12.799 INFO:teuthology.orchestra.run.smithi123.stderr:Waiting for mon to start... 2024-01-18T05:49:12.799 INFO:teuthology.orchestra.run.smithi123.stderr:Waiting for mon... 2024-01-18T05:49:12.799 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/mon.smithi123:/var/lib/ceph/mon/ceph-smithi123:z -v /tmp/ceph-tmp34k_64kb:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpis64rr68:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status 2024-01-18T05:49:13.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:12 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34023]: cluster 2024-01-18T05:49:12.776380+0000 mon.smithi123 (mon.0) 1 : cluster [INF] mon.smithi123 is new leader, mons smithi123 in quorum (ranks 0) 2024-01-18T05:49:13.274 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: cluster: 2024-01-18T05:49:13.274 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: id: 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 2024-01-18T05:49:13.274 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-18T05:49:13.274 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: 2024-01-18T05:49:13.274 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: services: 2024-01-18T05:49:13.274 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi123 (age 0.462858s) 2024-01-18T05:49:13.274 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-18T05:49:13.274 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-18T05:49:13.274 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: 2024-01-18T05:49:13.274 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: data: 2024-01-18T05:49:13.275 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-18T05:49:13.275 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-18T05:49:13.275 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-18T05:49:13.275 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: pgs: 2024-01-18T05:49:13.275 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: 2024-01-18T05:49:13.664 INFO:teuthology.orchestra.run.smithi123.stderr:mon is available 2024-01-18T05:49:13.664 INFO:teuthology.orchestra.run.smithi123.stderr:Assimilating anything we can from ceph.conf... 2024-01-18T05:49:13.664 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp34k_64kb:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpis64rr68:/etc/ceph/ceph.conf:z -v /var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/mon.smithi123:/var/lib/ceph/mon/ceph-smithi123:z docker.io/ceph/ceph:v16.2.4 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi123/config 2024-01-18T05:49:13.860 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:13 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34023]: cluster 2024-01-18T05:49:12.797288+0000 mon.smithi123 (mon.0) 2 : cluster [INF] mon.smithi123 is new leader, mons smithi123 in quorum (ranks 0) 2024-01-18T05:49:13.860 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:13 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34023]: cluster 2024-01-18T05:49:12.797605+0000 mon.smithi123 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi123=[v2:172.21.15.123:3300/0,v1:172.21.15.123:6789/0]} 2024-01-18T05:49:13.860 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:13 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34023]: cluster 2024-01-18T05:49:12.804769+0000 mon.smithi123 (mon.0) 4 : cluster [DBG] fsmap 2024-01-18T05:49:13.860 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:13 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34023]: cluster 2024-01-18T05:49:12.813582+0000 mon.smithi123 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-18T05:49:13.860 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:13 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34023]: cluster 2024-01-18T05:49:12.815095+0000 mon.smithi123 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-18T05:49:13.860 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:13 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34023]: audit 2024-01-18T05:49:13.260109+0000 mon.smithi123 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.123:0/2242753372' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-18T05:49:14.133 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: 2024-01-18T05:49:14.133 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: [global] 2024-01-18T05:49:14.133 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: fsid = 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 2024-01-18T05:49:14.133 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.123:3300,v1:172.21.15.123:6789] 2024-01-18T05:49:14.133 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-18T05:49:14.133 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-18T05:49:14.133 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-18T05:49:14.133 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-18T05:49:14.133 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: 2024-01-18T05:49:14.133 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: [mgr] 2024-01-18T05:49:14.134 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-18T05:49:14.134 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: 2024-01-18T05:49:14.134 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: [osd] 2024-01-18T05:49:14.134 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-18T05:49:14.134 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: osd_memory_target_autotune = true 2024-01-18T05:49:14.134 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-18T05:49:14.481 INFO:teuthology.orchestra.run.smithi123.stderr:Generating new minimal ceph.conf... 2024-01-18T05:49:14.481 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp34k_64kb:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpis64rr68:/etc/ceph/ceph.conf:z -v /var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/mon.smithi123:/var/lib/ceph/mon/ceph-smithi123:z docker.io/ceph/ceph:v16.2.4 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi123/config 2024-01-18T05:49:15.099 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:14 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34023]: audit 2024-01-18T05:49:14.115683+0000 mon.smithi123 (mon.0) 8 : audit [INF] from='client.? 172.21.15.123:0/2008353574' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-18T05:49:15.100 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:14 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34023]: audit 2024-01-18T05:49:14.118927+0000 mon.smithi123 (mon.0) 9 : audit [INF] from='client.? 172.21.15.123:0/2008353574' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-18T05:49:15.298 INFO:teuthology.orchestra.run.smithi123.stderr:Restarting the monitor... 2024-01-18T05:49:15.298 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl restart ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@mon.smithi123 2024-01-18T05:49:15.395 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:15 smithi123 systemd[1]: Stopping Ceph mon.smithi123 for 3dd0e9e2-b5c5-11ee-95ae-87774f69a715... 2024-01-18T05:49:15.763 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:15 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34023]: debug 2024-01-18T05:49:15.382+0000 7f87a2336700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi123 -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-18T05:49:15.763 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:15 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34023]: debug 2024-01-18T05:49:15.382+0000 7f87a2336700 -1 mon.smithi123@0(leader) e1 *** Got Signal Terminated *** 2024-01-18T05:49:16.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:15 smithi123 podman[34347]: ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123 2024-01-18T05:49:16.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:15 smithi123 systemd[1]: ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@mon.smithi123.service: Succeeded. 2024-01-18T05:49:16.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:15 smithi123 systemd[1]: Stopped Ceph mon.smithi123 for 3dd0e9e2-b5c5-11ee-95ae-87774f69a715. 2024-01-18T05:49:16.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:15 smithi123 systemd[1]: Starting Ceph mon.smithi123 for 3dd0e9e2-b5c5-11ee-95ae-87774f69a715... 2024-01-18T05:49:16.306 INFO:teuthology.orchestra.run.smithi123.stderr:Setting mon public_network to 172.21.0.0/20 2024-01-18T05:49:16.307 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp34k_64kb:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpis64rr68:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mon public_network 172.21.0.0/20 2024-01-18T05:49:16.576 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.284+0000 7f596be19700 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-18T05:49:16.576 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.284+0000 7f596be19700 0 ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable), process ceph-mon, pid 7 2024-01-18T05:49:16.576 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.284+0000 7f596be19700 0 pidfile_write: ignore empty --pid-file 2024-01-18T05:49:16.576 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 0 load: jerasure load: lrc load: isa 2024-01-18T05:49:16.576 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: RocksDB version: 6.8.1 2024-01-18T05:49:16.576 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 2024-01-18T05:49:16.576 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-18T05:49:16.576 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Compile date May 13 2021 2024-01-18T05:49:16.576 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: DB SUMMARY 2024-01-18T05:49:16.577 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 2024-01-18T05:49:16.577 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: CURRENT file: CURRENT 2024-01-18T05:49:16.577 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 2024-01-18T05:49:16.577 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: IDENTITY file: IDENTITY 2024-01-18T05:49:16.577 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 2024-01-18T05:49:16.577 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-18T05:49:16.577 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 2024-01-18T05:49:16.577 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi123/store.db dir, Total Num: 1, files: 000004.sst 2024-01-18T05:49:16.577 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 2024-01-18T05:49:16.577 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi123/store.db: 000006.log size: 79898 ; 2024-01-18T05:49:16.577 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 2024-01-18T05:49:16.577 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.error_if_exists: 0 2024-01-18T05:49:16.578 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.create_if_missing: 0 2024-01-18T05:49:16.578 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.paranoid_checks: 1 2024-01-18T05:49:16.578 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.env: 0x5647ecca01c0 2024-01-18T05:49:16.578 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 bash[34418]: 378e5cdfd17dcbafa214365891a680fd2efe555841651060bf1fbbd7f97cd101 2024-01-18T05:49:16.578 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.fs: Posix File System 2024-01-18T05:49:16.578 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.info_log: 0x5647ee5c5960 2024-01-18T05:49:16.578 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-18T05:49:16.578 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.statistics: (nil) 2024-01-18T05:49:16.578 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.use_fsync: 0 2024-01-18T05:49:16.578 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.max_log_file_size: 0 2024-01-18T05:49:16.578 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-18T05:49:16.578 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-18T05:49:16.578 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-18T05:49:16.578 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-18T05:49:16.579 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.allow_fallocate: 1 2024-01-18T05:49:16.579 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-18T05:49:16.579 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-18T05:49:16.579 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.use_direct_reads: 0 2024-01-18T05:49:16.579 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-18T05:49:16.579 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.create_missing_column_families: 0 2024-01-18T05:49:16.579 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.db_log_dir: 2024-01-18T05:49:16.579 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi123/store.db 2024-01-18T05:49:16.579 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-18T05:49:16.579 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.max_subcompactions: 1 2024-01-18T05:49:16.579 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.max_background_flushes: -1 2024-01-18T05:49:16.579 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-18T05:49:16.579 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-18T05:49:16.580 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-18T05:49:16.580 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-18T05:49:16.580 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-18T05:49:16.580 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.advise_random_on_open: 1 2024-01-18T05:49:16.580 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-18T05:49:16.580 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.write_buffer_manager: 0x5647ee5cbfb0 2024-01-18T05:49:16.580 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-18T05:49:16.580 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-18T05:49:16.580 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-18T05:49:16.580 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-18T05:49:16.580 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.rate_limiter: (nil) 2024-01-18T05:49:16.580 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-18T05:49:16.580 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-18T05:49:16.581 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-18T05:49:16.581 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-18T05:49:16.581 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.unordered_write: 0 2024-01-18T05:49:16.581 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-18T05:49:16.581 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-18T05:49:16.581 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-18T05:49:16.581 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-18T05:49:16.581 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.row_cache: None 2024-01-18T05:49:16.581 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.wal_filter: None 2024-01-18T05:49:16.581 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-18T05:49:16.581 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-18T05:49:16.581 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.preserve_deletes: 0 2024-01-18T05:49:16.581 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.two_write_queues: 0 2024-01-18T05:49:16.581 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.manual_wal_flush: 0 2024-01-18T05:49:16.582 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.atomic_flush: 0 2024-01-18T05:49:16.582 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-18T05:49:16.582 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-18T05:49:16.582 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-18T05:49:16.582 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.log_readahead_size: 0 2024-01-18T05:49:16.582 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-18T05:49:16.582 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.max_background_jobs: 2 2024-01-18T05:49:16.582 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.max_background_compactions: -1 2024-01-18T05:49:16.582 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-18T05:49:16.582 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-18T05:49:16.584 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-18T05:49:16.584 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.max_total_wal_size: 0 2024-01-18T05:49:16.584 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-18T05:49:16.584 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-18T05:49:16.584 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-18T05:49:16.584 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-18T05:49:16.584 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.max_open_files: -1 2024-01-18T05:49:16.584 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.bytes_per_sync: 0 2024-01-18T05:49:16.584 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-18T05:49:16.584 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-18T05:49:16.585 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-18T05:49:16.585 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Compression algorithms supported: 2024-01-18T05:49:16.585 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-18T05:49:16.585 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: kZSTD supported: 0 2024-01-18T05:49:16.585 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: kXpressCompression supported: 0 2024-01-18T05:49:16.585 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-18T05:49:16.585 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: kLZ4Compression supported: 1 2024-01-18T05:49:16.585 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: kBZip2Compression supported: 0 2024-01-18T05:49:16.585 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: kZlibCompression supported: 1 2024-01-18T05:49:16.585 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: kSnappyCompression supported: 1 2024-01-18T05:49:16.585 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-18T05:49:16.585 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi123/store.db/MANIFEST-000005 2024-01-18T05:49:16.585 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 2024-01-18T05:49:16.585 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-18T05:49:16.585 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 2024-01-18T05:49:16.586 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-18T05:49:16.586 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.merge_operator: 2024-01-18T05:49:16.586 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.compaction_filter: None 2024-01-18T05:49:16.586 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.compaction_filter_factory: None 2024-01-18T05:49:16.586 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-18T05:49:16.586 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-18T05:49:16.586 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5647ee4dc128) 2024-01-18T05:49:16.586 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cache_index_and_filter_blocks: 1 2024-01-18T05:49:16.586 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-18T05:49:16.586 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-18T05:49:16.586 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: pin_top_level_index_and_filter: 1 2024-01-18T05:49:16.586 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: index_type: 0 2024-01-18T05:49:16.586 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: data_block_index_type: 0 2024-01-18T05:49:16.586 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: index_shortening: 1 2024-01-18T05:49:16.586 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: data_block_hash_table_util_ratio: 0.750000 2024-01-18T05:49:16.586 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: hash_index_allow_collision: 1 2024-01-18T05:49:16.587 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: checksum: 1 2024-01-18T05:49:16.587 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: no_block_cache: 0 2024-01-18T05:49:16.587 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: block_cache: 0x5647ee512f10 2024-01-18T05:49:16.587 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: block_cache_name: BinnedLRUCache 2024-01-18T05:49:16.587 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: block_cache_options: 2024-01-18T05:49:16.587 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: capacity : 536870912 2024-01-18T05:49:16.587 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: num_shard_bits : 4 2024-01-18T05:49:16.587 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: strict_capacity_limit : 0 2024-01-18T05:49:16.587 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: high_pri_pool_ratio: 0.000 2024-01-18T05:49:16.587 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: block_cache_compressed: (nil) 2024-01-18T05:49:16.587 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: persistent_cache: (nil) 2024-01-18T05:49:16.587 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: block_size: 4096 2024-01-18T05:49:16.587 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: block_size_deviation: 10 2024-01-18T05:49:16.587 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: block_restart_interval: 16 2024-01-18T05:49:16.588 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: index_block_restart_interval: 1 2024-01-18T05:49:16.588 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: metadata_block_size: 4096 2024-01-18T05:49:16.588 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: partition_filters: 0 2024-01-18T05:49:16.588 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: use_delta_encoding: 1 2024-01-18T05:49:16.588 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-18T05:49:16.588 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: whole_key_filtering: 1 2024-01-18T05:49:16.588 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: verify_compression: 0 2024-01-18T05:49:16.588 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: read_amp_bytes_per_bit: 0 2024-01-18T05:49:16.588 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: format_version: 2 2024-01-18T05:49:16.588 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: enable_index_compression: 1 2024-01-18T05:49:16.588 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: block_align: 0 2024-01-18T05:49:16.588 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 2024-01-18T05:49:16.588 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-18T05:49:16.589 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-18T05:49:16.589 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.compression: NoCompression 2024-01-18T05:49:16.589 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-18T05:49:16.589 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-18T05:49:16.589 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-18T05:49:16.589 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.num_levels: 7 2024-01-18T05:49:16.589 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-18T05:49:16.589 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-18T05:49:16.589 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-18T05:49:16.589 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-18T05:49:16.589 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-18T05:49:16.589 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-18T05:49:16.589 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-18T05:49:16.589 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-18T05:49:16.589 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-18T05:49:16.589 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-18T05:49:16.590 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.compression_opts.level: 32767 2024-01-18T05:49:16.590 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-18T05:49:16.590 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-18T05:49:16.590 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-18T05:49:16.590 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.compression_opts.enabled: false 2024-01-18T05:49:16.590 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-18T05:49:16.590 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-18T05:49:16.590 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-18T05:49:16.590 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-18T05:49:16.590 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-18T05:49:16.590 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-18T05:49:16.590 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-18T05:49:16.590 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-18T05:49:16.590 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-18T05:49:16.590 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-18T05:49:16.591 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-18T05:49:16.591 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-18T05:49:16.591 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-18T05:49:16.591 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-18T05:49:16.591 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-18T05:49:16.591 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-18T05:49:16.591 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-18T05:49:16.591 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.arena_block_size: 4194304 2024-01-18T05:49:16.591 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-18T05:49:16.591 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-18T05:49:16.591 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-18T05:49:16.591 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-18T05:49:16.591 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-18T05:49:16.591 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-18T05:49:16.591 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-18T05:49:16.592 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-18T05:49:16.592 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-18T05:49:16.592 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-18T05:49:16.592 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-18T05:49:16.592 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-18T05:49:16.592 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-18T05:49:16.592 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-18T05:49:16.592 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.table_properties_collectors: 2024-01-18T05:49:16.592 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.inplace_update_support: 0 2024-01-18T05:49:16.592 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-18T05:49:16.592 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-18T05:49:16.592 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-18T05:49:16.592 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-18T05:49:16.592 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.bloom_locality: 0 2024-01-18T05:49:16.593 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.max_successive_merges: 0 2024-01-18T05:49:16.593 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-18T05:49:16.593 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-18T05:49:16.593 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.force_consistency_checks: 0 2024-01-18T05:49:16.593 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-18T05:49:16.593 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.ttl: 2592000 2024-01-18T05:49:16.593 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.289+0000 7f596be19700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-18T05:49:16.593 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.290+0000 7f596be19700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi123/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-18T05:49:16.593 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 2024-01-18T05:49:16.593 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.290+0000 7f596be19700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-18T05:49:16.593 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 2024-01-18T05:49:16.593 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.290+0000 7f596be19700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705556956291308, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-18T05:49:16.593 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.290+0000 7f596be19700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-18T05:49:16.593 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.290+0000 7f596be19700 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-18T05:49:16.593 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.291+0000 7f596be19700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705556956292110, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 76886, "table_properties": {"data_size": 75183, "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": 9152, "raw_average_key_size": 47, "raw_value_size": 69886, "raw_average_value_size": 362, "num_data_blocks": 10, "num_entries": 193, "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": 1705556956, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-18T05:49:16.594 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.291+0000 7f596be19700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-18T05:49:16.594 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 2024-01-18T05:49:16.594 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.291+0000 7f596be19700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705556956292474, "job": 1, "event": "recovery_finished"} 2024-01-18T05:49:16.594 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.292+0000 7f596be19700 4 rocksdb: DB pointer 0x5647ee5d7800 2024-01-18T05:49:16.594 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.292+0000 7f5952c31700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-18T05:49:16.594 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.292+0000 7f5952c31700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-18T05:49:16.594 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: ** DB Stats ** 2024-01-18T05:49:16.594 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T05:49:16.594 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 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-18T05:49:16.594 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-18T05:49:16.594 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T05:49:16.594 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 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-18T05:49:16.594 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-18T05:49:16.594 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T05:49:16.594 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 2024-01-18T05:49:16.595 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: ** Compaction Stats [default] ** 2024-01-18T05:49:16.595 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 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-18T05:49:16.595 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T05:49:16.595 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: L0 2/0 76.78 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.8 0.00 0.00 1 0.001 0 0 2024-01-18T05:49:16.595 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: Sum 2/0 76.78 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.8 0.00 0.00 1 0.001 0 0 2024-01-18T05:49:16.595 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.8 0.00 0.00 1 0.001 0 0 2024-01-18T05:49:16.595 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 2024-01-18T05:49:16.595 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: ** Compaction Stats [default] ** 2024-01-18T05:49:16.595 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 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-18T05:49:16.595 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T05:49:16.595 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 systemd[1]: Started Ceph mon.smithi123 for 3dd0e9e2-b5c5-11ee-95ae-87774f69a715. 2024-01-18T05:49:16.595 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 136.8 0.00 0.00 1 0.001 0 0 2024-01-18T05:49:16.595 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T05:49:16.595 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T05:49:16.595 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T05:49:16.596 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T05:49:16.596 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T05:49:16.596 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T05:49:16.596 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: Cumulative compaction: 0.00 GB write, 27.40 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T05:49:16.596 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: Interval compaction: 0.00 GB write, 27.40 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T05:49:16.596 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 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-18T05:49:16.596 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 2024-01-18T05:49:16.596 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T05:49:16.596 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 2024-01-18T05:49:16.596 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: ** Compaction Stats [default] ** 2024-01-18T05:49:16.596 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 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-18T05:49:16.596 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T05:49:16.596 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: L0 2/0 76.78 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.8 0.00 0.00 1 0.001 0 0 2024-01-18T05:49:16.596 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: Sum 2/0 76.78 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.8 0.00 0.00 1 0.001 0 0 2024-01-18T05:49:16.597 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 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-18T05:49:16.597 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 2024-01-18T05:49:16.597 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: ** Compaction Stats [default] ** 2024-01-18T05:49:16.597 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 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-18T05:49:16.597 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T05:49:16.597 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 136.8 0.00 0.00 1 0.001 0 0 2024-01-18T05:49:16.597 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T05:49:16.597 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T05:49:16.597 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T05:49:16.597 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T05:49:16.597 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T05:49:16.597 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T05:49:16.597 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: Cumulative compaction: 0.00 GB write, 27.09 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T05:49:16.597 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 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-18T05:49:16.597 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 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-18T05:49:16.598 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 2024-01-18T05:49:16.598 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T05:49:16.598 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 2024-01-18T05:49:16.598 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.293+0000 7f596be19700 0 starting mon.smithi123 rank 0 at public addrs [v2:172.21.15.123:3300/0,v1:172.21.15.123:6789/0] at bind addrs [v2:172.21.15.123:3300/0,v1:172.21.15.123:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi123 fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 2024-01-18T05:49:16.598 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.294+0000 7f596be19700 1 mon.smithi123@-1(???) e1 preinit fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 2024-01-18T05:49:16.598 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.294+0000 7f596be19700 0 mon.smithi123@-1(???).mds e1 new map 2024-01-18T05:49:16.598 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.294+0000 7f596be19700 0 mon.smithi123@-1(???).mds e1 print_map 2024-01-18T05:49:16.598 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: e1 2024-01-18T05:49:16.598 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-18T05:49:16.598 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 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-18T05:49:16.598 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: legacy client fscid: -1 2024-01-18T05:49:16.598 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 2024-01-18T05:49:16.598 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: No filesystems configured 2024-01-18T05:49:16.598 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 2024-01-18T05:49:16.599 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.294+0000 7f596be19700 0 mon.smithi123@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-18T05:49:16.599 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.294+0000 7f596be19700 0 mon.smithi123@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T05:49:16.599 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.294+0000 7f596be19700 0 mon.smithi123@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T05:49:16.599 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.294+0000 7f596be19700 0 mon.smithi123@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T05:49:16.599 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:14.115683+0000 mon.smithi123 (mon.0) 8 : audit [INF] from='client.? 172.21.15.123:0/2008353574' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-18T05:49:16.599 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:14.118927+0000 mon.smithi123 (mon.0) 9 : audit [INF] from='client.? 172.21.15.123:0/2008353574' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-18T05:49:16.599 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:49:16.295+0000 7f596be19700 1 mon.smithi123@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-18T05:49:16.599 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:49:16.312328+0000 mon.smithi123 (mon.0) 1 : cluster [INF] mon.smithi123 is new leader, mons smithi123 in quorum (ranks 0) 2024-01-18T05:49:16.599 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:49:16.312409+0000 mon.smithi123 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi123=[v2:172.21.15.123:3300/0,v1:172.21.15.123:6789/0]} 2024-01-18T05:49:16.599 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:49:16.312457+0000 mon.smithi123 (mon.0) 3 : cluster [DBG] fsmap 2024-01-18T05:49:16.599 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:49:16.312481+0000 mon.smithi123 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-18T05:49:16.599 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:49:16.312897+0000 mon.smithi123 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-18T05:49:17.088 INFO:teuthology.orchestra.run.smithi123.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-18T05:49:17.088 INFO:teuthology.orchestra.run.smithi123.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-18T05:49:17.089 INFO:teuthology.orchestra.run.smithi123.stderr:Creating mgr... 2024-01-18T05:49:17.089 INFO:teuthology.orchestra.run.smithi123.stderr:Verifying port 9283 ... 2024-01-18T05:49:17.090 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl daemon-reload 2024-01-18T05:49:17.181 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl stop ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@mgr.smithi123.hkeqdd 2024-01-18T05:49:17.202 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl reset-failed ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@mgr.smithi123.hkeqdd 2024-01-18T05:49:17.208 INFO:teuthology.orchestra.run.smithi123.stderr:systemctl: Failed to reset failed state of unit ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@mgr.smithi123.hkeqdd.service: Unit ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@mgr.smithi123.hkeqdd.service not loaded. 2024-01-18T05:49:17.208 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl enable ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@mgr.smithi123.hkeqdd 2024-01-18T05:49:17.214 INFO:teuthology.orchestra.run.smithi123.stderr:systemctl: Created symlink /etc/systemd/system/ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715.target.wants/ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@mgr.smithi123.hkeqdd.service → /etc/systemd/system/ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@.service. 2024-01-18T05:49:17.299 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl start ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@mgr.smithi123.hkeqdd 2024-01-18T05:49:17.632 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-18T05:49:17.641 INFO:teuthology.orchestra.run.smithi123.stderr:systemctl: disabled 2024-01-18T05:49:17.642 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl is-active firewalld.service 2024-01-18T05:49:17.649 INFO:teuthology.orchestra.run.smithi123.stderr:systemctl: inactive 2024-01-18T05:49:17.650 INFO:teuthology.orchestra.run.smithi123.stderr:firewalld.service is not enabled 2024-01-18T05:49:17.650 INFO:teuthology.orchestra.run.smithi123.stderr:Not possible to enable service . firewalld.service is not available 2024-01-18T05:49:17.650 INFO:teuthology.orchestra.run.smithi123.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-01-18T05:49:17.650 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-18T05:49:17.657 INFO:teuthology.orchestra.run.smithi123.stderr:systemctl: disabled 2024-01-18T05:49:17.658 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl is-active firewalld.service 2024-01-18T05:49:17.665 INFO:teuthology.orchestra.run.smithi123.stderr:systemctl: inactive 2024-01-18T05:49:17.666 INFO:teuthology.orchestra.run.smithi123.stderr:firewalld.service is not enabled 2024-01-18T05:49:17.666 INFO:teuthology.orchestra.run.smithi123.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-18T05:49:17.666 INFO:teuthology.orchestra.run.smithi123.stderr:Waiting for mgr to start... 2024-01-18T05:49:17.666 INFO:teuthology.orchestra.run.smithi123.stderr:Waiting for mgr... 2024-01-18T05:49:17.666 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp34k_64kb:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpis64rr68:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2024-01-18T05:49:18.074 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:17 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:16.723140+0000 mon.smithi123 (mon.0) 6 : audit [INF] from='client.? 172.21.15.123:0/270366217' entity='client.admin' 2024-01-18T05:49:18.281 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: 2024-01-18T05:49:18.282 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: { 2024-01-18T05:49:18.282 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "fsid": "3dd0e9e2-b5c5-11ee-95ae-87774f69a715", 2024-01-18T05:49:18.282 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "health": { 2024-01-18T05:49:18.282 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-18T05:49:18.282 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "checks": {}, 2024-01-18T05:49:18.282 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "mutes": [] 2024-01-18T05:49:18.282 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: }, 2024-01-18T05:49:18.283 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-18T05:49:18.283 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "quorum": [ 2024-01-18T05:49:18.283 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: 0 2024-01-18T05:49:18.283 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: ], 2024-01-18T05:49:18.283 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-18T05:49:18.283 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "smithi123" 2024-01-18T05:49:18.283 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: ], 2024-01-18T05:49:18.283 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "quorum_age": 1, 2024-01-18T05:49:18.284 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "monmap": { 2024-01-18T05:49:18.284 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T05:49:18.284 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-18T05:49:18.284 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-18T05:49:18.284 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: }, 2024-01-18T05:49:18.285 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "osdmap": { 2024-01-18T05:49:18.285 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T05:49:18.285 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-18T05:49:18.285 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-18T05:49:18.285 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-18T05:49:18.285 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-18T05:49:18.285 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-18T05:49:18.285 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-18T05:49:18.286 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: }, 2024-01-18T05:49:18.287 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "pgmap": { 2024-01-18T05:49:18.287 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-18T05:49:18.287 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-18T05:49:18.287 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-18T05:49:18.287 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-18T05:49:18.287 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-18T05:49:18.287 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-18T05:49:18.287 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-18T05:49:18.287 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-18T05:49:18.288 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: }, 2024-01-18T05:49:18.288 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "fsmap": { 2024-01-18T05:49:18.288 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T05:49:18.288 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-18T05:49:18.288 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-18T05:49:18.288 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: }, 2024-01-18T05:49:18.289 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-18T05:49:18.289 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "available": false, 2024-01-18T05:49:18.289 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-18T05:49:18.289 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "modules": [ 2024-01-18T05:49:18.289 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "iostat", 2024-01-18T05:49:18.289 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "restful" 2024-01-18T05:49:18.290 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: ], 2024-01-18T05:49:18.290 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "services": {} 2024-01-18T05:49:18.290 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: }, 2024-01-18T05:49:18.290 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "servicemap": { 2024-01-18T05:49:18.290 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T05:49:18.290 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "modified": "2024-01-18T05:49:12.801079+0000", 2024-01-18T05:49:18.290 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "services": {} 2024-01-18T05:49:18.290 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: }, 2024-01-18T05:49:18.291 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-18T05:49:18.291 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: } 2024-01-18T05:49:18.680 INFO:teuthology.orchestra.run.smithi123.stderr:mgr not available, waiting (1/15)... 2024-01-18T05:49:19.074 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:18 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:18.260671+0000 mon.smithi123 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.123:0/2460756531' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T05:49:20.682 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp34k_64kb:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpis64rr68:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2024-01-18T05:49:21.165 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: 2024-01-18T05:49:21.165 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: { 2024-01-18T05:49:21.165 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "fsid": "3dd0e9e2-b5c5-11ee-95ae-87774f69a715", 2024-01-18T05:49:21.165 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "health": { 2024-01-18T05:49:21.165 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-18T05:49:21.165 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "checks": {}, 2024-01-18T05:49:21.165 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "mutes": [] 2024-01-18T05:49:21.166 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: }, 2024-01-18T05:49:21.166 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-18T05:49:21.166 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "quorum": [ 2024-01-18T05:49:21.166 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: 0 2024-01-18T05:49:21.166 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: ], 2024-01-18T05:49:21.166 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-18T05:49:21.166 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "smithi123" 2024-01-18T05:49:21.166 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: ], 2024-01-18T05:49:21.166 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "quorum_age": 4, 2024-01-18T05:49:21.166 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "monmap": { 2024-01-18T05:49:21.166 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T05:49:21.166 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-18T05:49:21.167 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-18T05:49:21.167 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: }, 2024-01-18T05:49:21.167 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "osdmap": { 2024-01-18T05:49:21.167 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T05:49:21.167 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-18T05:49:21.167 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-18T05:49:21.167 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-18T05:49:21.167 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-18T05:49:21.170 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-18T05:49:21.170 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-18T05:49:21.170 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: }, 2024-01-18T05:49:21.170 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "pgmap": { 2024-01-18T05:49:21.170 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-18T05:49:21.170 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-18T05:49:21.170 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-18T05:49:21.170 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-18T05:49:21.170 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-18T05:49:21.171 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-18T05:49:21.171 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-18T05:49:21.171 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-18T05:49:21.171 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: }, 2024-01-18T05:49:21.171 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "fsmap": { 2024-01-18T05:49:21.171 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T05:49:21.171 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-18T05:49:21.171 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-18T05:49:21.171 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: }, 2024-01-18T05:49:21.171 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-18T05:49:21.171 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "available": false, 2024-01-18T05:49:21.171 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-18T05:49:21.171 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "modules": [ 2024-01-18T05:49:21.171 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "iostat", 2024-01-18T05:49:21.171 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "restful" 2024-01-18T05:49:21.171 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: ], 2024-01-18T05:49:21.171 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "services": {} 2024-01-18T05:49:21.172 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: }, 2024-01-18T05:49:21.172 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "servicemap": { 2024-01-18T05:49:21.172 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T05:49:21.172 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "modified": "2024-01-18T05:49:12.801079+0000", 2024-01-18T05:49:21.172 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "services": {} 2024-01-18T05:49:21.172 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: }, 2024-01-18T05:49:21.172 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-18T05:49:21.172 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: } 2024-01-18T05:49:21.523 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:21 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:21.149526+0000 mon.smithi123 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.123:0/3190238400' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T05:49:21.553 INFO:teuthology.orchestra.run.smithi123.stderr:mgr not available, waiting (2/15)... 2024-01-18T05:49:23.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:22 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:49:22.607601+0000 mon.smithi123 (mon.0) 9 : cluster [INF] Activating manager daemon smithi123.hkeqdd 2024-01-18T05:49:23.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:22 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:49:22.610157+0000 mon.smithi123 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi123.hkeqdd(active, starting, since 0.00266754s) 2024-01-18T05:49:23.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:22 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:22.611116+0000 mon.smithi123 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.123:0/3026872486' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T05:49:23.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:22 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:22.611237+0000 mon.smithi123 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.123:0/3026872486' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T05:49:23.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:22 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:22.611337+0000 mon.smithi123 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.123:0/3026872486' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T05:49:23.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:22 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:22.611440+0000 mon.smithi123 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.123:0/3026872486' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2024-01-18T05:49:23.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:22 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:22.611846+0000 mon.smithi123 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.123:0/3026872486' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "mgr metadata", "who": "smithi123.hkeqdd", "id": "smithi123.hkeqdd"}]: dispatch 2024-01-18T05:49:23.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:22 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:49:22.624883+0000 mon.smithi123 (mon.0) 16 : cluster [INF] Manager daemon smithi123.hkeqdd is now available 2024-01-18T05:49:23.076 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:22 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:22.635221+0000 mon.smithi123 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.123:0/3026872486' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:49:23.076 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:22 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:22.636734+0000 mon.smithi123 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.123:0/3026872486' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.hkeqdd/mirror_snapshot_schedule"}]: dispatch 2024-01-18T05:49:23.076 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:22 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:22.637836+0000 mon.smithi123 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.123:0/3026872486' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.hkeqdd/trash_purge_schedule"}]: dispatch 2024-01-18T05:49:23.076 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:22 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:22.645249+0000 mon.smithi123 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.123:0/3026872486' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:49:23.076 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:22 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:22.649979+0000 mon.smithi123 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.123:0/3026872486' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:49:23.556 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp34k_64kb:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpis64rr68:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2024-01-18T05:49:24.140 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: 2024-01-18T05:49:24.140 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: { 2024-01-18T05:49:24.140 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "fsid": "3dd0e9e2-b5c5-11ee-95ae-87774f69a715", 2024-01-18T05:49:24.140 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "health": { 2024-01-18T05:49:24.140 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-18T05:49:24.140 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "checks": {}, 2024-01-18T05:49:24.140 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "mutes": [] 2024-01-18T05:49:24.141 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: }, 2024-01-18T05:49:24.141 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-18T05:49:24.141 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "quorum": [ 2024-01-18T05:49:24.141 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: 0 2024-01-18T05:49:24.141 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: ], 2024-01-18T05:49:24.141 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-18T05:49:24.141 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "smithi123" 2024-01-18T05:49:24.141 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: ], 2024-01-18T05:49:24.141 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "quorum_age": 7, 2024-01-18T05:49:24.141 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "monmap": { 2024-01-18T05:49:24.141 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T05:49:24.141 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-18T05:49:24.141 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-18T05:49:24.141 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: }, 2024-01-18T05:49:24.141 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "osdmap": { 2024-01-18T05:49:24.142 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T05:49:24.142 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-18T05:49:24.142 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-18T05:49:24.142 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-18T05:49:24.142 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-18T05:49:24.145 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-18T05:49:24.145 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-18T05:49:24.145 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: }, 2024-01-18T05:49:24.145 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "pgmap": { 2024-01-18T05:49:24.146 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-18T05:49:24.146 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-18T05:49:24.146 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-18T05:49:24.146 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-18T05:49:24.146 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-18T05:49:24.146 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-18T05:49:24.146 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-18T05:49:24.146 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-18T05:49:24.146 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: }, 2024-01-18T05:49:24.146 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "fsmap": { 2024-01-18T05:49:24.146 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T05:49:24.146 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-18T05:49:24.146 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-18T05:49:24.146 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: }, 2024-01-18T05:49:24.147 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-18T05:49:24.147 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "available": true, 2024-01-18T05:49:24.147 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-18T05:49:24.147 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "modules": [ 2024-01-18T05:49:24.147 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "iostat", 2024-01-18T05:49:24.147 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "restful" 2024-01-18T05:49:24.147 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: ], 2024-01-18T05:49:24.147 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "services": {} 2024-01-18T05:49:24.147 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: }, 2024-01-18T05:49:24.147 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "servicemap": { 2024-01-18T05:49:24.147 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T05:49:24.147 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "modified": "2024-01-18T05:49:12.801079+0000", 2024-01-18T05:49:24.147 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "services": {} 2024-01-18T05:49:24.147 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: }, 2024-01-18T05:49:24.147 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-18T05:49:24.148 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: } 2024-01-18T05:49:24.470 INFO:teuthology.orchestra.run.smithi123.stderr:mgr is available 2024-01-18T05:49:24.471 INFO:teuthology.orchestra.run.smithi123.stderr:Enabling cephadm module... 2024-01-18T05:49:24.471 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp34k_64kb:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpis64rr68:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable cephadm 2024-01-18T05:49:25.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:24 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:49:23.613079+0000 mon.smithi123 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi123.hkeqdd(active, since 1.00559s) 2024-01-18T05:49:25.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:24 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:24.125449+0000 mon.smithi123 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.123:0/361935665' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T05:49:25.954 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp34k_64kb:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpis64rr68:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr stat 2024-01-18T05:49:25.956 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:25 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:25.021110+0000 mon.smithi123 (mon.0) 24 : audit [INF] from='client.? 172.21.15.123:0/1865521869' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-18T05:49:26.511 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: { 2024-01-18T05:49:26.511 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "epoch": 4, 2024-01-18T05:49:26.511 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "available": true, 2024-01-18T05:49:26.511 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "active_name": "smithi123.hkeqdd", 2024-01-18T05:49:26.511 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-18T05:49:26.512 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: } 2024-01-18T05:49:26.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:26 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:25.615545+0000 mon.smithi123 (mon.0) 25 : audit [INF] from='client.? 172.21.15.123:0/1865521869' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-18T05:49:26.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:26 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:49:25.615589+0000 mon.smithi123 (mon.0) 26 : cluster [DBG] mgrmap e4: smithi123.hkeqdd(active, since 3s) 2024-01-18T05:49:26.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:26 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:26.498342+0000 mon.smithi123 (mon.0) 27 : audit [DBG] from='client.? 172.21.15.123:0/3373365617' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-18T05:49:26.872 INFO:teuthology.orchestra.run.smithi123.stderr:Waiting for the mgr to restart... 2024-01-18T05:49:26.872 INFO:teuthology.orchestra.run.smithi123.stderr:Waiting for mgr epoch 4... 2024-01-18T05:49:26.872 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp34k_64kb:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpis64rr68:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2024-01-18T05:49:31.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:49:30.568503+0000 mon.smithi123 (mon.0) 28 : cluster [INF] Active manager daemon smithi123.hkeqdd restarted 2024-01-18T05:49:31.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:49:30.568866+0000 mon.smithi123 (mon.0) 29 : cluster [INF] Activating manager daemon smithi123.hkeqdd 2024-01-18T05:49:31.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:49:30.570492+0000 mon.smithi123 (mon.0) 30 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-18T05:49:31.649 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: { 2024-01-18T05:49:31.649 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "mgrmap_epoch": 6, 2024-01-18T05:49:31.649 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "initialized": true 2024-01-18T05:49:31.649 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: } 2024-01-18T05:49:31.939 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:31 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:49:30.621028+0000 mon.smithi123 (mon.0) 31 : cluster [DBG] mgrmap e5: smithi123.hkeqdd(active, starting, since 0.0522291s) 2024-01-18T05:49:31.939 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:31 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:30.621920+0000 mon.smithi123 (mon.0) 32 : audit [DBG] from='mgr.14114 172.21.15.123:0/4256709384' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2024-01-18T05:49:31.939 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:31 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:30.622635+0000 mon.smithi123 (mon.0) 33 : audit [DBG] from='mgr.14114 172.21.15.123:0/4256709384' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "mgr metadata", "who": "smithi123.hkeqdd", "id": "smithi123.hkeqdd"}]: dispatch 2024-01-18T05:49:31.939 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:31 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:30.623272+0000 mon.smithi123 (mon.0) 34 : audit [DBG] from='mgr.14114 172.21.15.123:0/4256709384' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T05:49:31.939 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:31 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:30.623388+0000 mon.smithi123 (mon.0) 35 : audit [DBG] from='mgr.14114 172.21.15.123:0/4256709384' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T05:49:31.939 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:31 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:30.623495+0000 mon.smithi123 (mon.0) 36 : audit [DBG] from='mgr.14114 172.21.15.123:0/4256709384' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T05:49:31.939 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:31 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:49:30.637336+0000 mon.smithi123 (mon.0) 37 : cluster [INF] Manager daemon smithi123.hkeqdd is now available 2024-01-18T05:49:31.939 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:31 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:30.650245+0000 mon.smithi123 (mon.0) 38 : audit [INF] from='mgr.14114 172.21.15.123:0/4256709384' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:49:31.939 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:31 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:30.653679+0000 mon.smithi123 (mon.0) 39 : audit [INF] from='mgr.14114 172.21.15.123:0/4256709384' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:49:31.939 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:31 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:30.656336+0000 mon.smithi123 (mon.0) 40 : audit [INF] from='mgr.14114 172.21.15.123:0/4256709384' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:49:31.939 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:31 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:30.744105+0000 mon.smithi123 (mon.0) 41 : audit [INF] from='mgr.14114 172.21.15.123:0/4256709384' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:49:31.940 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:31 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:30.744754+0000 mon.smithi123 (mon.0) 42 : audit [DBG] from='mgr.14114 172.21.15.123:0/4256709384' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:49:31.940 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:31 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:30.746156+0000 mon.smithi123 (mon.0) 43 : audit [DBG] from='mgr.14114 172.21.15.123:0/4256709384' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:49:31.940 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:31 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:30.747533+0000 mon.smithi123 (mon.0) 44 : audit [DBG] from='mgr.14114 172.21.15.123:0/4256709384' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:49:31.940 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:31 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:30.756974+0000 mon.smithi123 (mon.0) 45 : audit [INF] from='mgr.14114 172.21.15.123:0/4256709384' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.hkeqdd/mirror_snapshot_schedule"}]: dispatch 2024-01-18T05:49:31.940 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:31 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:30.758128+0000 mon.smithi123 (mon.0) 46 : audit [INF] from='mgr.14114 172.21.15.123:0/4256709384' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.hkeqdd/trash_purge_schedule"}]: dispatch 2024-01-18T05:49:32.003 INFO:teuthology.orchestra.run.smithi123.stderr:mgr epoch 4 is available 2024-01-18T05:49:32.003 INFO:teuthology.orchestra.run.smithi123.stderr:Setting orchestrator backend to cephadm... 2024-01-18T05:49:32.003 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp34k_64kb:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpis64rr68:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch set backend cephadm 2024-01-18T05:49:32.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:32 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:31.628549+0000 mgr.smithi123.hkeqdd (mgr.14114) 1 : audit [DBG] from='client.14118 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-18T05:49:32.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:32 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:49:31.629195+0000 mon.smithi123 (mon.0) 47 : cluster [DBG] mgrmap e6: smithi123.hkeqdd(active, since 1.06037s) 2024-01-18T05:49:32.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:32 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:31.635716+0000 mgr.smithi123.hkeqdd (mgr.14114) 2 : audit [DBG] from='client.14118 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-18T05:49:32.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:32 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:32.524315+0000 mon.smithi123 (mon.0) 48 : audit [INF] from='mgr.14114 172.21.15.123:0/4256709384' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:49:32.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:32 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:32.527746+0000 mon.smithi123 (mon.0) 49 : audit [DBG] from='mgr.14114 172.21.15.123:0/4256709384' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:49:32.877 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp34k_64kb:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpis64rr68:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm set-user root 2024-01-18T05:49:33.407 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: value unchanged 2024-01-18T05:49:33.761 INFO:teuthology.orchestra.run.smithi123.stderr:Generating ssh key... 2024-01-18T05:49:33.761 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp34k_64kb:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpis64rr68:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm generate-key 2024-01-18T05:49:33.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:33 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:32.520565+0000 mgr.smithi123.hkeqdd (mgr.14114) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:49:33.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:33 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:49:33.525411+0000 mon.smithi123 (mon.0) 50 : cluster [DBG] mgrmap e7: smithi123.hkeqdd(active, since 2s) 2024-01-18T05:49:34.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:34 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:33.395080+0000 mgr.smithi123.hkeqdd (mgr.14114) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:49:34.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:34 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:34.515853+0000 mon.smithi123 (mon.0) 51 : audit [INF] from='mgr.14114 172.21.15.123:0/4256709384' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:49:34.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:34 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:34.517444+0000 mon.smithi123 (mon.0) 52 : audit [INF] from='mgr.14114 172.21.15.123:0/4256709384' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:49:34.860 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp34k_64kb:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpis64rr68:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm get-pub-key 2024-01-18T05:49:35.353 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDaPXEpGt4YPjZJc3dR6t909Z38R5hBaBFwbG6zh5zG79psEboAy5qHo7Ye6zrURtzPofyGtw+VbKyw4hcsdsRdNFNCaT4mvY8hQPQzroALL1uOB4xrxyoxhU8IUqIDVHzdAWz1dX45LutudEYqXizXp5J/5020PDqHUJPDrEdc5oaRD91QiQVFMtnzEtDQx22k7HNJabKAUcizLoVYo0bS+48KQaIkWwzCYUXdUqLbMBn5nRm81V65vsmFG8x7SoK08FZqGvZy9V7fVCtxnhFqQKdNzabVMhMyCwULHYAVdynN8osjImQ/8UyImYzU4LSyBXCAX63/2j9ibtumOmqrhIAeP97A1FY5Xe0f6F8ZmWIPgvVhtbK1K90fYi5ntJSWW5fTH7dYpNqfIRRNU963BwF4KIhBgdyFbd2bfrHq8gACIPDcPywBFa+gDp5YW4HxX5p+yc9/WPNY7YLs5dz8HjEJG7Ijqtm7cYU9G855HX6ekrtXovNHl2ZGlH/Jppc= ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715 2024-01-18T05:49:36.074 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:35 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cephadm 2024-01-18T05:49:34.271836+0000 mgr.smithi123.hkeqdd (mgr.14114) 6 : cephadm [INF] Generating ssh key... 2024-01-18T05:49:37.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:36 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:35.340726+0000 mgr.smithi123.hkeqdd (mgr.14114) 7 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:49:37.281 INFO:teuthology.orchestra.run.smithi123.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-18T05:49:37.282 INFO:teuthology.orchestra.run.smithi123.stderr:Adding key to root@localhost authorized_keys... 2024-01-18T05:49:37.283 INFO:teuthology.orchestra.run.smithi123.stderr:Adding host smithi123... 2024-01-18T05:49:37.283 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp34k_64kb:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpis64rr68:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch host add smithi123 172.21.15.123 2024-01-18T05:49:38.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:38 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:38.457097+0000 mgr.smithi123.hkeqdd (mgr.14114) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi123", "addr": "172.21.15.123", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:49:39.114 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: Added host 'smithi123' 2024-01-18T05:49:40.503 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:40 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:39.100121+0000 mon.smithi123 (mon.0) 53 : audit [INF] from='mgr.14114 172.21.15.123:0/4256709384' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:49:40.503 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:40 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cephadm 2024-01-18T05:49:39.100438+0000 mgr.smithi123.hkeqdd (mgr.14114) 9 : cephadm [INF] Added host smithi123 2024-01-18T05:49:40.503 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:40 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:39.100648+0000 mon.smithi123 (mon.0) 54 : audit [DBG] from='mgr.14114 172.21.15.123:0/4256709384' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:49:41.255 INFO:teuthology.orchestra.run.smithi123.stderr:Deploying mon service with default placement... 2024-01-18T05:49:41.256 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp34k_64kb:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpis64rr68:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply mon 2024-01-18T05:49:42.921 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-18T05:49:44.201 INFO:teuthology.orchestra.run.smithi123.stderr:Deploying mgr service with default placement... 2024-01-18T05:49:44.201 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp34k_64kb:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpis64rr68:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply mgr 2024-01-18T05:49:44.203 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:43 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:42.904879+0000 mgr.smithi123.hkeqdd (mgr.14114) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:49:44.204 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:43 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cephadm 2024-01-18T05:49:42.905617+0000 mgr.smithi123.hkeqdd (mgr.14114) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-18T05:49:44.204 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:43 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:42.907925+0000 mon.smithi123 (mon.0) 55 : audit [INF] from='mgr.14114 172.21.15.123:0/4256709384' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:49:44.722 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-18T05:49:45.075 INFO:teuthology.orchestra.run.smithi123.stderr:Deploying crash service with default placement... 2024-01-18T05:49:45.076 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp34k_64kb:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpis64rr68:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply crash 2024-01-18T05:49:45.595 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-18T05:49:45.902 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:45 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:44.707385+0000 mgr.smithi123.hkeqdd (mgr.14114) 12 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:49:45.902 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:45 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cephadm 2024-01-18T05:49:44.707888+0000 mgr.smithi123.hkeqdd (mgr.14114) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-18T05:49:45.903 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:45 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:44.709982+0000 mon.smithi123 (mon.0) 56 : audit [INF] from='mgr.14114 172.21.15.123:0/4256709384' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:49:45.903 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:45 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:45.580184+0000 mgr.smithi123.hkeqdd (mgr.14114) 14 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:49:45.903 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:45 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cephadm 2024-01-18T05:49:45.580810+0000 mgr.smithi123.hkeqdd (mgr.14114) 15 : cephadm [INF] Saving service crash spec with placement * 2024-01-18T05:49:45.903 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:45 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:45.583002+0000 mon.smithi123 (mon.0) 57 : audit [INF] from='mgr.14114 172.21.15.123:0/4256709384' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:49:45.959 INFO:teuthology.orchestra.run.smithi123.stderr:Enabling mgr prometheus module... 2024-01-18T05:49:45.959 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp34k_64kb:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpis64rr68:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable prometheus 2024-01-18T05:49:47.491 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:47 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:46.488885+0000 mon.smithi123 (mon.0) 58 : audit [INF] from='client.? 172.21.15.123:0/1531020781' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-18T05:49:47.491 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:47 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:47.208502+0000 mon.smithi123 (mon.0) 59 : audit [INF] from='mgr.14114 172.21.15.123:0/4256709384' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:49:47.675 INFO:teuthology.orchestra.run.smithi123.stderr:Deploying prometheus service with default placement... 2024-01-18T05:49:47.675 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp34k_64kb:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpis64rr68:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply prometheus 2024-01-18T05:49:48.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:48 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:47.314280+0000 mon.smithi123 (mon.0) 60 : audit [INF] from='client.? 172.21.15.123:0/1531020781' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-18T05:49:48.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:48 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:49:47.314331+0000 mon.smithi123 (mon.0) 61 : cluster [DBG] mgrmap e8: smithi123.hkeqdd(active, since 16s) 2024-01-18T05:49:53.327 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-18T05:49:53.575 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:53 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:49:52.198570+0000 mon.smithi123 (mon.0) 62 : cluster [INF] Active manager daemon smithi123.hkeqdd restarted 2024-01-18T05:49:53.575 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:53 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:49:52.198977+0000 mon.smithi123 (mon.0) 63 : cluster [INF] Activating manager daemon smithi123.hkeqdd 2024-01-18T05:49:53.575 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:53 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:49:52.200544+0000 mon.smithi123 (mon.0) 64 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-18T05:49:53.575 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:53 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:49:52.306403+0000 mon.smithi123 (mon.0) 65 : cluster [DBG] mgrmap e9: smithi123.hkeqdd(active, starting, since 0.107529s) 2024-01-18T05:49:53.575 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:53 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:52.307169+0000 mon.smithi123 (mon.0) 66 : audit [DBG] from='mgr.14142 172.21.15.123:0/3048700966' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2024-01-18T05:49:53.576 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:53 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:52.307839+0000 mon.smithi123 (mon.0) 67 : audit [DBG] from='mgr.14142 172.21.15.123:0/3048700966' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "mgr metadata", "who": "smithi123.hkeqdd", "id": "smithi123.hkeqdd"}]: dispatch 2024-01-18T05:49:53.576 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:53 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:52.308670+0000 mon.smithi123 (mon.0) 68 : audit [DBG] from='mgr.14142 172.21.15.123:0/3048700966' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T05:49:53.576 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:53 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:52.308825+0000 mon.smithi123 (mon.0) 69 : audit [DBG] from='mgr.14142 172.21.15.123:0/3048700966' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T05:49:53.576 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:53 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:52.308962+0000 mon.smithi123 (mon.0) 70 : audit [DBG] from='mgr.14142 172.21.15.123:0/3048700966' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T05:49:53.576 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:53 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:49:52.322073+0000 mon.smithi123 (mon.0) 71 : cluster [INF] Manager daemon smithi123.hkeqdd is now available 2024-01-18T05:49:53.576 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:53 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:52.418666+0000 mon.smithi123 (mon.0) 72 : audit [DBG] from='mgr.14142 172.21.15.123:0/3048700966' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:49:53.576 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:53 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:52.420170+0000 mon.smithi123 (mon.0) 73 : audit [DBG] from='mgr.14142 172.21.15.123:0/3048700966' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:49:53.576 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:53 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:52.435418+0000 mon.smithi123 (mon.0) 74 : audit [INF] from='mgr.14142 172.21.15.123:0/3048700966' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.hkeqdd/mirror_snapshot_schedule"}]: dispatch 2024-01-18T05:49:53.576 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:53 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:52.443736+0000 mon.smithi123 (mon.0) 75 : audit [INF] from='mgr.14142 172.21.15.123:0/3048700966' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.hkeqdd/trash_purge_schedule"}]: dispatch 2024-01-18T05:49:53.576 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:53 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:52.838063+0000 mon.smithi123 (mon.0) 76 : audit [INF] from='mgr.14142 172.21.15.123:0/3048700966' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:49:53.891 INFO:teuthology.orchestra.run.smithi123.stderr:Deploying grafana service with default placement... 2024-01-18T05:49:53.892 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp34k_64kb:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpis64rr68:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply grafana 2024-01-18T05:49:54.468 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-18T05:49:54.575 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:54 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:49:53.311020+0000 mon.smithi123 (mon.0) 77 : cluster [DBG] mgrmap e10: smithi123.hkeqdd(active, since 1.11214s) 2024-01-18T05:49:54.575 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:54 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cephadm 2024-01-18T05:49:53.311998+0000 mgr.smithi123.hkeqdd (mgr.14142) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-18T05:49:54.575 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:54 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:53.314767+0000 mon.smithi123 (mon.0) 78 : audit [INF] from='mgr.14142 172.21.15.123:0/3048700966' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:49:54.575 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:54 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:53.625285+0000 mon.smithi123 (mon.0) 79 : audit [INF] from='mgr.14142 172.21.15.123:0/3048700966' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:49:54.830 INFO:teuthology.orchestra.run.smithi123.stderr:Deploying node-exporter service with default placement... 2024-01-18T05:49:54.830 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp34k_64kb:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpis64rr68:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply node-exporter 2024-01-18T05:49:55.485 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-18T05:49:55.809 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:55 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:54.452202+0000 mgr.smithi123.hkeqdd (mgr.14142) 3 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:49:55.810 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:55 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cephadm 2024-01-18T05:49:54.452761+0000 mgr.smithi123.hkeqdd (mgr.14142) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-18T05:49:55.810 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:55 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:54.455595+0000 mon.smithi123 (mon.0) 80 : audit [INF] from='mgr.14142 172.21.15.123:0/3048700966' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:49:55.810 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:55 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:49:54.627750+0000 mon.smithi123 (mon.0) 81 : cluster [DBG] mgrmap e11: smithi123.hkeqdd(active, since 2s) 2024-01-18T05:49:55.849 INFO:teuthology.orchestra.run.smithi123.stderr:Deploying alertmanager service with default placement... 2024-01-18T05:49:55.849 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp34k_64kb:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpis64rr68:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply alertmanager 2024-01-18T05:49:56.361 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-18T05:49:56.676 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:56 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:55.469874+0000 mgr.smithi123.hkeqdd (mgr.14142) 5 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:49:56.676 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:56 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cephadm 2024-01-18T05:49:55.470443+0000 mgr.smithi123.hkeqdd (mgr.14142) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-18T05:49:56.676 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:56 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:55.472209+0000 mon.smithi123 (mon.0) 82 : audit [INF] from='mgr.14142 172.21.15.123:0/3048700966' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:49:56.676 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:56 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:56.346348+0000 mgr.smithi123.hkeqdd (mgr.14142) 7 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:49:56.676 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:56 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cephadm 2024-01-18T05:49:56.346902+0000 mgr.smithi123.hkeqdd (mgr.14142) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-18T05:49:56.676 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:56 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:56.348832+0000 mon.smithi123 (mon.0) 83 : audit [INF] from='mgr.14142 172.21.15.123:0/3048700966' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:49:56.706 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp34k_64kb:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpis64rr68:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mgr mgr/cephadm/container_init True --force 2024-01-18T05:49:57.590 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp34k_64kb:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpis64rr68:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mgr mgr/dashboard/ssl_server_port 8443 2024-01-18T05:49:58.375 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:58 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:57.220535+0000 mon.smithi123 (mon.0) 84 : audit [INF] from='client.? 172.21.15.123:0/3514296282' entity='client.admin' 2024-01-18T05:49:58.376 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:58 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:58.070473+0000 mon.smithi123 (mon.0) 85 : audit [INF] from='client.? 172.21.15.123:0/695640781' entity='client.admin' 2024-01-18T05:49:58.415 INFO:teuthology.orchestra.run.smithi123.stderr:Enabling the dashboard module... 2024-01-18T05:49:58.415 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp34k_64kb:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpis64rr68:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable dashboard 2024-01-18T05:49:59.556 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp34k_64kb:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpis64rr68:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr stat 2024-01-18T05:49:59.559 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:49:59 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:58.987461+0000 mon.smithi123 (mon.0) 86 : audit [INF] from='client.? 172.21.15.123:0/1524244575' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-18T05:50:00.212 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: { 2024-01-18T05:50:00.213 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "epoch": 12, 2024-01-18T05:50:00.213 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "available": true, 2024-01-18T05:50:00.213 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "active_name": "smithi123.hkeqdd", 2024-01-18T05:50:00.213 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-18T05:50:00.213 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: } 2024-01-18T05:50:00.527 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:00 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:49:59.224404+0000 mon.smithi123 (mon.0) 87 : audit [INF] from='client.? 172.21.15.123:0/1524244575' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-18T05:50:00.527 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:00 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:49:59.224456+0000 mon.smithi123 (mon.0) 88 : cluster [DBG] mgrmap e12: smithi123.hkeqdd(active, since 7s) 2024-01-18T05:50:00.527 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:00 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:00.199540+0000 mon.smithi123 (mon.0) 89 : audit [DBG] from='client.? 172.21.15.123:0/26473022' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-18T05:50:00.578 INFO:teuthology.orchestra.run.smithi123.stderr:Waiting for the mgr to restart... 2024-01-18T05:50:00.578 INFO:teuthology.orchestra.run.smithi123.stderr:Waiting for mgr epoch 12... 2024-01-18T05:50:00.578 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp34k_64kb:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpis64rr68:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2024-01-18T05:50:04.513 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:04 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:50:04.203469+0000 mon.smithi123 (mon.0) 90 : cluster [INF] Active manager daemon smithi123.hkeqdd restarted 2024-01-18T05:50:04.513 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:04 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:50:04.203853+0000 mon.smithi123 (mon.0) 91 : cluster [INF] Activating manager daemon smithi123.hkeqdd 2024-01-18T05:50:04.513 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:04 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:50:04.205602+0000 mon.smithi123 (mon.0) 92 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-18T05:50:05.280 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: { 2024-01-18T05:50:05.280 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "mgrmap_epoch": 14, 2024-01-18T05:50:05.280 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: "initialized": true 2024-01-18T05:50:05.281 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: } 2024-01-18T05:50:05.488 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:05 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:50:04.256689+0000 mon.smithi123 (mon.0) 93 : cluster [DBG] mgrmap e13: smithi123.hkeqdd(active, starting, since 0.0529258s) 2024-01-18T05:50:05.488 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:05 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:04.259382+0000 mon.smithi123 (mon.0) 94 : audit [DBG] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "mon metadata", "id": "smithi123"}]: dispatch 2024-01-18T05:50:05.488 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:05 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:04.259929+0000 mon.smithi123 (mon.0) 95 : audit [DBG] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "mgr metadata", "who": "smithi123.hkeqdd", "id": "smithi123.hkeqdd"}]: dispatch 2024-01-18T05:50:05.488 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:05 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:04.260566+0000 mon.smithi123 (mon.0) 96 : audit [DBG] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T05:50:05.489 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:05 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:04.260765+0000 mon.smithi123 (mon.0) 97 : audit [DBG] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T05:50:05.489 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:05 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:04.260897+0000 mon.smithi123 (mon.0) 98 : audit [DBG] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T05:50:05.489 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:05 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:50:04.274103+0000 mon.smithi123 (mon.0) 99 : cluster [INF] Manager daemon smithi123.hkeqdd is now available 2024-01-18T05:50:05.489 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:05 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:04.371675+0000 mon.smithi123 (mon.0) 100 : audit [DBG] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:50:05.489 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:05 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:04.374334+0000 mon.smithi123 (mon.0) 101 : audit [DBG] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:50:05.489 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:05 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:04.389606+0000 mon.smithi123 (mon.0) 102 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.hkeqdd/mirror_snapshot_schedule"}]: dispatch 2024-01-18T05:50:05.489 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:05 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:04.397895+0000 mon.smithi123 (mon.0) 103 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.hkeqdd/trash_purge_schedule"}]: dispatch 2024-01-18T05:50:05.689 INFO:teuthology.orchestra.run.smithi123.stderr:mgr epoch 12 is available 2024-01-18T05:50:05.689 INFO:teuthology.orchestra.run.smithi123.stderr:Generating a dashboard self-signed certificate... 2024-01-18T05:50:05.690 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp34k_64kb:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpis64rr68:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 dashboard create-self-signed-cert 2024-01-18T05:50:06.257 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-18T05:50:06.446 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:06 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:05.260433+0000 mgr.smithi123.hkeqdd (mgr.14162) 1 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-18T05:50:06.446 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:06 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:50:05.260843+0000 mon.smithi123 (mon.0) 104 : cluster [DBG] mgrmap e14: smithi123.hkeqdd(active, since 1.05708s) 2024-01-18T05:50:06.446 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:06 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:05.267451+0000 mgr.smithi123.hkeqdd (mgr.14162) 2 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-18T05:50:06.446 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:06 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:05.306325+0000 mon.smithi123 (mon.0) 105 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:50:06.446 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:06 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:06.192187+0000 mgr.smithi123.hkeqdd (mgr.14162) 3 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:50:06.446 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:06 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:06.242593+0000 mon.smithi123 (mon.0) 106 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:50:06.446 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:06 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:06.245018+0000 mon.smithi123 (mon.0) 107 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:50:06.647 INFO:teuthology.orchestra.run.smithi123.stderr:Creating initial admin user... 2024-01-18T05:50:06.647 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp34k_64kb:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpis64rr68:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpr5otn503:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.4 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2024-01-18T05:50:07.375 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$w2y1KYpMTegwIxm39W0dm.gvHNuyM2ZfuguWiD1Gd/NHnM66z/s/2", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705557007, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-18T05:50:07.574 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:07 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:50:06.310243+0000 mon.smithi123 (mon.0) 108 : cluster [DBG] mgrmap e15: smithi123.hkeqdd(active, since 2s) 2024-01-18T05:50:07.575 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:07 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:07.144879+0000 mgr.smithi123.hkeqdd (mgr.14162) 4 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:50:07.723 INFO:teuthology.orchestra.run.smithi123.stderr:Fetching dashboard port number... 2024-01-18T05:50:07.723 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp34k_64kb:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpis64rr68:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config get mgr mgr/dashboard/ssl_server_port 2024-01-18T05:50:08.230 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/ceph: 8443 2024-01-18T05:50:08.524 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:08 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:07.362005+0000 mon.smithi123 (mon.0) 109 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:50:08.524 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:08 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:08.218104+0000 mon.smithi123 (mon.0) 110 : audit [DBG] from='client.? 172.21.15.123:0/940484953' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-18T05:50:08.581 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-18T05:50:08.588 INFO:teuthology.orchestra.run.smithi123.stderr:systemctl: disabled 2024-01-18T05:50:08.589 INFO:teuthology.orchestra.run.smithi123.stderr:Running command: systemctl is-active firewalld.service 2024-01-18T05:50:08.595 INFO:teuthology.orchestra.run.smithi123.stderr:systemctl: inactive 2024-01-18T05:50:08.596 INFO:teuthology.orchestra.run.smithi123.stderr:firewalld.service is not enabled 2024-01-18T05:50:08.596 INFO:teuthology.orchestra.run.smithi123.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-18T05:50:08.599 INFO:teuthology.orchestra.run.smithi123.stderr:Ceph Dashboard is now available at: 2024-01-18T05:50:08.599 INFO:teuthology.orchestra.run.smithi123.stderr: 2024-01-18T05:50:08.599 INFO:teuthology.orchestra.run.smithi123.stderr: URL: https://smithi123.front.sepia.ceph.com:8443/ 2024-01-18T05:50:08.599 INFO:teuthology.orchestra.run.smithi123.stderr: User: admin 2024-01-18T05:50:08.600 INFO:teuthology.orchestra.run.smithi123.stderr: Password: 8m3a9wwoxd 2024-01-18T05:50:08.600 INFO:teuthology.orchestra.run.smithi123.stderr: 2024-01-18T05:50:08.600 INFO:teuthology.orchestra.run.smithi123.stderr:You can access the Ceph CLI with: 2024-01-18T05:50:08.600 INFO:teuthology.orchestra.run.smithi123.stderr: 2024-01-18T05:50:08.600 INFO:teuthology.orchestra.run.smithi123.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-18T05:50:08.600 INFO:teuthology.orchestra.run.smithi123.stderr: 2024-01-18T05:50:08.600 INFO:teuthology.orchestra.run.smithi123.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-18T05:50:08.600 INFO:teuthology.orchestra.run.smithi123.stderr: 2024-01-18T05:50:08.600 INFO:teuthology.orchestra.run.smithi123.stderr: ceph telemetry on 2024-01-18T05:50:08.600 INFO:teuthology.orchestra.run.smithi123.stderr: 2024-01-18T05:50:08.600 INFO:teuthology.orchestra.run.smithi123.stderr:For more information see: 2024-01-18T05:50:08.600 INFO:teuthology.orchestra.run.smithi123.stderr: 2024-01-18T05:50:08.600 INFO:teuthology.orchestra.run.smithi123.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-01-18T05:50:08.600 INFO:teuthology.orchestra.run.smithi123.stderr: 2024-01-18T05:50:08.601 INFO:teuthology.orchestra.run.smithi123.stderr:Bootstrap complete. 2024-01-18T05:50:08.601 INFO:teuthology.orchestra.run.smithi123.stderr:Releasing lock 139795102273664 on /run/cephadm/3dd0e9e2-b5c5-11ee-95ae-87774f69a715.lock 2024-01-18T05:50:08.601 INFO:teuthology.orchestra.run.smithi123.stderr:Lock 139795102273664 released on /run/cephadm/3dd0e9e2-b5c5-11ee-95ae-87774f69a715.lock 2024-01-18T05:50:08.633 INFO:tasks.cephadm:Fetching config... 2024-01-18T05:50:08.633 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2024-01-18T05:50:08.633 DEBUG:teuthology.orchestra.run.smithi123:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-18T05:50:08.652 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-18T05:50:08.652 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2024-01-18T05:50:08.653 DEBUG:teuthology.orchestra.run.smithi123:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-18T05:50:08.710 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-18T05:50:08.711 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2024-01-18T05:50:08.711 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/mon.smithi123/keyring of=/dev/stdout 2024-01-18T05:50:08.780 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-18T05:50:08.781 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2024-01-18T05:50:08.781 DEBUG:teuthology.orchestra.run.smithi123:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-18T05:50:08.838 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-18T05:50:08.839 DEBUG:teuthology.orchestra.run.smithi123:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDaPXEpGt4YPjZJc3dR6t909Z38R5hBaBFwbG6zh5zG79psEboAy5qHo7Ye6zrURtzPofyGtw+VbKyw4hcsdsRdNFNCaT4mvY8hQPQzroALL1uOB4xrxyoxhU8IUqIDVHzdAWz1dX45LutudEYqXizXp5J/5020PDqHUJPDrEdc5oaRD91QiQVFMtnzEtDQx22k7HNJabKAUcizLoVYo0bS+48KQaIkWwzCYUXdUqLbMBn5nRm81V65vsmFG8x7SoK08FZqGvZy9V7fVCtxnhFqQKdNzabVMhMyCwULHYAVdynN8osjImQ/8UyImYzU4LSyBXCAX63/2j9ibtumOmqrhIAeP97A1FY5Xe0f6F8ZmWIPgvVhtbK1K90fYi5ntJSWW5fTH7dYpNqfIRRNU963BwF4KIhBgdyFbd2bfrHq8gACIPDcPywBFa+gDp5YW4HxX5p+yc9/WPNY7YLs5dz8HjEJG7Ijqtm7cYU9G855HX6ekrtXovNHl2ZGlH/Jppc= ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-18T05:50:08.914 INFO:teuthology.orchestra.run.smithi123.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDaPXEpGt4YPjZJc3dR6t909Z38R5hBaBFwbG6zh5zG79psEboAy5qHo7Ye6zrURtzPofyGtw+VbKyw4hcsdsRdNFNCaT4mvY8hQPQzroALL1uOB4xrxyoxhU8IUqIDVHzdAWz1dX45LutudEYqXizXp5J/5020PDqHUJPDrEdc5oaRD91QiQVFMtnzEtDQx22k7HNJabKAUcizLoVYo0bS+48KQaIkWwzCYUXdUqLbMBn5nRm81V65vsmFG8x7SoK08FZqGvZy9V7fVCtxnhFqQKdNzabVMhMyCwULHYAVdynN8osjImQ/8UyImYzU4LSyBXCAX63/2j9ibtumOmqrhIAeP97A1FY5Xe0f6F8ZmWIPgvVhtbK1K90fYi5ntJSWW5fTH7dYpNqfIRRNU963BwF4KIhBgdyFbd2bfrHq8gACIPDcPywBFa+gDp5YW4HxX5p+yc9/WPNY7YLs5dz8HjEJG7Ijqtm7cYU9G855HX6ekrtXovNHl2ZGlH/Jppc= ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715 2024-01-18T05:50:08.925 DEBUG:teuthology.orchestra.run.smithi195:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDaPXEpGt4YPjZJc3dR6t909Z38R5hBaBFwbG6zh5zG79psEboAy5qHo7Ye6zrURtzPofyGtw+VbKyw4hcsdsRdNFNCaT4mvY8hQPQzroALL1uOB4xrxyoxhU8IUqIDVHzdAWz1dX45LutudEYqXizXp5J/5020PDqHUJPDrEdc5oaRD91QiQVFMtnzEtDQx22k7HNJabKAUcizLoVYo0bS+48KQaIkWwzCYUXdUqLbMBn5nRm81V65vsmFG8x7SoK08FZqGvZy9V7fVCtxnhFqQKdNzabVMhMyCwULHYAVdynN8osjImQ/8UyImYzU4LSyBXCAX63/2j9ibtumOmqrhIAeP97A1FY5Xe0f6F8ZmWIPgvVhtbK1K90fYi5ntJSWW5fTH7dYpNqfIRRNU963BwF4KIhBgdyFbd2bfrHq8gACIPDcPywBFa+gDp5YW4HxX5p+yc9/WPNY7YLs5dz8HjEJG7Ijqtm7cYU9G855HX6ekrtXovNHl2ZGlH/Jppc= ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-18T05:50:08.971 INFO:teuthology.orchestra.run.smithi195.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDaPXEpGt4YPjZJc3dR6t909Z38R5hBaBFwbG6zh5zG79psEboAy5qHo7Ye6zrURtzPofyGtw+VbKyw4hcsdsRdNFNCaT4mvY8hQPQzroALL1uOB4xrxyoxhU8IUqIDVHzdAWz1dX45LutudEYqXizXp5J/5020PDqHUJPDrEdc5oaRD91QiQVFMtnzEtDQx22k7HNJabKAUcizLoVYo0bS+48KQaIkWwzCYUXdUqLbMBn5nRm81V65vsmFG8x7SoK08FZqGvZy9V7fVCtxnhFqQKdNzabVMhMyCwULHYAVdynN8osjImQ/8UyImYzU4LSyBXCAX63/2j9ibtumOmqrhIAeP97A1FY5Xe0f6F8ZmWIPgvVhtbK1K90fYi5ntJSWW5fTH7dYpNqfIRRNU963BwF4KIhBgdyFbd2bfrHq8gACIPDcPywBFa+gDp5YW4HxX5p+yc9/WPNY7YLs5dz8HjEJG7Ijqtm7cYU9G855HX6ekrtXovNHl2ZGlH/Jppc= ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715 2024-01-18T05:50:08.983 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-18T05:50:10.886 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi195 2024-01-18T05:50:10.886 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-01-18T05:50:10.886 DEBUG:teuthology.orchestra.run.smithi195:> dd of=/etc/ceph/ceph.conf 2024-01-18T05:50:10.907 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-01-18T05:50:10.907 DEBUG:teuthology.orchestra.run.smithi195:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-18T05:50:10.968 INFO:tasks.cephadm:Adding host smithi195 to orchestrator... 2024-01-18T05:50:10.969 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph orch host add smithi195 2024-01-18T05:50:11.549 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:11 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:50:10.270782+0000 mon.smithi123 (mon.0) 111 : cluster [DBG] mgrmap e16: smithi123.hkeqdd(active, since 6s) 2024-01-18T05:50:11.549 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:11 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:10.448828+0000 mon.smithi123 (mon.0) 112 : audit [INF] from='client.? 172.21.15.123:0/1931088096' entity='client.admin' 2024-01-18T05:50:13.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:12 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:11.777073+0000 mon.smithi123 (mon.0) 113 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:50:13.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:12 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:12.035981+0000 mon.smithi123 (mon.0) 114 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:50:13.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:12 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cephadm 2024-01-18T05:50:12.041965+0000 mgr.smithi123.hkeqdd (mgr.14162) 5 : cephadm [INF] Deploying daemon alertmanager.smithi123 on smithi123 2024-01-18T05:50:24.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:24 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:50:24.261994+0000 mgr.smithi123.hkeqdd (mgr.14162) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:50:26.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:26 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:50:26.262386+0000 mgr.smithi123.hkeqdd (mgr.14162) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:50:29.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:29 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:50:28.262827+0000 mgr.smithi123.hkeqdd (mgr.14162) 8 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:50:31.707 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:31 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:50:30.263036+0000 mgr.smithi123.hkeqdd (mgr.14162) 9 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:50:32.276 INFO:teuthology.orchestra.run.smithi195.stdout:Added host 'smithi195' 2024-01-18T05:50:32.644 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph orch host ls --format=json 2024-01-18T05:50:33.575 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:33 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:31.662130+0000 mgr.smithi123.hkeqdd (mgr.14162) 10 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi195", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:50:33.575 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:33 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:32.261823+0000 mon.smithi123 (mon.0) 115 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:50:33.575 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:33 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cephadm 2024-01-18T05:50:32.262230+0000 mgr.smithi123.hkeqdd (mgr.14162) 11 : cephadm [INF] Added host smithi195 2024-01-18T05:50:33.934 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:50:33.934 INFO:teuthology.orchestra.run.smithi195.stdout:[{"addr": "172.21.15.123", "hostname": "smithi123", "labels": [], "status": ""}, {"addr": "smithi195", "hostname": "smithi195", "labels": [], "status": ""}] 2024-01-18T05:50:34.575 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:34 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:50:32.263279+0000 mgr.smithi123.hkeqdd (mgr.14162) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:50:34.980 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-18T05:50:34.981 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph osd crush tunables default 2024-01-18T05:50:35.575 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:35 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:33.920558+0000 mgr.smithi123.hkeqdd (mgr.14162) 13 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:50:35.575 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:35 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:50:34.263516+0000 mgr.smithi123.hkeqdd (mgr.14162) 14 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:50:36.292 INFO:teuthology.orchestra.run.smithi123.stderr:adjusted tunables profile to default 2024-01-18T05:50:36.575 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:36 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:36.257265+0000 mon.smithi123 (mon.0) 116 : audit [INF] from='client.? 172.21.15.123:0/1332765449' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-18T05:50:36.656 INFO:tasks.cephadm:Adding mon.smithi123 on smithi123 2024-01-18T05:50:36.656 INFO:tasks.cephadm:Adding mon.smithi195 on smithi195 2024-01-18T05:50:36.656 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph orch apply mon '2;smithi123:172.21.15.123=smithi123;smithi195:172.21.15.195=smithi195' 2024-01-18T05:50:37.575 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:37 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:50:36.263778+0000 mgr.smithi123.hkeqdd (mgr.14162) 15 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:50:37.575 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:37 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:36.277221+0000 mon.smithi123 (mon.0) 117 : audit [INF] from='client.? 172.21.15.123:0/1332765449' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-18T05:50:37.575 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:37 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:50:36.277258+0000 mon.smithi123 (mon.0) 118 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-18T05:50:39.575 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:39 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:50:38.264074+0000 mgr.smithi123.hkeqdd (mgr.14162) 16 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:50:41.575 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:41 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:50:40.264314+0000 mgr.smithi123.hkeqdd (mgr.14162) 17 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:50:42.426 INFO:teuthology.orchestra.run.smithi195.stdout:Scheduled mon update... 2024-01-18T05:50:42.787 DEBUG:teuthology.orchestra.run.smithi195:mon.smithi195> sudo journalctl -f -n 0 -u ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@mon.smithi195.service 2024-01-18T05:50:42.790 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:50:42.790 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:50:42.818 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:-- Logs begin at Thu 2024-01-18 05:41:46 UTC. -- 2024-01-18T05:50:43.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:43 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:50:42.264581+0000 mgr.smithi123.hkeqdd (mgr.14162) 18 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:50:43.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:43 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:42.376045+0000 mgr.smithi123.hkeqdd (mgr.14162) 19 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi123:172.21.15.123=smithi123;smithi195:172.21.15.195=smithi195", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:50:43.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:43 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cephadm 2024-01-18T05:50:42.377403+0000 mgr.smithi123.hkeqdd (mgr.14162) 20 : cephadm [INF] Saving service mon spec with placement smithi123:172.21.15.123=smithi123;smithi195:172.21.15.195=smithi195;count:2 2024-01-18T05:50:43.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:43 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:42.382087+0000 mon.smithi123 (mon.0) 119 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:50:44.134 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:50:44.134 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:50:44.136 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:50:44.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:44 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:44.121654+0000 mon.smithi123 (mon.0) 120 : audit [DBG] from='client.? 172.21.15.195:0/822955022' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:50:44.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:44 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:50:44.264787+0000 mgr.smithi123.hkeqdd (mgr.14162) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:50:45.526 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:50:45.526 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:50:46.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:46 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:50:46.265048+0000 mgr.smithi123.hkeqdd (mgr.14162) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:50:46.911 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:50:46.911 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:50:46.912 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:50:47.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:47 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:46.898314+0000 mon.smithi123 (mon.0) 121 : audit [DBG] from='client.? 172.21.15.195:0/4188477461' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:50:48.289 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:50:48.290 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:50:48.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:48 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:50:48.265355+0000 mgr.smithi123.hkeqdd (mgr.14162) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:50:49.678 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:50:49.678 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:50:49.679 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:50:50.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:49 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:49.664988+0000 mon.smithi123 (mon.0) 122 : audit [DBG] from='client.? 172.21.15.195:0/2818487813' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:50:51.063 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:50:51.064 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:50:52.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:51 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:50:50.265751+0000 mgr.smithi123.hkeqdd (mgr.14162) 24 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:50:52.474 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:50:52.474 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:50:52.475 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:50:53.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:52 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:52.460922+0000 mon.smithi123 (mon.0) 123 : audit [DBG] from='client.? 172.21.15.195:0/759777876' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:50:53.863 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:50:53.864 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:50:54.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:53 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:50:52.265962+0000 mgr.smithi123.hkeqdd (mgr.14162) 25 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:50:55.230 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:50:55.230 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:50:55.232 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:50:56.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:55 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:50:54.266180+0000 mgr.smithi123.hkeqdd (mgr.14162) 26 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:50:56.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:55 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:55.217351+0000 mon.smithi123 (mon.0) 124 : audit [DBG] from='client.? 172.21.15.195:0/2755151091' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:50:56.616 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:50:56.616 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:50:57.950 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:50:57.950 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:50:57.952 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:50:58.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:57 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:50:56.266548+0000 mgr.smithi123.hkeqdd (mgr.14162) 27 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:50:59.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:58 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:50:57.937565+0000 mon.smithi123 (mon.0) 125 : audit [DBG] from='client.? 172.21.15.195:0/2155251617' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:50:59.338 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:50:59.339 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:51:00.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:50:59 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:50:58.266877+0000 mgr.smithi123.hkeqdd (mgr.14162) 28 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:51:00.692 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:51:00.692 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:51:00.694 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:51:01.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:00 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:51:00.679618+0000 mon.smithi123 (mon.0) 126 : audit [DBG] from='client.? 172.21.15.195:0/3589784311' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:51:02.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:01 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:51:00.267221+0000 mgr.smithi123.hkeqdd (mgr.14162) 29 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:51:02.103 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:51:02.103 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:51:03.472 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:51:03.472 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:51:03.474 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:51:04.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:03 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:51:02.267551+0000 mgr.smithi123.hkeqdd (mgr.14162) 30 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:51:04.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:03 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:51:03.459237+0000 mon.smithi123 (mon.0) 127 : audit [DBG] from='client.? 172.21.15.195:0/1537235408' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:51:05.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:04 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:51:04.391272+0000 mon.smithi123 (mon.0) 128 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.hkeqdd/mirror_snapshot_schedule"}]: dispatch 2024-01-18T05:51:05.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:04 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:51:04.400106+0000 mon.smithi123 (mon.0) 129 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.hkeqdd/trash_purge_schedule"}]: dispatch 2024-01-18T05:51:06.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:05 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:51:04.267838+0000 mgr.smithi123.hkeqdd (mgr.14162) 31 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:51:06.577 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:51:06.577 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:51:07.942 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:51:07.942 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:51:07.944 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:51:08.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:07 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:51:06.268105+0000 mgr.smithi123.hkeqdd (mgr.14162) 32 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:51:09.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:08 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:51:07.929813+0000 mon.smithi123 (mon.0) 130 : audit [DBG] from='client.? 172.21.15.195:0/4032765291' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:51:09.333 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:51:09.334 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:51:10.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:09 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:51:08.268492+0000 mgr.smithi123.hkeqdd (mgr.14162) 33 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:51:10.725 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:51:10.725 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:51:10.726 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:51:11.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:51:10.711788+0000 mon.smithi123 (mon.0) 131 : audit [DBG] from='client.? 172.21.15.195:0/243947752' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:51:12.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:11 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:51:10.268787+0000 mgr.smithi123.hkeqdd (mgr.14162) 34 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:51:12.170 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:51:12.171 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:51:13.637 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:51:13.637 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:51:13.638 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:51:14.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:13 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:51:12.269052+0000 mgr.smithi123.hkeqdd (mgr.14162) 35 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:51:14.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:13 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:51:13.623984+0000 mon.smithi123 (mon.0) 132 : audit [DBG] from='client.? 172.21.15.195:0/3279034746' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:51:15.029 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:51:15.029 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:51:16.075 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:15 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:51:14.269384+0000 mgr.smithi123.hkeqdd (mgr.14162) 36 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:51:16.576 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:51:16.576 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:51:16.578 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:51:17.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:17 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:51:16.269691+0000 mgr.smithi123.hkeqdd (mgr.14162) 37 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:51:17.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:17 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:51:16.563647+0000 mon.smithi123 (mon.0) 133 : audit [DBG] from='client.? 172.21.15.195:0/2835473897' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:51:18.004 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:51:18.004 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:51:19.345 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:51:19.345 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:51:19.347 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:51:19.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:19 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:51:18.270020+0000 mgr.smithi123.hkeqdd (mgr.14162) 38 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:51:20.724 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:51:20.725 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:51:20.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:20 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:51:19.332573+0000 mon.smithi123 (mon.0) 134 : audit [DBG] from='client.? 172.21.15.195:0/2551598809' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:51:21.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:21 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:51:20.270372+0000 mgr.smithi123.hkeqdd (mgr.14162) 39 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:51:22.140 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:51:22.141 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:51:22.142 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:51:22.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:22 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:51:22.127518+0000 mon.smithi123 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.195:0/1858366191' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:51:23.530 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:51:23.531 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:51:23.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:23 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:51:22.270752+0000 mgr.smithi123.hkeqdd (mgr.14162) 40 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:51:24.922 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:51:24.922 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:51:24.923 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:51:25.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:25 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:51:24.271072+0000 mgr.smithi123.hkeqdd (mgr.14162) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:51:25.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:25 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:51:24.908948+0000 mon.smithi123 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.195:0/3820637592' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:51:26.311 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:51:26.311 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:51:27.702 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:51:27.703 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:51:27.704 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:51:27.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:27 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:51:26.271429+0000 mgr.smithi123.hkeqdd (mgr.14162) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:51:28.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:28 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:51:27.689620+0000 mon.smithi123 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.195:0/2633470074' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:51:29.033 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:51:29.034 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:51:29.827 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:29 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:51:28.271716+0000 mgr.smithi123.hkeqdd (mgr.14162) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:51:30.448 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:51:30.448 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:51:30.449 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:51:31.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:31 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:51:30.272049+0000 mgr.smithi123.hkeqdd (mgr.14162) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:51:31.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:31 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:51:30.432571+0000 mon.smithi123 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.195:0/2101008988' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:51:31.832 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:51:31.832 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:51:33.250 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:51:33.250 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:51:33.251 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:51:33.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:33 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:51:32.272356+0000 mgr.smithi123.hkeqdd (mgr.14162) 45 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:51:33.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:33 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:51:33.236406+0000 mon.smithi123 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.195:0/944496305' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:51:34.634 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:51:34.634 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:51:35.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:35 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:51:34.272665+0000 mgr.smithi123.hkeqdd (mgr.14162) 46 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:51:35.996 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:51:35.996 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:51:35.997 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:51:36.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:36 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:51:35.983081+0000 mon.smithi123 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.195:0/2525248870' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:51:37.380 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:51:37.381 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:51:37.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:37 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:51:36.272965+0000 mgr.smithi123.hkeqdd (mgr.14162) 47 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:51:38.731 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:51:38.732 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:51:38.733 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:51:39.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:39 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:51:38.273276+0000 mgr.smithi123.hkeqdd (mgr.14162) 48 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:51:39.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:39 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:51:38.718816+0000 mon.smithi123 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.195:0/3751732107' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:51:40.137 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:51:40.137 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:51:41.480 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:51:41.480 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:51:41.482 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:51:41.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:41 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:51:40.273593+0000 mgr.smithi123.hkeqdd (mgr.14162) 49 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:51:42.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:42 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:51:41.467496+0000 mon.smithi123 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.195:0/2101415899' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:51:42.871 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:51:42.871 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:51:43.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:43 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:51:42.273987+0000 mgr.smithi123.hkeqdd (mgr.14162) 50 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:51:44.177 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:51:44.177 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:51:44.179 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:51:44.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:44 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:51:44.164758+0000 mon.smithi123 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.195:0/1192373348' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:51:45.567 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:51:45.568 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:51:45.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:45 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:51:44.274310+0000 mgr.smithi123.hkeqdd (mgr.14162) 51 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:51:46.932 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:51:46.932 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:51:46.933 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:51:47.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:47 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:51:46.274742+0000 mgr.smithi123.hkeqdd (mgr.14162) 52 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:51:47.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:47 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:51:46.918837+0000 mon.smithi123 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.195:0/2206014661' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:51:48.328 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:51:48.328 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:51:49.746 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:51:49.746 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:51:49.748 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:51:49.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:49 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:51:48.275030+0000 mgr.smithi123.hkeqdd (mgr.14162) 53 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:51:50.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:50 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:51:49.733177+0000 mon.smithi123 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.195:0/1019592504' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:51:51.135 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:51:51.135 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:51:51.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:51 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:51:50.275287+0000 mgr.smithi123.hkeqdd (mgr.14162) 54 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:51:52.492 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:51:52.492 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:51:52.494 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:51:53.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:53 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:51:52.275585+0000 mgr.smithi123.hkeqdd (mgr.14162) 55 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:51:53.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:53 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:51:52.479350+0000 mon.smithi123 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.195:0/3046275072' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:51:53.882 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:51:53.883 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:51:55.362 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:51:55.362 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:51:55.363 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:51:55.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:55 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:51:54.275937+0000 mgr.smithi123.hkeqdd (mgr.14162) 56 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:51:55.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:55 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:51:55.348806+0000 mon.smithi123 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.195:0/3772055794' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:51:56.761 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:51:56.761 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:51:57.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:57 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:51:56.276214+0000 mgr.smithi123.hkeqdd (mgr.14162) 57 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:51:58.183 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:51:58.183 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:51:58.185 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:51:58.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:58 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:51:58.170152+0000 mon.smithi123 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.195:0/3138033651' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:51:59.578 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:51:59.578 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:51:59.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:51:59 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:51:58.276508+0000 mgr.smithi123.hkeqdd (mgr.14162) 58 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:52:00.961 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:52:00.961 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:52:00.962 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:52:01.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:01 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:52:00.276797+0000 mgr.smithi123.hkeqdd (mgr.14162) 59 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:52:01.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:01 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:52:00.947562+0000 mon.smithi123 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.195:0/2025908832' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:52:02.286 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:52:02.286 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:52:03.672 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:52:03.672 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:52:03.673 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:52:03.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:03 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:52:02.277165+0000 mgr.smithi123.hkeqdd (mgr.14162) 60 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:52:04.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:04 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:52:03.658897+0000 mon.smithi123 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.195:0/2374935326' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:52:05.061 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:52:05.061 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:52:05.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:05 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:52:04.277471+0000 mgr.smithi123.hkeqdd (mgr.14162) 61 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:52:05.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:05 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:52:04.392163+0000 mon.smithi123 (mon.0) 151 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.hkeqdd/mirror_snapshot_schedule"}]: dispatch 2024-01-18T05:52:05.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:05 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:52:04.401278+0000 mon.smithi123 (mon.0) 152 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.hkeqdd/trash_purge_schedule"}]: dispatch 2024-01-18T05:52:06.468 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:52:06.471 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:52:06.471 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:52:07.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:07 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:52:06.277798+0000 mgr.smithi123.hkeqdd (mgr.14162) 62 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:52:07.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:07 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:52:06.455283+0000 mon.smithi123 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.195:0/2075131206' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:52:07.858 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:52:07.858 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:52:09.264 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:52:09.264 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:52:09.266 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:52:09.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:09 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:52:08.278123+0000 mgr.smithi123.hkeqdd (mgr.14162) 63 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:52:09.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:09 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:52:09.251279+0000 mon.smithi123 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.195:0/1401388209' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:52:10.649 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:52:10.649 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:52:11.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:11 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:52:10.278460+0000 mgr.smithi123.hkeqdd (mgr.14162) 64 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:52:12.037 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:52:12.037 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:52:12.039 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:52:12.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:12 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:52:12.024448+0000 mon.smithi123 (mon.0) 155 : audit [DBG] from='client.? 172.21.15.195:0/931065054' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:52:13.420 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:52:13.420 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:52:13.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:13 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:52:12.278692+0000 mgr.smithi123.hkeqdd (mgr.14162) 65 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:52:14.770 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:52:14.771 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:52:14.772 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:52:15.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:15 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:52:14.279044+0000 mgr.smithi123.hkeqdd (mgr.14162) 66 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:52:15.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:15 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:52:14.757518+0000 mon.smithi123 (mon.0) 156 : audit [DBG] from='client.? 172.21.15.195:0/1759239149' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:52:16.159 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:52:16.161 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:52:17.543 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:52:17.548 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:52:17.549 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:52:17.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:17 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:52:16.279324+0000 mgr.smithi123.hkeqdd (mgr.14162) 67 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:52:18.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:18 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:52:17.530316+0000 mon.smithi123 (mon.0) 157 : audit [DBG] from='client.? 172.21.15.195:0/3386761602' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:52:18.940 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:52:18.940 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:52:19.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:19 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:52:18.279605+0000 mgr.smithi123.hkeqdd (mgr.14162) 68 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:52:20.309 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:52:20.310 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:52:20.311 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:52:20.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:20 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:52:20.296427+0000 mon.smithi123 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.195:0/3552573212' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:52:21.697 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:52:21.697 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:52:21.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:21 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:52:20.279850+0000 mgr.smithi123.hkeqdd (mgr.14162) 69 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:52:23.072 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:52:23.072 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:52:23.074 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:52:23.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:23 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:52:22.280228+0000 mgr.smithi123.hkeqdd (mgr.14162) 70 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:52:23.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:23 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:52:23.059423+0000 mon.smithi123 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.195:0/2215983957' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:52:24.506 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:52:24.506 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:52:25.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:25 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:52:24.280513+0000 mgr.smithi123.hkeqdd (mgr.14162) 71 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:52:25.853 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:52:25.853 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:52:25.855 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:52:26.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:26 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:52:25.840296+0000 mon.smithi123 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.195:0/3351955853' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:52:27.260 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:52:27.261 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:52:27.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:27 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:52:26.280889+0000 mgr.smithi123.hkeqdd (mgr.14162) 72 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:52:28.609 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:52:28.609 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:52:28.611 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:52:29.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:29 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:52:28.281171+0000 mgr.smithi123.hkeqdd (mgr.14162) 73 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:52:29.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:29 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:52:28.596047+0000 mon.smithi123 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.195:0/3884155875' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:52:29.999 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:52:29.999 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:52:31.323 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:52:31.323 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:52:31.324 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:52:31.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:31 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:52:30.281506+0000 mgr.smithi123.hkeqdd (mgr.14162) 74 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:52:31.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:31 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:52:31.309760+0000 mon.smithi123 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.195:0/951400435' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:52:32.668 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:52:32.669 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:52:33.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:33 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:52:32.281801+0000 mgr.smithi123.hkeqdd (mgr.14162) 75 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:52:34.140 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:52:34.141 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:52:34.142 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:52:34.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:34 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:52:34.127293+0000 mon.smithi123 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.195:0/4141800851' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:52:35.545 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:52:35.545 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:52:35.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:35 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:52:34.282063+0000 mgr.smithi123.hkeqdd (mgr.14162) 76 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:52:36.860 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:52:36.860 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:52:36.862 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:52:37.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:37 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:52:36.282350+0000 mgr.smithi123.hkeqdd (mgr.14162) 77 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:52:37.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:37 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:52:36.846717+0000 mon.smithi123 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.195:0/358059138' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:52:38.258 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:52:38.258 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:52:39.661 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:52:39.661 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:52:39.662 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:52:39.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:39 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:52:38.282693+0000 mgr.smithi123.hkeqdd (mgr.14162) 78 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:52:40.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:40 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:52:39.647866+0000 mon.smithi123 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.195:0/2428280842' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:52:41.045 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:52:41.045 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:52:41.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:41 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:52:40.283003+0000 mgr.smithi123.hkeqdd (mgr.14162) 79 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:52:42.451 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:52:42.452 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:52:42.453 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:52:43.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:43 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:52:42.283404+0000 mgr.smithi123.hkeqdd (mgr.14162) 80 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:52:43.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:43 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:52:42.438421+0000 mon.smithi123 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.195:0/927683129' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:52:43.861 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:52:43.861 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:52:45.246 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:52:45.246 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:52:45.247 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:52:45.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:45 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:52:44.283749+0000 mgr.smithi123.hkeqdd (mgr.14162) 81 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:52:45.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:45 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:52:45.233029+0000 mon.smithi123 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.195:0/2747902647' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:52:46.634 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:52:46.635 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:52:47.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:47 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:52:46.284096+0000 mgr.smithi123.hkeqdd (mgr.14162) 82 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:52:48.011 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:52:48.011 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:52:48.012 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:52:48.826 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:48 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:52:47.997602+0000 mon.smithi123 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.195:0/2022093465' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:52:49.458 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:52:49.458 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:52:49.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:49 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:52:48.284379+0000 mgr.smithi123.hkeqdd (mgr.14162) 83 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:52:50.801 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:52:50.802 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:52:50.803 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:52:51.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:51 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:52:50.284783+0000 mgr.smithi123.hkeqdd (mgr.14162) 84 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:52:51.826 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:51 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:52:50.788646+0000 mon.smithi123 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.195:0/114751176' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:52:52.190 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:52:52.190 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:52:53.586 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:52:53.586 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:52:53.587 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:52:53.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:53 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:52:52.285017+0000 mgr.smithi123.hkeqdd (mgr.14162) 85 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:52:54.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:54 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:52:53.572527+0000 mon.smithi123 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.195:0/3676988384' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:52:54.993 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:52:54.993 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:52:55.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:55 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:52:54.285337+0000 mgr.smithi123.hkeqdd (mgr.14162) 86 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:52:56.394 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:52:56.394 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:52:56.396 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:52:57.788 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:52:57.788 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:52:57.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:57 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:52:56.285617+0000 mgr.smithi123.hkeqdd (mgr.14162) 87 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:52:57.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:57 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:52:56.381092+0000 mon.smithi123 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.195:0/1832199881' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:52:59.177 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:52:59.178 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:52:59.179 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:52:59.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:59 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:52:58.285896+0000 mgr.smithi123.hkeqdd (mgr.14162) 88 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:52:59.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:52:59 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:52:59.164484+0000 mon.smithi123 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.195:0/222472174' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:53:00.566 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:53:00.567 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:53:01.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:01 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:53:00.286300+0000 mgr.smithi123.hkeqdd (mgr.14162) 89 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:53:01.930 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:53:01.930 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:53:01.931 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:53:02.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:02 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:53:01.916548+0000 mon.smithi123 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.195:0/3003041313' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:53:03.320 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:53:03.320 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:53:03.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:03 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:53:02.286633+0000 mgr.smithi123.hkeqdd (mgr.14162) 90 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:53:04.711 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:53:04.711 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:53:04.713 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:53:05.826 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:05 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:53:04.287054+0000 mgr.smithi123.hkeqdd (mgr.14162) 91 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:53:05.826 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:05 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:53:04.393215+0000 mon.smithi123 (mon.0) 174 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.hkeqdd/mirror_snapshot_schedule"}]: dispatch 2024-01-18T05:53:05.826 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:05 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:53:04.402371+0000 mon.smithi123 (mon.0) 175 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.hkeqdd/trash_purge_schedule"}]: dispatch 2024-01-18T05:53:05.826 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:05 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:53:04.697948+0000 mon.smithi123 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.195:0/2303297571' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:53:06.101 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:53:06.102 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:53:07.478 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:53:07.478 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:53:07.479 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:53:07.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:07 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:53:06.287308+0000 mgr.smithi123.hkeqdd (mgr.14162) 92 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:53:08.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:08 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:53:07.464770+0000 mon.smithi123 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.195:0/139469985' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:53:08.854 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:53:08.854 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:53:09.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:09 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:53:08.287527+0000 mgr.smithi123.hkeqdd (mgr.14162) 93 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:53:10.203 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:53:10.204 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:53:10.205 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:53:10.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:53:10.190275+0000 mon.smithi123 (mon.0) 178 : audit [DBG] from='client.? 172.21.15.195:0/3741651809' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:53:11.617 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:53:11.618 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:53:11.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:11 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:53:10.287759+0000 mgr.smithi123.hkeqdd (mgr.14162) 94 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:53:12.976 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:53:12.976 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:53:12.977 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:53:13.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:13 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:53:12.288066+0000 mgr.smithi123.hkeqdd (mgr.14162) 95 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:53:13.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:13 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:53:12.962416+0000 mon.smithi123 (mon.0) 179 : audit [DBG] from='client.? 172.21.15.195:0/2207617615' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:53:14.356 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:53:14.357 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:53:15.701 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:53:15.701 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:53:15.703 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:53:15.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:15 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:53:14.288376+0000 mgr.smithi123.hkeqdd (mgr.14162) 96 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:53:16.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:53:15.687780+0000 mon.smithi123 (mon.0) 180 : audit [DBG] from='client.? 172.21.15.195:0/1509257082' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:53:17.098 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:53:17.098 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:53:17.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:17 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:53:16.288666+0000 mgr.smithi123.hkeqdd (mgr.14162) 97 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:53:18.492 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:53:18.492 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:53:18.493 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:53:19.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:19 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:53:18.288925+0000 mgr.smithi123.hkeqdd (mgr.14162) 98 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:53:19.826 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:19 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:53:18.478935+0000 mon.smithi123 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.195:0/3235277361' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:53:19.838 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:53:19.838 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:53:21.315 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:53:21.315 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:53:21.317 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:53:21.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:21 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:53:20.289257+0000 mgr.smithi123.hkeqdd (mgr.14162) 99 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:53:21.826 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:21 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:53:21.301803+0000 mon.smithi123 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.195:0/2800028274' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:53:22.695 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:53:22.696 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:53:23.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:23 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:53:22.289738+0000 mgr.smithi123.hkeqdd (mgr.14162) 100 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:53:24.115 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:53:24.115 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:53:24.117 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:53:24.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:24 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:53:24.101326+0000 mon.smithi123 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.195:0/646446291' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:53:25.503 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:53:25.503 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:53:25.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:25 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:53:24.290105+0000 mgr.smithi123.hkeqdd (mgr.14162) 101 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:53:26.911 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:53:26.911 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:53:26.913 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:53:27.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:27 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:53:26.290389+0000 mgr.smithi123.hkeqdd (mgr.14162) 102 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:53:27.826 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:27 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:53:26.898111+0000 mon.smithi123 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.195:0/2456677078' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:53:28.304 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:53:28.304 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:53:29.669 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:53:29.669 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:53:29.671 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:53:29.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:29 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:53:28.290628+0000 mgr.smithi123.hkeqdd (mgr.14162) 103 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:53:30.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:53:29.656203+0000 mon.smithi123 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.195:0/3139504677' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:53:31.058 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:53:31.058 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:53:31.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:31 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:53:30.290865+0000 mgr.smithi123.hkeqdd (mgr.14162) 104 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:53:32.438 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:53:32.438 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:53:32.440 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:53:32.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:32 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:53:32.291160+0000 mgr.smithi123.hkeqdd (mgr.14162) 105 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:53:33.820 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:53:33.820 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:53:33.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:33 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:53:32.425033+0000 mon.smithi123 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.195:0/580796456' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:53:35.254 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:53:35.254 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:53:35.256 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:53:35.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:35 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:53:34.291573+0000 mgr.smithi123.hkeqdd (mgr.14162) 106 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:53:35.826 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:35 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:53:35.240951+0000 mon.smithi123 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.195:0/2568987804' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:53:36.635 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:53:36.635 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:53:37.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:37 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:53:36.291922+0000 mgr.smithi123.hkeqdd (mgr.14162) 107 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:53:38.007 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:53:38.007 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:53:38.009 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:53:38.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:38 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:53:37.994069+0000 mon.smithi123 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.195:0/3214440709' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:53:39.397 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:53:39.398 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:53:39.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:39 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:53:38.292379+0000 mgr.smithi123.hkeqdd (mgr.14162) 108 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:53:40.791 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:53:40.791 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:53:40.793 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:53:41.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:41 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:53:40.292690+0000 mgr.smithi123.hkeqdd (mgr.14162) 109 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:53:41.826 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:41 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:53:40.777864+0000 mon.smithi123 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.195:0/3914591004' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:53:42.206 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:53:42.207 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:53:43.559 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:53:43.559 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:53:43.561 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:53:43.826 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:43 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:53:42.293035+0000 mgr.smithi123.hkeqdd (mgr.14162) 110 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:53:44.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:44 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:53:43.546442+0000 mon.smithi123 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.195:0/3953782771' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:53:44.947 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:53:44.947 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:53:45.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:45 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:53:44.293484+0000 mgr.smithi123.hkeqdd (mgr.14162) 111 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:53:46.296 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:53:46.296 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:53:46.298 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:53:46.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:46 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:53:46.283547+0000 mon.smithi123 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.195:0/2537092420' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:53:47.719 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:53:47.719 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:53:47.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:47 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:53:46.293806+0000 mgr.smithi123.hkeqdd (mgr.14162) 112 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:53:49.075 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:53:49.076 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:53:49.077 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:53:49.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:49 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:53:48.294043+0000 mgr.smithi123.hkeqdd (mgr.14162) 113 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:53:49.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:49 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:53:49.062233+0000 mon.smithi123 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.195:0/1432509184' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:53:50.497 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:53:50.498 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:53:51.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:51 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:53:50.294398+0000 mgr.smithi123.hkeqdd (mgr.14162) 114 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:53:51.838 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:53:51.839 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:53:51.840 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:53:52.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:52 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:53:51.825424+0000 mon.smithi123 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.195:0/656298260' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:53:53.221 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:53:53.221 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:53:53.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:53 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:53:52.294731+0000 mgr.smithi123.hkeqdd (mgr.14162) 115 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:53:54.583 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:53:54.584 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:53:54.585 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:53:55.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:55 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:53:54.295105+0000 mgr.smithi123.hkeqdd (mgr.14162) 116 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:53:55.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:55 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:53:54.570338+0000 mon.smithi123 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.195:0/2098351906' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:53:56.070 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:53:56.070 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:53:57.509 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:53:57.509 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:53:57.510 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:53:57.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:57 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:53:56.295400+0000 mgr.smithi123.hkeqdd (mgr.14162) 117 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:53:58.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:58 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:53:57.496014+0000 mon.smithi123 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.195:0/503105348' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:53:58.901 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:53:58.902 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:53:59.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:53:59 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:53:58.295670+0000 mgr.smithi123.hkeqdd (mgr.14162) 118 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:54:00.308 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:54:00.308 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:54:00.309 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:54:00.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:00 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:54:00.295094+0000 mon.smithi123 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.195:0/2243641536' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:54:01.714 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:54:01.715 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:54:01.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:01 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:54:00.295893+0000 mgr.smithi123.hkeqdd (mgr.14162) 119 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:54:02.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:02 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:54:02.296162+0000 mgr.smithi123.hkeqdd (mgr.14162) 120 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:54:03.113 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:54:03.113 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:54:03.115 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:54:03.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:03 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:54:03.100434+0000 mon.smithi123 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.195:0/722512893' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:54:04.520 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:54:04.520 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:54:04.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:04 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:54:04.394299+0000 mon.smithi123 (mon.0) 198 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.hkeqdd/mirror_snapshot_schedule"}]: dispatch 2024-01-18T05:54:04.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:04 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:54:04.403389+0000 mon.smithi123 (mon.0) 199 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.hkeqdd/trash_purge_schedule"}]: dispatch 2024-01-18T05:54:05.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:05 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:54:04.296574+0000 mgr.smithi123.hkeqdd (mgr.14162) 121 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:54:05.923 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:54:05.923 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:54:05.925 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:54:06.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:06 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:54:05.910883+0000 mon.smithi123 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.195:0/417345603' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:54:06.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:06 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:54:06.296807+0000 mgr.smithi123.hkeqdd (mgr.14162) 122 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:54:07.319 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:54:07.319 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:54:08.690 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:54:08.690 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:54:08.692 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:54:08.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:08 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:54:08.297136+0000 mgr.smithi123.hkeqdd (mgr.14162) 123 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:54:09.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:09 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:54:08.677666+0000 mon.smithi123 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.195:0/834105592' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:54:10.077 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:54:10.078 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:54:11.468 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:54:11.468 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:54:11.469 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:54:11.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:11 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:54:10.297544+0000 mgr.smithi123.hkeqdd (mgr.14162) 124 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:54:12.827 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:12 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:54:11.455245+0000 mon.smithi123 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.195:0/1948263818' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:54:12.851 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:54:12.851 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:54:13.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:13 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:54:12.297899+0000 mgr.smithi123.hkeqdd (mgr.14162) 125 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:54:14.286 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:54:14.286 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:54:14.288 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:54:14.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:14 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:54:14.273876+0000 mon.smithi123 (mon.0) 203 : audit [DBG] from='client.? 172.21.15.195:0/2514662162' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:54:15.667 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:54:15.668 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:54:15.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:15 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:54:14.298340+0000 mgr.smithi123.hkeqdd (mgr.14162) 126 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:54:17.037 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:54:17.037 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:54:17.038 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:54:17.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:17 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:54:16.298657+0000 mgr.smithi123.hkeqdd (mgr.14162) 127 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:54:17.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:17 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:54:17.024003+0000 mon.smithi123 (mon.0) 204 : audit [DBG] from='client.? 172.21.15.195:0/717591565' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:54:18.429 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:54:18.430 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:54:19.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:19 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:54:18.298980+0000 mgr.smithi123.hkeqdd (mgr.14162) 128 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:54:19.863 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:54:19.863 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:54:19.865 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:54:20.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:20 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:54:19.850951+0000 mon.smithi123 (mon.0) 205 : audit [DBG] from='client.? 172.21.15.195:0/1988899791' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:54:21.265 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:54:21.265 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:54:21.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:21 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:54:20.299230+0000 mgr.smithi123.hkeqdd (mgr.14162) 129 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:54:22.603 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:54:22.603 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:54:22.605 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:54:23.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:23 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:54:22.299549+0000 mgr.smithi123.hkeqdd (mgr.14162) 130 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:54:23.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:23 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:54:22.591021+0000 mon.smithi123 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.195:0/2393068290' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:54:23.999 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:54:23.999 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:54:25.368 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:54:25.368 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:54:25.369 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:54:25.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:25 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:54:24.299861+0000 mgr.smithi123.hkeqdd (mgr.14162) 131 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:54:25.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:25 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:54:25.355448+0000 mon.smithi123 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.195:0/47188833' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:54:26.790 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:54:26.790 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:54:27.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:27 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:54:26.300117+0000 mgr.smithi123.hkeqdd (mgr.14162) 132 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:54:28.137 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:54:28.137 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:54:28.139 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:54:28.825 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:28 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:54:28.124961+0000 mon.smithi123 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.195:0/1460750579' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:54:29.543 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:54:29.543 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:54:29.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:29 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:54:28.300417+0000 mgr.smithi123.hkeqdd (mgr.14162) 133 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:54:30.887 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:54:30.888 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:54:30.889 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:54:31.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:31 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:54:30.300783+0000 mgr.smithi123.hkeqdd (mgr.14162) 134 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:54:31.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:31 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:54:30.874843+0000 mon.smithi123 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.195:0/3491534686' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:54:32.307 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:54:32.307 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:54:33.631 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:54:33.632 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:54:33.633 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:54:33.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:33 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:54:32.301148+0000 mgr.smithi123.hkeqdd (mgr.14162) 135 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:54:34.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:34 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:54:33.619339+0000 mon.smithi123 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.195:0/3810061676' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:54:35.011 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:54:35.011 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:54:35.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:35 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:54:34.301448+0000 mgr.smithi123.hkeqdd (mgr.14162) 136 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:54:36.370 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:54:36.371 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:54:36.372 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:54:37.764 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:54:37.764 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:54:37.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:37 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:54:36.301784+0000 mgr.smithi123.hkeqdd (mgr.14162) 137 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:54:37.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:37 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:54:36.358700+0000 mon.smithi123 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.195:0/825309558' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:54:39.141 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:54:39.141 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:54:39.142 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:54:39.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:39 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:54:38.302118+0000 mgr.smithi123.hkeqdd (mgr.14162) 138 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:54:39.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:39 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:54:39.128613+0000 mon.smithi123 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.195:0/615487266' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:54:40.493 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:54:40.493 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:54:41.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:41 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:54:40.302432+0000 mgr.smithi123.hkeqdd (mgr.14162) 139 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:54:41.847 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:54:41.847 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:54:41.849 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:54:42.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:42 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:54:41.835305+0000 mon.smithi123 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.195:0/450027814' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:54:43.224 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:54:43.224 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:54:43.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:43 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:54:42.302786+0000 mgr.smithi123.hkeqdd (mgr.14162) 140 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:54:44.615 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:54:44.615 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:54:44.616 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:54:45.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:45 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:54:44.303173+0000 mgr.smithi123.hkeqdd (mgr.14162) 141 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:54:45.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:45 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:54:44.603209+0000 mon.smithi123 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.195:0/955909779' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:54:46.011 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:54:46.012 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:54:47.391 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:54:47.392 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:54:47.393 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:54:47.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:47 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:54:46.303526+0000 mgr.smithi123.hkeqdd (mgr.14162) 142 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:54:48.779 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:54:48.779 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:54:48.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:48 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:54:47.379630+0000 mon.smithi123 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.195:0/3204565940' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:54:49.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:49 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:54:48.303844+0000 mgr.smithi123.hkeqdd (mgr.14162) 143 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:54:50.172 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:54:50.173 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:54:50.174 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:54:50.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:50 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:54:50.160984+0000 mon.smithi123 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.195:0/2710445418' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:54:51.562 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:54:51.563 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:54:51.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:51 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:54:50.304151+0000 mgr.smithi123.hkeqdd (mgr.14162) 144 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:54:52.949 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:54:52.949 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:54:52.950 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:54:53.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:53 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:54:52.304517+0000 mgr.smithi123.hkeqdd (mgr.14162) 145 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:54:53.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:53 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:54:52.937182+0000 mon.smithi123 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.195:0/863117357' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:54:54.330 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:54:54.330 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:54:55.690 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:54:55.690 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:54:55.691 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:54:55.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:55 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:54:54.304876+0000 mgr.smithi123.hkeqdd (mgr.14162) 146 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:54:56.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:56 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:54:55.678501+0000 mon.smithi123 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.195:0/432414883' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:54:56.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:56 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:54:56.305110+0000 mgr.smithi123.hkeqdd (mgr.14162) 147 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:54:57.083 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:54:57.084 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:54:58.444 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:54:58.444 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:54:58.446 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:54:59.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:59 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:54:58.305457+0000 mgr.smithi123.hkeqdd (mgr.14162) 148 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:54:59.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:54:59 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:54:58.432790+0000 mon.smithi123 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.195:0/343908123' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:54:59.865 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:54:59.865 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:55:01.187 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:55:01.187 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:55:01.189 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:55:01.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:01 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:55:00.305671+0000 mgr.smithi123.hkeqdd (mgr.14162) 149 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:55:01.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:01 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:01.176144+0000 mon.smithi123 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.195:0/1981671827' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:55:02.667 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:55:02.668 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:55:03.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:03 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:55:02.306020+0000 mgr.smithi123.hkeqdd (mgr.14162) 150 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:55:04.007 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:55:04.007 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:55:04.009 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:55:04.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:04 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:03.995498+0000 mon.smithi123 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.195:0/3607379322' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:55:05.398 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:55:05.398 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:55:05.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:05 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:55:04.306349+0000 mgr.smithi123.hkeqdd (mgr.14162) 151 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:55:05.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:05 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:04.395527+0000 mon.smithi123 (mon.0) 222 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.hkeqdd/mirror_snapshot_schedule"}]: dispatch 2024-01-18T05:55:05.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:05 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:04.404262+0000 mon.smithi123 (mon.0) 223 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.hkeqdd/trash_purge_schedule"}]: dispatch 2024-01-18T05:55:06.768 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:55:06.768 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:55:06.770 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:55:06.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:06 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:55:06.306637+0000 mgr.smithi123.hkeqdd (mgr.14162) 152 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:55:07.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:07 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:06.757319+0000 mon.smithi123 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.195:0/2203651493' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:55:08.145 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:55:08.145 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:55:09.490 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:55:09.490 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:55:09.492 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:55:09.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:09 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:55:08.306999+0000 mgr.smithi123.hkeqdd (mgr.14162) 153 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:55:10.738 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:09.478979+0000 mon.smithi123 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.195:0/2170672107' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:55:10.738 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cephadm 2024-01-18T05:55:10.022798+0000 mgr.smithi123.hkeqdd (mgr.14162) 154 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi123 ... 2024-01-18T05:55:10.738 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-01-18T05:55:10.738 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-18T05:55:10.738 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: stat: stderr time="2024-01-18T05:50:48Z" 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-18T05:55:10.738 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: stat: stderr time="2024-01-18T05:51:26Z" 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-18T05:55:10.738 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: stat: stderr time="2024-01-18T05:52:03Z" 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-18T05:55:10.739 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 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-18T05:55:10.739 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-01-18T05:55:10.739 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-18T05:55:10.739 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: stat: stderr time="2024-01-18T05:53:17Z" 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-18T05:55:10.739 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: stat: stderr time="2024-01-18T05:53:55Z" 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-18T05:55:10.739 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: stat: stderr time="2024-01-18T05:54:32Z" 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-18T05:55:10.739 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 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-18T05:55:10.739 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: Traceback (most recent call last): 2024-01-18T05:55:10.739 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: File "/var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2024-01-18T05:55:10.739 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: main() 2024-01-18T05:55:10.739 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: File "/var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2024-01-18T05:55:10.739 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: r = ctx.func(ctx) 2024-01-18T05:55:10.739 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: File "/var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2024-01-18T05:55:10.739 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: return func(ctx) 2024-01-18T05:55:10.740 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: File "/var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2024-01-18T05:55:10.740 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-01-18T05:55:10.740 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: File "/var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4191, in extract_uid_gid_monitoring 2024-01-18T05:55:10.740 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-01-18T05:55:10.740 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: File "/var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2024-01-18T05:55:10.740 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: raise RuntimeError('uid/gid not found') 2024-01-18T05:55:10.740 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: RuntimeError: uid/gid not found 2024-01-18T05:55:10.740 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: Traceback (most recent call last): 2024-01-18T05:55:10.740 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2024-01-18T05:55:10.740 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: yield (conn, connr) 2024-01-18T05:55:10.740 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2024-01-18T05:55:10.740 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: code, '\n'.join(err))) 2024-01-18T05:55:10.740 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi123 ... 2024-01-18T05:55:10.741 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-01-18T05:55:10.741 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-18T05:55:10.741 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: stat: stderr time="2024-01-18T05:50:48Z" 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-18T05:55:10.741 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: stat: stderr time="2024-01-18T05:51:26Z" 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-18T05:55:10.741 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: stat: stderr time="2024-01-18T05:52:03Z" 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-18T05:55:10.741 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 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-18T05:55:10.741 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi123 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-01-18T05:55:10.741 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-18T05:55:10.741 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: stat: stderr time="2024-01-18T05:53:17Z" 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-18T05:55:10.741 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: stat: stderr time="2024-01-18T05:53:55Z" 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-18T05:55:10.741 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: stat: stderr time="2024-01-18T05:54:32Z" 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-18T05:55:10.741 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: 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-18T05:55:10.742 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: Traceback (most recent call last): 2024-01-18T05:55:10.742 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: File "/var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2024-01-18T05:55:10.742 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: main() 2024-01-18T05:55:10.742 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: File "/var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2024-01-18T05:55:10.742 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: r = ctx.func(ctx) 2024-01-18T05:55:10.742 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: File "/var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2024-01-18T05:55:10.742 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: return func(ctx) 2024-01-18T05:55:10.742 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: File "/var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2024-01-18T05:55:10.742 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-01-18T05:55:10.742 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: File "/var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4191, in extract_uid_gid_monitoring 2024-01-18T05:55:10.742 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-01-18T05:55:10.742 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: File "/var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2024-01-18T05:55:10.742 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: raise RuntimeError('uid/gid not found') 2024-01-18T05:55:10.742 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: RuntimeError: uid/gid not found 2024-01-18T05:55:10.742 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:10.023927+0000 mon.smithi123 (mon.0) 226 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi123", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T05:55:10.742 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:10.026388+0000 mon.smithi123 (mon.0) 227 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi123", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-18T05:55:10.743 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:10.027106+0000 mon.smithi123 (mon.0) 228 : audit [DBG] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:55:10.743 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cephadm 2024-01-18T05:55:10.027766+0000 mgr.smithi123.hkeqdd (mgr.14162) 155 : cephadm [INF] Deploying daemon crash.smithi123 on smithi123 2024-01-18T05:55:10.861 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:55:10.862 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:55:11.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:11 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:55:10.307334+0000 mgr.smithi123.hkeqdd (mgr.14162) 156 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:55:12.237 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:55:12.237 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:55:12.239 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:55:12.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:12 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:11.524448+0000 mon.smithi123 (mon.0) 229 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:55:12.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:12 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:11.662181+0000 mon.smithi123 (mon.0) 230 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:55:12.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:12 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:11.664578+0000 mon.smithi123 (mon.0) 231 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:55:12.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:12 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:11.664962+0000 mon.smithi123 (mon.0) 232 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-18T05:55:12.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:12 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:11.665391+0000 mgr.smithi123.hkeqdd (mgr.14162) 157 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-18T05:55:12.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:12 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:11.667741+0000 mon.smithi123 (mon.0) 233 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:55:12.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:12 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cephadm 2024-01-18T05:55:11.670456+0000 mgr.smithi123.hkeqdd (mgr.14162) 158 : cephadm [INF] Deploying daemon grafana.smithi123 on smithi123 2024-01-18T05:55:12.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:12 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:12.225868+0000 mon.smithi123 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.195:0/2448182680' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:55:13.627 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:55:13.628 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:55:13.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:13 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:55:12.307579+0000 mgr.smithi123.hkeqdd (mgr.14162) 159 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:55:14.943 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:55:14.943 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:55:14.944 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:55:15.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:15 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:55:14.307903+0000 mgr.smithi123.hkeqdd (mgr.14162) 160 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:55:15.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:15 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:14.931400+0000 mon.smithi123 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.195:0/357625698' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:55:16.310 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:55:16.310 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:55:17.697 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:55:17.697 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:55:17.698 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:55:17.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:17 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:55:16.308185+0000 mgr.smithi123.hkeqdd (mgr.14162) 161 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:55:18.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:18 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:17.685466+0000 mon.smithi123 (mon.0) 236 : audit [DBG] from='client.? 172.21.15.195:0/2297016222' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:55:19.086 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:55:19.087 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:55:19.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:19 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:55:18.308515+0000 mgr.smithi123.hkeqdd (mgr.14162) 162 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:55:20.468 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:55:20.468 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:55:20.469 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:55:20.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:20 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:20.457060+0000 mon.smithi123 (mon.0) 237 : audit [DBG] from='client.? 172.21.15.195:0/3923243855' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:55:21.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:21 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:55:20.308749+0000 mgr.smithi123.hkeqdd (mgr.14162) 163 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:55:21.847 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:55:21.848 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:55:23.193 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:55:23.193 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:55:23.194 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:55:23.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:23 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:55:22.309016+0000 mgr.smithi123.hkeqdd (mgr.14162) 164 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:55:23.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:23 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:23.181691+0000 mon.smithi123 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.195:0/3474253880' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:55:24.589 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:55:24.590 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:55:25.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:25 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:55:24.309250+0000 mgr.smithi123.hkeqdd (mgr.14162) 165 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:55:25.900 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:55:25.900 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:55:25.901 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:55:26.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:26 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:25.888591+0000 mon.smithi123 (mon.0) 239 : audit [DBG] from='client.? 172.21.15.195:0/638831620' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:55:27.312 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:55:27.312 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:55:27.680 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:27 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:55:26.309497+0000 mgr.smithi123.hkeqdd (mgr.14162) 166 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:55:28.685 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:55:28.686 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:55:28.687 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:55:29.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:29 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:55:28.309767+0000 mgr.smithi123.hkeqdd (mgr.14162) 167 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:55:29.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:29 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:28.674675+0000 mon.smithi123 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.195:0/2006623449' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:55:29.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:29 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:28.789747+0000 mon.smithi123 (mon.0) 241 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' 2024-01-18T05:55:29.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:29 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cephadm 2024-01-18T05:55:28.791030+0000 mgr.smithi123.hkeqdd (mgr.14162) 168 : cephadm [INF] Deploying daemon node-exporter.smithi123 on smithi123 2024-01-18T05:55:30.117 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:55:30.117 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:55:31.428 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:55:31.428 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:55:31.429 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:55:31.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:31 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:55:30.310015+0000 mgr.smithi123.hkeqdd (mgr.14162) 169 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:55:31.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:31 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:31.417032+0000 mon.smithi123 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.195:0/372698616' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:55:32.802 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:55:32.802 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:55:33.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:33 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:55:32.310324+0000 mgr.smithi123.hkeqdd (mgr.14162) 170 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:55:34.154 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:55:34.155 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:55:34.156 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:55:34.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:34 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:34.143684+0000 mon.smithi123 (mon.0) 243 : audit [DBG] from='client.? 172.21.15.195:0/1685091428' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:55:35.544 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:55:35.545 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:55:35.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:35 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:55:34.310695+0000 mgr.smithi123.hkeqdd (mgr.14162) 171 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:55:36.953 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:55:36.954 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:55:36.955 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:55:38.073 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:37 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:55:36.311105+0000 mgr.smithi123.hkeqdd (mgr.14162) 172 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:55:38.073 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:37 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:36.943047+0000 mon.smithi123 (mon.0) 244 : audit [DBG] from='client.? 172.21.15.195:0/4241292322' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:55:38.431 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:55:38.431 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:55:39.807 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:55:39.807 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:55:39.809 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:55:40.073 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:39 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:55:38.311343+0000 mgr.smithi123.hkeqdd (mgr.14162) 173 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:55:41.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:40 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:39.796643+0000 mon.smithi123 (mon.0) 245 : audit [DBG] from='client.? 172.21.15.195:0/3346257324' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:55:41.201 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:55:41.201 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:55:42.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:41 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:55:40.311631+0000 mgr.smithi123.hkeqdd (mgr.14162) 174 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:55:42.524 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:55:42.524 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:55:42.526 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:55:43.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:42 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:42.513813+0000 mon.smithi123 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.195:0/1512526080' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:55:43.922 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:55:43.923 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:55:44.073 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:43 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:55:42.311946+0000 mgr.smithi123.hkeqdd (mgr.14162) 175 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:55:45.273 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:55:45.273 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:55:45.274 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:55:46.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:45 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:55:44.312302+0000 mgr.smithi123.hkeqdd (mgr.14162) 176 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:55:46.073 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:45 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:45.262525+0000 mon.smithi123 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.195:0/3246632233' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:55:46.649 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:55:46.649 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:55:48.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:47 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:55:46.312629+0000 mgr.smithi123.hkeqdd (mgr.14162) 177 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:55:48.078 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:55:48.078 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:55:48.080 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:55:49.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:48 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:48.067864+0000 mon.smithi123 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.195:0/1817444300' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:55:49.454 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:55:49.455 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:55:50.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:49 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:55:48.312988+0000 mgr.smithi123.hkeqdd (mgr.14162) 178 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:55:50.873 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:55:50.873 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:55:50.875 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:55:52.073 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:51 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:55:50.313349+0000 mgr.smithi123.hkeqdd (mgr.14162) 179 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:55:52.073 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:51 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:50.862825+0000 mon.smithi123 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.195:0/2273537715' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:55:52.241 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:55:52.241 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:55:53.583 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:55:53.584 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:55:53.585 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:55:54.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:53 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:55:52.313622+0000 mgr.smithi123.hkeqdd (mgr.14162) 180 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:55:54.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:53 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:53.573363+0000 mon.smithi123 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.195:0/2305704787' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:55:54.966 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:55:54.966 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:55:56.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:55 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:55:54.313896+0000 mgr.smithi123.hkeqdd (mgr.14162) 181 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:55:56.291 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:55:56.291 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:55:56.292 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:55:57.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:56 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:56.280095+0000 mon.smithi123 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.195:0/634308613' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:55:57.697 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:55:57.697 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:55:58.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:57 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:55:56.314202+0000 mgr.smithi123.hkeqdd (mgr.14162) 182 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:55:59.021 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:55:59.021 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:55:59.023 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:56:00.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:59 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:55:58.314593+0000 mgr.smithi123.hkeqdd (mgr.14162) 183 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:56:00.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:55:59 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:55:59.010999+0000 mon.smithi123 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.195:0/3254146650' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:56:00.404 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:56:00.405 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:56:01.796 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:56:01.796 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:56:01.797 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:56:02.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:01 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:56:00.314916+0000 mgr.smithi123.hkeqdd (mgr.14162) 184 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:56:03.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:02 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:56:01.785446+0000 mon.smithi123 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.195:0/165670945' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:56:03.170 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:56:03.170 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:56:04.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:03 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:56:02.315342+0000 mgr.smithi123.hkeqdd (mgr.14162) 185 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:56:04.568 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:56:04.568 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:56:04.569 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:56:05.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:04 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:56:04.396854+0000 mon.smithi123 (mon.0) 254 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.hkeqdd/mirror_snapshot_schedule"}]: dispatch 2024-01-18T05:56:05.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:04 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:56:04.405357+0000 mon.smithi123 (mon.0) 255 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.hkeqdd/trash_purge_schedule"}]: dispatch 2024-01-18T05:56:05.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:04 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:56:04.557242+0000 mon.smithi123 (mon.0) 256 : audit [DBG] from='client.? 172.21.15.195:0/3009456727' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:56:05.936 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:56:05.936 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:56:06.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:05 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:56:04.315670+0000 mgr.smithi123.hkeqdd (mgr.14162) 186 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:56:07.336 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:56:07.336 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:56:07.337 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:56:08.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:07 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:56:06.315973+0000 mgr.smithi123.hkeqdd (mgr.14162) 187 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:56:08.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:07 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:56:07.325815+0000 mon.smithi123 (mon.0) 257 : audit [DBG] from='client.? 172.21.15.195:0/2930765160' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:56:08.726 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:56:08.726 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:56:10.061 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:56:10.061 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:56:10.062 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:56:10.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:09 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:56:08.316274+0000 mgr.smithi123.hkeqdd (mgr.14162) 188 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:56:11.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:10 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:56:10.051191+0000 mon.smithi123 (mon.0) 258 : audit [DBG] from='client.? 172.21.15.195:0/3488815272' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:56:11.441 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:56:11.442 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:56:12.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:11 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:56:10.316649+0000 mgr.smithi123.hkeqdd (mgr.14162) 189 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:56:12.836 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:56:12.837 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:56:12.838 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:56:14.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:13 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:56:12.317060+0000 mgr.smithi123.hkeqdd (mgr.14162) 190 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:56:14.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:13 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:56:12.827034+0000 mon.smithi123 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.195:0/867657330' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:56:14.326 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:56:14.327 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:56:15.719 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:56:15.719 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:56:15.720 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:56:16.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:15 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:56:14.317426+0000 mgr.smithi123.hkeqdd (mgr.14162) 191 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:56:17.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:16 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:56:15.709289+0000 mon.smithi123 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.195:0/2401143503' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:56:17.107 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:56:17.107 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:56:18.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:17 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:56:16.317821+0000 mgr.smithi123.hkeqdd (mgr.14162) 192 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:56:18.471 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:56:18.471 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:56:18.473 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:56:19.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:18 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:56:18.462111+0000 mon.smithi123 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.195:0/1533420590' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:56:19.845 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:56:19.845 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:56:20.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:19 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:56:18.318205+0000 mgr.smithi123.hkeqdd (mgr.14162) 193 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:56:21.150 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:56:21.151 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:56:21.152 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:56:22.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:21 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:56:20.318463+0000 mgr.smithi123.hkeqdd (mgr.14162) 194 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:56:22.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:21 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:56:21.140762+0000 mon.smithi123 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.195:0/2113489394' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:56:22.531 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:56:22.531 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:56:23.890 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:56:23.890 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:56:23.891 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:56:24.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:23 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:56:22.318754+0000 mgr.smithi123.hkeqdd (mgr.14162) 195 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:56:25.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:24 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:56:23.880394+0000 mon.smithi123 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.195:0/2694491658' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:56:25.314 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:56:25.314 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:56:26.072 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:25 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:56:24.319129+0000 mgr.smithi123.hkeqdd (mgr.14162) 196 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:56:26.630 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:56:26.630 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:56:26.631 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:56:27.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:27 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:56:26.319512+0000 mgr.smithi123.hkeqdd (mgr.14162) 197 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:56:27.822 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:27 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:56:26.620110+0000 mon.smithi123 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.195:0/2013193322' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:56:28.017 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:56:28.018 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:56:29.354 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:56:29.354 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:56:29.355 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:56:29.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:29 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:56:28.319865+0000 mgr.smithi123.hkeqdd (mgr.14162) 198 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:56:29.822 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:29 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:56:29.344579+0000 mon.smithi123 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.195:0/167567246' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:56:30.745 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:56:30.746 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:56:31.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:31 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:56:30.320175+0000 mgr.smithi123.hkeqdd (mgr.14162) 199 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:56:32.169 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:56:32.169 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:56:32.170 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:56:32.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:32 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:56:32.159156+0000 mon.smithi123 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.195:0/1818807642' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:56:32.822 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:32 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:56:32.320533+0000 mgr.smithi123.hkeqdd (mgr.14162) 200 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:56:33.552 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:56:33.552 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:56:34.997 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:56:34.997 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:56:34.999 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:56:35.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:35 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:56:34.320895+0000 mgr.smithi123.hkeqdd (mgr.14162) 201 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:56:35.822 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:35 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:56:34.987969+0000 mon.smithi123 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.195:0/1531976494' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:56:36.381 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:56:36.381 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:56:36.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:36 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:56:36.321185+0000 mgr.smithi123.hkeqdd (mgr.14162) 202 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:56:37.810 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:56:37.810 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:56:37.812 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:56:38.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:37 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:56:37.800883+0000 mon.smithi123 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.195:0/4230181017' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:56:39.191 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:56:39.192 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:56:40.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:39 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:56:38.321545+0000 mgr.smithi123.hkeqdd (mgr.14162) 203 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:56:40.504 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:56:40.504 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:56:40.506 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:56:41.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:40 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:56:40.495523+0000 mon.smithi123 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.195:0/3577933991' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:56:41.910 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:56:41.911 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:56:42.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:41 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:56:40.321860+0000 mgr.smithi123.hkeqdd (mgr.14162) 204 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:56:43.297 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:56:43.297 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:56:43.298 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:56:44.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:43 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:56:42.322114+0000 mgr.smithi123.hkeqdd (mgr.14162) 205 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:56:44.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:43 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:56:43.287194+0000 mon.smithi123 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.195:0/1830785701' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:56:44.666 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:56:44.666 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:56:46.035 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:56:46.035 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:56:46.036 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:56:46.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:45 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:56:44.322434+0000 mgr.smithi123.hkeqdd (mgr.14162) 206 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:56:47.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:46 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:56:46.025648+0000 mon.smithi123 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.195:0/2699950597' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:56:47.441 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:56:47.442 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:56:48.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:47 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:56:46.322762+0000 mgr.smithi123.hkeqdd (mgr.14162) 207 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:56:48.807 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:56:48.807 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:56:48.808 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:56:49.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:48 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:56:48.797794+0000 mon.smithi123 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.195:0/1552178536' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:56:50.257 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:56:50.257 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:56:50.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:49 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:56:48.323031+0000 mgr.smithi123.hkeqdd (mgr.14162) 208 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:56:51.653 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:56:51.653 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:56:51.655 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:56:52.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:51 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:56:50.323305+0000 mgr.smithi123.hkeqdd (mgr.14162) 209 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:56:52.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:51 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:56:51.644115+0000 mon.smithi123 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.195:0/87896439' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:56:53.052 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:56:53.052 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:56:54.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:53 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:56:52.323679+0000 mgr.smithi123.hkeqdd (mgr.14162) 210 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:56:54.479 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:56:54.479 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:56:54.480 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:56:55.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:54 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:56:54.469895+0000 mon.smithi123 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.195:0/2672582192' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:56:55.864 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:56:55.865 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:56:56.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:55 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:56:54.324072+0000 mgr.smithi123.hkeqdd (mgr.14162) 211 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:56:57.221 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:56:57.221 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:56:57.223 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:56:58.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:57 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:56:56.324514+0000 mgr.smithi123.hkeqdd (mgr.14162) 212 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:56:58.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:57 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:56:57.212138+0000 mon.smithi123 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.195:0/1283135677' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:56:58.593 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:56:58.593 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:56:59.961 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:56:59.962 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:56:59.963 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:57:00.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:56:59 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:56:58.324896+0000 mgr.smithi123.hkeqdd (mgr.14162) 213 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:57:01.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:00 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:56:59.952915+0000 mon.smithi123 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.195:0/4265077927' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:57:01.348 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:57:01.348 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:57:02.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:01 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:57:00.325184+0000 mgr.smithi123.hkeqdd (mgr.14162) 214 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:57:02.675 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:57:02.675 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:57:02.676 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:57:03.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:02 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:57:02.666392+0000 mon.smithi123 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.195:0/545661887' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:57:04.075 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:57:04.076 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:57:04.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:03 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:57:02.325554+0000 mgr.smithi123.hkeqdd (mgr.14162) 215 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:57:05.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:04 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:57:04.397982+0000 mon.smithi123 (mon.0) 278 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.hkeqdd/mirror_snapshot_schedule"}]: dispatch 2024-01-18T05:57:05.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:04 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:57:04.406486+0000 mon.smithi123 (mon.0) 279 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.hkeqdd/trash_purge_schedule"}]: dispatch 2024-01-18T05:57:05.492 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:57:05.492 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:57:05.494 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:57:06.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:05 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:57:04.325913+0000 mgr.smithi123.hkeqdd (mgr.14162) 216 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:57:06.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:05 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:57:05.483783+0000 mon.smithi123 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.195:0/555884372' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:57:06.914 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:57:06.914 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:57:08.226 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:57:08.227 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:57:08.228 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:57:08.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:07 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:57:06.326283+0000 mgr.smithi123.hkeqdd (mgr.14162) 217 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:57:09.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:08 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:57:08.218088+0000 mon.smithi123 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.195:0/1583966008' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:57:09.616 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:57:09.616 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:57:10.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:09 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:57:08.326572+0000 mgr.smithi123.hkeqdd (mgr.14162) 218 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:57:10.987 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:57:10.987 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:57:10.988 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:57:12.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:11 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:57:10.326927+0000 mgr.smithi123.hkeqdd (mgr.14162) 219 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:57:12.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:11 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:57:10.977733+0000 mon.smithi123 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.195:0/2510925119' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:57:12.379 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:57:12.379 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:57:13.741 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:57:13.741 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:57:13.742 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:57:14.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:13 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:57:12.327340+0000 mgr.smithi123.hkeqdd (mgr.14162) 220 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:57:14.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:13 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:57:13.732346+0000 mon.smithi123 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.195:0/134577278' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:57:15.119 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:57:15.119 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:57:16.321 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:15 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:57:14.327676+0000 mgr.smithi123.hkeqdd (mgr.14162) 221 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:57:16.488 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:57:16.489 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:57:16.490 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:57:17.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:17 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:57:16.327932+0000 mgr.smithi123.hkeqdd (mgr.14162) 222 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:57:17.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:17 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:57:16.480364+0000 mon.smithi123 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.195:0/4003865934' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:57:17.869 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:57:17.869 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:57:19.260 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:57:19.260 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:57:19.262 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:57:19.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:19 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:57:18.328204+0000 mgr.smithi123.hkeqdd (mgr.14162) 223 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:57:19.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:19 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:57:19.251796+0000 mon.smithi123 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.195:0/2068517542' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:57:20.639 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:57:20.640 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:57:21.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:21 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:57:20.328510+0000 mgr.smithi123.hkeqdd (mgr.14162) 224 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:57:21.914 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:57:21.915 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:57:21.917 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:57:22.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:22 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:57:21.906067+0000 mon.smithi123 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.195:0/4244169195' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:57:23.285 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:57:23.285 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:57:23.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:23 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:57:22.328869+0000 mgr.smithi123.hkeqdd (mgr.14162) 225 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:57:24.660 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:57:24.660 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:57:24.662 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:57:25.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:25 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:57:24.329211+0000 mgr.smithi123.hkeqdd (mgr.14162) 226 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:57:25.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:25 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:57:24.651971+0000 mon.smithi123 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.195:0/3793123552' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:57:26.023 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:57:26.023 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:57:27.348 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:57:27.348 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:57:27.350 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:57:27.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:27 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:57:26.329641+0000 mgr.smithi123.hkeqdd (mgr.14162) 227 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:57:27.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:27 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:57:27.339677+0000 mon.smithi123 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.195:0/452192648' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:57:28.744 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:57:28.744 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:57:29.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:29 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:57:28.329982+0000 mgr.smithi123.hkeqdd (mgr.14162) 228 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:57:30.125 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:57:30.125 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:57:30.127 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:57:30.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cephadm 2024-01-18T05:57:29.354152+0000 mgr.smithi123.hkeqdd (mgr.14162) 229 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi123 ... 2024-01-18T05:57:30.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: Verifying port 9100 ... 2024-01-18T05:57:30.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: Non-zero exit code 1 from systemctl start ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@node-exporter.smithi123 2024-01-18T05:57:30.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: systemctl: stderr Job for ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@node-exporter.smithi123.service failed because a timeout was exceeded. 2024-01-18T05:57:30.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: systemctl: stderr See "systemctl status ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@node-exporter.smithi123.service" and "journalctl -xe" for details. 2024-01-18T05:57:30.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: Traceback (most recent call last): 2024-01-18T05:57:30.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: File "/var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2024-01-18T05:57:30.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: main() 2024-01-18T05:57:30.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: File "/var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2024-01-18T05:57:30.822 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: r = ctx.func(ctx) 2024-01-18T05:57:30.822 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: File "/var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2024-01-18T05:57:30.822 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: return func(ctx) 2024-01-18T05:57:30.822 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: File "/var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2024-01-18T05:57:30.822 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: ports=daemon_ports) 2024-01-18T05:57:30.822 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: File "/var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2608, in deploy_daemon 2024-01-18T05:57:30.822 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: c, osd_fsid=osd_fsid, ports=ports) 2024-01-18T05:57:30.822 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: File "/var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2806, in deploy_daemon_units 2024-01-18T05:57:30.822 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-01-18T05:57:30.822 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: File "/var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2024-01-18T05:57:30.822 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-18T05:57:30.822 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: RuntimeError: Failed command: systemctl start ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@node-exporter.smithi123 2024-01-18T05:57:30.822 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: Traceback (most recent call last): 2024-01-18T05:57:30.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2024-01-18T05:57:30.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: yield (conn, connr) 2024-01-18T05:57:30.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2024-01-18T05:57:30.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: code, '\n'.join(err))) 2024-01-18T05:57:30.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi123 ... 2024-01-18T05:57:30.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: Verifying port 9100 ... 2024-01-18T05:57:30.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: Non-zero exit code 1 from systemctl start ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@node-exporter.smithi123 2024-01-18T05:57:30.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: systemctl: stderr Job for ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@node-exporter.smithi123.service failed because a timeout was exceeded. 2024-01-18T05:57:30.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: systemctl: stderr See "systemctl status ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@node-exporter.smithi123.service" and "journalctl -xe" for details. 2024-01-18T05:57:30.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: Traceback (most recent call last): 2024-01-18T05:57:30.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: File "/var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2024-01-18T05:57:30.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: main() 2024-01-18T05:57:30.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: File "/var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2024-01-18T05:57:30.823 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: r = ctx.func(ctx) 2024-01-18T05:57:30.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: File "/var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2024-01-18T05:57:30.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: return func(ctx) 2024-01-18T05:57:30.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: File "/var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2024-01-18T05:57:30.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: ports=daemon_ports) 2024-01-18T05:57:30.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: File "/var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2608, in deploy_daemon 2024-01-18T05:57:30.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: c, osd_fsid=osd_fsid, ports=ports) 2024-01-18T05:57:30.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: File "/var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2806, in deploy_daemon_units 2024-01-18T05:57:30.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-01-18T05:57:30.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: File "/var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2024-01-18T05:57:30.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-18T05:57:30.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: RuntimeError: Failed command: systemctl start ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@node-exporter.smithi123 2024-01-18T05:57:30.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cephadm 2024-01-18T05:57:29.360109+0000 mgr.smithi123.hkeqdd (mgr.14162) 230 : cephadm [INF] Deploying daemon prometheus.smithi123 on smithi123 2024-01-18T05:57:30.824 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:30 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:57:30.117218+0000 mon.smithi123 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.195:0/3766083067' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:57:31.540 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:57:31.540 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:57:31.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:31 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:57:30.330309+0000 mgr.smithi123.hkeqdd (mgr.14162) 231 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:57:32.889 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:57:32.889 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:57:32.890 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:57:33.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:33 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:57:32.330586+0000 mgr.smithi123.hkeqdd (mgr.14162) 232 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:57:33.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:33 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:57:32.879974+0000 mon.smithi123 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.195:0/2101968768' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:57:34.267 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:57:34.267 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:57:35.625 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:57:35.626 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:57:35.627 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:57:35.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:35 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:57:34.330938+0000 mgr.smithi123.hkeqdd (mgr.14162) 233 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:57:36.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:36 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:57:35.617400+0000 mon.smithi123 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.195:0/3556604323' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:57:36.993 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:57:36.994 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:57:37.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:37 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:57:36.331276+0000 mgr.smithi123.hkeqdd (mgr.14162) 234 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:57:38.380 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:57:38.381 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:57:38.382 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:57:38.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:38 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:57:38.372455+0000 mon.smithi123 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.195:0/332126222' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:57:39.702 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:39 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:57:38.331553+0000 mgr.smithi123.hkeqdd (mgr.14162) 235 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:57:39.761 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:57:39.761 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:57:41.174 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:57:41.174 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:57:41.175 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:57:41.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:41 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:57:40.331882+0000 mgr.smithi123.hkeqdd (mgr.14162) 236 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:57:41.821 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:41 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:57:41.165667+0000 mon.smithi123 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.195:0/4066449002' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:57:42.557 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:57:42.558 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:57:42.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:42 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:57:42.332158+0000 mgr.smithi123.hkeqdd (mgr.14162) 237 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:57:43.890 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:57:43.890 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:57:43.892 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:57:44.320 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:43 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:57:43.881609+0000 mon.smithi123 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.195:0/4011525285' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:57:45.271 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:57:45.271 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:57:46.320 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:45 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:57:44.332571+0000 mgr.smithi123.hkeqdd (mgr.14162) 238 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:57:46.661 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:57:46.662 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:57:46.663 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:57:47.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:47 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:57:46.332960+0000 mgr.smithi123.hkeqdd (mgr.14162) 239 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:57:47.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:47 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:57:46.654056+0000 mon.smithi123 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.195:0/2578836555' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:57:48.046 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:57:48.046 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:57:49.401 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:57:49.402 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:57:49.403 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:57:49.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:49 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:57:48.333292+0000 mgr.smithi123.hkeqdd (mgr.14162) 240 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:57:50.775 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:57:50.775 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:57:50.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:50 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:57:49.393476+0000 mon.smithi123 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.195:0/1075080406' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:57:51.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:51 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:57:50.333617+0000 mgr.smithi123.hkeqdd (mgr.14162) 241 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:57:52.115 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:57:52.115 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:57:52.117 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:57:52.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:52 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:57:52.107232+0000 mon.smithi123 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.195:0/3118061679' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:57:52.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:52 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:57:52.333838+0000 mgr.smithi123.hkeqdd (mgr.14162) 242 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:57:53.502 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:57:53.502 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:57:54.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:54 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:57:54.334121+0000 mgr.smithi123.hkeqdd (mgr.14162) 243 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:57:54.906 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:57:54.906 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:57:54.907 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:57:55.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:55 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:57:54.898154+0000 mon.smithi123 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.195:0/2481862983' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:57:56.307 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:57:56.307 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:57:56.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:56 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:57:56.334418+0000 mgr.smithi123.hkeqdd (mgr.14162) 244 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:57:57.650 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:57:57.650 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:57:57.651 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:57:58.070 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:57 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:57:57.642336+0000 mon.smithi123 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.195:0/3329686425' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:57:59.060 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:57:59.061 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:57:59.070 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:57:58 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:57:58.334681+0000 mgr.smithi123.hkeqdd (mgr.14162) 245 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:58:00.404 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:58:00.404 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:58:00.405 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:58:00.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:00 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:58:00.335054+0000 mgr.smithi123.hkeqdd (mgr.14162) 246 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:58:01.774 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:58:01.775 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:58:01.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:01 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:58:00.395770+0000 mon.smithi123 (mon.0) 300 : audit [DBG] from='client.? 172.21.15.195:0/4060029037' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:58:03.109 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:58:03.110 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:58:03.111 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:58:03.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:03 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:58:02.335410+0000 mgr.smithi123.hkeqdd (mgr.14162) 247 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:58:03.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:03 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:58:03.101429+0000 mon.smithi123 (mon.0) 301 : audit [DBG] from='client.? 172.21.15.195:0/1165495653' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:58:04.500 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:58:04.500 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:58:05.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:05 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:58:04.335745+0000 mgr.smithi123.hkeqdd (mgr.14162) 248 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:58:05.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:05 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:58:04.399719+0000 mon.smithi123 (mon.0) 302 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.hkeqdd/mirror_snapshot_schedule"}]: dispatch 2024-01-18T05:58:05.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:05 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:58:04.407553+0000 mon.smithi123 (mon.0) 303 : audit [INF] from='mgr.14162 172.21.15.123:0/137883383' entity='mgr.smithi123.hkeqdd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi123.hkeqdd/trash_purge_schedule"}]: dispatch 2024-01-18T05:58:05.912 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:58:05.913 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:58:05.914 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:58:06.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:06 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:58:05.904782+0000 mon.smithi123 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.195:0/373641212' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:58:07.304 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:58:07.305 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:58:07.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:07 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:58:06.336096+0000 mgr.smithi123.hkeqdd (mgr.14162) 249 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:58:08.711 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:58:08.711 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:58:08.713 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:58:09.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:09 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:58:08.336403+0000 mgr.smithi123.hkeqdd (mgr.14162) 250 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:58:09.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:09 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:58:08.703201+0000 mon.smithi123 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.195:0/516160236' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:58:10.100 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:58:10.101 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:58:11.450 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:58:11.450 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:58:11.451 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:58:11.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:11 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:58:10.336657+0000 mgr.smithi123.hkeqdd (mgr.14162) 251 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:58:12.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:12 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:58:11.442164+0000 mon.smithi123 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.195:0/2042959780' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:58:12.828 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:58:12.828 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:58:13.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:13 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:58:12.336995+0000 mgr.smithi123.hkeqdd (mgr.14162) 252 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:58:14.133 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:58:14.133 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:58:14.134 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:58:14.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:14 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:58:14.124546+0000 mon.smithi123 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.195:0/1929891249' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:58:15.505 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:58:15.506 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:58:15.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:15 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:58:14.337358+0000 mgr.smithi123.hkeqdd (mgr.14162) 253 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:58:16.922 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:58:16.922 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:58:16.923 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:58:17.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:17 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:58:16.337663+0000 mgr.smithi123.hkeqdd (mgr.14162) 254 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:58:17.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:17 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:58:16.914375+0000 mon.smithi123 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.195:0/3727798205' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:58:18.304 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:58:18.304 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:58:19.656 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:58:19.656 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:58:19.658 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:58:19.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:19 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:58:18.337919+0000 mgr.smithi123.hkeqdd (mgr.14162) 255 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:58:20.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:20 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:58:19.648932+0000 mon.smithi123 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.195:0/290009046' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:58:21.052 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:58:21.052 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:58:21.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:21 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:58:20.338280+0000 mgr.smithi123.hkeqdd (mgr.14162) 256 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:58:22.396 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:58:22.396 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:58:22.398 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:58:22.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:22 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:58:22.389364+0000 mon.smithi123 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.195:0/3851422359' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:58:23.783 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:58:23.784 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:58:23.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:23 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:58:22.338635+0000 mgr.smithi123.hkeqdd (mgr.14162) 257 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:58:25.079 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:58:25.079 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:58:25.080 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:58:25.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:25 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:58:24.339034+0000 mgr.smithi123.hkeqdd (mgr.14162) 258 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:58:25.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:25 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:58:25.071341+0000 mon.smithi123 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.195:0/229548962' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:58:26.406 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:58:26.406 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:58:27.754 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:58:27.755 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:58:27.756 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:58:27.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:27 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:58:26.339309+0000 mgr.smithi123.hkeqdd (mgr.14162) 259 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:58:28.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:28 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:58:27.747426+0000 mon.smithi123 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.195:0/4094648128' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:58:29.141 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:58:29.141 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:58:29.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:29 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:58:28.339647+0000 mgr.smithi123.hkeqdd (mgr.14162) 260 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:58:30.466 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:58:30.466 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:58:30.468 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:58:31.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:31 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:58:30.339967+0000 mgr.smithi123.hkeqdd (mgr.14162) 261 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:58:31.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:31 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:58:30.459321+0000 mon.smithi123 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.195:0/14880888' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:58:31.864 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:58:31.864 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:58:33.200 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:58:33.200 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:58:33.201 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:58:33.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:33 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:58:32.340230+0000 mgr.smithi123.hkeqdd (mgr.14162) 262 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:58:33.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:33 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:58:33.192641+0000 mon.smithi123 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.195:0/1216557335' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:58:34.582 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:58:34.582 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:58:35.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:35 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:58:34.340523+0000 mgr.smithi123.hkeqdd (mgr.14162) 263 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:58:35.982 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:58:35.983 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:58:35.984 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:58:36.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:36 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:58:35.975039+0000 mon.smithi123 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.195:0/868125510' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:58:37.373 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:58:37.374 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:58:37.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:37 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:58:36.340799+0000 mgr.smithi123.hkeqdd (mgr.14162) 264 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:58:38.758 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:58:38.759 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:58:38.760 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:58:39.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:39 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:58:38.341152+0000 mgr.smithi123.hkeqdd (mgr.14162) 265 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:58:39.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:39 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:58:38.751749+0000 mon.smithi123 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.195:0/217554738' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:58:40.151 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:58:40.152 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:58:41.492 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:58:41.492 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:58:41.494 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:58:41.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:41 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:58:40.341561+0000 mgr.smithi123.hkeqdd (mgr.14162) 266 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:58:42.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:42 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:58:41.485096+0000 mon.smithi123 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.195:0/3900524632' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:58:42.828 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:58:42.828 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:58:43.820 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:43 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:58:42.341885+0000 mgr.smithi123.hkeqdd (mgr.14162) 267 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:58:44.177 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:58:44.177 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:58:44.179 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:58:44.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:44 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:58:44.169835+0000 mon.smithi123 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.195:0/993767060' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:58:45.564 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:58:45.565 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:58:45.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:45 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:58:44.342237+0000 mgr.smithi123.hkeqdd (mgr.14162) 268 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:58:46.903 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:58:46.903 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:58:46.904 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:58:47.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:47 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:58:46.342523+0000 mgr.smithi123.hkeqdd (mgr.14162) 269 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:58:47.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:47 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:58:46.895572+0000 mon.smithi123 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.195:0/3163157760' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:58:48.343 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:58:48.344 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:58:49.717 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:58:49.717 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:58:49.718 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:58:49.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:49 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:58:48.342823+0000 mgr.smithi123.hkeqdd (mgr.14162) 270 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:58:50.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:50 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:58:49.709671+0000 mon.smithi123 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.195:0/2497714503' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:58:51.130 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:58:51.130 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:58:51.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:51 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:58:50.343203+0000 mgr.smithi123.hkeqdd (mgr.14162) 271 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:58:52.497 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:58:52.497 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:58:52.499 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:58:53.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:53 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:58:52.343611+0000 mgr.smithi123.hkeqdd (mgr.14162) 272 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:58:53.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:53 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:58:52.490498+0000 mon.smithi123 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.195:0/2090498360' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:58:53.882 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:58:53.882 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:58:55.218 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:58:55.218 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:58:55.219 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:58:55.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:55 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:58:54.343936+0000 mgr.smithi123.hkeqdd (mgr.14162) 273 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:58:55.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:55 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:58:55.211039+0000 mon.smithi123 (mon.0) 322 : audit [DBG] from='client.? 172.21.15.195:0/1401928654' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:58:56.598 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:58:56.598 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:58:57.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:57 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:58:56.344325+0000 mgr.smithi123.hkeqdd (mgr.14162) 274 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:58:57.972 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:58:57.972 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:58:57.974 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:58:58.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:58 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: audit 2024-01-18T05:58:57.965504+0000 mon.smithi123 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.195:0/3164226637' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:58:59.370 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:58:59.371 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:58:59.819 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:58:59 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: cluster 2024-01-18T05:58:58.344632+0000 mgr.smithi123.hkeqdd (mgr.14162) 275 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:59:00.724 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-18T05:59:00.724 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"3dd0e9e2-b5c5-11ee-95ae-87774f69a715","modified":"2024-01-18T05:49:10.915439Z","created":"2024-01-18T05:49:10.915439Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi123","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.123:3300","nonce":0},{"type":"v1","addr":"172.21.15.123:6789","nonce":0}]},"addr":"172.21.15.123:6789/0","public_addr":"172.21.15.123:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:59:00.724 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-18T05:59:01.104 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_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/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-18T05:59:01.105 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-18T05:59:01.105 DEBUG:teuthology.orchestra.run.smithi123:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-18T05:59:01.128 DEBUG:teuthology.orchestra.run.smithi195:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-18T05:59:01.146 INFO:tasks.cephadm:Stopping all daemons... 2024-01-18T05:59:01.146 INFO:tasks.cephadm.mon.smithi123:Stopping mon.smithi123... 2024-01-18T05:59:01.146 DEBUG:teuthology.orchestra.run.smithi123:> sudo systemctl stop ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@mon.smithi123 2024-01-18T05:59:01.496 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:59:01 smithi123 systemd[1]: Stopping Ceph mon.smithi123 for 3dd0e9e2-b5c5-11ee-95ae-87774f69a715... 2024-01-18T05:59:01.496 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:59:01 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:59:01.279+0000 7f595bc43700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi123 -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-18T05:59:01.496 INFO:journalctl@ceph.mon.smithi123.smithi123.stdout:Jan 18 05:59:01 smithi123 ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715-mon.smithi123[34433]: debug 2024-01-18T05:59:01.279+0000 7f595bc43700 -1 mon.smithi123@0(leader) e1 *** Got Signal Terminated *** 2024-01-18T05:59:01.699 DEBUG:teuthology.orchestra.run.smithi123:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@mon.smithi123.service' 2024-01-18T05:59:01.744 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-18T05:59:01.745 INFO:tasks.cephadm.mon.smithi123:Stopped mon.smithi123 2024-01-18T05:59:01.745 INFO:tasks.cephadm.mon.smithi195:Stopping mon.smithi195... 2024-01-18T05:59:01.745 DEBUG:teuthology.orchestra.run.smithi195:> sudo systemctl stop ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@mon.smithi195 2024-01-18T05:59:01.779 INFO:teuthology.orchestra.run.smithi195.stderr:Failed to stop ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@mon.smithi195.service: Unit ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@mon.smithi195.service not loaded. 2024-01-18T05:59:01.780 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-01-18T05:59:01.781 ERROR:tasks.cephadm:Failed to stop "ceph.mon.smithi195" Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/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_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/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_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/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 smithi195 with status 5: 'sudo systemctl stop ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@mon.smithi195' 2024-01-18T05:59:01.782 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-18T05:59:01.784 DEBUG:teuthology.misc:Transferring archived files from smithi123:/var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519570/remote/ubuntu@smithi123.front.sepia.ceph.com/crash 2024-01-18T05:59:01.785 DEBUG:teuthology.orchestra.run.smithi123:> sudo tar c -f - -C /var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/crash -- . 2024-01-18T05:59:01.842 DEBUG:teuthology.misc:Transferring archived files from smithi195:/var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519570/remote/ubuntu@smithi195.front.sepia.ceph.com/crash 2024-01-18T05:59:01.843 DEBUG:teuthology.orchestra.run.smithi195:> sudo tar c -f - -C /var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/crash -- . 2024-01-18T05:59:01.892 INFO:teuthology.orchestra.run.smithi195.stderr:tar: /var/lib/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/crash: Cannot open: No such file or directory 2024-01-18T05:59:01.893 INFO:teuthology.orchestra.run.smithi195.stderr:tar: Error is not recoverable: exiting now 2024-01-18T05:59:01.893 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-18T05:59:01.894 DEBUG:teuthology.orchestra.run.smithi123:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-18T05:59:01.921 INFO:teuthology.orchestra.run.smithi123.stderr:grep: /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/ceph.log: No such file or directory 2024-01-18T05:59:01.923 INFO:tasks.cephadm:Compressing logs... 2024-01-18T05:59:01.923 DEBUG:teuthology.orchestra.run.smithi123:> 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-18T05:59:01.966 DEBUG:teuthology.orchestra.run.smithi195:> 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-18T05:59:01.991 INFO:teuthology.orchestra.run.smithi123.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-18T05:59:01.992 INFO:teuthology.orchestra.run.smithi123.stderr:: No such file or directory 2024-01-18T05:59:01.992 INFO:teuthology.orchestra.run.smithi123.stderr:gzip -5 --verbose -- /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/ceph-volume.log 2024-01-18T05:59:01.992 INFO:teuthology.orchestra.run.smithi123.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/ceph-mon.smithi123.log 2024-01-18T05:59:01.992 INFO:teuthology.orchestra.run.smithi123.stderr:gzip -5 --verbose -- /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/ceph-mgr.smithi123.hkeqdd.log 2024-01-18T05:59:01.993 INFO:teuthology.orchestra.run.smithi123.stderr:/var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/ceph-volume.log: /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/ceph-mon.smithi123.log: /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/ceph-mgr.smithi123.hkeqdd.log: 90.1% -- replaced with /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/ceph-volume.log.gz 2024-01-18T05:59:01.993 INFO:teuthology.orchestra.run.smithi123.stderr: 91.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-18T05:59:01.994 INFO:teuthology.orchestra.run.smithi195.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-18T05:59:01.995 INFO:teuthology.orchestra.run.smithi195.stderr:: No such file or directory 2024-01-18T05:59:01.997 INFO:teuthology.orchestra.run.smithi195.stderr:/var/log/ceph/cephadm.log: 96.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-18T05:59:01.998 INFO:teuthology.orchestra.run.smithi195.stderr: 2024-01-18T05:59:01.999 INFO:teuthology.orchestra.run.smithi195.stderr:real 0m0.014s 2024-01-18T05:59:01.999 INFO:teuthology.orchestra.run.smithi195.stderr:user 0m0.011s 2024-01-18T05:59:01.999 INFO:teuthology.orchestra.run.smithi195.stderr:sys 0m0.010s 2024-01-18T05:59:02.066 INFO:teuthology.orchestra.run.smithi123.stderr: 92.7% -- replaced with /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/ceph-mgr.smithi123.hkeqdd.log.gz 2024-01-18T05:59:02.135 INFO:teuthology.orchestra.run.smithi123.stderr: 90.6% -- replaced with /var/log/ceph/3dd0e9e2-b5c5-11ee-95ae-87774f69a715/ceph-mon.smithi123.log.gz 2024-01-18T05:59:02.137 INFO:teuthology.orchestra.run.smithi123.stderr: 2024-01-18T05:59:02.137 INFO:teuthology.orchestra.run.smithi123.stderr:real 0m0.156s 2024-01-18T05:59:02.138 INFO:teuthology.orchestra.run.smithi123.stderr:user 0m0.223s 2024-01-18T05:59:02.138 INFO:teuthology.orchestra.run.smithi123.stderr:sys 0m0.021s 2024-01-18T05:59:02.138 INFO:tasks.cephadm:Archiving logs... 2024-01-18T05:59:02.139 DEBUG:teuthology.misc:Transferring archived files from smithi123:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519570/remote/ubuntu@smithi123.front.sepia.ceph.com/log 2024-01-18T05:59:02.140 DEBUG:teuthology.orchestra.run.smithi123:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-18T05:59:02.302 DEBUG:teuthology.misc:Transferring archived files from smithi195:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519570/remote/ubuntu@smithi195.front.sepia.ceph.com/log 2024-01-18T05:59:02.309 DEBUG:teuthology.orchestra.run.smithi195:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-18T05:59:02.344 INFO:tasks.cephadm:Removing cluster... 2024-01-18T05:59:02.344 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 --force 2024-01-18T05:59:58.691 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3dd0e9e2-b5c5-11ee-95ae-87774f69a715 --force 2024-01-18T05:59:59.008 INFO:tasks.cephadm:Removing cephadm ... 2024-01-18T05:59:59.008 DEBUG:teuthology.orchestra.run.smithi123:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-18T05:59:59.027 DEBUG:teuthology.orchestra.run.smithi195:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-18T05:59:59.047 INFO:tasks.cephadm:Teardown complete 2024-01-18T05:59:59.048 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/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_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/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_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/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_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/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_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/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 smithi195 with status 5: 'sudo systemctl stop ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@mon.smithi195' 2024-01-18T05:59:59.291 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=22e20b07bd4c43309fd5135fa841d06d Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/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_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/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_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/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_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/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_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/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 smithi195 with status 5: 'sudo systemctl stop ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@mon.smithi195' 2024-01-18T05:59:59.295 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-18T05:59:59.374 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-18T05:59:59.388 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-18T05:59:59.389 DEBUG:teuthology.orchestra.run.smithi123:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-18T05:59:59.404 DEBUG:teuthology.orchestra.run.smithi195:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-18T05:59:59.412 INFO:teuthology.orchestra.run.smithi123.stderr:bash: ntpq: command not found 2024-01-18T05:59:59.416 INFO:teuthology.orchestra.run.smithi123.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-18T05:59:59.417 INFO:teuthology.orchestra.run.smithi123.stdout:=============================================================================== 2024-01-18T05:59:59.417 INFO:teuthology.orchestra.run.smithi123.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 35 +159us[ +159us] +/- 87ms 2024-01-18T05:59:59.417 INFO:teuthology.orchestra.run.smithi123.stdout:^* hv02.front.sepia.ceph.com 3 6 377 35 -913us[ -908us] +/- 51ms 2024-01-18T05:59:59.417 INFO:teuthology.orchestra.run.smithi123.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 37 +1252us[+1265us] +/- 77ms 2024-01-18T05:59:59.417 INFO:teuthology.orchestra.run.smithi123.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T05:59:59.422 INFO:teuthology.orchestra.run.smithi195.stderr:bash: ntpq: command not found 2024-01-18T05:59:59.427 INFO:teuthology.orchestra.run.smithi195.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-18T05:59:59.427 INFO:teuthology.orchestra.run.smithi195.stdout:=============================================================================== 2024-01-18T05:59:59.427 INFO:teuthology.orchestra.run.smithi195.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 36 +157us[ +157us] +/- 87ms 2024-01-18T05:59:59.428 INFO:teuthology.orchestra.run.smithi195.stdout:^* hv02.front.sepia.ceph.com 3 6 377 38 -929us[ -941us] +/- 51ms 2024-01-18T05:59:59.428 INFO:teuthology.orchestra.run.smithi195.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 37 +1242us[+1242us] +/- 77ms 2024-01-18T05:59:59.428 INFO:teuthology.orchestra.run.smithi195.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T05:59:59.428 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-18T05:59:59.437 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-18T05:59:59.437 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-18T05:59:59.454 DEBUG:teuthology.orchestra.run.smithi123:> 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-18T05:59:59.520 DEBUG:teuthology.orchestra.run.smithi195:> 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-18T05:59:59.583 DEBUG:teuthology.orchestra.run.smithi123:> 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-18T05:59:59.612 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T05:59:59.612 DEBUG:teuthology.orchestra.run.smithi195:> 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-18T05:59:59.642 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T05:59:59.642 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-18T05:59:59.651 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-18T05:59:59.671 INFO:teuthology.task.internal:Duration was 1040.829601 seconds 2024-01-18T05:59:59.672 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-18T05:59:59.689 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-18T05:59:59.690 DEBUG:teuthology.orchestra.run.smithi123:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-18T05:59:59.693 DEBUG:teuthology.orchestra.run.smithi195:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-18T05:59:59.736 INFO:teuthology.orchestra.run.smithi123.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-18T05:59:59.738 INFO:teuthology.orchestra.run.smithi195.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-18T06:00:00.041 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-18T06:00:00.042 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi123.front.sepia.ceph.com 2024-01-18T06:00:00.042 DEBUG:teuthology.orchestra.run.smithi123:> 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-18T06:00:00.066 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi195.front.sepia.ceph.com 2024-01-18T06:00:00.066 DEBUG:teuthology.orchestra.run.smithi195:> 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-18T06:00:00.089 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-18T06:00:00.089 DEBUG:teuthology.orchestra.run.smithi123:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-18T06:00:00.108 DEBUG:teuthology.orchestra.run.smithi195:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-18T06:00:00.178 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-18T06:00:00.179 DEBUG:teuthology.orchestra.run.smithi123:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-18T06:00:00.181 DEBUG:teuthology.orchestra.run.smithi195:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-18T06:00:00.267 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-18T06:00:00.276 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-18T06:00:00.277 DEBUG:teuthology.orchestra.run.smithi123:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-18T06:00:00.304 DEBUG:teuthology.orchestra.run.smithi195:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-18T06:00:00.331 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-18T06:00:00.341 DEBUG:teuthology.orchestra.run.smithi123:> 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-18T06:00:00.346 DEBUG:teuthology.orchestra.run.smithi195:> 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-18T06:00:00.370 INFO:teuthology.orchestra.run.smithi123.stdout:kernel.core_pattern = core 2024-01-18T06:00:00.398 INFO:teuthology.orchestra.run.smithi195.stdout:kernel.core_pattern = core 2024-01-18T06:00:00.418 DEBUG:teuthology.orchestra.run.smithi123:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-18T06:00:00.456 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T06:00:00.456 DEBUG:teuthology.orchestra.run.smithi195:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-18T06:00:00.474 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T06:00:00.475 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-18T06:00:00.485 INFO:teuthology.task.internal:Transferring archived files... 2024-01-18T06:00:00.485 DEBUG:teuthology.misc:Transferring archived files from smithi123:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519570/remote/smithi123 2024-01-18T06:00:00.486 DEBUG:teuthology.orchestra.run.smithi123:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-18T06:00:00.536 DEBUG:teuthology.misc:Transferring archived files from smithi195:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519570/remote/smithi195 2024-01-18T06:00:00.537 DEBUG:teuthology.orchestra.run.smithi195:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-18T06:00:00.579 INFO:teuthology.task.internal:Removing archive directory... 2024-01-18T06:00:00.579 DEBUG:teuthology.orchestra.run.smithi123:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-18T06:00:00.581 DEBUG:teuthology.orchestra.run.smithi195:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-18T06:00:00.629 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-18T06:00:00.640 INFO:teuthology.task.internal:Not uploading archives. 2024-01-18T06:00:00.640 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-18T06:00:00.659 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-18T06:00:00.659 DEBUG:teuthology.orchestra.run.smithi123:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-18T06:00:00.661 DEBUG:teuthology.orchestra.run.smithi195:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-18T06:00:00.676 INFO:teuthology.orchestra.run.smithi123.stdout: 525353 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 18 06:00 /home/ubuntu/cephtest 2024-01-18T06:00:00.686 INFO:teuthology.orchestra.run.smithi195.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 18 06:00 /home/ubuntu/cephtest 2024-01-18T06:00:00.688 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-18T06:00:00.698 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-18T06:00:00.732 INFO:teuthology.nuke:Checking targets against current locks 2024-01-18T06:00:00.762 DEBUG:teuthology.nuke:shortname: smithi123 2024-01-18T06:00:00.762 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-18T06:00:00.786 DEBUG:teuthology.nuke:shortname: smithi195 2024-01-18T06:00:00.786 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-18T06:00:00.790 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi123.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519570', '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-18 05:34:09.986262', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLjnP0SlaWLcDJHvc95HYU3GWQlal5ruE+IcuRIzkake7iGZnzsFurp4E3PV9M0yNCGJJt3XARXpwwi+7RknAB0='} 2024-01-18T06:00:00.811 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi195.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519570', '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-18 05:34:09.988023', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDGQj/0dAVqovEvCgHBRHLgSpclkRIvFJw3nRwiTWf3XgezCg1nl35jZ+WMuSxgb58q/4BCFCENIoHYqerI6lE8='} 2024-01-18T06:00:00.846 INFO:teuthology.orchestra.console.smithi123:Power off 2024-01-18T06:00:00.847 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-18T06:00:00.869 DEBUG:teuthology.orchestra.console.smithi123:power off output: Chassis Power Control: Down/Off 2024-01-18T06:00:00.869 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T06:00:00.884 INFO:teuthology.orchestra.console.smithi195:Power off 2024-01-18T06:00:00.885 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-18T06:00:00.894 DEBUG:teuthology.orchestra.console.smithi123:check power output: Chassis Power is on 2024-01-18T06:00:00.906 DEBUG:teuthology.orchestra.console.smithi195:power off output: Chassis Power Control: Down/Off 2024-01-18T06:00:00.907 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T06:00:00.932 DEBUG:teuthology.orchestra.console.smithi195:check power output: Chassis Power is on 2024-01-18T06:00:04.895 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T06:00:04.933 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T06:00:05.006 DEBUG:teuthology.orchestra.console.smithi123:check power output: Chassis Power is on 2024-01-18T06:00:05.042 DEBUG:teuthology.orchestra.console.smithi195:check power output: Chassis Power is on 2024-01-18T06:00:09.009 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T06:00:09.043 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T06:00:09.120 DEBUG:teuthology.orchestra.console.smithi123:check power output: Chassis Power is off 2024-01-18T06:00:09.153 DEBUG:teuthology.orchestra.console.smithi195:check power output: Chassis Power is off 2024-01-18T06:00:09.221 INFO:teuthology.orchestra.console.smithi123:Power off completed 2024-01-18T06:00:09.254 INFO:teuthology.orchestra.console.smithi195:Power off completed 2024-01-18T06:00:09.358 INFO:teuthology.run:Summary data: description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 1040.8296010494232 failure_reason: 'Command failed on smithi195 with status 5: ''sudo systemctl stop ceph-3dd0e9e2-b5c5-11ee-95ae-87774f69a715@mon.smithi195''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=22e20b07bd4c43309fd5135fa841d06d status: fail success: false 2024-01-18T06:00:09.359 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-18T06:00:09.437 INFO:teuthology.run:FAIL