2023-12-25T19:50:10.732 INFO:root:teuthology version: 0.0.1.dev226+g9680d2a 2023-12-25T19:50:10.732 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500871 --owner scheduled_yuriw@teuthology --verbose --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-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi -- /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500871/orig.config.yaml 2023-12-25T19:50:10.770 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-25T19:50:10.858 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500871 branch: wip-yuri5-testing-2023-12-15-0747-pacific description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} email: yweinste@redhat.com first_in_suite: false job_id: '7500871' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri5-testing-2023-12-15-0747-pacific ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri5-testing-2023-12-15-0747-pacific sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 2834 sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2023-12-15-0747-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 targets: smithi045.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOc5bEdIUd9wSaQTl+nZNbK8srh9s1GtTjr1iu5pa6QnGVH9WlL0uj1RLqyeOjGmNE2W7vBYaMYtp1HXcDeZD98= smithi184.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN1NbLuMe7e+DQlQCevFxZYvik/x0iT65z0RHDKHEMnjBnqwkJrnYIyCkh7e0I2OtQqeb7cWppiWFU9QxmYWpIo= 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: 9680d2aba1e76f64ade295c81599c97907457848 timestamp: 2023-12-25_17:28:36 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1485078 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2023-12-25T19:50:10.859 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa; will attempt to use it 2023-12-25T19:50:10.859 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks 2023-12-25T19:50:10.859 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-25T19:50:10.861 INFO:teuthology.task.internal:Checking packages... 2023-12-25T19:50:10.887 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2' 2023-12-25T19:50:10.887 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-25T19:50:10.887 INFO:teuthology.packaging:ref: None 2023-12-25T19:50:10.887 INFO:teuthology.packaging:tag: None 2023-12-25T19:50:10.887 INFO:teuthology.packaging:branch: wip-yuri5-testing-2023-12-15-0747-pacific 2023-12-25T19:50:10.887 INFO:teuthology.packaging:sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 2023-12-25T19:50:10.888 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri5-testing-2023-12-15-0747-pacific 2023-12-25T19:50:11.110 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-385.gb14a0a10 2023-12-25T19:50:11.111 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-25T19:50:11.119 INFO:teuthology.task.internal:no buildpackages task found 2023-12-25T19:50:11.119 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-25T19:50:11.125 INFO:teuthology.task.internal:Saving configuration 2023-12-25T19:50:11.141 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-25T19:50:11.148 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-25T19:50:11.175 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500871', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-25 19:45:06.984731', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOc5bEdIUd9wSaQTl+nZNbK8srh9s1GtTjr1iu5pa6QnGVH9WlL0uj1RLqyeOjGmNE2W7vBYaMYtp1HXcDeZD98='} 2023-12-25T19:50:11.196 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi184.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500871', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-25 19:45:06.982871', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN1NbLuMe7e+DQlQCevFxZYvik/x0iT65z0RHDKHEMnjBnqwkJrnYIyCkh7e0I2OtQqeb7cWppiWFU9QxmYWpIo='} 2023-12-25T19:50:11.197 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-25T19:50:11.203 INFO:teuthology.task.internal:roles: ubuntu@smithi045.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-12-25T19:50:11.203 INFO:teuthology.task.internal:roles: ubuntu@smithi184.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-12-25T19:50:11.203 INFO:teuthology.run_tasks:Running task console_log... 2023-12-25T19:50:11.286 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f9e12580e50>, signals=[15]) 2023-12-25T19:50:11.287 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-25T19:50:11.295 INFO:teuthology.task.internal:Opening connections... 2023-12-25T19:50:11.295 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi045.front.sepia.ceph.com 2023-12-25T19:50:11.296 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T19:50:11.365 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi184.front.sepia.ceph.com 2023-12-25T19:50:11.366 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T19:50:11.433 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-25T19:50:11.440 DEBUG:teuthology.orchestra.run.smithi045:> uname -m 2023-12-25T19:50:11.465 INFO:teuthology.orchestra.run.smithi045.stdout:x86_64 2023-12-25T19:50:11.465 DEBUG:teuthology.orchestra.run.smithi045:> cat /etc/os-release 2023-12-25T19:50:11.530 INFO:teuthology.orchestra.run.smithi045.stdout:NAME="CentOS Stream" 2023-12-25T19:50:11.530 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION="8" 2023-12-25T19:50:11.530 INFO:teuthology.orchestra.run.smithi045.stdout:ID="centos" 2023-12-25T19:50:11.530 INFO:teuthology.orchestra.run.smithi045.stdout:ID_LIKE="rhel fedora" 2023-12-25T19:50:11.530 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION_ID="8" 2023-12-25T19:50:11.530 INFO:teuthology.orchestra.run.smithi045.stdout:PLATFORM_ID="platform:el8" 2023-12-25T19:50:11.530 INFO:teuthology.orchestra.run.smithi045.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-25T19:50:11.531 INFO:teuthology.orchestra.run.smithi045.stdout:ANSI_COLOR="0;31" 2023-12-25T19:50:11.531 INFO:teuthology.orchestra.run.smithi045.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-25T19:50:11.531 INFO:teuthology.orchestra.run.smithi045.stdout:HOME_URL="https://centos.org/" 2023-12-25T19:50:11.531 INFO:teuthology.orchestra.run.smithi045.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-25T19:50:11.531 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-25T19:50:11.531 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-25T19:50:11.532 INFO:teuthology.lock.ops:Updating smithi045.front.sepia.ceph.com on lock server 2023-12-25T19:50:11.558 DEBUG:teuthology.orchestra.run.smithi184:> uname -m 2023-12-25T19:50:11.580 INFO:teuthology.orchestra.run.smithi184.stdout:x86_64 2023-12-25T19:50:11.581 DEBUG:teuthology.orchestra.run.smithi184:> cat /etc/os-release 2023-12-25T19:50:11.642 INFO:teuthology.orchestra.run.smithi184.stdout:NAME="CentOS Stream" 2023-12-25T19:50:11.642 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION="8" 2023-12-25T19:50:11.642 INFO:teuthology.orchestra.run.smithi184.stdout:ID="centos" 2023-12-25T19:50:11.642 INFO:teuthology.orchestra.run.smithi184.stdout:ID_LIKE="rhel fedora" 2023-12-25T19:50:11.643 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION_ID="8" 2023-12-25T19:50:11.643 INFO:teuthology.orchestra.run.smithi184.stdout:PLATFORM_ID="platform:el8" 2023-12-25T19:50:11.643 INFO:teuthology.orchestra.run.smithi184.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-25T19:50:11.643 INFO:teuthology.orchestra.run.smithi184.stdout:ANSI_COLOR="0;31" 2023-12-25T19:50:11.643 INFO:teuthology.orchestra.run.smithi184.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-25T19:50:11.643 INFO:teuthology.orchestra.run.smithi184.stdout:HOME_URL="https://centos.org/" 2023-12-25T19:50:11.643 INFO:teuthology.orchestra.run.smithi184.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-25T19:50:11.643 INFO:teuthology.orchestra.run.smithi184.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-25T19:50:11.643 INFO:teuthology.orchestra.run.smithi184.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-25T19:50:11.643 INFO:teuthology.lock.ops:Updating smithi184.front.sepia.ceph.com on lock server 2023-12-25T19:50:11.666 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-25T19:50:11.676 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-25T19:50:11.685 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-25T19:50:11.686 DEBUG:teuthology.orchestra.run.smithi045:> test '!' -e /home/ubuntu/cephtest 2023-12-25T19:50:11.688 DEBUG:teuthology.orchestra.run.smithi184:> test '!' -e /home/ubuntu/cephtest 2023-12-25T19:50:11.708 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-25T19:50:11.715 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-25T19:50:11.715 DEBUG:teuthology.orchestra.run.smithi045:> test -z $(ls -A /var/lib/ceph) 2023-12-25T19:50:11.750 DEBUG:teuthology.orchestra.run.smithi184:> test -z $(ls -A /var/lib/ceph) 2023-12-25T19:50:11.781 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-25T19:50:11.838 INFO:teuthology.run_tasks:Running task kernel... 2023-12-25T19:50:11.854 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-25T19:50:11.854 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-25T19:50:11.854 DEBUG:teuthology.orchestra.run.smithi045:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-25T19:50:11.855 DEBUG:teuthology.orchestra.run.smithi184:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-25T19:50:11.875 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T19:50:11.875 DEBUG:teuthology.orchestra.run.smithi184:> uname -r 2023-12-25T19:50:11.876 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T19:50:11.876 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2023-12-25T19:50:11.935 INFO:teuthology.orchestra.run.smithi184.stdout:4.18.0-489.el8.x86_64 2023-12-25T19:50:11.935 INFO:teuthology.task.kernel:Running kernel on smithi184: 4.18.0-489.el8.x86_64 2023-12-25T19:50:11.936 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum install -y kernel 2023-12-25T19:50:11.939 INFO:teuthology.orchestra.run.smithi045.stdout:4.18.0-489.el8.x86_64 2023-12-25T19:50:11.939 INFO:teuthology.task.kernel:Running kernel on smithi045: 4.18.0-489.el8.x86_64 2023-12-25T19:50:11.940 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum install -y kernel 2023-12-25T19:50:16.203 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - AppStream 19 MB/s | 35 MB 00:01 2023-12-25T19:50:16.343 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Stream 8 - AppStream 19 MB/s | 35 MB 00:01 2023-12-25T19:50:37.093 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - BaseOS 4.0 MB/s | 57 MB 00:14 2023-12-25T19:50:37.182 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Stream 8 - BaseOS 3.9 MB/s | 57 MB 00:14 2023-12-25T19:50:45.824 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Stream 8 - Extras 33 kB/s | 18 kB 00:00 2023-12-25T19:50:46.134 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - Extras 44 kB/s | 18 kB 00:00 2023-12-25T19:50:46.349 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Stream 8 - Extras common packages 20 kB/s | 6.9 kB 00:00 2023-12-25T19:50:46.685 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - Extras common packages 20 kB/s | 6.9 kB 00:00 2023-12-25T19:50:46.706 INFO:teuthology.orchestra.run.smithi184.stdout:Copr repo for python3-asyncssh owned by ceph 17 kB/s | 3.5 kB 00:00 2023-12-25T19:50:46.994 INFO:teuthology.orchestra.run.smithi045.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-12-25T19:50:48.412 INFO:teuthology.orchestra.run.smithi184.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2023-12-25T19:50:48.539 INFO:teuthology.orchestra.run.smithi045.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2023-12-25T19:50:52.352 INFO:teuthology.orchestra.run.smithi184.stdout:lab-extras 390 kB/s | 24 kB 00:00 2023-12-25T19:50:52.787 INFO:teuthology.orchestra.run.smithi045.stdout:lab-extras 114 kB/s | 24 kB 00:00 2023-12-25T19:50:56.110 INFO:teuthology.orchestra.run.smithi184.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-25T19:50:56.110 INFO:teuthology.orchestra.run.smithi184.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-25T19:50:56.396 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-12-25T19:50:56.396 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-12-25T19:50:56.396 INFO:teuthology.orchestra.run.smithi184.stdout: Package Architecture Version Repository Size 2023-12-25T19:50:56.397 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-12-25T19:50:56.397 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2023-12-25T19:50:56.397 INFO:teuthology.orchestra.run.smithi184.stdout: kernel x86_64 4.18.0-529.el8 baseos 10 M 2023-12-25T19:50:56.397 INFO:teuthology.orchestra.run.smithi184.stdout:Installing dependencies: 2023-12-25T19:50:56.397 INFO:teuthology.orchestra.run.smithi184.stdout: kernel-core x86_64 4.18.0-529.el8 baseos 43 M 2023-12-25T19:50:56.397 INFO:teuthology.orchestra.run.smithi184.stdout: kernel-modules x86_64 4.18.0-529.el8 baseos 36 M 2023-12-25T19:50:56.397 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T19:50:56.397 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2023-12-25T19:50:56.397 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-12-25T19:50:56.397 INFO:teuthology.orchestra.run.smithi184.stdout:Install 3 Packages 2023-12-25T19:50:56.397 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T19:50:56.398 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 89 M 2023-12-25T19:50:56.398 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 96 M 2023-12-25T19:50:56.398 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2023-12-25T19:50:56.753 INFO:teuthology.orchestra.run.smithi045.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-25T19:50:56.753 INFO:teuthology.orchestra.run.smithi045.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-25T19:50:57.074 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-12-25T19:50:57.074 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-12-25T19:50:57.075 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2023-12-25T19:50:57.075 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-12-25T19:50:57.075 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-12-25T19:50:57.075 INFO:teuthology.orchestra.run.smithi045.stdout: kernel x86_64 4.18.0-529.el8 baseos 10 M 2023-12-25T19:50:57.075 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-12-25T19:50:57.075 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-core x86_64 4.18.0-529.el8 baseos 43 M 2023-12-25T19:50:57.075 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules x86_64 4.18.0-529.el8 baseos 36 M 2023-12-25T19:50:57.076 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-25T19:50:57.076 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-12-25T19:50:57.076 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-12-25T19:50:57.076 INFO:teuthology.orchestra.run.smithi045.stdout:Install 3 Packages 2023-12-25T19:50:57.076 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-25T19:50:57.076 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 89 M 2023-12-25T19:50:57.077 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 96 M 2023-12-25T19:50:57.077 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-12-25T19:50:58.263 INFO:teuthology.orchestra.run.smithi045.stdout:(1/3): kernel-4.18.0-529.el8.x86_64.rpm 10 MB/s | 10 MB 00:01 2023-12-25T19:50:58.561 INFO:teuthology.orchestra.run.smithi184.stdout:(1/3): kernel-modules-4.18.0-529.el8.x86_64.rpm 18 MB/s | 36 MB 00:01 2023-12-25T19:50:58.828 INFO:teuthology.orchestra.run.smithi184.stdout:(2/3): kernel-4.18.0-529.el8.x86_64.rpm 4.5 MB/s | 10 MB 00:02 2023-12-25T19:51:00.495 INFO:teuthology.orchestra.run.smithi184.stdout:(3/3): kernel-core-4.18.0-529.el8.x86_64.rpm 11 MB/s | 43 MB 00:03 2023-12-25T19:51:00.496 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2023-12-25T19:51:00.496 INFO:teuthology.orchestra.run.smithi184.stdout:Total 22 MB/s | 89 MB 00:04 2023-12-25T19:51:01.171 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2023-12-25T19:51:01.586 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2023-12-25T19:51:01.586 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2023-12-25T19:51:02.437 INFO:teuthology.orchestra.run.smithi045.stdout:(2/3): kernel-modules-4.18.0-529.el8.x86_64.rpm 6.9 MB/s | 36 MB 00:05 2023-12-25T19:51:02.818 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2023-12-25T19:51:02.834 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2023-12-25T19:51:03.922 INFO:teuthology.orchestra.run.smithi045.stdout:(3/3): kernel-core-4.18.0-529.el8.x86_64.rpm 6.5 MB/s | 43 MB 00:06 2023-12-25T19:51:03.922 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-12-25T19:51:03.922 INFO:teuthology.orchestra.run.smithi045.stdout:Total 13 MB/s | 89 MB 00:06 2023-12-25T19:51:04.634 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-12-25T19:51:05.068 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-12-25T19:51:05.069 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-12-25T19:51:05.595 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2023-12-25T19:51:06.134 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-25T19:51:06.368 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-12-25T19:51:06.382 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-12-25T19:51:09.330 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-12-25T19:51:09.697 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-25T19:51:09.962 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-25T19:51:10.342 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-25T19:51:13.739 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-25T19:51:13.764 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-25T19:51:14.041 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : kernel-4.18.0-529.el8.x86_64 3/3 2023-12-25T19:51:14.078 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-25T19:51:17.750 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-25T19:51:18.038 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-4.18.0-529.el8.x86_64 3/3 2023-12-25T19:51:35.796 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 3/3 2023-12-25T19:51:35.819 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-25T19:51:36.170 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: kernel-4.18.0-529.el8.x86_64 3/3 2023-12-25T19:51:36.170 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : kernel-4.18.0-529.el8.x86_64 1/3 2023-12-25T19:51:36.170 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : kernel-core-4.18.0-529.el8.x86_64 2/3 2023-12-25T19:51:36.972 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-25T19:51:36.972 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T19:51:36.972 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2023-12-25T19:51:36.972 INFO:teuthology.orchestra.run.smithi184.stdout: kernel-4.18.0-529.el8.x86_64 kernel-core-4.18.0-529.el8.x86_64 2023-12-25T19:51:36.972 INFO:teuthology.orchestra.run.smithi184.stdout: kernel-modules-4.18.0-529.el8.x86_64 2023-12-25T19:51:36.972 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T19:51:36.972 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-12-25T19:51:37.735 DEBUG:teuthology.orchestra.run.smithi184:> rpm -q kernel | sort -rV | head -n 1 2023-12-25T19:51:37.953 INFO:teuthology.orchestra.run.smithi184.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-25T19:51:37.953 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-25T19:51:37.953 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-529.el8.x86_64 2023-12-25T19:51:37.953 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-25T19:51:37.953 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-25T19:51:37.953 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-25T19:51:37.954 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi184.front.sepia.ceph.com, path=None, version=distro) 2023-12-25T19:51:37.954 DEBUG:teuthology.orchestra.run.smithi184:> rpm -q kernel | sort -rV | head -n 1 2023-12-25T19:51:38.164 INFO:teuthology.orchestra.run.smithi184.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-25T19:51:38.164 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-25T19:51:38.164 DEBUG:teuthology.orchestra.run.smithi184:> sudo rpm -qi grub2-tools 2023-12-25T19:51:38.198 INFO:teuthology.orchestra.run.smithi184.stdout:Name : grub2-tools 2023-12-25T19:51:38.198 INFO:teuthology.orchestra.run.smithi184.stdout:Epoch : 1 2023-12-25T19:51:38.198 INFO:teuthology.orchestra.run.smithi184.stdout:Version : 2.02 2023-12-25T19:51:38.198 INFO:teuthology.orchestra.run.smithi184.stdout:Release : 129.el8 2023-12-25T19:51:38.198 INFO:teuthology.orchestra.run.smithi184.stdout:Architecture: x86_64 2023-12-25T19:51:38.198 INFO:teuthology.orchestra.run.smithi184.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-25T19:51:38.198 INFO:teuthology.orchestra.run.smithi184.stdout:Group : System Environment/Base 2023-12-25T19:51:38.199 INFO:teuthology.orchestra.run.smithi184.stdout:Size : 9265586 2023-12-25T19:51:38.199 INFO:teuthology.orchestra.run.smithi184.stdout:License : GPLv3+ 2023-12-25T19:51:38.199 INFO:teuthology.orchestra.run.smithi184.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-25T19:51:38.199 INFO:teuthology.orchestra.run.smithi184.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-25T19:51:38.199 INFO:teuthology.orchestra.run.smithi184.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-25T19:51:38.199 INFO:teuthology.orchestra.run.smithi184.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-25T19:51:38.199 INFO:teuthology.orchestra.run.smithi184.stdout:Relocations : (not relocatable) 2023-12-25T19:51:38.199 INFO:teuthology.orchestra.run.smithi184.stdout:Packager : CentOS BuildSystem 2023-12-25T19:51:38.199 INFO:teuthology.orchestra.run.smithi184.stdout:Vendor : CentOS 2023-12-25T19:51:38.199 INFO:teuthology.orchestra.run.smithi184.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-25T19:51:38.199 INFO:teuthology.orchestra.run.smithi184.stdout:Summary : Support tools for GRUB. 2023-12-25T19:51:38.199 INFO:teuthology.orchestra.run.smithi184.stdout:Description : 2023-12-25T19:51:38.199 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T19:51:38.199 INFO:teuthology.orchestra.run.smithi184.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-25T19:51:38.199 INFO:teuthology.orchestra.run.smithi184.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-25T19:51:38.200 INFO:teuthology.orchestra.run.smithi184.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-25T19:51:38.200 INFO:teuthology.orchestra.run.smithi184.stdout:hardware devices. 2023-12-25T19:51:38.200 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T19:51:38.200 INFO:teuthology.orchestra.run.smithi184.stdout:This subpackage provides tools for support of all platforms. 2023-12-25T19:51:38.201 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-25T19:51:38.201 INFO:teuthology.task.kernel:Updating grub on smithi184 to boot 4.18.0-529.el8.x86_64 2023-12-25T19:51:38.201 DEBUG:teuthology.orchestra.run.smithi184:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-25T19:51:39.610 INFO:teuthology.orchestra.run.smithi184.stderr:Generating grub configuration file ... 2023-12-25T19:51:41.488 INFO:teuthology.orchestra.run.smithi184.stderr:done 2023-12-25T19:51:41.490 DEBUG:teuthology.orchestra.run.smithi184:> mktemp 2023-12-25T19:51:41.530 INFO:teuthology.orchestra.run.smithi184.stdout:/tmp/tmp.ZwOwfgXcD8 2023-12-25T19:51:41.530 DEBUG:teuthology.orchestra.run.smithi184:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.ZwOwfgXcD8 2023-12-25T19:51:41.566 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 3/3 2023-12-25T19:51:41.591 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-25T19:51:41.605 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 0666 /tmp/tmp.ZwOwfgXcD8 2023-12-25T19:51:41.757 DEBUG:teuthology.orchestra.remote:smithi184:/tmp/tmp.ZwOwfgXcD8 is 6KB 2023-12-25T19:51:41.806 DEBUG:teuthology.orchestra.run.smithi184:> rm -fr /tmp/tmp.ZwOwfgXcD8 2023-12-25T19:51:41.824 DEBUG:teuthology.orchestra.run.smithi184:> sudo /bin/ls /boot/loader/entries || true 2023-12-25T19:51:41.891 INFO:teuthology.orchestra.run.smithi184.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-25T19:51:41.891 INFO:teuthology.orchestra.run.smithi184.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-25T19:51:41.891 INFO:teuthology.orchestra.run.smithi184.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-25T19:51:41.891 INFO:teuthology.orchestra.run.smithi184.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64.conf 2023-12-25T19:51:41.892 DEBUG:teuthology.orchestra.run.smithi184:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64 2023-12-25T19:51:41.952 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-4.18.0-529.el8.x86_64 3/3 2023-12-25T19:51:41.952 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-4.18.0-529.el8.x86_64 1/3 2023-12-25T19:51:41.952 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-core-4.18.0-529.el8.x86_64 2/3 2023-12-25T19:51:42.049 DEBUG:teuthology.orchestra.run.smithi184:> sudo shutdown -r now 2023-12-25T19:51:42.800 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-25T19:51:42.800 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-25T19:51:42.800 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-12-25T19:51:42.800 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-4.18.0-529.el8.x86_64 kernel-core-4.18.0-529.el8.x86_64 2023-12-25T19:51:42.800 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules-4.18.0-529.el8.x86_64 2023-12-25T19:51:42.800 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-25T19:51:42.800 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-12-25T19:51:42.953 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q kernel | sort -rV | head -n 1 2023-12-25T19:51:43.176 INFO:teuthology.orchestra.run.smithi045.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-25T19:51:43.176 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-25T19:51:43.176 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-529.el8.x86_64 2023-12-25T19:51:43.176 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-25T19:51:43.176 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-25T19:51:43.176 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-25T19:51:43.176 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi045.front.sepia.ceph.com, path=None, version=distro) 2023-12-25T19:51:43.176 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q kernel | sort -rV | head -n 1 2023-12-25T19:51:43.395 INFO:teuthology.orchestra.run.smithi045.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-25T19:51:43.396 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-25T19:51:43.396 DEBUG:teuthology.orchestra.run.smithi045:> sudo rpm -qi grub2-tools 2023-12-25T19:51:43.430 INFO:teuthology.orchestra.run.smithi045.stdout:Name : grub2-tools 2023-12-25T19:51:43.431 INFO:teuthology.orchestra.run.smithi045.stdout:Epoch : 1 2023-12-25T19:51:43.431 INFO:teuthology.orchestra.run.smithi045.stdout:Version : 2.02 2023-12-25T19:51:43.431 INFO:teuthology.orchestra.run.smithi045.stdout:Release : 129.el8 2023-12-25T19:51:43.431 INFO:teuthology.orchestra.run.smithi045.stdout:Architecture: x86_64 2023-12-25T19:51:43.431 INFO:teuthology.orchestra.run.smithi045.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-25T19:51:43.431 INFO:teuthology.orchestra.run.smithi045.stdout:Group : System Environment/Base 2023-12-25T19:51:43.431 INFO:teuthology.orchestra.run.smithi045.stdout:Size : 9265586 2023-12-25T19:51:43.431 INFO:teuthology.orchestra.run.smithi045.stdout:License : GPLv3+ 2023-12-25T19:51:43.431 INFO:teuthology.orchestra.run.smithi045.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-25T19:51:43.431 INFO:teuthology.orchestra.run.smithi045.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-25T19:51:43.431 INFO:teuthology.orchestra.run.smithi045.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-25T19:51:43.431 INFO:teuthology.orchestra.run.smithi045.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-25T19:51:43.432 INFO:teuthology.orchestra.run.smithi045.stdout:Relocations : (not relocatable) 2023-12-25T19:51:43.432 INFO:teuthology.orchestra.run.smithi045.stdout:Packager : CentOS BuildSystem 2023-12-25T19:51:43.432 INFO:teuthology.orchestra.run.smithi045.stdout:Vendor : CentOS 2023-12-25T19:51:43.432 INFO:teuthology.orchestra.run.smithi045.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-25T19:51:43.432 INFO:teuthology.orchestra.run.smithi045.stdout:Summary : Support tools for GRUB. 2023-12-25T19:51:43.432 INFO:teuthology.orchestra.run.smithi045.stdout:Description : 2023-12-25T19:51:43.432 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-25T19:51:43.432 INFO:teuthology.orchestra.run.smithi045.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-25T19:51:43.432 INFO:teuthology.orchestra.run.smithi045.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-25T19:51:43.432 INFO:teuthology.orchestra.run.smithi045.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-25T19:51:43.432 INFO:teuthology.orchestra.run.smithi045.stdout:hardware devices. 2023-12-25T19:51:43.432 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-25T19:51:43.432 INFO:teuthology.orchestra.run.smithi045.stdout:This subpackage provides tools for support of all platforms. 2023-12-25T19:51:43.433 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-25T19:51:43.433 INFO:teuthology.task.kernel:Updating grub on smithi045 to boot 4.18.0-529.el8.x86_64 2023-12-25T19:51:43.434 DEBUG:teuthology.orchestra.run.smithi045:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-25T19:51:44.949 INFO:teuthology.orchestra.run.smithi045.stderr:Generating grub configuration file ... 2023-12-25T19:51:47.342 INFO:teuthology.orchestra.run.smithi045.stderr:done 2023-12-25T19:51:47.343 DEBUG:teuthology.orchestra.run.smithi045:> mktemp 2023-12-25T19:51:47.378 INFO:teuthology.orchestra.run.smithi045.stdout:/tmp/tmp.2xi4SL5Sgi 2023-12-25T19:51:47.379 DEBUG:teuthology.orchestra.run.smithi045:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.2xi4SL5Sgi 2023-12-25T19:51:47.451 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 0666 /tmp/tmp.2xi4SL5Sgi 2023-12-25T19:51:47.603 DEBUG:teuthology.orchestra.remote:smithi045:/tmp/tmp.2xi4SL5Sgi is 6KB 2023-12-25T19:51:47.653 DEBUG:teuthology.orchestra.run.smithi045:> rm -fr /tmp/tmp.2xi4SL5Sgi 2023-12-25T19:51:47.672 DEBUG:teuthology.orchestra.run.smithi045:> sudo /bin/ls /boot/loader/entries || true 2023-12-25T19:51:47.745 INFO:teuthology.orchestra.run.smithi045.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-25T19:51:47.746 INFO:teuthology.orchestra.run.smithi045.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-25T19:51:47.746 INFO:teuthology.orchestra.run.smithi045.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-25T19:51:47.746 INFO:teuthology.orchestra.run.smithi045.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64.conf 2023-12-25T19:51:47.747 DEBUG:teuthology.orchestra.run.smithi045:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64 2023-12-25T19:51:47.893 DEBUG:teuthology.orchestra.run.smithi045:> sudo shutdown -r now 2023-12-25T19:52:12.073 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-25T19:52:12.074 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-25T19:52:12.074 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T19:52:17.901 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-25T19:52:17.901 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-12-25T19:52:17.902 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T19:52:46.614 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-25T19:52:55.622 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-25T19:52:55.623 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T19:53:14.002 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-25T19:53:17.905 DEBUG:teuthology.orchestra.remote:timed out 2023-12-25T19:53:26.009 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-25T19:53:26.010 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T19:53:26.356 DEBUG:teuthology.orchestra.run.smithi184:> true 2023-12-25T19:53:26.606 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-25T19:53:26.606 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-529.el8.x86_64"... 2023-12-25T19:53:26.606 DEBUG:teuthology.orchestra.run.smithi184:> uname -r 2023-12-25T19:53:26.623 INFO:teuthology.orchestra.run.smithi184.stdout:4.18.0-529.el8.x86_64 2023-12-25T19:53:26.623 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-529.el8.x86_64 vs 4.18.0-529.el8.x86_64 2023-12-25T19:53:26.623 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-25T19:53:26.623 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-25T19:53:26.906 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-12-25T19:53:26.907 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T19:53:27.277 DEBUG:teuthology.orchestra.run.smithi045:> true 2023-12-25T19:53:27.624 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-25T19:53:27.624 DEBUG:teuthology.orchestra.run.smithi184:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-25T19:53:27.795 INFO:teuthology.orchestra.run.smithi184.stdout:ttyS1 2023-12-25T19:53:27.805 DEBUG:teuthology.parallel:result is None 2023-12-25T19:53:27.901 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-12-25T19:53:27.901 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-529.el8.x86_64"... 2023-12-25T19:53:27.902 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2023-12-25T19:53:28.106 INFO:teuthology.orchestra.run.smithi045.stdout:4.18.0-529.el8.x86_64 2023-12-25T19:53:28.106 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-529.el8.x86_64 vs 4.18.0-529.el8.x86_64 2023-12-25T19:53:28.106 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-25T19:53:28.106 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-25T19:53:29.107 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-25T19:53:29.107 DEBUG:teuthology.orchestra.run.smithi045:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-25T19:53:29.470 INFO:teuthology.orchestra.run.smithi045.stdout:ttyS1 2023-12-25T19:53:29.495 DEBUG:teuthology.parallel:result is None 2023-12-25T19:53:29.495 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-25T19:53:29.507 INFO:teuthology.task.internal:Creating test directory... 2023-12-25T19:53:29.508 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-25T19:53:29.513 DEBUG:teuthology.orchestra.run.smithi184:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-25T19:53:29.841 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-25T19:53:29.850 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-25T19:53:29.856 INFO:teuthology.task.internal:Creating archive directory... 2023-12-25T19:53:29.856 DEBUG:teuthology.orchestra.run.smithi045:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-25T19:53:29.859 DEBUG:teuthology.orchestra.run.smithi184:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-25T19:53:29.947 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-25T19:53:29.954 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-25T19:53:29.954 DEBUG:teuthology.orchestra.run.smithi045:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-25T19:53:29.956 DEBUG:teuthology.orchestra.run.smithi184:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-25T19:53:29.989 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T19:53:30.000 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T19:53:30.025 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T19:53:30.035 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T19:53:30.037 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-25T19:53:30.044 INFO:teuthology.task.internal:Configuring sudo... 2023-12-25T19:53:30.045 DEBUG:teuthology.orchestra.run.smithi045:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-25T19:53:30.047 DEBUG:teuthology.orchestra.run.smithi184:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-25T19:53:30.074 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-25T19:53:30.084 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-25T19:53:30.084 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-25T19:53:30.117 DEBUG:teuthology.orchestra.run.smithi184:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-25T19:53:30.135 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-25T19:53:30.220 DEBUG:teuthology.orchestra.run.smithi045:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-25T19:53:30.282 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-25T19:53:30.329 DEBUG:teuthology.orchestra.run.smithi045:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-25T19:53:30.369 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-12-25T19:53:30.369 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-25T19:53:30.437 DEBUG:teuthology.orchestra.run.smithi184:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-25T19:53:30.481 DEBUG:teuthology.orchestra.run.smithi184:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-25T19:53:30.535 DEBUG:teuthology.orchestra.run.smithi184:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-25T19:53:30.618 DEBUG:teuthology.orchestra.run.smithi184:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-25T19:53:30.660 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-12-25T19:53:30.660 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-25T19:53:30.725 DEBUG:teuthology.orchestra.run.smithi045:> sudo service rsyslog restart 2023-12-25T19:53:30.728 DEBUG:teuthology.orchestra.run.smithi184:> sudo service rsyslog restart 2023-12-25T19:53:30.795 INFO:teuthology.orchestra.run.smithi045.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-25T19:53:30.834 INFO:teuthology.orchestra.run.smithi184.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-25T19:53:31.152 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-25T19:53:31.160 INFO:teuthology.task.internal:Starting timer... 2023-12-25T19:53:31.160 INFO:teuthology.run_tasks:Running task pcp... 2023-12-25T19:53:31.201 INFO:teuthology.run_tasks:Running task selinux... 2023-12-25T19:53:31.210 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-25T19:53:31.210 DEBUG:teuthology.orchestra.run.smithi045:> sudo service auditd rotate 2023-12-25T19:53:31.292 INFO:teuthology.orchestra.run.smithi045.stdout:Rotating logs: 2023-12-25T19:53:31.294 DEBUG:teuthology.orchestra.run.smithi184:> sudo service auditd rotate 2023-12-25T19:53:31.378 INFO:teuthology.orchestra.run.smithi184.stdout:Rotating logs: 2023-12-25T19:53:31.380 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-25T19:53:31.380 DEBUG:teuthology.orchestra.run.smithi045:> /usr/sbin/getenforce 2023-12-25T19:53:31.445 INFO:teuthology.orchestra.run.smithi045.stdout:Permissive 2023-12-25T19:53:31.445 DEBUG:teuthology.orchestra.run.smithi184:> /usr/sbin/getenforce 2023-12-25T19:53:31.470 INFO:teuthology.orchestra.run.smithi184.stdout:Permissive 2023-12-25T19:53:31.470 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi045.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi184.front.sepia.ceph.com': 'permissive'} 2023-12-25T19:53:31.471 DEBUG:teuthology.orchestra.run.smithi045:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-25T19:53:31.498 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T19:53:31.499 DEBUG:teuthology.orchestra.run.smithi184:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-25T19:53:31.539 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T19:53:31.539 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-25T19:53:31.539 DEBUG:teuthology.orchestra.run.smithi045:> sudo /usr/sbin/setenforce permissive 2023-12-25T19:53:31.567 DEBUG:teuthology.orchestra.run.smithi184:> sudo /usr/sbin/setenforce permissive 2023-12-25T19:53:31.606 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-25T19:53:31.616 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-25T19:53:31.635 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-25T19:53:31.636 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi045.front.sepia.ceph.com,smithi184.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-25T20:01:10.339 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi045.front.sepia.ceph.com'), Remote(name='ubuntu@smithi184.front.sepia.ceph.com')] 2023-12-25T20:01:10.340 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-12-25T20:01:10.341 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T20:01:10.412 DEBUG:teuthology.orchestra.run.smithi045:> true 2023-12-25T20:01:10.482 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-12-25T20:01:10.482 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-25T20:01:10.483 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T20:01:10.551 DEBUG:teuthology.orchestra.run.smithi184:> true 2023-12-25T20:01:10.626 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-25T20:01:10.626 INFO:teuthology.run_tasks:Running task clock... 2023-12-25T20:01:10.638 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-25T20:01:10.638 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-25T20:01:10.638 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-25T20:01:10.641 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-25T20:01:10.641 DEBUG:teuthology.orchestra.run.smithi184:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-25T20:01:10.673 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-25T20:01:10.689 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-25T20:01:10.702 INFO:teuthology.orchestra.run.smithi184.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-25T20:01:10.716 INFO:teuthology.orchestra.run.smithi184.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-25T20:01:10.748 INFO:teuthology.orchestra.run.smithi045.stderr:sudo: ntpd: command not found 2023-12-25T20:01:10.759 INFO:teuthology.orchestra.run.smithi045.stdout:506 Cannot talk to daemon 2023-12-25T20:01:10.774 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-25T20:01:10.790 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-25T20:01:10.792 INFO:teuthology.orchestra.run.smithi184.stderr:sudo: ntpd: command not found 2023-12-25T20:01:10.804 INFO:teuthology.orchestra.run.smithi184.stdout:506 Cannot talk to daemon 2023-12-25T20:01:10.819 INFO:teuthology.orchestra.run.smithi184.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-25T20:01:10.832 INFO:teuthology.orchestra.run.smithi184.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-25T20:01:10.856 INFO:teuthology.orchestra.run.smithi045.stderr:bash: ntpq: command not found 2023-12-25T20:01:10.859 INFO:teuthology.orchestra.run.smithi045.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-25T20:01:10.859 INFO:teuthology.orchestra.run.smithi045.stdout:=============================================================================== 2023-12-25T20:01:10.859 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:01:10.859 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:01:10.859 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:01:10.860 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:01:10.908 INFO:teuthology.orchestra.run.smithi184.stderr:bash: ntpq: command not found 2023-12-25T20:01:10.912 INFO:teuthology.orchestra.run.smithi184.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-25T20:01:10.912 INFO:teuthology.orchestra.run.smithi184.stdout:=============================================================================== 2023-12-25T20:01:10.912 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:01:10.912 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:01:10.912 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:01:10.912 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:01:10.913 INFO:teuthology.run_tasks:Running task pexec... 2023-12-25T20:01:10.923 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-25T20:01:10.923 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi045.front.sepia.ceph.com 2023-12-25T20:01:10.923 DEBUG:teuthology.orchestra.run.smithi045:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-25T20:01:10.924 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi184.front.sepia.ceph.com 2023-12-25T20:01:10.924 DEBUG:teuthology.orchestra.run.smithi184:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-25T20:01:11.826 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:01:43 ago on Mon 25 Dec 2023 07:59:28 PM UTC. 2023-12-25T20:01:11.829 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:37 ago on Mon 25 Dec 2023 07:59:34 PM UTC. 2023-12-25T20:01:13.937 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-12-25T20:01:13.938 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-12-25T20:01:13.938 INFO:teuthology.orchestra.run.smithi184.stdout: Package Architecture Version Repository Size 2023-12-25T20:01:13.938 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-12-25T20:01:13.938 INFO:teuthology.orchestra.run.smithi184.stdout:Resetting modules: 2023-12-25T20:01:13.938 INFO:teuthology.orchestra.run.smithi184.stdout: container-tools 2023-12-25T20:01:13.938 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:01:13.938 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2023-12-25T20:01:13.938 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-12-25T20:01:13.939 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:01:14.144 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-12-25T20:01:14.145 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-12-25T20:01:14.145 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2023-12-25T20:01:14.145 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-12-25T20:01:14.145 INFO:teuthology.orchestra.run.smithi045.stdout:Resetting modules: 2023-12-25T20:01:14.146 INFO:teuthology.orchestra.run.smithi045.stdout: container-tools 2023-12-25T20:01:14.146 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-25T20:01:14.146 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-12-25T20:01:14.146 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-12-25T20:01:14.146 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-25T20:01:14.220 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-12-25T20:01:14.409 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-12-25T20:01:15.153 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:01:46 ago on Mon 25 Dec 2023 07:59:28 PM UTC. 2023-12-25T20:01:15.381 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:41 ago on Mon 25 Dec 2023 07:59:34 PM UTC. 2023-12-25T20:01:17.273 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-12-25T20:01:17.462 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-12-25T20:01:17.462 INFO:teuthology.orchestra.run.smithi184.stdout: Package Arch Version Repository Size 2023-12-25T20:01:17.462 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-12-25T20:01:17.463 INFO:teuthology.orchestra.run.smithi184.stdout:Installing group/module packages: 2023-12-25T20:01:17.463 INFO:teuthology.orchestra.run.smithi184.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-25T20:01:17.463 INFO:teuthology.orchestra.run.smithi184.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-25T20:01:17.463 INFO:teuthology.orchestra.run.smithi184.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-25T20:01:17.463 INFO:teuthology.orchestra.run.smithi184.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-25T20:01:17.463 INFO:teuthology.orchestra.run.smithi184.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-25T20:01:17.463 INFO:teuthology.orchestra.run.smithi184.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-25T20:01:17.463 INFO:teuthology.orchestra.run.smithi184.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-25T20:01:17.463 INFO:teuthology.orchestra.run.smithi184.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-25T20:01:17.463 INFO:teuthology.orchestra.run.smithi184.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-25T20:01:17.463 INFO:teuthology.orchestra.run.smithi184.stdout:Installing dependencies: 2023-12-25T20:01:17.464 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-25T20:01:17.464 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-25T20:01:17.464 INFO:teuthology.orchestra.run.smithi184.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-25T20:01:17.464 INFO:teuthology.orchestra.run.smithi184.stdout:Installing weak dependencies: 2023-12-25T20:01:17.464 INFO:teuthology.orchestra.run.smithi184.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-25T20:01:17.464 INFO:teuthology.orchestra.run.smithi184.stdout:Installing module profiles: 2023-12-25T20:01:17.464 INFO:teuthology.orchestra.run.smithi184.stdout: container-tools/common 2023-12-25T20:01:17.464 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:01:17.464 INFO:teuthology.orchestra.run.smithi184.stdout:Enabling module streams: 2023-12-25T20:01:17.464 INFO:teuthology.orchestra.run.smithi184.stdout: container-tools rhel8 2023-12-25T20:01:17.464 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:01:17.464 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2023-12-25T20:01:17.464 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-12-25T20:01:17.465 INFO:teuthology.orchestra.run.smithi184.stdout:Install 13 Packages 2023-12-25T20:01:17.465 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:01:17.465 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 27 M 2023-12-25T20:01:17.465 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 89 M 2023-12-25T20:01:17.466 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2023-12-25T20:01:17.654 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-12-25T20:01:17.857 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-12-25T20:01:17.857 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-12-25T20:01:17.857 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-12-25T20:01:17.857 INFO:teuthology.orchestra.run.smithi045.stdout:Installing group/module packages: 2023-12-25T20:01:17.857 INFO:teuthology.orchestra.run.smithi045.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-25T20:01:17.858 INFO:teuthology.orchestra.run.smithi045.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-25T20:01:17.858 INFO:teuthology.orchestra.run.smithi045.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-25T20:01:17.858 INFO:teuthology.orchestra.run.smithi045.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-25T20:01:17.858 INFO:teuthology.orchestra.run.smithi045.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-25T20:01:17.858 INFO:teuthology.orchestra.run.smithi045.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-25T20:01:17.858 INFO:teuthology.orchestra.run.smithi045.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-25T20:01:17.858 INFO:teuthology.orchestra.run.smithi045.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-25T20:01:17.858 INFO:teuthology.orchestra.run.smithi045.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-25T20:01:17.858 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-12-25T20:01:17.858 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-25T20:01:17.858 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-25T20:01:17.858 INFO:teuthology.orchestra.run.smithi045.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-25T20:01:17.858 INFO:teuthology.orchestra.run.smithi045.stdout:Installing weak dependencies: 2023-12-25T20:01:17.858 INFO:teuthology.orchestra.run.smithi045.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-25T20:01:17.858 INFO:teuthology.orchestra.run.smithi045.stdout:Installing module profiles: 2023-12-25T20:01:17.859 INFO:teuthology.orchestra.run.smithi045.stdout: container-tools/common 2023-12-25T20:01:17.859 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-25T20:01:17.859 INFO:teuthology.orchestra.run.smithi045.stdout:Enabling module streams: 2023-12-25T20:01:17.859 INFO:teuthology.orchestra.run.smithi045.stdout: container-tools rhel8 2023-12-25T20:01:17.859 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-25T20:01:17.859 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-12-25T20:01:17.859 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-12-25T20:01:17.859 INFO:teuthology.orchestra.run.smithi045.stdout:Install 13 Packages 2023-12-25T20:01:17.859 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-25T20:01:17.860 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 27 M 2023-12-25T20:01:17.860 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 89 M 2023-12-25T20:01:17.860 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-12-25T20:01:18.060 INFO:teuthology.orchestra.run.smithi184.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.3 MB/s | 750 kB 00:00 2023-12-25T20:01:18.102 INFO:teuthology.orchestra.run.smithi184.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.7 MB/s | 1.0 MB 00:00 2023-12-25T20:01:18.161 INFO:teuthology.orchestra.run.smithi184.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 377 kB/s | 38 kB 00:00 2023-12-25T20:01:18.219 INFO:teuthology.orchestra.run.smithi184.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.0 MB/s | 241 kB 00:00 2023-12-25T20:01:18.320 INFO:teuthology.orchestra.run.smithi184.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.7 MB/s | 178 kB 00:00 2023-12-25T20:01:18.412 INFO:teuthology.orchestra.run.smithi184.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 270 kB/s | 25 kB 00:00 2023-12-25T20:01:18.546 INFO:teuthology.orchestra.run.smithi184.stdout:(7/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 9.2 MB/s | 9.6 MB 00:01 2023-12-25T20:01:18.604 INFO:teuthology.orchestra.run.smithi184.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 8.8 MB/s | 3.9 MB 00:00 2023-12-25T20:01:18.629 INFO:teuthology.orchestra.run.smithi184.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 432 kB/s | 94 kB 00:00 2023-12-25T20:01:18.730 INFO:teuthology.orchestra.run.smithi184.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 526 kB/s | 53 kB 00:00 2023-12-25T20:01:18.782 INFO:teuthology.orchestra.run.smithi045.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.0 MB/s | 750 kB 00:00 2023-12-25T20:01:18.863 INFO:teuthology.orchestra.run.smithi184.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 11 MB/s | 2.5 MB 00:00 2023-12-25T20:01:18.882 INFO:teuthology.orchestra.run.smithi045.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 379 kB/s | 38 kB 00:00 2023-12-25T20:01:18.889 INFO:teuthology.orchestra.run.smithi184.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 257 kB/s | 41 kB 00:00 2023-12-25T20:01:18.932 INFO:teuthology.orchestra.run.smithi045.stdout:(3/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.1 MB/s | 1.0 MB 00:00 2023-12-25T20:01:19.058 INFO:teuthology.orchestra.run.smithi045.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.3 MB/s | 241 kB 00:00 2023-12-25T20:01:19.097 INFO:teuthology.orchestra.run.smithi184.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 15 MB/s | 8.1 MB 00:00 2023-12-25T20:01:19.098 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2023-12-25T20:01:19.098 INFO:teuthology.orchestra.run.smithi184.stdout:Total 16 MB/s | 27 MB 00:01 2023-12-25T20:01:19.167 INFO:teuthology.orchestra.run.smithi045.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.6 MB/s | 178 kB 00:00 2023-12-25T20:01:19.275 INFO:teuthology.orchestra.run.smithi045.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 229 kB/s | 25 kB 00:00 2023-12-25T20:01:19.365 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2023-12-25T20:01:19.375 INFO:teuthology.orchestra.run.smithi045.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 938 kB/s | 94 kB 00:00 2023-12-25T20:01:19.386 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2023-12-25T20:01:19.386 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2023-12-25T20:01:19.654 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2023-12-25T20:01:19.657 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2023-12-25T20:01:20.267 INFO:teuthology.orchestra.run.smithi045.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 2.9 MB/s | 3.9 MB 00:01 2023-12-25T20:01:20.576 INFO:teuthology.orchestra.run.smithi045.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 3.8 MB/s | 9.6 MB 00:02 2023-12-25T20:01:20.684 INFO:teuthology.orchestra.run.smithi045.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 488 kB/s | 53 kB 00:00 2023-12-25T20:01:20.711 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2023-12-25T20:01:20.785 INFO:teuthology.orchestra.run.smithi045.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 409 kB/s | 41 kB 00:00 2023-12-25T20:01:20.877 INFO:teuthology.orchestra.run.smithi045.stdout:(12/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 4.2 MB/s | 2.5 MB 00:00 2023-12-25T20:01:20.950 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-25T20:01:21.120 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-25T20:01:21.350 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-25T20:01:21.352 INFO:teuthology.orchestra.run.smithi045.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 4.1 MB/s | 8.1 MB 00:01 2023-12-25T20:01:21.352 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-12-25T20:01:21.352 INFO:teuthology.orchestra.run.smithi045.stdout:Total 7.6 MB/s | 27 MB 00:03 2023-12-25T20:01:21.588 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-25T20:01:21.632 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-12-25T20:01:21.655 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-12-25T20:01:21.655 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-12-25T20:01:21.922 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-12-25T20:01:21.926 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-12-25T20:01:22.153 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-25T20:01:22.624 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-12-25T20:01:22.859 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-25T20:01:23.062 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-25T20:01:23.128 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-25T20:01:23.271 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-25T20:01:23.363 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-25T20:01:23.495 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-25T20:01:23.592 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-25T20:01:23.849 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-25T20:01:24.077 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-25T20:01:24.236 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-25T20:01:25.112 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-25T20:01:25.132 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-25T20:01:25.347 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-25T20:01:25.504 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-25T20:01:25.553 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-25T20:01:25.677 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-25T20:01:25.833 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-25T20:01:26.112 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-25T20:01:26.112 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-25T20:01:26.112 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-25T20:01:26.112 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-25T20:01:26.112 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-25T20:01:26.112 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-25T20:01:26.112 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-25T20:01:26.112 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-25T20:01:26.113 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-25T20:01:26.113 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-25T20:01:26.113 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-25T20:01:26.113 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-25T20:01:26.113 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-25T20:01:26.275 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-25T20:01:26.935 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-25T20:01:26.935 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:01:26.935 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2023-12-25T20:01:26.935 INFO:teuthology.orchestra.run.smithi184.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T20:01:26.935 INFO:teuthology.orchestra.run.smithi184.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T20:01:26.936 INFO:teuthology.orchestra.run.smithi184.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-25T20:01:26.936 INFO:teuthology.orchestra.run.smithi184.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-25T20:01:26.936 INFO:teuthology.orchestra.run.smithi184.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T20:01:26.936 INFO:teuthology.orchestra.run.smithi184.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-25T20:01:26.936 INFO:teuthology.orchestra.run.smithi184.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-25T20:01:26.936 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-25T20:01:26.936 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-25T20:01:26.936 INFO:teuthology.orchestra.run.smithi184.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T20:01:26.936 INFO:teuthology.orchestra.run.smithi184.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-25T20:01:26.936 INFO:teuthology.orchestra.run.smithi184.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-25T20:01:26.936 INFO:teuthology.orchestra.run.smithi184.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-25T20:01:26.936 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:01:26.936 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-12-25T20:01:27.127 DEBUG:teuthology.parallel:result is None 2023-12-25T20:01:27.245 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-25T20:01:27.458 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-25T20:01:27.660 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-25T20:01:28.090 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-25T20:01:28.090 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-25T20:01:28.090 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-25T20:01:28.090 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-25T20:01:28.090 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-25T20:01:28.090 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-25T20:01:28.090 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-25T20:01:28.090 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-25T20:01:28.090 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-25T20:01:28.090 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-25T20:01:28.091 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-25T20:01:28.091 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-25T20:01:28.091 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-25T20:01:28.916 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-25T20:01:28.916 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-25T20:01:28.916 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-12-25T20:01:28.916 INFO:teuthology.orchestra.run.smithi045.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T20:01:28.916 INFO:teuthology.orchestra.run.smithi045.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T20:01:28.916 INFO:teuthology.orchestra.run.smithi045.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-25T20:01:28.916 INFO:teuthology.orchestra.run.smithi045.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-25T20:01:28.917 INFO:teuthology.orchestra.run.smithi045.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T20:01:28.917 INFO:teuthology.orchestra.run.smithi045.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-25T20:01:28.917 INFO:teuthology.orchestra.run.smithi045.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-25T20:01:28.917 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-25T20:01:28.917 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-25T20:01:28.917 INFO:teuthology.orchestra.run.smithi045.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T20:01:28.917 INFO:teuthology.orchestra.run.smithi045.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-25T20:01:28.917 INFO:teuthology.orchestra.run.smithi045.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-25T20:01:28.917 INFO:teuthology.orchestra.run.smithi045.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-25T20:01:28.917 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-25T20:01:28.917 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-12-25T20:01:29.165 DEBUG:teuthology.parallel:result is None 2023-12-25T20:01:29.165 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-25T20:01:29.240 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': 'b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2'} 2023-12-25T20:01:29.240 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.4 2023-12-25T20:01:29.240 INFO:tasks.cephadm:Cluster fsid is 64716f94-a360-11ee-95a5-87774f69a715 2023-12-25T20:01:29.240 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-25T20:01:29.241 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-25T20:01:29.241 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi045': '172.21.15.45', 'mon.smithi184': '172.21.15.184'} 2023-12-25T20:01:29.241 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-25T20:01:29.241 DEBUG:teuthology.orchestra.run.smithi045:> sudo hostname $(hostname -s) 2023-12-25T20:01:29.270 DEBUG:teuthology.orchestra.run.smithi184:> sudo hostname $(hostname -s) 2023-12-25T20:01:29.305 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.4)... 2023-12-25T20:01:29.305 DEBUG:teuthology.orchestra.run.smithi045:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.4/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-25T20:01:29.552 INFO:teuthology.orchestra.run.smithi045.stdout:-rw-rw-r--. 1 ubuntu ubuntu 292005 Dec 25 20:01 /home/ubuntu/cephtest/cephadm 2023-12-25T20:01:29.553 DEBUG:teuthology.orchestra.run.smithi184:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.4/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-25T20:01:29.705 INFO:teuthology.orchestra.run.smithi184.stdout:-rw-rw-r--. 1 ubuntu ubuntu 292005 Dec 25 20:01 /home/ubuntu/cephtest/cephadm 2023-12-25T20:01:29.706 DEBUG:teuthology.orchestra.run.smithi045:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-25T20:01:29.726 DEBUG:teuthology.orchestra.run.smithi184:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-25T20:01:29.757 DEBUG:teuthology.orchestra.run.smithi045:> sudo mkdir -p /etc/ceph 2023-12-25T20:01:29.795 DEBUG:teuthology.orchestra.run.smithi184:> sudo mkdir -p /etc/ceph 2023-12-25T20:01:29.828 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 777 /etc/ceph 2023-12-25T20:01:29.863 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 777 /etc/ceph 2023-12-25T20:01:29.900 INFO:tasks.cephadm:Writing seed config... 2023-12-25T20:01:29.902 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-25T20:01:29.902 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-25T20:01:29.902 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-25T20:01:29.902 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-25T20:01:29.902 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-25T20:01:29.902 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-25T20:01:29.902 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-25T20:01:29.902 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-25T20:01:29.903 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-12-25T20:01:29.903 DEBUG:teuthology.orchestra.run.smithi045:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-25T20:01:29.922 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 = 64716f94-a360-11ee-95a5-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-12-25T20:01:29.923 DEBUG:teuthology.orchestra.run.smithi045:mon.smithi045> sudo journalctl -f -n 0 -u ceph-64716f94-a360-11ee-95a5-87774f69a715@mon.smithi045.service 2023-12-25T20:01:29.965 INFO:tasks.cephadm:Bootstrapping... 2023-12-25T20:01:29.965 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 -v bootstrap --fsid 64716f94-a360-11ee-95a5-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.45 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-25T20:01:29.992 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:-- Logs begin at Mon 2023-12-25 19:53:07 UTC. -- 2023-12-25T20:01:30.255 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-12-25T20:01:31.512 INFO:teuthology.orchestra.run.smithi045.stderr:/bin/podman: 4.6.1 2023-12-25T20:01:31.522 INFO:teuthology.orchestra.run.smithi045.stderr:Verifying podman|docker is present... 2023-12-25T20:01:31.522 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-12-25T20:01:31.546 INFO:teuthology.orchestra.run.smithi045.stderr:/bin/podman: 4.6.1 2023-12-25T20:01:31.563 INFO:teuthology.orchestra.run.smithi045.stderr:Verifying lvm2 is present... 2023-12-25T20:01:31.564 INFO:teuthology.orchestra.run.smithi045.stderr:Verifying time synchronization is in place... 2023-12-25T20:01:31.564 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-enabled chrony.service 2023-12-25T20:01:31.571 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-25T20:01:31.572 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-active chrony.service 2023-12-25T20:01:31.577 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-12-25T20:01:31.578 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-enabled chronyd.service 2023-12-25T20:01:31.584 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: enabled 2023-12-25T20:01:31.585 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-active chronyd.service 2023-12-25T20:01:31.590 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: active 2023-12-25T20:01:31.591 INFO:teuthology.orchestra.run.smithi045.stderr:Unit chronyd.service is enabled and running 2023-12-25T20:01:31.591 INFO:teuthology.orchestra.run.smithi045.stderr:Repeating the final host check... 2023-12-25T20:01:31.591 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-12-25T20:01:31.612 INFO:teuthology.orchestra.run.smithi045.stderr:/bin/podman: 4.6.1 2023-12-25T20:01:31.623 INFO:teuthology.orchestra.run.smithi045.stderr:podman|docker (/bin/podman) is present 2023-12-25T20:01:31.623 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl is present 2023-12-25T20:01:31.623 INFO:teuthology.orchestra.run.smithi045.stderr:lvcreate is present 2023-12-25T20:01:31.623 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-enabled chrony.service 2023-12-25T20:01:31.629 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-25T20:01:31.630 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-active chrony.service 2023-12-25T20:01:31.635 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-12-25T20:01:31.636 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-enabled chronyd.service 2023-12-25T20:01:31.641 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: enabled 2023-12-25T20:01:31.642 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-active chronyd.service 2023-12-25T20:01:31.647 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: active 2023-12-25T20:01:31.648 INFO:teuthology.orchestra.run.smithi045.stderr:Unit chronyd.service is enabled and running 2023-12-25T20:01:31.648 INFO:teuthology.orchestra.run.smithi045.stderr:Host looks OK 2023-12-25T20:01:31.648 INFO:teuthology.orchestra.run.smithi045.stderr:Cluster fsid: 64716f94-a360-11ee-95a5-87774f69a715 2023-12-25T20:01:31.649 INFO:teuthology.orchestra.run.smithi045.stderr:Acquiring lock 139667622953088 on /run/cephadm/64716f94-a360-11ee-95a5-87774f69a715.lock 2023-12-25T20:01:31.649 INFO:teuthology.orchestra.run.smithi045.stderr:Lock 139667622953088 acquired on /run/cephadm/64716f94-a360-11ee-95a5-87774f69a715.lock 2023-12-25T20:01:31.649 INFO:teuthology.orchestra.run.smithi045.stderr:Verifying IP 172.21.15.45 port 3300 ... 2023-12-25T20:01:31.650 INFO:teuthology.orchestra.run.smithi045.stderr:Verifying IP 172.21.15.45 port 6789 ... 2023-12-25T20:01:31.650 INFO:teuthology.orchestra.run.smithi045.stderr:Base mon IP is 172.21.15.45, final addrv is [v2:172.21.15.45:3300,v1:172.21.15.45:6789] 2023-12-25T20:01:31.650 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /sbin/ip route ls 2023-12-25T20:01:31.652 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.45 metric 100 2023-12-25T20:01:31.652 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.45 metric 100 2023-12-25T20:01:31.653 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /sbin/ip -6 route ls 2023-12-25T20:01:31.656 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-25T20:01:31.656 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-12-25T20:01:31.656 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1775sec hoplimit 64 pref medium 2023-12-25T20:01:31.656 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /sbin/ip -6 addr ls 2023-12-25T20:01:31.658 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-25T20:01:31.659 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-25T20:01:31.659 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-25T20:01:31.659 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-12-25T20:01:31.659 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:12be/64 scope link 2023-12-25T20:01:31.659 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-25T20:01:31.660 INFO:teuthology.orchestra.run.smithi045.stderr:Mon IP 172.21.15.45 is in CIDR network 172.21.0.0/20 2023-12-25T20:01:31.660 INFO:teuthology.orchestra.run.smithi045.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-25T20:01:31.661 INFO:teuthology.orchestra.run.smithi045.stderr:Pulling container image docker.io/ceph/ceph:v16.2.4... 2023-12-25T20:01:31.661 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.4 2023-12-25T20:01:31.754 INFO:teuthology.orchestra.run.smithi045.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.4... 2023-12-25T20:01:38.310 INFO:teuthology.orchestra.run.smithi045.stderr:/bin/podman: Getting image source signatures 2023-12-25T20:01:38.315 INFO:teuthology.orchestra.run.smithi045.stderr:/bin/podman: Copying blob sha256:551101690791055467b1840be133b2e6b029d263771bc6c46a96bb7acdacac39 2023-12-25T20:01:38.315 INFO:teuthology.orchestra.run.smithi045.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2023-12-25T20:01:50.573 INFO:teuthology.orchestra.run.smithi045.stderr:/bin/podman: Copying config sha256:8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2023-12-25T20:01:50.622 INFO:teuthology.orchestra.run.smithi045.stderr:/bin/podman: Writing manifest to image destination 2023-12-25T20:01:50.979 INFO:teuthology.orchestra.run.smithi045.stderr:/bin/podman: 8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2023-12-25T20:01:50.991 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --version 2023-12-25T20:01:51.583 INFO:teuthology.orchestra.run.smithi045.stderr:ceph: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2023-12-25T20:01:51.933 INFO:teuthology.orchestra.run.smithi045.stderr:Ceph version: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2023-12-25T20:01:51.933 INFO:teuthology.orchestra.run.smithi045.stderr:Extracting ceph user uid/gid from container image... 2023-12-25T20:01:51.933 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 -c %u %g /var/lib/ceph 2023-12-25T20:01:52.225 INFO:teuthology.orchestra.run.smithi045.stderr:stat: 167 167 2023-12-25T20:01:52.545 INFO:teuthology.orchestra.run.smithi045.stderr:Creating initial keys... 2023-12-25T20:01:52.545 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2023-12-25T20:01:52.841 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-authtool: AQCw34ll05MqMRAAmxB3UauKa05brY1wytElsg== 2023-12-25T20:01:53.168 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2023-12-25T20:01:53.493 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-authtool: AQCx34llcva7GxAA/Ti+pHk0+fkEnYaNHM9MJA== 2023-12-25T20:01:53.816 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2023-12-25T20:01:54.124 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-authtool: AQCy34llaPyABhAAB2PQjo+LTjcPXYlH0c4Ecg== 2023-12-25T20:01:54.473 INFO:teuthology.orchestra.run.smithi045.stderr:Creating initial monmap... 2023-12-25T20:01:54.473 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmppd29lcnf:/tmp/monmap:z docker.io/ceph/ceph:v16.2.4 --create --clobber --fsid 64716f94-a360-11ee-95a5-87774f69a715 --addv smithi045 [v2:172.21.15.45:3300,v1:172.21.15.45:6789] /tmp/monmap 2023-12-25T20:01:54.774 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-25T20:01:54.775 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 64716f94-a360-11ee-95a5-87774f69a715 2023-12-25T20:01:54.775 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-25T20:01:55.114 INFO:teuthology.orchestra.run.smithi045.stderr:monmaptool for smithi045 [v2:172.21.15.45:3300,v1:172.21.15.45:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-25T20:01:55.114 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/monmaptool: set fsid to 64716f94-a360-11ee-95a5-87774f69a715 2023-12-25T20:01:55.114 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-25T20:01:55.114 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-12-25T20:01:55.114 INFO:teuthology.orchestra.run.smithi045.stderr:Creating mon... 2023-12-25T20:01:55.115 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/mon.smithi045:/var/lib/ceph/mon/ceph-smithi045:z -v /tmp/ceph-tmpjyi07udl:/tmp/keyring:z -v /tmp/ceph-tmppd29lcnf:/tmp/monmap:z docker.io/ceph/ceph:v16.2.4 --mkfs -i smithi045 --fsid 64716f94-a360-11ee-95a5-87774f69a715 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true 2023-12-25T20:01:55.423 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.391+0000 7f43e3f67700 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-25T20:01:55.423 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 1 imported monmap: 2023-12-25T20:01:55.424 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-25T20:01:55.424 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: fsid 64716f94-a360-11ee-95a5-87774f69a715 2023-12-25T20:01:55.424 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: last_changed 2023-12-25T20:01:54.766586+0000 2023-12-25T20:01:55.424 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: created 2023-12-25T20:01:54.766586+0000 2023-12-25T20:01:55.424 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-12-25T20:01:55.424 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-25T20:01:55.424 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.smithi045 2023-12-25T20:01:55.424 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-25T20:01:55.424 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 0 /usr/bin/ceph-mon: set fsid to 64716f94-a360-11ee-95a5-87774f69a715 2023-12-25T20:01:55.424 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: RocksDB version: 6.8.1 2023-12-25T20:01:55.424 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-25T20:01:55.424 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-25T20:01:55.424 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Compile date May 13 2021 2023-12-25T20:01:55.424 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: DB SUMMARY 2023-12-25T20:01:55.425 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-25T20:01:55.425 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi045/store.db dir, Total Num: 0, files: 2023-12-25T20:01:55.425 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-25T20:01:55.425 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi045/store.db: 2023-12-25T20:01:55.425 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-25T20:01:55.425 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.error_if_exists: 0 2023-12-25T20:01:55.425 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.create_if_missing: 1 2023-12-25T20:01:55.425 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.paranoid_checks: 1 2023-12-25T20:01:55.425 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.env: 0x561c926461c0 2023-12-25T20:01:55.425 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.fs: Posix File System 2023-12-25T20:01:55.425 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.info_log: 0x561c94a4eec0 2023-12-25T20:01:55.425 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-25T20:01:55.425 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.statistics: (nil) 2023-12-25T20:01:55.426 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.use_fsync: 0 2023-12-25T20:01:55.426 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.max_log_file_size: 0 2023-12-25T20:01:55.426 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-25T20:01:55.426 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-25T20:01:55.426 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-25T20:01:55.426 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-25T20:01:55.426 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.allow_fallocate: 1 2023-12-25T20:01:55.426 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-25T20:01:55.426 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-25T20:01:55.426 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.use_direct_reads: 0 2023-12-25T20:01:55.426 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-25T20:01:55.426 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.create_missing_column_families: 0 2023-12-25T20:01:55.426 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.db_log_dir: 2023-12-25T20:01:55.426 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi045/store.db 2023-12-25T20:01:55.427 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-25T20:01:55.427 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.max_subcompactions: 1 2023-12-25T20:01:55.427 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.max_background_flushes: -1 2023-12-25T20:01:55.427 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-25T20:01:55.427 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-25T20:01:55.427 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-25T20:01:55.427 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-25T20:01:55.427 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-25T20:01:55.427 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.advise_random_on_open: 1 2023-12-25T20:01:55.427 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-25T20:01:55.427 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.write_buffer_manager: 0x561c94a55530 2023-12-25T20:01:55.427 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-25T20:01:55.427 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-25T20:01:55.427 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-25T20:01:55.428 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-25T20:01:55.428 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.rate_limiter: (nil) 2023-12-25T20:01:55.428 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-25T20:01:55.428 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-25T20:01:55.428 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-25T20:01:55.428 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-25T20:01:55.428 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.unordered_write: 0 2023-12-25T20:01:55.428 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-25T20:01:55.428 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-25T20:01:55.428 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-25T20:01:55.428 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-25T20:01:55.428 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.row_cache: None 2023-12-25T20:01:55.428 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.wal_filter: None 2023-12-25T20:01:55.428 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-25T20:01:55.429 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-25T20:01:55.429 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.preserve_deletes: 0 2023-12-25T20:01:55.429 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.two_write_queues: 0 2023-12-25T20:01:55.429 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.manual_wal_flush: 0 2023-12-25T20:01:55.429 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.atomic_flush: 0 2023-12-25T20:01:55.429 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-25T20:01:55.429 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-25T20:01:55.429 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-25T20:01:55.429 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.log_readahead_size: 0 2023-12-25T20:01:55.429 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-25T20:01:55.429 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.max_background_jobs: 2 2023-12-25T20:01:55.429 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.max_background_compactions: -1 2023-12-25T20:01:55.429 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-25T20:01:55.429 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-25T20:01:55.430 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-25T20:01:55.430 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.max_total_wal_size: 0 2023-12-25T20:01:55.430 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-25T20:01:55.430 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-25T20:01:55.430 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-25T20:01:55.430 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-25T20:01:55.430 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.max_open_files: -1 2023-12-25T20:01:55.430 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.bytes_per_sync: 0 2023-12-25T20:01:55.430 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-25T20:01:55.430 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-25T20:01:55.430 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-25T20:01:55.430 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Compression algorithms supported: 2023-12-25T20:01:55.430 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-25T20:01:55.430 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: kZSTD supported: 0 2023-12-25T20:01:55.430 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: kXpressCompression supported: 0 2023-12-25T20:01:55.431 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-25T20:01:55.431 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: kLZ4Compression supported: 1 2023-12-25T20:01:55.431 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: kBZip2Compression supported: 0 2023-12-25T20:01:55.431 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: kZlibCompression supported: 1 2023-12-25T20:01:55.431 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: kSnappyCompression supported: 1 2023-12-25T20:01:55.431 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.392+0000 7f43e3f67700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-25T20:01:55.431 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-12-25T20:01:55.431 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-25T20:01:55.431 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi045/store.db/MANIFEST-000001 2023-12-25T20:01:55.431 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-25T20:01:55.431 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-25T20:01:55.431 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-25T20:01:55.431 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-25T20:01:55.431 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.merge_operator: 2023-12-25T20:01:55.431 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.compaction_filter: None 2023-12-25T20:01:55.432 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.compaction_filter_factory: None 2023-12-25T20:01:55.432 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-25T20:01:55.432 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-25T20:01:55.432 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561c94966120) 2023-12-25T20:01:55.432 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-25T20:01:55.432 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-25T20:01:55.432 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-25T20:01:55.432 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-25T20:01:55.432 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-25T20:01:55.432 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-25T20:01:55.432 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-25T20:01:55.432 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-25T20:01:55.432 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-25T20:01:55.432 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-25T20:01:55.433 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-25T20:01:55.433 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_cache: 0x561c9499cd10 2023-12-25T20:01:55.433 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-25T20:01:55.433 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-25T20:01:55.433 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-25T20:01:55.433 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-25T20:01:55.433 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-25T20:01:55.433 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-25T20:01:55.433 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-25T20:01:55.433 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-25T20:01:55.433 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-25T20:01:55.433 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-25T20:01:55.433 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-25T20:01:55.433 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-25T20:01:55.434 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-25T20:01:55.434 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-25T20:01:55.434 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-25T20:01:55.434 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-25T20:01:55.434 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-25T20:01:55.434 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-25T20:01:55.434 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-25T20:01:55.434 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: format_version: 2 2023-12-25T20:01:55.434 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-25T20:01:55.434 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-25T20:01:55.434 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-25T20:01:55.434 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-25T20:01:55.434 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-25T20:01:55.434 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.compression: NoCompression 2023-12-25T20:01:55.435 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-25T20:01:55.435 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-25T20:01:55.435 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-25T20:01:55.435 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.num_levels: 7 2023-12-25T20:01:55.435 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-25T20:01:55.435 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-25T20:01:55.435 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-25T20:01:55.435 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-25T20:01:55.435 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-25T20:01:55.435 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-25T20:01:55.435 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-25T20:01:55.435 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-25T20:01:55.435 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-25T20:01:55.435 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-25T20:01:55.435 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.compression_opts.level: 32767 2023-12-25T20:01:55.436 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-25T20:01:55.436 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-25T20:01:55.436 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-25T20:01:55.436 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.compression_opts.enabled: false 2023-12-25T20:01:55.436 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-25T20:01:55.436 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-25T20:01:55.436 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-25T20:01:55.436 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-25T20:01:55.436 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-25T20:01:55.436 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-25T20:01:55.436 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-25T20:01:55.436 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-25T20:01:55.436 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-25T20:01:55.436 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-25T20:01:55.437 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-25T20:01:55.437 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-25T20:01:55.437 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-25T20:01:55.437 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-25T20:01:55.437 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-25T20:01:55.437 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-25T20:01:55.437 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-25T20:01:55.437 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.arena_block_size: 4194304 2023-12-25T20:01:55.437 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-25T20:01:55.437 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-25T20:01:55.437 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-25T20:01:55.437 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-25T20:01:55.437 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-25T20:01:55.437 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-25T20:01:55.438 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-25T20:01:55.438 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-25T20:01:55.438 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-25T20:01:55.438 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-25T20:01:55.438 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-25T20:01:55.438 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-25T20:01:55.438 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-25T20:01:55.438 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-25T20:01:55.438 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.table_properties_collectors: 2023-12-25T20:01:55.438 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.inplace_update_support: 0 2023-12-25T20:01:55.438 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-25T20:01:55.438 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-25T20:01:55.438 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-25T20:01:55.438 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-25T20:01:55.438 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.bloom_locality: 0 2023-12-25T20:01:55.439 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.max_successive_merges: 0 2023-12-25T20:01:55.439 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-25T20:01:55.439 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-25T20:01:55.439 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.force_consistency_checks: 0 2023-12-25T20:01:55.439 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-25T20:01:55.439 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.ttl: 2592000 2023-12-25T20:01:55.439 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.393+0000 7f43e3f67700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-25T20:01:55.439 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.394+0000 7f43e3f67700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi045/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-25T20:01:55.439 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-25T20:01:55.439 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.394+0000 7f43e3f67700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-25T20:01:55.439 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-25T20:01:55.439 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.394+0000 7f43e3f67700 4 rocksdb: DB pointer 0x561c94a61800 2023-12-25T20:01:55.439 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.395+0000 7f43cce00700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-25T20:01:55.440 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.395+0000 7f43cce00700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-25T20:01:55.440 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-25T20:01:55.440 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T20:01:55.440 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-25T20:01:55.440 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-25T20:01:55.440 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T20:01:55.440 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-25T20:01:55.440 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-25T20:01:55.440 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T20:01:55.440 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-25T20:01:55.440 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-25T20:01:55.440 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T20:01:55.440 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:01:55.440 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-25T20:01:55.440 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-25T20:01:55.441 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-25T20:01:55.441 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-25T20:01:55.441 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T20:01:55.441 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:01:55.441 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T20:01:55.441 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T20:01:55.441 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T20:01:55.441 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T20:01:55.441 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T20:01:55.441 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-25T20:01:55.441 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T20:01:55.441 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T20:01:55.441 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-25T20:01:55.442 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-25T20:01:55.442 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-25T20:01:55.442 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-25T20:01:55.442 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-25T20:01:55.442 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T20:01:55.442 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:01:55.442 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-25T20:01:55.442 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-25T20:01:55.442 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-25T20:01:55.442 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-25T20:01:55.442 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T20:01:55.442 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:01:55.442 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T20:01:55.442 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T20:01:55.442 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T20:01:55.443 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T20:01:55.443 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T20:01:55.443 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-25T20:01:55.443 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T20:01:55.443 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T20:01:55.443 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-25T20:01:55.443 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-25T20:01:55.443 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-25T20:01:55.443 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-25T20:01:55.443 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.396+0000 7f43e3f67700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-12-25T20:01:55.443 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.396+0000 7f43e3f67700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-12-25T20:01:55.443 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:01:55.396+0000 7f43e3f67700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi045 for mon.smithi045 2023-12-25T20:01:55.749 INFO:teuthology.orchestra.run.smithi045.stderr:create mon.smithi045 on 2023-12-25T20:01:55.749 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/64716f94-a360-11ee-95a5-87774f69a715 2023-12-25T20:01:55.754 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl disable ceph.target 2023-12-25T20:01:55.852 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl enable ceph.target 2023-12-25T20:01:55.859 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-25T20:01:55.944 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl start ceph.target 2023-12-25T20:01:55.951 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl enable ceph-64716f94-a360-11ee-95a5-87774f69a715.target 2023-12-25T20:01:55.958 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-64716f94-a360-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-64716f94-a360-11ee-95a5-87774f69a715.target. 2023-12-25T20:01:55.958 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-64716f94-a360-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-64716f94-a360-11ee-95a5-87774f69a715.target. 2023-12-25T20:01:56.040 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl start ceph-64716f94-a360-11ee-95a5-87774f69a715.target 2023-12-25T20:01:56.057 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl daemon-reload 2023-12-25T20:01:56.145 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl stop ceph-64716f94-a360-11ee-95a5-87774f69a715@mon.smithi045 2023-12-25T20:01:56.172 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl reset-failed ceph-64716f94-a360-11ee-95a5-87774f69a715@mon.smithi045 2023-12-25T20:01:56.178 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Failed to reset failed state of unit ceph-64716f94-a360-11ee-95a5-87774f69a715@mon.smithi045.service: Unit ceph-64716f94-a360-11ee-95a5-87774f69a715@mon.smithi045.service not loaded. 2023-12-25T20:01:56.178 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl enable ceph-64716f94-a360-11ee-95a5-87774f69a715@mon.smithi045 2023-12-25T20:01:56.184 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Created symlink /etc/systemd/system/ceph-64716f94-a360-11ee-95a5-87774f69a715.target.wants/ceph-64716f94-a360-11ee-95a5-87774f69a715@mon.smithi045.service → /etc/systemd/system/ceph-64716f94-a360-11ee-95a5-87774f69a715@.service. 2023-12-25T20:01:56.274 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl start ceph-64716f94-a360-11ee-95a5-87774f69a715@mon.smithi045 2023-12-25T20:01:56.603 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-25T20:01:56.611 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: disabled 2023-12-25T20:01:56.612 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-active firewalld.service 2023-12-25T20:01:56.620 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-12-25T20:01:56.621 INFO:teuthology.orchestra.run.smithi045.stderr:firewalld.service is not enabled 2023-12-25T20:01:56.621 INFO:teuthology.orchestra.run.smithi045.stderr:Not possible to enable service . firewalld.service is not available 2023-12-25T20:01:56.621 INFO:teuthology.orchestra.run.smithi045.stderr:Not possible to open ports <[]>. firewalld.service is not available 2023-12-25T20:01:56.622 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for mon to start... 2023-12-25T20:01:56.622 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for mon... 2023-12-25T20:01:56.622 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/mon.smithi045:/var/lib/ceph/mon/ceph-smithi045:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status 2023-12-25T20:01:57.062 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:01:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107090]: cluster 2023-12-25T20:01:56.610669+0000 mon.smithi045 (mon.0) 1 : cluster [INF] mon.smithi045 is new leader, mons smithi045 in quorum (ranks 0) 2023-12-25T20:01:57.110 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: cluster: 2023-12-25T20:01:57.110 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: id: 64716f94-a360-11ee-95a5-87774f69a715 2023-12-25T20:01:57.110 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-25T20:01:57.110 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-25T20:01:57.110 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: services: 2023-12-25T20:01:57.110 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi045 (age 0.495344s) 2023-12-25T20:01:57.111 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-25T20:01:57.111 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-25T20:01:57.111 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-25T20:01:57.111 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: data: 2023-12-25T20:01:57.111 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-25T20:01:57.111 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-25T20:01:57.111 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-25T20:01:57.111 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: pgs: 2023-12-25T20:01:57.111 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-25T20:01:57.401 INFO:teuthology.orchestra.run.smithi045.stderr:mon is available 2023-12-25T20:01:57.401 INFO:teuthology.orchestra.run.smithi045.stderr:Assimilating anything we can from ceph.conf... 2023-12-25T20:01:57.401 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z -v /var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/mon.smithi045:/var/lib/ceph/mon/ceph-smithi045:z docker.io/ceph/ceph:v16.2.4 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi045/config 2023-12-25T20:01:57.812 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:01:57 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107090]: cluster 2023-12-25T20:01:56.613649+0000 mon.smithi045 (mon.0) 2 : cluster [INF] mon.smithi045 is new leader, mons smithi045 in quorum (ranks 0) 2023-12-25T20:01:57.812 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:01:57 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107090]: cluster 2023-12-25T20:01:56.613783+0000 mon.smithi045 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi045=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0]} 2023-12-25T20:01:57.812 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:01:57 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107090]: cluster 2023-12-25T20:01:56.615346+0000 mon.smithi045 (mon.0) 4 : cluster [DBG] fsmap 2023-12-25T20:01:57.812 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:01:57 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107090]: cluster 2023-12-25T20:01:56.617526+0000 mon.smithi045 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-25T20:01:57.812 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:01:57 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107090]: cluster 2023-12-25T20:01:56.617927+0000 mon.smithi045 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-25T20:01:57.813 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:01:57 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107090]: audit 2023-12-25T20:01:57.108965+0000 mon.smithi045 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.45:0/1280082703' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-25T20:01:57.873 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-25T20:01:57.873 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: [global] 2023-12-25T20:01:57.873 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: fsid = 64716f94-a360-11ee-95a5-87774f69a715 2023-12-25T20:01:57.874 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.45:3300,v1:172.21.15.45:6789] 2023-12-25T20:01:57.874 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-25T20:01:57.874 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-25T20:01:57.874 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-25T20:01:57.874 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-25T20:01:57.874 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-25T20:01:57.874 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: [mgr] 2023-12-25T20:01:57.874 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-25T20:01:57.874 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-25T20:01:57.874 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: [osd] 2023-12-25T20:01:57.875 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-25T20:01:57.875 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: osd_memory_target_autotune = true 2023-12-25T20:01:57.875 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-25T20:01:58.243 INFO:teuthology.orchestra.run.smithi045.stderr:Generating new minimal ceph.conf... 2023-12-25T20:01:58.243 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z -v /var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/mon.smithi045:/var/lib/ceph/mon/ceph-smithi045:z docker.io/ceph/ceph:v16.2.4 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi045/config 2023-12-25T20:01:58.908 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:01:58 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107090]: audit 2023-12-25T20:01:57.870615+0000 mon.smithi045 (mon.0) 8 : audit [INF] from='client.? 172.21.15.45:0/295343357' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-25T20:01:58.908 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:01:58 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107090]: audit 2023-12-25T20:01:57.873085+0000 mon.smithi045 (mon.0) 9 : audit [INF] from='client.? 172.21.15.45:0/295343357' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-25T20:01:59.085 INFO:teuthology.orchestra.run.smithi045.stderr:Restarting the monitor... 2023-12-25T20:01:59.085 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl restart ceph-64716f94-a360-11ee-95a5-87774f69a715@mon.smithi045 2023-12-25T20:01:59.174 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:01:59 smithi045 systemd[1]: Stopping Ceph mon.smithi045 for 64716f94-a360-11ee-95a5-87774f69a715... 2023-12-25T20:01:59.174 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:01:59 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107090]: debug 2023-12-25T20:01:59.173+0000 7efd2d233700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi045 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-25T20:01:59.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:01:59 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107090]: debug 2023-12-25T20:01:59.173+0000 7efd2d233700 -1 mon.smithi045@0(leader) e1 *** Got Signal Terminated *** 2023-12-25T20:01:59.812 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:01:59 smithi045 podman[107412]: ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045 2023-12-25T20:01:59.813 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:01:59 smithi045 systemd[1]: ceph-64716f94-a360-11ee-95a5-87774f69a715@mon.smithi045.service: Succeeded. 2023-12-25T20:01:59.813 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:01:59 smithi045 systemd[1]: Stopped Ceph mon.smithi045 for 64716f94-a360-11ee-95a5-87774f69a715. 2023-12-25T20:01:59.813 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:01:59 smithi045 systemd[1]: Starting Ceph mon.smithi045 for 64716f94-a360-11ee-95a5-87774f69a715... 2023-12-25T20:02:00.010 INFO:teuthology.orchestra.run.smithi045.stderr:Setting mon public_network to 172.21.0.0/20 2023-12-25T20:02:00.010 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mon public_network 172.21.0.0/20 2023-12-25T20:02:00.313 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.000+0000 7fed27912700 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-25T20:02:00.313 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.000+0000 7fed27912700 0 ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable), process ceph-mon, pid 7 2023-12-25T20:02:00.313 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.000+0000 7fed27912700 0 pidfile_write: ignore empty --pid-file 2023-12-25T20:02:00.313 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.005+0000 7fed27912700 0 load: jerasure load: lrc load: isa 2023-12-25T20:02:00.313 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: RocksDB version: 6.8.1 2023-12-25T20:02:00.313 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: 2023-12-25T20:02:00.313 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-25T20:02:00.314 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Compile date May 13 2021 2023-12-25T20:02:00.314 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: DB SUMMARY 2023-12-25T20:02:00.314 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: 2023-12-25T20:02:00.314 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: CURRENT file: CURRENT 2023-12-25T20:02:00.314 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: 2023-12-25T20:02:00.314 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: IDENTITY file: IDENTITY 2023-12-25T20:02:00.314 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 bash[107481]: 0e19cf7ebd0399d40244e9415129fcee8653687ba958e04f27e38f778374e566 2023-12-25T20:02:00.314 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: 2023-12-25T20:02:00.314 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-12-25T20:02:00.314 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: 2023-12-25T20:02:00.314 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi045/store.db dir, Total Num: 1, files: 000004.sst 2023-12-25T20:02:00.314 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: 2023-12-25T20:02:00.314 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi045/store.db: 000006.log size: 79872 ; 2023-12-25T20:02:00.314 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: 2023-12-25T20:02:00.314 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.error_if_exists: 0 2023-12-25T20:02:00.315 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.create_if_missing: 0 2023-12-25T20:02:00.315 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.paranoid_checks: 1 2023-12-25T20:02:00.315 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.env: 0x55c2e4ab61c0 2023-12-25T20:02:00.315 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.fs: Posix File System 2023-12-25T20:02:00.315 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.info_log: 0x55c2e5ce3960 2023-12-25T20:02:00.315 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-25T20:02:00.315 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.statistics: (nil) 2023-12-25T20:02:00.315 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.use_fsync: 0 2023-12-25T20:02:00.315 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.max_log_file_size: 0 2023-12-25T20:02:00.315 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-25T20:02:00.315 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-25T20:02:00.315 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-25T20:02:00.315 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-25T20:02:00.315 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.allow_fallocate: 1 2023-12-25T20:02:00.316 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-25T20:02:00.316 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-25T20:02:00.316 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.use_direct_reads: 0 2023-12-25T20:02:00.316 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-25T20:02:00.316 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.create_missing_column_families: 0 2023-12-25T20:02:00.316 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.db_log_dir: 2023-12-25T20:02:00.316 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi045/store.db 2023-12-25T20:02:00.316 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-25T20:02:00.316 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.max_subcompactions: 1 2023-12-25T20:02:00.316 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.max_background_flushes: -1 2023-12-25T20:02:00.316 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-25T20:02:00.316 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-25T20:02:00.316 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-25T20:02:00.316 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-25T20:02:00.316 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-25T20:02:00.317 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.advise_random_on_open: 1 2023-12-25T20:02:00.317 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-25T20:02:00.317 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.write_buffer_manager: 0x55c2e6958030 2023-12-25T20:02:00.317 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-25T20:02:00.317 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-25T20:02:00.317 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-25T20:02:00.317 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-25T20:02:00.317 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.rate_limiter: (nil) 2023-12-25T20:02:00.317 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-25T20:02:00.317 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-25T20:02:00.317 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-25T20:02:00.317 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-25T20:02:00.317 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.unordered_write: 0 2023-12-25T20:02:00.317 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-25T20:02:00.317 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-25T20:02:00.318 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-25T20:02:00.318 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-25T20:02:00.318 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.row_cache: None 2023-12-25T20:02:00.318 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.wal_filter: None 2023-12-25T20:02:00.318 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-25T20:02:00.318 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-25T20:02:00.318 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.preserve_deletes: 0 2023-12-25T20:02:00.318 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.two_write_queues: 0 2023-12-25T20:02:00.318 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.manual_wal_flush: 0 2023-12-25T20:02:00.318 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.atomic_flush: 0 2023-12-25T20:02:00.318 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-25T20:02:00.318 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-25T20:02:00.318 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-25T20:02:00.318 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.log_readahead_size: 0 2023-12-25T20:02:00.318 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-25T20:02:00.319 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.max_background_jobs: 2 2023-12-25T20:02:00.319 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.max_background_compactions: -1 2023-12-25T20:02:00.319 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-25T20:02:00.319 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-25T20:02:00.320 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-25T20:02:00.320 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.max_total_wal_size: 0 2023-12-25T20:02:00.320 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-25T20:02:00.321 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-25T20:02:00.321 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-25T20:02:00.321 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-25T20:02:00.321 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.max_open_files: -1 2023-12-25T20:02:00.321 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.bytes_per_sync: 0 2023-12-25T20:02:00.321 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-25T20:02:00.321 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-25T20:02:00.321 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-25T20:02:00.321 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Compression algorithms supported: 2023-12-25T20:02:00.321 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-25T20:02:00.321 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: kZSTD supported: 0 2023-12-25T20:02:00.321 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: kXpressCompression supported: 0 2023-12-25T20:02:00.321 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-25T20:02:00.321 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: kLZ4Compression supported: 1 2023-12-25T20:02:00.322 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: kBZip2Compression supported: 0 2023-12-25T20:02:00.322 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: kZlibCompression supported: 1 2023-12-25T20:02:00.322 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: kSnappyCompression supported: 1 2023-12-25T20:02:00.322 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-25T20:02:00.322 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi045/store.db/MANIFEST-000005 2023-12-25T20:02:00.322 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: 2023-12-25T20:02:00.322 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-25T20:02:00.322 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: 2023-12-25T20:02:00.322 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-25T20:02:00.322 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.merge_operator: 2023-12-25T20:02:00.322 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.compaction_filter: None 2023-12-25T20:02:00.322 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.compaction_filter_factory: None 2023-12-25T20:02:00.322 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-25T20:02:00.322 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-25T20:02:00.323 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c2e5bfa128) 2023-12-25T20:02:00.323 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cache_index_and_filter_blocks: 1 2023-12-25T20:02:00.323 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-25T20:02:00.323 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-25T20:02:00.323 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: pin_top_level_index_and_filter: 1 2023-12-25T20:02:00.323 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: index_type: 0 2023-12-25T20:02:00.323 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: data_block_index_type: 0 2023-12-25T20:02:00.323 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: index_shortening: 1 2023-12-25T20:02:00.323 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: data_block_hash_table_util_ratio: 0.750000 2023-12-25T20:02:00.323 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: hash_index_allow_collision: 1 2023-12-25T20:02:00.323 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: checksum: 1 2023-12-25T20:02:00.323 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: no_block_cache: 0 2023-12-25T20:02:00.323 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: block_cache: 0x55c2e5c30f10 2023-12-25T20:02:00.323 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: block_cache_name: BinnedLRUCache 2023-12-25T20:02:00.324 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: block_cache_options: 2023-12-25T20:02:00.324 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: capacity : 536870912 2023-12-25T20:02:00.324 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: num_shard_bits : 4 2023-12-25T20:02:00.324 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: strict_capacity_limit : 0 2023-12-25T20:02:00.324 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: high_pri_pool_ratio: 0.000 2023-12-25T20:02:00.324 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: block_cache_compressed: (nil) 2023-12-25T20:02:00.324 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: persistent_cache: (nil) 2023-12-25T20:02:00.324 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: block_size: 4096 2023-12-25T20:02:00.324 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: block_size_deviation: 10 2023-12-25T20:02:00.324 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: block_restart_interval: 16 2023-12-25T20:02:00.324 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: index_block_restart_interval: 1 2023-12-25T20:02:00.324 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: metadata_block_size: 4096 2023-12-25T20:02:00.324 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: partition_filters: 0 2023-12-25T20:02:00.324 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: use_delta_encoding: 1 2023-12-25T20:02:00.325 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-25T20:02:00.325 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: whole_key_filtering: 1 2023-12-25T20:02:00.325 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: verify_compression: 0 2023-12-25T20:02:00.325 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: read_amp_bytes_per_bit: 0 2023-12-25T20:02:00.325 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: format_version: 2 2023-12-25T20:02:00.325 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: enable_index_compression: 1 2023-12-25T20:02:00.325 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: block_align: 0 2023-12-25T20:02:00.325 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: 2023-12-25T20:02:00.325 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-25T20:02:00.325 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-25T20:02:00.325 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.compression: NoCompression 2023-12-25T20:02:00.325 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-25T20:02:00.325 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-25T20:02:00.325 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-25T20:02:00.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.num_levels: 7 2023-12-25T20:02:00.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-25T20:02:00.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-25T20:02:00.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-25T20:02:00.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-25T20:02:00.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-25T20:02:00.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-25T20:02:00.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-25T20:02:00.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-25T20:02:00.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-25T20:02:00.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-25T20:02:00.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.compression_opts.level: 32767 2023-12-25T20:02:00.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-25T20:02:00.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-25T20:02:00.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-25T20:02:00.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.compression_opts.enabled: false 2023-12-25T20:02:00.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-25T20:02:00.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-25T20:02:00.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-25T20:02:00.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-25T20:02:00.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-25T20:02:00.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-25T20:02:00.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-25T20:02:00.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-25T20:02:00.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-25T20:02:00.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-25T20:02:00.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-25T20:02:00.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-25T20:02:00.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-25T20:02:00.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-25T20:02:00.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-25T20:02:00.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-25T20:02:00.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-25T20:02:00.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.arena_block_size: 4194304 2023-12-25T20:02:00.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-25T20:02:00.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-25T20:02:00.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-25T20:02:00.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-25T20:02:00.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-25T20:02:00.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-25T20:02:00.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-25T20:02:00.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-25T20:02:00.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-25T20:02:00.328 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-25T20:02:00.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-25T20:02:00.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-25T20:02:00.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-25T20:02:00.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-25T20:02:00.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.table_properties_collectors: 2023-12-25T20:02:00.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.inplace_update_support: 0 2023-12-25T20:02:00.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-25T20:02:00.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-25T20:02:00.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-25T20:02:00.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-25T20:02:00.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.bloom_locality: 0 2023-12-25T20:02:00.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.max_successive_merges: 0 2023-12-25T20:02:00.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-25T20:02:00.329 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-25T20:02:00.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.force_consistency_checks: 0 2023-12-25T20:02:00.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-25T20:02:00.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.ttl: 2592000 2023-12-25T20:02:00.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.006+0000 7fed27912700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-25T20:02:00.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.007+0000 7fed27912700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi045/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-25T20:02:00.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: 2023-12-25T20:02:00.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.007+0000 7fed27912700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-12-25T20:02:00.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: 2023-12-25T20:02:00.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.007+0000 7fed27912700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703534520008058, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-25T20:02:00.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.007+0000 7fed27912700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-12-25T20:02:00.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.007+0000 7fed27912700 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-25T20:02:00.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.008+0000 7fed27912700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703534520008926, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 76860, "table_properties": {"data_size": 75157, "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": 69860, "raw_average_value_size": 361, "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": 1703534520, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-25T20:02:00.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.008+0000 7fed27912700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-12-25T20:02:00.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: 2023-12-25T20:02:00.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.008+0000 7fed27912700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703534520009331, "job": 1, "event": "recovery_finished"} 2023-12-25T20:02:00.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 systemd[1]: Started Ceph mon.smithi045 for 64716f94-a360-11ee-95a5-87774f69a715. 2023-12-25T20:02:00.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.009+0000 7fed27912700 4 rocksdb: DB pointer 0x55c2e5cf5800 2023-12-25T20:02:00.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.009+0000 7fed0e72a700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-25T20:02:00.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.009+0000 7fed0e72a700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-25T20:02:00.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: ** DB Stats ** 2023-12-25T20:02:00.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T20:02:00.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-25T20:02:00.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-25T20:02:00.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T20:02:00.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-25T20:02:00.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-25T20:02:00.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T20:02:00.331 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: 2023-12-25T20:02:00.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: ** Compaction Stats [default] ** 2023-12-25T20:02:00.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T20:02:00.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:02:00.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: L0 2/0 76.75 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.3 0.00 0.00 1 0.001 0 0 2023-12-25T20:02:00.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Sum 2/0 76.75 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.3 0.00 0.00 1 0.001 0 0 2023-12-25T20:02:00.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.3 0.00 0.00 1 0.001 0 0 2023-12-25T20:02:00.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: 2023-12-25T20:02:00.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: ** Compaction Stats [default] ** 2023-12-25T20:02:00.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T20:02:00.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:02:00.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 129.3 0.00 0.00 1 0.001 0 0 2023-12-25T20:02:00.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T20:02:00.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T20:02:00.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T20:02:00.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T20:02:00.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T20:02:00.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: AddFile(Keys): cumulative 0, interval 0 2023-12-25T20:02:00.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Cumulative compaction: 0.00 GB write, 24.83 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T20:02:00.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Interval compaction: 0.00 GB write, 24.83 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T20:02:00.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-25T20:02:00.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: 2023-12-25T20:02:00.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: ** File Read Latency Histogram By Level [default] ** 2023-12-25T20:02:00.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: 2023-12-25T20:02:00.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: ** Compaction Stats [default] ** 2023-12-25T20:02:00.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T20:02:00.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:02:00.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: L0 2/0 76.75 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.3 0.00 0.00 1 0.001 0 0 2023-12-25T20:02:00.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Sum 2/0 76.75 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.3 0.00 0.00 1 0.001 0 0 2023-12-25T20:02:00.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-25T20:02:00.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: 2023-12-25T20:02:00.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: ** Compaction Stats [default] ** 2023-12-25T20:02:00.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T20:02:00.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:02:00.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 129.3 0.00 0.00 1 0.001 0 0 2023-12-25T20:02:00.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T20:02:00.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T20:02:00.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T20:02:00.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T20:02:00.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T20:02:00.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: AddFile(Keys): cumulative 0, interval 0 2023-12-25T20:02:00.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Cumulative compaction: 0.00 GB write, 24.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T20:02:00.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T20:02:00.334 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-25T20:02:00.335 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: 2023-12-25T20:02:00.335 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: ** File Read Latency Histogram By Level [default] ** 2023-12-25T20:02:00.335 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: 2023-12-25T20:02:00.335 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.010+0000 7fed27912700 0 starting mon.smithi045 rank 0 at public addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] at bind addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi045 fsid 64716f94-a360-11ee-95a5-87774f69a715 2023-12-25T20:02:00.335 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.011+0000 7fed27912700 1 mon.smithi045@-1(???) e1 preinit fsid 64716f94-a360-11ee-95a5-87774f69a715 2023-12-25T20:02:00.335 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.011+0000 7fed27912700 0 mon.smithi045@-1(???).mds e1 new map 2023-12-25T20:02:00.335 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.011+0000 7fed27912700 0 mon.smithi045@-1(???).mds e1 print_map 2023-12-25T20:02:00.335 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: e1 2023-12-25T20:02:00.335 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-25T20:02:00.335 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-25T20:02:00.335 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: legacy client fscid: -1 2023-12-25T20:02:00.335 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: 2023-12-25T20:02:00.335 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: No filesystems configured 2023-12-25T20:02:00.335 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: 2023-12-25T20:02:00.336 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.011+0000 7fed27912700 0 mon.smithi045@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-25T20:02:00.336 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.011+0000 7fed27912700 0 mon.smithi045@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T20:02:00.336 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.011+0000 7fed27912700 0 mon.smithi045@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T20:02:00.336 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.011+0000 7fed27912700 0 mon.smithi045@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T20:02:00.336 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:01:57.870615+0000 mon.smithi045 (mon.0) 8 : audit [INF] from='client.? 172.21.15.45:0/295343357' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-25T20:02:00.336 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:01:57.873085+0000 mon.smithi045 (mon.0) 9 : audit [INF] from='client.? 172.21.15.45:0/295343357' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-25T20:02:00.336 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:02:00.011+0000 7fed27912700 1 mon.smithi045@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-25T20:02:00.336 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:00.028644+0000 mon.smithi045 (mon.0) 1 : cluster [INF] mon.smithi045 is new leader, mons smithi045 in quorum (ranks 0) 2023-12-25T20:02:00.336 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:00.028708+0000 mon.smithi045 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi045=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0]} 2023-12-25T20:02:00.336 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:00.028747+0000 mon.smithi045 (mon.0) 3 : cluster [DBG] fsmap 2023-12-25T20:02:00.336 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:00.028774+0000 mon.smithi045 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-25T20:02:00.336 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:00.029173+0000 mon.smithi045 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-25T20:02:00.818 INFO:teuthology.orchestra.run.smithi045.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-25T20:02:00.818 INFO:teuthology.orchestra.run.smithi045.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-25T20:02:00.818 INFO:teuthology.orchestra.run.smithi045.stderr:Creating mgr... 2023-12-25T20:02:00.819 INFO:teuthology.orchestra.run.smithi045.stderr:Verifying port 9283 ... 2023-12-25T20:02:00.820 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl daemon-reload 2023-12-25T20:02:00.918 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl stop ceph-64716f94-a360-11ee-95a5-87774f69a715@mgr.smithi045.teoijv 2023-12-25T20:02:00.945 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl reset-failed ceph-64716f94-a360-11ee-95a5-87774f69a715@mgr.smithi045.teoijv 2023-12-25T20:02:00.950 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Failed to reset failed state of unit ceph-64716f94-a360-11ee-95a5-87774f69a715@mgr.smithi045.teoijv.service: Unit ceph-64716f94-a360-11ee-95a5-87774f69a715@mgr.smithi045.teoijv.service not loaded. 2023-12-25T20:02:00.950 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl enable ceph-64716f94-a360-11ee-95a5-87774f69a715@mgr.smithi045.teoijv 2023-12-25T20:02:00.957 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Created symlink /etc/systemd/system/ceph-64716f94-a360-11ee-95a5-87774f69a715.target.wants/ceph-64716f94-a360-11ee-95a5-87774f69a715@mgr.smithi045.teoijv.service → /etc/systemd/system/ceph-64716f94-a360-11ee-95a5-87774f69a715@.service. 2023-12-25T20:02:01.048 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl start ceph-64716f94-a360-11ee-95a5-87774f69a715@mgr.smithi045.teoijv 2023-12-25T20:02:01.410 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-25T20:02:01.418 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: disabled 2023-12-25T20:02:01.419 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-active firewalld.service 2023-12-25T20:02:01.426 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-12-25T20:02:01.427 INFO:teuthology.orchestra.run.smithi045.stderr:firewalld.service is not enabled 2023-12-25T20:02:01.427 INFO:teuthology.orchestra.run.smithi045.stderr:Not possible to enable service . firewalld.service is not available 2023-12-25T20:02:01.427 INFO:teuthology.orchestra.run.smithi045.stderr:Not possible to open ports <[]>. firewalld.service is not available 2023-12-25T20:02:01.427 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-25T20:02:01.434 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: disabled 2023-12-25T20:02:01.435 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-active firewalld.service 2023-12-25T20:02:01.442 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-12-25T20:02:01.443 INFO:teuthology.orchestra.run.smithi045.stderr:firewalld.service is not enabled 2023-12-25T20:02:01.444 INFO:teuthology.orchestra.run.smithi045.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-25T20:02:01.444 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for mgr to start... 2023-12-25T20:02:01.444 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for mgr... 2023-12-25T20:02:01.444 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2023-12-25T20:02:01.812 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:01 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:00.443609+0000 mon.smithi045 (mon.0) 6 : audit [INF] from='client.? 172.21.15.45:0/4052963145' entity='client.admin' 2023-12-25T20:02:01.922 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-25T20:02:01.923 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-12-25T20:02:01.923 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsid": "64716f94-a360-11ee-95a5-87774f69a715", 2023-12-25T20:02:01.923 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "health": { 2023-12-25T20:02:01.923 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-25T20:02:01.929 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "checks": {}, 2023-12-25T20:02:01.929 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mutes": [] 2023-12-25T20:02:01.929 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-25T20:02:01.929 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-25T20:02:01.929 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum": [ 2023-12-25T20:02:01.929 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 0 2023-12-25T20:02:01.929 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-25T20:02:01.929 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-25T20:02:01.929 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "smithi045" 2023-12-25T20:02:01.929 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-25T20:02:01.929 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-12-25T20:02:01.930 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "monmap": { 2023-12-25T20:02:01.930 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:02:01.930 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-25T20:02:01.930 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-25T20:02:01.930 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-25T20:02:01.930 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osdmap": { 2023-12-25T20:02:01.930 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:02:01.930 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-25T20:02:01.930 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-25T20:02:01.930 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-25T20:02:01.930 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-25T20:02:01.930 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-25T20:02:01.930 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-25T20:02:01.930 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-25T20:02:01.930 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgmap": { 2023-12-25T20:02:01.931 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-25T20:02:01.931 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-25T20:02:01.931 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-25T20:02:01.931 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-25T20:02:01.931 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-25T20:02:01.931 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-25T20:02:01.931 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-25T20:02:01.931 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-25T20:02:01.931 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-25T20:02:01.931 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsmap": { 2023-12-25T20:02:01.931 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:02:01.931 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-25T20:02:01.931 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-25T20:02:01.931 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-25T20:02:01.931 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-25T20:02:01.932 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "available": false, 2023-12-25T20:02:01.932 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-25T20:02:01.932 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modules": [ 2023-12-25T20:02:01.932 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "iostat", 2023-12-25T20:02:01.932 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "restful" 2023-12-25T20:02:01.932 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-25T20:02:01.932 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-12-25T20:02:01.932 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-25T20:02:01.932 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "servicemap": { 2023-12-25T20:02:01.932 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:02:01.932 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modified": "2023-12-25T20:01:56.614497+0000", 2023-12-25T20:02:01.932 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-12-25T20:02:01.932 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-25T20:02:01.932 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-25T20:02:01.932 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-12-25T20:02:02.285 INFO:teuthology.orchestra.run.smithi045.stderr:mgr not available, waiting (1/15)... 2023-12-25T20:02:02.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:02 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:01.922344+0000 mon.smithi045 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.45:0/1599779928' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-25T20:02:04.287 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2023-12-25T20:02:04.745 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-25T20:02:04.745 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-12-25T20:02:04.745 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsid": "64716f94-a360-11ee-95a5-87774f69a715", 2023-12-25T20:02:04.745 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "health": { 2023-12-25T20:02:04.745 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-25T20:02:04.745 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "checks": {}, 2023-12-25T20:02:04.745 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mutes": [] 2023-12-25T20:02:04.746 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-25T20:02:04.746 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-25T20:02:04.746 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum": [ 2023-12-25T20:02:04.746 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 0 2023-12-25T20:02:04.746 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-25T20:02:04.746 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-25T20:02:04.746 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "smithi045" 2023-12-25T20:02:04.746 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-25T20:02:04.746 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-12-25T20:02:04.746 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "monmap": { 2023-12-25T20:02:04.746 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:02:04.746 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-25T20:02:04.746 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-25T20:02:04.746 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-25T20:02:04.747 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osdmap": { 2023-12-25T20:02:04.747 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:02:04.747 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-25T20:02:04.747 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-25T20:02:04.747 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-25T20:02:04.750 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-25T20:02:04.750 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-25T20:02:04.750 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-25T20:02:04.750 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-25T20:02:04.750 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgmap": { 2023-12-25T20:02:04.750 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-25T20:02:04.751 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-25T20:02:04.751 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-25T20:02:04.751 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-25T20:02:04.751 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-25T20:02:04.751 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-25T20:02:04.751 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-25T20:02:04.751 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-25T20:02:04.751 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-25T20:02:04.751 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsmap": { 2023-12-25T20:02:04.751 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:02:04.751 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-25T20:02:04.751 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-25T20:02:04.751 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-25T20:02:04.751 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-25T20:02:04.751 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "available": false, 2023-12-25T20:02:04.752 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-25T20:02:04.752 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modules": [ 2023-12-25T20:02:04.752 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "iostat", 2023-12-25T20:02:04.752 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "restful" 2023-12-25T20:02:04.752 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-25T20:02:04.752 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-12-25T20:02:04.752 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-25T20:02:04.752 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "servicemap": { 2023-12-25T20:02:04.752 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:02:04.752 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modified": "2023-12-25T20:01:56.614497+0000", 2023-12-25T20:02:04.752 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-12-25T20:02:04.752 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-25T20:02:04.752 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-25T20:02:04.752 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-12-25T20:02:05.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:04 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:04.742710+0000 mon.smithi045 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.45:0/4100462380' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-25T20:02:05.100 INFO:teuthology.orchestra.run.smithi045.stderr:mgr not available, waiting (2/15)... 2023-12-25T20:02:07.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:06 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:06.567762+0000 mon.smithi045 (mon.0) 9 : cluster [INF] Activating manager daemon smithi045.teoijv 2023-12-25T20:02:07.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:06 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:06.570362+0000 mon.smithi045 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi045.teoijv(active, starting, since 0.00269275s) 2023-12-25T20:02:07.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:06 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:06.571335+0000 mon.smithi045 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.45:0/1383756490' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-25T20:02:07.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:06 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:06.571478+0000 mon.smithi045 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.45:0/1383756490' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-25T20:02:07.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:06 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:06.571592+0000 mon.smithi045 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.45:0/1383756490' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-25T20:02:07.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:06 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:06.571737+0000 mon.smithi045 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.45:0/1383756490' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-12-25T20:02:07.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:06 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:06.571930+0000 mon.smithi045 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.45:0/1383756490' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "mgr metadata", "who": "smithi045.teoijv", "id": "smithi045.teoijv"}]: dispatch 2023-12-25T20:02:07.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:06 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:06.585376+0000 mon.smithi045 (mon.0) 16 : cluster [INF] Manager daemon smithi045.teoijv is now available 2023-12-25T20:02:07.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:06 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:06.592168+0000 mon.smithi045 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.45:0/1383756490' entity='mgr.smithi045.teoijv' 2023-12-25T20:02:07.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:06 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:06.597348+0000 mon.smithi045 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.45:0/1383756490' entity='mgr.smithi045.teoijv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.teoijv/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:02:07.064 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:06 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:06.598580+0000 mon.smithi045 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.45:0/1383756490' entity='mgr.smithi045.teoijv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.teoijv/trash_purge_schedule"}]: dispatch 2023-12-25T20:02:07.064 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:06 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:06.603479+0000 mon.smithi045 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.45:0/1383756490' entity='mgr.smithi045.teoijv' 2023-12-25T20:02:07.064 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:06 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:06.605364+0000 mon.smithi045 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.45:0/1383756490' entity='mgr.smithi045.teoijv' 2023-12-25T20:02:07.103 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2023-12-25T20:02:07.522 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-25T20:02:07.523 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-12-25T20:02:07.523 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsid": "64716f94-a360-11ee-95a5-87774f69a715", 2023-12-25T20:02:07.523 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "health": { 2023-12-25T20:02:07.523 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-25T20:02:07.523 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "checks": {}, 2023-12-25T20:02:07.524 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mutes": [] 2023-12-25T20:02:07.524 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-25T20:02:07.524 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-25T20:02:07.524 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum": [ 2023-12-25T20:02:07.524 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 0 2023-12-25T20:02:07.524 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-25T20:02:07.524 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-25T20:02:07.525 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "smithi045" 2023-12-25T20:02:07.525 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-25T20:02:07.525 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-12-25T20:02:07.525 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "monmap": { 2023-12-25T20:02:07.525 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:02:07.525 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-25T20:02:07.525 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-25T20:02:07.525 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-25T20:02:07.525 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osdmap": { 2023-12-25T20:02:07.525 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:02:07.526 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-25T20:02:07.526 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-25T20:02:07.526 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-25T20:02:07.526 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-25T20:02:07.526 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-25T20:02:07.526 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-25T20:02:07.526 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-25T20:02:07.526 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgmap": { 2023-12-25T20:02:07.526 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-25T20:02:07.526 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-25T20:02:07.526 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-25T20:02:07.526 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-25T20:02:07.526 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-25T20:02:07.526 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-25T20:02:07.527 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-25T20:02:07.527 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-25T20:02:07.527 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-25T20:02:07.527 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsmap": { 2023-12-25T20:02:07.527 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:02:07.527 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-25T20:02:07.527 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-25T20:02:07.527 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-25T20:02:07.527 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-25T20:02:07.527 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "available": false, 2023-12-25T20:02:07.527 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-25T20:02:07.527 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modules": [ 2023-12-25T20:02:07.527 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "iostat", 2023-12-25T20:02:07.527 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "restful" 2023-12-25T20:02:07.527 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-25T20:02:07.527 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-12-25T20:02:07.528 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-25T20:02:07.528 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "servicemap": { 2023-12-25T20:02:07.528 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:02:07.528 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modified": "2023-12-25T20:01:56.614497+0000", 2023-12-25T20:02:07.528 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-12-25T20:02:07.528 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-25T20:02:07.528 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-25T20:02:07.528 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-12-25T20:02:07.802 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:07 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:07.513831+0000 mon.smithi045 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.45:0/688174748' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-25T20:02:07.802 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:07 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:07.573027+0000 mon.smithi045 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi045.teoijv(active, since 1.00536s) 2023-12-25T20:02:07.858 INFO:teuthology.orchestra.run.smithi045.stderr:mgr not available, waiting (3/15)... 2023-12-25T20:02:09.861 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2023-12-25T20:02:09.939 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:09 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:08.622691+0000 mon.smithi045 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi045.teoijv(active, since 2s) 2023-12-25T20:02:10.454 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-25T20:02:10.454 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-12-25T20:02:10.454 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsid": "64716f94-a360-11ee-95a5-87774f69a715", 2023-12-25T20:02:10.454 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "health": { 2023-12-25T20:02:10.454 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-25T20:02:10.454 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "checks": {}, 2023-12-25T20:02:10.454 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mutes": [] 2023-12-25T20:02:10.455 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-25T20:02:10.455 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-25T20:02:10.455 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum": [ 2023-12-25T20:02:10.455 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 0 2023-12-25T20:02:10.460 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-25T20:02:10.460 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-25T20:02:10.460 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "smithi045" 2023-12-25T20:02:10.460 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-25T20:02:10.460 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-25T20:02:10.460 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "monmap": { 2023-12-25T20:02:10.460 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:02:10.460 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-25T20:02:10.460 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-25T20:02:10.460 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-25T20:02:10.460 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osdmap": { 2023-12-25T20:02:10.460 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:02:10.460 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-25T20:02:10.461 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-25T20:02:10.461 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-25T20:02:10.461 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-25T20:02:10.461 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-25T20:02:10.461 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-25T20:02:10.461 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-25T20:02:10.461 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgmap": { 2023-12-25T20:02:10.461 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-25T20:02:10.461 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-25T20:02:10.461 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-25T20:02:10.461 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-25T20:02:10.461 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-25T20:02:10.461 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-25T20:02:10.461 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-25T20:02:10.462 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-25T20:02:10.462 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-25T20:02:10.462 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsmap": { 2023-12-25T20:02:10.462 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:02:10.462 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-25T20:02:10.462 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-25T20:02:10.462 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-25T20:02:10.462 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-25T20:02:10.462 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "available": true, 2023-12-25T20:02:10.462 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-25T20:02:10.462 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modules": [ 2023-12-25T20:02:10.462 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "iostat", 2023-12-25T20:02:10.462 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "restful" 2023-12-25T20:02:10.462 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-25T20:02:10.463 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-12-25T20:02:10.463 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-25T20:02:10.463 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "servicemap": { 2023-12-25T20:02:10.463 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:02:10.463 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modified": "2023-12-25T20:01:56.614497+0000", 2023-12-25T20:02:10.463 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-12-25T20:02:10.463 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-25T20:02:10.463 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-25T20:02:10.463 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-12-25T20:02:10.807 INFO:teuthology.orchestra.run.smithi045.stderr:mgr is available 2023-12-25T20:02:10.808 INFO:teuthology.orchestra.run.smithi045.stderr:Enabling cephadm module... 2023-12-25T20:02:10.808 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable cephadm 2023-12-25T20:02:11.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:11 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:10.453306+0000 mon.smithi045 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.45:0/1143614348' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-25T20:02:12.301 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:12 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:11.362576+0000 mon.smithi045 (mon.0) 26 : audit [INF] from='client.? 172.21.15.45:0/115357479' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-25T20:02:12.390 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr stat 2023-12-25T20:02:12.983 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-12-25T20:02:12.983 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-25T20:02:12.983 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "available": true, 2023-12-25T20:02:12.983 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "active_name": "smithi045.teoijv", 2023-12-25T20:02:12.983 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-25T20:02:12.983 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-12-25T20:02:13.313 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:13 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:12.022947+0000 mon.smithi045 (mon.0) 27 : audit [INF] from='client.? 172.21.15.45:0/115357479' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-25T20:02:13.313 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:13 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:12.023000+0000 mon.smithi045 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi045.teoijv(active, since 5s) 2023-12-25T20:02:13.313 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:13 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:12.981667+0000 mon.smithi045 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.45:0/3160825097' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-25T20:02:13.889 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for the mgr to restart... 2023-12-25T20:02:13.889 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for mgr epoch 5... 2023-12-25T20:02:13.889 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2023-12-25T20:02:18.306 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-12-25T20:02:18.306 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-25T20:02:18.306 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "initialized": true 2023-12-25T20:02:18.306 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-12-25T20:02:18.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:18 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:17.243951+0000 mon.smithi045 (mon.0) 30 : cluster [INF] Active manager daemon smithi045.teoijv restarted 2023-12-25T20:02:18.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:18 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:17.244315+0000 mon.smithi045 (mon.0) 31 : cluster [INF] Activating manager daemon smithi045.teoijv 2023-12-25T20:02:18.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:18 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:17.245851+0000 mon.smithi045 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-25T20:02:18.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:18 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:17.296635+0000 mon.smithi045 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi045.teoijv(active, starting, since 0.0523934s) 2023-12-25T20:02:18.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:18 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:17.297563+0000 mon.smithi045 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.45:0/1901542659' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-12-25T20:02:18.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:18 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:17.298126+0000 mon.smithi045 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.45:0/1901542659' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "mgr metadata", "who": "smithi045.teoijv", "id": "smithi045.teoijv"}]: dispatch 2023-12-25T20:02:18.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:18 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:17.298794+0000 mon.smithi045 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.45:0/1901542659' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-25T20:02:18.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:18 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:17.298972+0000 mon.smithi045 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.45:0/1901542659' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-25T20:02:18.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:18 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:17.299108+0000 mon.smithi045 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.45:0/1901542659' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-25T20:02:18.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:18 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:17.312430+0000 mon.smithi045 (mon.0) 39 : cluster [INF] Manager daemon smithi045.teoijv is now available 2023-12-25T20:02:18.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:18 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:17.325647+0000 mon.smithi045 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.45:0/1901542659' entity='mgr.smithi045.teoijv' 2023-12-25T20:02:18.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:18 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:17.328226+0000 mon.smithi045 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.45:0/1901542659' entity='mgr.smithi045.teoijv' 2023-12-25T20:02:18.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:18 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:17.330542+0000 mon.smithi045 (mon.0) 42 : audit [INF] from='mgr.14116 172.21.15.45:0/1901542659' entity='mgr.smithi045.teoijv' 2023-12-25T20:02:18.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:18 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:17.425680+0000 mon.smithi045 (mon.0) 43 : audit [INF] from='mgr.14116 172.21.15.45:0/1901542659' entity='mgr.smithi045.teoijv' 2023-12-25T20:02:18.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:18 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:17.426339+0000 mon.smithi045 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.45:0/1901542659' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:02:18.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:18 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:17.427404+0000 mon.smithi045 (mon.0) 45 : audit [DBG] from='mgr.14116 172.21.15.45:0/1901542659' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:02:18.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:18 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:17.428742+0000 mon.smithi045 (mon.0) 46 : audit [DBG] from='mgr.14116 172.21.15.45:0/1901542659' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:02:18.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:18 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:17.439778+0000 mon.smithi045 (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.45:0/1901542659' entity='mgr.smithi045.teoijv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.teoijv/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:02:18.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:18 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:17.441039+0000 mon.smithi045 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.45:0/1901542659' entity='mgr.smithi045.teoijv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.teoijv/trash_purge_schedule"}]: dispatch 2023-12-25T20:02:19.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:19 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:18.298486+0000 mgr.smithi045.teoijv (mgr.14116) 1 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-25T20:02:19.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:19 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:18.299594+0000 mon.smithi045 (mon.0) 49 : cluster [DBG] mgrmap e7: smithi045.teoijv(active, since 1.05535s) 2023-12-25T20:02:19.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:19 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:18.305409+0000 mgr.smithi045.teoijv (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-25T20:02:20.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:20 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:19.301577+0000 mon.smithi045 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi045.teoijv(active, since 2s) 2023-12-25T20:02:20.706 INFO:teuthology.orchestra.run.smithi045.stderr:mgr epoch 5 is available 2023-12-25T20:02:20.707 INFO:teuthology.orchestra.run.smithi045.stderr:Setting orchestrator backend to cephadm... 2023-12-25T20:02:20.707 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch set backend cephadm 2023-12-25T20:02:23.381 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm set-user root 2023-12-25T20:02:23.384 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:23 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:22.190195+0000 mgr.smithi045.teoijv (mgr.14116) 3 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:02:23.384 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:23 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:22.193910+0000 mon.smithi045 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.45:0/1901542659' entity='mgr.smithi045.teoijv' 2023-12-25T20:02:23.384 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:23 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:22.197016+0000 mon.smithi045 (mon.0) 52 : audit [DBG] from='mgr.14116 172.21.15.45:0/1901542659' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:02:23.901 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: value unchanged 2023-12-25T20:02:24.272 INFO:teuthology.orchestra.run.smithi045.stderr:Generating ssh key... 2023-12-25T20:02:24.272 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm generate-key 2023-12-25T20:02:24.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:24 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:23.901746+0000 mgr.smithi045.teoijv (mgr.14116) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:02:25.397 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm get-pub-key 2023-12-25T20:02:25.914 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDhWi75rTxEzxuQJDtDfXHugMj8wFM+ssMRkHLUbiIdoAR61O6Gluz0mg2aTigF2nU/Xe6mNClZiMYmFuWtccgZqtfMgMzoas++AGJ/3Y0Gr3eQ3FT7CjTtOveFMZK08VMT+N0mz1GGLD/VJrJAsiKN5FB5S7wl6qxTDnEOUpIYcPrpvhCKpasPugGPyGcPppyLrDUxvfx7HskTU9Cn1QyN+4YZOMGHLK4Z8ox2rCuH8Bku+f/4zGhcmpNunjiUh9QR6rHdvx5pWrG6QZolrYhYOjfE2eyoKy7eZtBqoQ7xmTj6jZuNR2J7B6b2W8KYtQ0fi559vWaHFe30w8g/rcJDGk//tMNH5L4xfLwO4DtWeUxa8HD68a0oJxBl0S09mXFuHTngsWevquKFrhc0dXWMcl+/rULVFsY/RXlA+FVqx/I62V6Gqv6nppci9/ZOmzEnBG8LklaNgnO7jiv0bhbMnUGE2HORSkWrTewotw/WqvFyOjMaCpT2FQ4pz8+7Ors= ceph-64716f94-a360-11ee-95a5-87774f69a715 2023-12-25T20:02:26.256 INFO:teuthology.orchestra.run.smithi045.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-25T20:02:26.256 INFO:teuthology.orchestra.run.smithi045.stderr:Adding key to root@localhost authorized_keys... 2023-12-25T20:02:26.257 INFO:teuthology.orchestra.run.smithi045.stderr:Adding host smithi045... 2023-12-25T20:02:26.257 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch host add smithi045 172.21.15.45 2023-12-25T20:02:26.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:26 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cephadm 2023-12-25T20:02:24.788783+0000 mgr.smithi045.teoijv (mgr.14116) 6 : cephadm [INF] Generating ssh key... 2023-12-25T20:02:26.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:26 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:25.038625+0000 mon.smithi045 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.45:0/1901542659' entity='mgr.smithi045.teoijv' 2023-12-25T20:02:26.313 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:26 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:25.040239+0000 mon.smithi045 (mon.0) 54 : audit [INF] from='mgr.14116 172.21.15.45:0/1901542659' entity='mgr.smithi045.teoijv' 2023-12-25T20:02:27.062 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:27 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:25.914176+0000 mgr.smithi045.teoijv (mgr.14116) 7 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:02:27.368 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Added host 'smithi045' 2023-12-25T20:02:27.666 INFO:teuthology.orchestra.run.smithi045.stderr:Deploying mon service with default placement... 2023-12-25T20:02:27.666 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply mon 2023-12-25T20:02:28.177 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-25T20:02:28.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:28 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:26.775606+0000 mgr.smithi045.teoijv (mgr.14116) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi045", "addr": "172.21.15.45", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:02:28.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:28 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:27.366171+0000 mon.smithi045 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.45:0/1901542659' entity='mgr.smithi045.teoijv' 2023-12-25T20:02:28.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:28 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:27.366702+0000 mon.smithi045 (mon.0) 56 : audit [DBG] from='mgr.14116 172.21.15.45:0/1901542659' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:02:28.515 INFO:teuthology.orchestra.run.smithi045.stderr:Deploying mgr service with default placement... 2023-12-25T20:02:28.515 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply mgr 2023-12-25T20:02:29.059 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-25T20:02:29.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:29 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cephadm 2023-12-25T20:02:27.366461+0000 mgr.smithi045.teoijv (mgr.14116) 9 : cephadm [INF] Added host smithi045 2023-12-25T20:02:29.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:29 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:28.177527+0000 mon.smithi045 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.45:0/1901542659' entity='mgr.smithi045.teoijv' 2023-12-25T20:02:29.413 INFO:teuthology.orchestra.run.smithi045.stderr:Deploying crash service with default placement... 2023-12-25T20:02:29.413 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply crash 2023-12-25T20:02:29.948 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-25T20:02:30.288 INFO:teuthology.orchestra.run.smithi045.stderr:Enabling mgr prometheus module... 2023-12-25T20:02:30.288 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable prometheus 2023-12-25T20:02:30.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:30 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:28.174671+0000 mgr.smithi045.teoijv (mgr.14116) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:02:30.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:30 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cephadm 2023-12-25T20:02:28.175426+0000 mgr.smithi045.teoijv (mgr.14116) 11 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-25T20:02:30.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:30 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:29.056706+0000 mgr.smithi045.teoijv (mgr.14116) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:02:30.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:30 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cephadm 2023-12-25T20:02:29.057199+0000 mgr.smithi045.teoijv (mgr.14116) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-25T20:02:30.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:30 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:29.058906+0000 mon.smithi045 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.45:0/1901542659' entity='mgr.smithi045.teoijv' 2023-12-25T20:02:30.313 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:30 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:29.948555+0000 mon.smithi045 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.45:0/1901542659' entity='mgr.smithi045.teoijv' 2023-12-25T20:02:31.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:31 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:29.945861+0000 mgr.smithi045.teoijv (mgr.14116) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:02:31.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:31 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cephadm 2023-12-25T20:02:29.946504+0000 mgr.smithi045.teoijv (mgr.14116) 15 : cephadm [INF] Saving service crash spec with placement * 2023-12-25T20:02:31.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:31 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:30.887593+0000 mon.smithi045 (mon.0) 60 : audit [INF] from='client.? 172.21.15.45:0/3286627308' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-25T20:02:31.413 INFO:teuthology.orchestra.run.smithi045.stderr:Deploying prometheus service with default placement... 2023-12-25T20:02:31.413 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply prometheus 2023-12-25T20:02:32.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:32 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:31.061350+0000 mon.smithi045 (mon.0) 61 : audit [INF] from='client.? 172.21.15.45:0/3286627308' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-25T20:02:32.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:32 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:31.061395+0000 mon.smithi045 (mon.0) 62 : cluster [DBG] mgrmap e9: smithi045.teoijv(active, since 13s) 2023-12-25T20:02:37.305 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-25T20:02:37.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:37 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:36.241881+0000 mon.smithi045 (mon.0) 63 : cluster [INF] Active manager daemon smithi045.teoijv restarted 2023-12-25T20:02:37.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:37 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:36.242261+0000 mon.smithi045 (mon.0) 64 : cluster [INF] Activating manager daemon smithi045.teoijv 2023-12-25T20:02:37.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:37 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:36.243723+0000 mon.smithi045 (mon.0) 65 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-25T20:02:37.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:37 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:36.294400+0000 mon.smithi045 (mon.0) 66 : cluster [DBG] mgrmap e10: smithi045.teoijv(active, starting, since 0.0522225s) 2023-12-25T20:02:37.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:37 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:36.295220+0000 mon.smithi045 (mon.0) 67 : audit [DBG] from='mgr.14144 172.21.15.45:0/635196163' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-12-25T20:02:37.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:37 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:36.295913+0000 mon.smithi045 (mon.0) 68 : audit [DBG] from='mgr.14144 172.21.15.45:0/635196163' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "mgr metadata", "who": "smithi045.teoijv", "id": "smithi045.teoijv"}]: dispatch 2023-12-25T20:02:37.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:37 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:36.296597+0000 mon.smithi045 (mon.0) 69 : audit [DBG] from='mgr.14144 172.21.15.45:0/635196163' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-25T20:02:37.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:37 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:36.296836+0000 mon.smithi045 (mon.0) 70 : audit [DBG] from='mgr.14144 172.21.15.45:0/635196163' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-25T20:02:37.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:37 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:36.297078+0000 mon.smithi045 (mon.0) 71 : audit [DBG] from='mgr.14144 172.21.15.45:0/635196163' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-25T20:02:37.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:37 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:36.298961+0000 mon.smithi045 (mon.0) 72 : cluster [INF] Manager daemon smithi045.teoijv is now available 2023-12-25T20:02:37.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:37 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:36.402988+0000 mon.smithi045 (mon.0) 73 : audit [DBG] from='mgr.14144 172.21.15.45:0/635196163' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:02:37.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:37 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:36.404717+0000 mon.smithi045 (mon.0) 74 : audit [DBG] from='mgr.14144 172.21.15.45:0/635196163' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:02:37.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:37 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:36.420781+0000 mon.smithi045 (mon.0) 75 : audit [INF] from='mgr.14144 172.21.15.45:0/635196163' entity='mgr.smithi045.teoijv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.teoijv/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:02:37.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:37 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:36.429952+0000 mon.smithi045 (mon.0) 76 : audit [INF] from='mgr.14144 172.21.15.45:0/635196163' entity='mgr.smithi045.teoijv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.teoijv/trash_purge_schedule"}]: dispatch 2023-12-25T20:02:37.654 INFO:teuthology.orchestra.run.smithi045.stderr:Deploying grafana service with default placement... 2023-12-25T20:02:37.654 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply grafana 2023-12-25T20:02:38.212 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-25T20:02:38.544 INFO:teuthology.orchestra.run.smithi045.stderr:Deploying node-exporter service with default placement... 2023-12-25T20:02:38.544 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply node-exporter 2023-12-25T20:02:38.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:38 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:37.296749+0000 mon.smithi045 (mon.0) 77 : cluster [DBG] mgrmap e11: smithi045.teoijv(active, since 1.05457s) 2023-12-25T20:02:38.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:38 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cephadm 2023-12-25T20:02:37.298186+0000 mgr.smithi045.teoijv (mgr.14144) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-12-25T20:02:38.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:38 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:37.300374+0000 mon.smithi045 (mon.0) 78 : audit [INF] from='mgr.14144 172.21.15.45:0/635196163' entity='mgr.smithi045.teoijv' 2023-12-25T20:02:38.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:38 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:38.211876+0000 mon.smithi045 (mon.0) 79 : audit [INF] from='mgr.14144 172.21.15.45:0/635196163' entity='mgr.smithi045.teoijv' 2023-12-25T20:02:39.074 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-25T20:02:39.429 INFO:teuthology.orchestra.run.smithi045.stderr:Deploying alertmanager service with default placement... 2023-12-25T20:02:39.429 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply alertmanager 2023-12-25T20:02:39.991 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-25T20:02:40.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:40 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:38.209368+0000 mgr.smithi045.teoijv (mgr.14144) 3 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:02:40.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:40 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cephadm 2023-12-25T20:02:38.209846+0000 mgr.smithi045.teoijv (mgr.14144) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2023-12-25T20:02:40.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:40 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:39.071006+0000 mgr.smithi045.teoijv (mgr.14144) 5 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:02:40.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:40 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cephadm 2023-12-25T20:02:39.071627+0000 mgr.smithi045.teoijv (mgr.14144) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2023-12-25T20:02:40.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:40 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:39.073701+0000 mon.smithi045 (mon.0) 80 : audit [INF] from='mgr.14144 172.21.15.45:0/635196163' entity='mgr.smithi045.teoijv' 2023-12-25T20:02:40.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:40 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:39.213154+0000 mon.smithi045 (mon.0) 81 : cluster [DBG] mgrmap e12: smithi045.teoijv(active, since 2s) 2023-12-25T20:02:40.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:40 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:39.990078+0000 mon.smithi045 (mon.0) 82 : audit [INF] from='mgr.14144 172.21.15.45:0/635196163' entity='mgr.smithi045.teoijv' 2023-12-25T20:02:40.337 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mgr mgr/cephadm/container_init True --force 2023-12-25T20:02:41.188 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:41 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:39.987369+0000 mgr.smithi045.teoijv (mgr.14144) 7 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:02:41.189 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:41 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cephadm 2023-12-25T20:02:39.987893+0000 mgr.smithi045.teoijv (mgr.14144) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-12-25T20:02:41.189 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:41 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:40.924598+0000 mon.smithi045 (mon.0) 83 : audit [INF] from='client.? 172.21.15.45:0/4012965574' entity='client.admin' 2023-12-25T20:02:41.262 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mgr mgr/dashboard/ssl_server_port 8443 2023-12-25T20:02:42.260 INFO:teuthology.orchestra.run.smithi045.stderr:Enabling the dashboard module... 2023-12-25T20:02:42.261 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable dashboard 2023-12-25T20:02:43.062 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:42 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:41.668553+0000 mon.smithi045 (mon.0) 84 : audit [INF] from='mgr.14144 172.21.15.45:0/635196163' entity='mgr.smithi045.teoijv' 2023-12-25T20:02:43.062 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:42 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:41.894844+0000 mon.smithi045 (mon.0) 85 : audit [INF] from='mgr.14144 172.21.15.45:0/635196163' entity='mgr.smithi045.teoijv' 2023-12-25T20:02:43.062 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:42 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:41.901201+0000 mon.smithi045 (mon.0) 86 : audit [INF] from='client.? 172.21.15.45:0/718267809' entity='client.admin' 2023-12-25T20:02:44.163 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:43 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:42.859073+0000 mon.smithi045 (mon.0) 87 : audit [INF] from='mgr.14144 172.21.15.45:0/635196163' entity='mgr.smithi045.teoijv' 2023-12-25T20:02:44.163 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:43 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:42.879554+0000 mon.smithi045 (mon.0) 88 : audit [INF] from='client.? 172.21.15.45:0/3147507389' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-25T20:02:44.178 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr stat 2023-12-25T20:02:44.749 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-12-25T20:02:44.749 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 13, 2023-12-25T20:02:44.749 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "available": true, 2023-12-25T20:02:44.749 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "active_name": "smithi045.teoijv", 2023-12-25T20:02:44.749 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-25T20:02:44.749 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-12-25T20:02:45.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:44 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:43.861019+0000 mon.smithi045 (mon.0) 89 : audit [INF] from='client.? 172.21.15.45:0/3147507389' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-25T20:02:45.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:44 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:43.861075+0000 mon.smithi045 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi045.teoijv(active, since 7s) 2023-12-25T20:02:45.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:44 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:44.748954+0000 mon.smithi045 (mon.0) 91 : audit [DBG] from='client.? 172.21.15.45:0/1665331814' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-25T20:02:45.111 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for the mgr to restart... 2023-12-25T20:02:45.111 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for mgr epoch 13... 2023-12-25T20:02:45.111 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2023-12-25T20:02:50.131 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-12-25T20:02:50.131 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2023-12-25T20:02:50.131 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "initialized": true 2023-12-25T20:02:50.131 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-12-25T20:02:50.292 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:49.068722+0000 mon.smithi045 (mon.0) 92 : cluster [INF] Active manager daemon smithi045.teoijv restarted 2023-12-25T20:02:50.292 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:49.069119+0000 mon.smithi045 (mon.0) 93 : cluster [INF] Activating manager daemon smithi045.teoijv 2023-12-25T20:02:50.292 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:49.070771+0000 mon.smithi045 (mon.0) 94 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-25T20:02:50.292 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:49.121532+0000 mon.smithi045 (mon.0) 95 : cluster [DBG] mgrmap e14: smithi045.teoijv(active, starting, since 0.0524952s) 2023-12-25T20:02:50.293 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:49.122480+0000 mon.smithi045 (mon.0) 96 : audit [DBG] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-12-25T20:02:50.293 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:49.123057+0000 mon.smithi045 (mon.0) 97 : audit [DBG] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "mgr metadata", "who": "smithi045.teoijv", "id": "smithi045.teoijv"}]: dispatch 2023-12-25T20:02:50.293 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:49.123750+0000 mon.smithi045 (mon.0) 98 : audit [DBG] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-25T20:02:50.293 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:49.124012+0000 mon.smithi045 (mon.0) 99 : audit [DBG] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-25T20:02:50.293 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:49.124229+0000 mon.smithi045 (mon.0) 100 : audit [DBG] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-25T20:02:50.293 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:49.137414+0000 mon.smithi045 (mon.0) 101 : cluster [INF] Manager daemon smithi045.teoijv is now available 2023-12-25T20:02:50.293 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:49.242289+0000 mon.smithi045 (mon.0) 102 : audit [DBG] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:02:50.293 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:49.243719+0000 mon.smithi045 (mon.0) 103 : audit [DBG] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:02:50.293 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:49.269094+0000 mon.smithi045 (mon.0) 104 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.teoijv/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:02:50.293 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:49.271939+0000 mon.smithi045 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.teoijv/trash_purge_schedule"}]: dispatch 2023-12-25T20:02:50.477 INFO:teuthology.orchestra.run.smithi045.stderr:mgr epoch 13 is available 2023-12-25T20:02:50.477 INFO:teuthology.orchestra.run.smithi045.stderr:Generating a dashboard self-signed certificate... 2023-12-25T20:02:50.477 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 dashboard create-self-signed-cert 2023-12-25T20:02:51.287 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-25T20:02:51.311 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:51 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:50.123325+0000 mgr.smithi045.teoijv (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-25T20:02:51.311 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:51 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:50.123655+0000 mon.smithi045 (mon.0) 106 : cluster [DBG] mgrmap e15: smithi045.teoijv(active, since 1.05461s) 2023-12-25T20:02:51.311 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:51 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:50.125604+0000 mon.smithi045 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' 2023-12-25T20:02:51.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:51 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:50.130015+0000 mgr.smithi045.teoijv (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-25T20:02:51.635 INFO:teuthology.orchestra.run.smithi045.stderr:Creating initial admin user... 2023-12-25T20:02:51.635 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpsww2kmls:/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 2023-12-25T20:02:52.391 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$kejjY3G.8gM1VmSt8n2ot.PXNi0wJtlx27iG1op7dEKE34q1xkfZG", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1703534572, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-25T20:02:52.412 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:52 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:51.126749+0000 mon.smithi045 (mon.0) 108 : cluster [DBG] mgrmap e16: smithi045.teoijv(active, since 2s) 2023-12-25T20:02:52.413 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:52 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:51.198464+0000 mgr.smithi045.teoijv (mgr.14164) 3 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:02:52.413 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:52 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:51.285664+0000 mon.smithi045 (mon.0) 109 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' 2023-12-25T20:02:52.413 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:52 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:51.287339+0000 mon.smithi045 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' 2023-12-25T20:02:52.760 INFO:teuthology.orchestra.run.smithi045.stderr:Fetching dashboard port number... 2023-12-25T20:02:52.760 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp1hnaq455:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpd0huo7d8:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config get mgr mgr/dashboard/ssl_server_port 2023-12-25T20:02:53.293 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 8443 2023-12-25T20:02:53.570 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:53 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:52.146583+0000 mgr.smithi045.teoijv (mgr.14164) 4 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:02:53.570 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:53 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:52.390941+0000 mon.smithi045 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' 2023-12-25T20:02:53.570 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:53 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:53.292970+0000 mon.smithi045 (mon.0) 112 : audit [DBG] from='client.? 172.21.15.45:0/3726480619' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-25T20:02:53.626 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-25T20:02:53.634 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: disabled 2023-12-25T20:02:53.635 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-active firewalld.service 2023-12-25T20:02:53.642 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-12-25T20:02:53.642 INFO:teuthology.orchestra.run.smithi045.stderr:firewalld.service is not enabled 2023-12-25T20:02:53.642 INFO:teuthology.orchestra.run.smithi045.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-25T20:02:53.646 INFO:teuthology.orchestra.run.smithi045.stderr:Ceph Dashboard is now available at: 2023-12-25T20:02:53.646 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-12-25T20:02:53.646 INFO:teuthology.orchestra.run.smithi045.stderr: URL: https://smithi045.front.sepia.ceph.com:8443/ 2023-12-25T20:02:53.646 INFO:teuthology.orchestra.run.smithi045.stderr: User: admin 2023-12-25T20:02:53.646 INFO:teuthology.orchestra.run.smithi045.stderr: Password: n4yluzolri 2023-12-25T20:02:53.646 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-12-25T20:02:53.646 INFO:teuthology.orchestra.run.smithi045.stderr:You can access the Ceph CLI with: 2023-12-25T20:02:53.646 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-12-25T20:02:53.646 INFO:teuthology.orchestra.run.smithi045.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 64716f94-a360-11ee-95a5-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-25T20:02:53.646 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-12-25T20:02:53.646 INFO:teuthology.orchestra.run.smithi045.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-25T20:02:53.646 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-12-25T20:02:53.647 INFO:teuthology.orchestra.run.smithi045.stderr: ceph telemetry on 2023-12-25T20:02:53.647 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-12-25T20:02:53.647 INFO:teuthology.orchestra.run.smithi045.stderr:For more information see: 2023-12-25T20:02:53.647 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-12-25T20:02:53.647 INFO:teuthology.orchestra.run.smithi045.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2023-12-25T20:02:53.647 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-12-25T20:02:53.647 INFO:teuthology.orchestra.run.smithi045.stderr:Bootstrap complete. 2023-12-25T20:02:53.647 INFO:teuthology.orchestra.run.smithi045.stderr:Releasing lock 139667622953088 on /run/cephadm/64716f94-a360-11ee-95a5-87774f69a715.lock 2023-12-25T20:02:53.647 INFO:teuthology.orchestra.run.smithi045.stderr:Lock 139667622953088 released on /run/cephadm/64716f94-a360-11ee-95a5-87774f69a715.lock 2023-12-25T20:02:53.678 INFO:tasks.cephadm:Fetching config... 2023-12-25T20:02:53.679 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-12-25T20:02:53.679 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-25T20:02:53.698 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-25T20:02:53.698 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-12-25T20:02:53.698 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-25T20:02:53.757 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-25T20:02:53.757 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-12-25T20:02:53.757 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/mon.smithi045/keyring of=/dev/stdout 2023-12-25T20:02:53.828 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-25T20:02:53.828 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-12-25T20:02:53.828 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-25T20:02:53.888 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-25T20:02:53.889 DEBUG:teuthology.orchestra.run.smithi045:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDhWi75rTxEzxuQJDtDfXHugMj8wFM+ssMRkHLUbiIdoAR61O6Gluz0mg2aTigF2nU/Xe6mNClZiMYmFuWtccgZqtfMgMzoas++AGJ/3Y0Gr3eQ3FT7CjTtOveFMZK08VMT+N0mz1GGLD/VJrJAsiKN5FB5S7wl6qxTDnEOUpIYcPrpvhCKpasPugGPyGcPppyLrDUxvfx7HskTU9Cn1QyN+4YZOMGHLK4Z8ox2rCuH8Bku+f/4zGhcmpNunjiUh9QR6rHdvx5pWrG6QZolrYhYOjfE2eyoKy7eZtBqoQ7xmTj6jZuNR2J7B6b2W8KYtQ0fi559vWaHFe30w8g/rcJDGk//tMNH5L4xfLwO4DtWeUxa8HD68a0oJxBl0S09mXFuHTngsWevquKFrhc0dXWMcl+/rULVFsY/RXlA+FVqx/I62V6Gqv6nppci9/ZOmzEnBG8LklaNgnO7jiv0bhbMnUGE2HORSkWrTewotw/WqvFyOjMaCpT2FQ4pz8+7Ors= ceph-64716f94-a360-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-25T20:02:53.968 INFO:teuthology.orchestra.run.smithi045.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDhWi75rTxEzxuQJDtDfXHugMj8wFM+ssMRkHLUbiIdoAR61O6Gluz0mg2aTigF2nU/Xe6mNClZiMYmFuWtccgZqtfMgMzoas++AGJ/3Y0Gr3eQ3FT7CjTtOveFMZK08VMT+N0mz1GGLD/VJrJAsiKN5FB5S7wl6qxTDnEOUpIYcPrpvhCKpasPugGPyGcPppyLrDUxvfx7HskTU9Cn1QyN+4YZOMGHLK4Z8ox2rCuH8Bku+f/4zGhcmpNunjiUh9QR6rHdvx5pWrG6QZolrYhYOjfE2eyoKy7eZtBqoQ7xmTj6jZuNR2J7B6b2W8KYtQ0fi559vWaHFe30w8g/rcJDGk//tMNH5L4xfLwO4DtWeUxa8HD68a0oJxBl0S09mXFuHTngsWevquKFrhc0dXWMcl+/rULVFsY/RXlA+FVqx/I62V6Gqv6nppci9/ZOmzEnBG8LklaNgnO7jiv0bhbMnUGE2HORSkWrTewotw/WqvFyOjMaCpT2FQ4pz8+7Ors= ceph-64716f94-a360-11ee-95a5-87774f69a715 2023-12-25T20:02:53.979 DEBUG:teuthology.orchestra.run.smithi184:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDhWi75rTxEzxuQJDtDfXHugMj8wFM+ssMRkHLUbiIdoAR61O6Gluz0mg2aTigF2nU/Xe6mNClZiMYmFuWtccgZqtfMgMzoas++AGJ/3Y0Gr3eQ3FT7CjTtOveFMZK08VMT+N0mz1GGLD/VJrJAsiKN5FB5S7wl6qxTDnEOUpIYcPrpvhCKpasPugGPyGcPppyLrDUxvfx7HskTU9Cn1QyN+4YZOMGHLK4Z8ox2rCuH8Bku+f/4zGhcmpNunjiUh9QR6rHdvx5pWrG6QZolrYhYOjfE2eyoKy7eZtBqoQ7xmTj6jZuNR2J7B6b2W8KYtQ0fi559vWaHFe30w8g/rcJDGk//tMNH5L4xfLwO4DtWeUxa8HD68a0oJxBl0S09mXFuHTngsWevquKFrhc0dXWMcl+/rULVFsY/RXlA+FVqx/I62V6Gqv6nppci9/ZOmzEnBG8LklaNgnO7jiv0bhbMnUGE2HORSkWrTewotw/WqvFyOjMaCpT2FQ4pz8+7Ors= ceph-64716f94-a360-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-25T20:02:54.024 INFO:teuthology.orchestra.run.smithi184.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDhWi75rTxEzxuQJDtDfXHugMj8wFM+ssMRkHLUbiIdoAR61O6Gluz0mg2aTigF2nU/Xe6mNClZiMYmFuWtccgZqtfMgMzoas++AGJ/3Y0Gr3eQ3FT7CjTtOveFMZK08VMT+N0mz1GGLD/VJrJAsiKN5FB5S7wl6qxTDnEOUpIYcPrpvhCKpasPugGPyGcPppyLrDUxvfx7HskTU9Cn1QyN+4YZOMGHLK4Z8ox2rCuH8Bku+f/4zGhcmpNunjiUh9QR6rHdvx5pWrG6QZolrYhYOjfE2eyoKy7eZtBqoQ7xmTj6jZuNR2J7B6b2W8KYtQ0fi559vWaHFe30w8g/rcJDGk//tMNH5L4xfLwO4DtWeUxa8HD68a0oJxBl0S09mXFuHTngsWevquKFrhc0dXWMcl+/rULVFsY/RXlA+FVqx/I62V6Gqv6nppci9/ZOmzEnBG8LklaNgnO7jiv0bhbMnUGE2HORSkWrTewotw/WqvFyOjMaCpT2FQ4pz8+7Ors= ceph-64716f94-a360-11ee-95a5-87774f69a715 2023-12-25T20:02:54.035 DEBUG:teuthology.orchestra.run.smithi045:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-25T20:02:55.965 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi184 2023-12-25T20:02:55.966 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-12-25T20:02:55.966 DEBUG:teuthology.orchestra.run.smithi184:> dd of=/etc/ceph/ceph.conf 2023-12-25T20:02:55.987 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-12-25T20:02:55.987 DEBUG:teuthology.orchestra.run.smithi184:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-25T20:02:56.048 INFO:tasks.cephadm:Adding host smithi184 to orchestrator... 2023-12-25T20:02:56.048 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph orch host add smithi184 2023-12-25T20:02:56.812 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:55.576087+0000 mon.smithi045 (mon.0) 113 : audit [INF] from='client.? 172.21.15.45:0/3694435301' entity='client.admin' 2023-12-25T20:02:56.812 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:02:56.027350+0000 mon.smithi045 (mon.0) 114 : cluster [DBG] mgrmap e17: smithi045.teoijv(active, since 6s) 2023-12-25T20:02:58.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:57 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:56.905152+0000 mon.smithi045 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' 2023-12-25T20:02:58.313 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:57 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:02:57.177715+0000 mon.smithi045 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' 2023-12-25T20:02:58.313 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:02:57 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cephadm 2023-12-25T20:02:57.184403+0000 mgr.smithi045.teoijv (mgr.14164) 5 : cephadm [INF] Deploying daemon alertmanager.smithi045 on smithi045 2023-12-25T20:03:10.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:10 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:03:09.124973+0000 mgr.smithi045.teoijv (mgr.14164) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:03:12.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:12 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:03:11.125333+0000 mgr.smithi045.teoijv (mgr.14164) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:03:14.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:14 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:03:13.125683+0000 mgr.smithi045.teoijv (mgr.14164) 8 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:03:16.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:16 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:03:15.125936+0000 mgr.smithi045.teoijv (mgr.14164) 9 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:03:18.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:18 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:03:17.126279+0000 mgr.smithi045.teoijv (mgr.14164) 10 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:03:19.447 INFO:teuthology.orchestra.run.smithi184.stdout:Added host 'smithi184' 2023-12-25T20:03:19.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:19 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:03:18.861521+0000 mgr.smithi045.teoijv (mgr.14164) 11 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi184", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:03:19.819 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph orch host ls --format=json 2023-12-25T20:03:20.812 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:20 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:03:19.126708+0000 mgr.smithi045.teoijv (mgr.14164) 12 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:03:20.813 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:20 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:03:19.445483+0000 mon.smithi045 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' 2023-12-25T20:03:20.813 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:20 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cephadm 2023-12-25T20:03:19.445935+0000 mgr.smithi045.teoijv (mgr.14164) 13 : cephadm [INF] Added host smithi184 2023-12-25T20:03:21.072 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:03:21.073 INFO:teuthology.orchestra.run.smithi184.stdout:[{"addr": "172.21.15.45", "hostname": "smithi045", "labels": [], "status": ""}, {"addr": "smithi184", "hostname": "smithi184", "labels": [], "status": ""}] 2023-12-25T20:03:21.439 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-25T20:03:21.440 DEBUG:teuthology.orchestra.run.smithi045:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph osd crush tunables default 2023-12-25T20:03:22.812 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:22 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:03:21.072149+0000 mgr.smithi045.teoijv (mgr.14164) 14 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:03:22.813 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:22 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:03:21.126968+0000 mgr.smithi045.teoijv (mgr.14164) 15 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:03:23.452 INFO:teuthology.orchestra.run.smithi045.stderr:adjusted tunables profile to default 2023-12-25T20:03:23.741 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:23 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:03:22.683808+0000 mon.smithi045 (mon.0) 118 : audit [INF] from='client.? 172.21.15.45:0/1479701549' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-25T20:03:23.823 INFO:tasks.cephadm:Adding mon.smithi045 on smithi045 2023-12-25T20:03:23.824 INFO:tasks.cephadm:Adding mon.smithi184 on smithi184 2023-12-25T20:03:23.824 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph orch apply mon '2;smithi045:172.21.15.45=smithi045;smithi184:172.21.15.184=smithi184' 2023-12-25T20:03:24.812 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:24 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:03:23.127218+0000 mgr.smithi045.teoijv (mgr.14164) 16 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:03:24.812 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:24 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:03:23.449873+0000 mon.smithi045 (mon.0) 119 : audit [INF] from='client.? 172.21.15.45:0/1479701549' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-25T20:03:24.813 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:24 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:03:23.449955+0000 mon.smithi045 (mon.0) 120 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-25T20:03:25.062 INFO:teuthology.orchestra.run.smithi184.stdout:Scheduled mon update... 2023-12-25T20:03:25.418 DEBUG:teuthology.orchestra.run.smithi184:mon.smithi184> sudo journalctl -f -n 0 -u ceph-64716f94-a360-11ee-95a5-87774f69a715@mon.smithi184.service 2023-12-25T20:03:25.421 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:03:25.421 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:03:25.449 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:-- Logs begin at Mon 2023-12-25 19:53:07 UTC. -- 2023-12-25T20:03:26.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:26 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:03:25.058356+0000 mgr.smithi045.teoijv (mgr.14164) 17 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi045:172.21.15.45=smithi045;smithi184:172.21.15.184=smithi184", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:03:26.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:26 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cephadm 2023-12-25T20:03:25.059827+0000 mgr.smithi045.teoijv (mgr.14164) 18 : cephadm [INF] Saving service mon spec with placement smithi045:172.21.15.45=smithi045;smithi184:172.21.15.184=smithi184;count:2 2023-12-25T20:03:26.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:26 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:03:25.062034+0000 mon.smithi045 (mon.0) 121 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' 2023-12-25T20:03:26.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:26 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:03:25.127477+0000 mgr.smithi045.teoijv (mgr.14164) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:03:26.723 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:03:26.723 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:03:26.724 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:03:27.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:27 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:03:26.723185+0000 mon.smithi045 (mon.0) 122 : audit [DBG] from='client.? 172.21.15.184:0/3399502516' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:03:28.094 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:03:28.094 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:03:28.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:28 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:03:27.127762+0000 mgr.smithi045.teoijv (mgr.14164) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:03:29.361 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:03:29.361 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:03:29.363 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:03:30.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:30 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:03:29.128005+0000 mgr.smithi045.teoijv (mgr.14164) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:03:30.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:30 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:03:29.360761+0000 mon.smithi045 (mon.0) 123 : audit [DBG] from='client.? 172.21.15.184:0/3575319785' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:03:30.739 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:03:30.740 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:03:32.118 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:03:32.119 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:03:32.120 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:03:32.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:32 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:03:31.128376+0000 mgr.smithi045.teoijv (mgr.14164) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:03:32.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:32 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:03:32.118614+0000 mon.smithi045 (mon.0) 124 : audit [DBG] from='client.? 172.21.15.184:0/3699464672' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:03:33.487 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:03:33.487 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:03:34.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:34 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:03:33.128820+0000 mgr.smithi045.teoijv (mgr.14164) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:03:35.363 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:03:35.363 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:03:35.365 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:03:36.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:36 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:03:35.129120+0000 mgr.smithi045.teoijv (mgr.14164) 24 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:03:36.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:36 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:03:35.363319+0000 mon.smithi045 (mon.0) 125 : audit [DBG] from='client.? 172.21.15.184:0/2905259884' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:03:36.749 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:03:36.749 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:03:38.127 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:03:38.127 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:03:38.128 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:03:38.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:38 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:03:37.129395+0000 mgr.smithi045.teoijv (mgr.14164) 25 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:03:38.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:38 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:03:38.126923+0000 mon.smithi045 (mon.0) 126 : audit [DBG] from='client.? 172.21.15.184:0/4099691738' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:03:39.516 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:03:39.516 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:03:40.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:40 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:03:39.129792+0000 mgr.smithi045.teoijv (mgr.14164) 26 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:03:42.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:42 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:03:41.130193+0000 mgr.smithi045.teoijv (mgr.14164) 27 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:03:43.037 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:03:43.037 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:03:43.038 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:03:43.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:43 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:03:43.019364+0000 mon.smithi045 (mon.0) 127 : audit [DBG] from='client.? 172.21.15.184:0/570729591' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:03:44.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:44 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:03:43.130616+0000 mgr.smithi045.teoijv (mgr.14164) 28 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:03:45.700 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:03:45.700 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:03:46.313 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:46 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:03:45.130955+0000 mgr.smithi045.teoijv (mgr.14164) 29 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:03:48.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:48 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:03:47.131357+0000 mgr.smithi045.teoijv (mgr.14164) 30 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:03:50.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:03:49.131698+0000 mgr.smithi045.teoijv (mgr.14164) 31 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:03:50.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:03:49.270822+0000 mon.smithi045 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.teoijv/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:03:50.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:03:49.273390+0000 mon.smithi045 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.teoijv/trash_purge_schedule"}]: dispatch 2023-12-25T20:03:51.000 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:03:51.000 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:03:51.002 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:03:51.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:51 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:03:51.000048+0000 mon.smithi045 (mon.0) 130 : audit [DBG] from='client.? 172.21.15.184:0/2309891898' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:03:52.377 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:03:52.377 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:03:52.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:52 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:03:51.132019+0000 mgr.smithi045.teoijv (mgr.14164) 32 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:03:53.729 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:03:53.729 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:03:53.730 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:03:54.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:54 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:03:53.132385+0000 mgr.smithi045.teoijv (mgr.14164) 33 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:03:54.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:54 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:03:53.729278+0000 mon.smithi045 (mon.0) 131 : audit [DBG] from='client.? 172.21.15.184:0/3542842785' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:03:55.092 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:03:55.092 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:03:56.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:03:55.132767+0000 mgr.smithi045.teoijv (mgr.14164) 34 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:03:56.486 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:03:56.486 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:03:56.488 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:03:57.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:57 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:03:56.486124+0000 mon.smithi045 (mon.0) 132 : audit [DBG] from='client.? 172.21.15.184:0/3998441327' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:03:57.872 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:03:57.872 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:03:58.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:03:58 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:03:57.133195+0000 mgr.smithi045.teoijv (mgr.14164) 35 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:03:59.210 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:03:59.210 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:03:59.212 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:04:00.565 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:03:59.133512+0000 mgr.smithi045.teoijv (mgr.14164) 36 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:04:00.565 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:03:59.210279+0000 mon.smithi045 (mon.0) 133 : audit [DBG] from='client.? 172.21.15.184:0/1022707253' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:04:00.578 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:04:00.578 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:04:01.905 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:04:01.906 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:04:01.908 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:04:02.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:02 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:04:01.133778+0000 mgr.smithi045.teoijv (mgr.14164) 37 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:04:02.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:02 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:04:01.905703+0000 mon.smithi045 (mon.0) 134 : audit [DBG] from='client.? 172.21.15.184:0/1257479163' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:04:03.274 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:04:03.274 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:04:04.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:04 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:04:03.134034+0000 mgr.smithi045.teoijv (mgr.14164) 38 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:04:04.681 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:04:04.682 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:04:04.683 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:04:05.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:05 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:04:04.681541+0000 mon.smithi045 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.184:0/2285019463' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:04:06.099 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:04:06.099 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:04:06.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:06 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:04:05.134336+0000 mgr.smithi045.teoijv (mgr.14164) 39 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:04:07.457 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:04:07.458 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:04:07.459 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:04:08.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:08 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:04:07.134748+0000 mgr.smithi045.teoijv (mgr.14164) 40 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:04:08.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:08 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:04:07.457784+0000 mon.smithi045 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.184:0/1006050294' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:04:08.830 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:04:08.830 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:04:10.156 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:04:10.156 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:04:10.157 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:04:10.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:10 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:04:09.135155+0000 mgr.smithi045.teoijv (mgr.14164) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:04:10.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:10 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:04:10.156111+0000 mon.smithi045 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.184:0/2429531255' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:04:11.535 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:04:11.536 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:04:12.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:12 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:04:11.135427+0000 mgr.smithi045.teoijv (mgr.14164) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:04:12.894 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:04:12.894 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:04:12.896 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:04:13.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:13 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:04:12.894048+0000 mon.smithi045 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.184:0/758699690' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:04:14.285 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:04:14.285 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:04:14.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:14 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:04:13.135714+0000 mgr.smithi045.teoijv (mgr.14164) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:04:15.641 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:04:15.642 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:04:15.643 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:04:16.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:16 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:04:15.136088+0000 mgr.smithi045.teoijv (mgr.14164) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:04:16.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:16 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:04:15.641762+0000 mon.smithi045 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.184:0/333985540' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:04:17.050 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:04:17.051 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:04:18.450 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:04:18.451 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:04:18.452 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:04:18.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:18 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:04:17.136377+0000 mgr.smithi045.teoijv (mgr.14164) 45 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:04:19.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:19 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:04:18.451021+0000 mon.smithi045 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.184:0/3800090814' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:04:19.843 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:04:19.843 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:04:20.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:20 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:04:19.136628+0000 mgr.smithi045.teoijv (mgr.14164) 46 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:04:21.203 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:04:21.203 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:04:21.204 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:04:22.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:22 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:04:21.136996+0000 mgr.smithi045.teoijv (mgr.14164) 47 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:04:22.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:22 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:04:21.202524+0000 mon.smithi045 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.184:0/47177516' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:04:22.656 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:04:22.656 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:04:24.056 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:04:24.057 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:04:24.058 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:04:24.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:24 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:04:23.137361+0000 mgr.smithi045.teoijv (mgr.14164) 48 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:04:24.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:24 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:04:24.056371+0000 mon.smithi045 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.184:0/3756082693' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:04:25.436 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:04:25.436 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:04:26.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:26 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:04:25.137738+0000 mgr.smithi045.teoijv (mgr.14164) 49 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:04:26.796 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:04:26.796 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:04:26.798 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:04:27.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:27 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:04:26.796398+0000 mon.smithi045 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.184:0/573564680' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:04:28.138 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:04:28.138 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:04:28.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:28 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:04:27.138019+0000 mgr.smithi045.teoijv (mgr.14164) 50 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:04:29.512 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:04:29.512 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:04:29.514 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:04:30.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:30 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:04:29.138371+0000 mgr.smithi045.teoijv (mgr.14164) 51 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:04:30.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:30 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:04:29.512154+0000 mon.smithi045 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.184:0/2536063042' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:04:30.906 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:04:30.906 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:04:32.290 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:04:32.290 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:04:32.291 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:04:32.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:32 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:04:31.138687+0000 mgr.smithi045.teoijv (mgr.14164) 52 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:04:33.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:33 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:04:32.289670+0000 mon.smithi045 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.184:0/4163781270' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:04:33.664 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:04:33.664 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:04:34.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:34 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:04:33.139003+0000 mgr.smithi045.teoijv (mgr.14164) 53 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:04:35.071 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:04:35.071 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:04:35.073 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:04:36.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:36 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:04:35.070995+0000 mon.smithi045 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.184:0/465841339' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:04:36.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:36 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:04:35.139276+0000 mgr.smithi045.teoijv (mgr.14164) 54 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:04:36.449 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:04:36.450 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:04:37.883 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:04:37.884 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:04:37.885 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:04:38.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:38 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:04:37.139636+0000 mgr.smithi045.teoijv (mgr.14164) 55 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:04:38.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:38 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:04:37.883527+0000 mon.smithi045 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.184:0/1949108024' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:04:39.270 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:04:39.270 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:04:40.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:40 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:04:39.139987+0000 mgr.smithi045.teoijv (mgr.14164) 56 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:04:40.683 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:04:40.684 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:04:40.685 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:04:41.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:41 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:04:40.683571+0000 mon.smithi045 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.184:0/3514155322' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:04:42.063 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:04:42.064 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:04:42.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:42 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:04:41.140313+0000 mgr.smithi045.teoijv (mgr.14164) 57 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:04:43.380 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:04:43.381 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:04:43.383 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:04:44.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:44 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:04:43.140656+0000 mgr.smithi045.teoijv (mgr.14164) 58 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:04:44.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:44 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:04:43.380264+0000 mon.smithi045 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.184:0/1396088696' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:04:44.767 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:04:44.767 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:04:46.059 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:04:46.059 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:04:46.061 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:04:46.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:46 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:04:45.141046+0000 mgr.smithi045.teoijv (mgr.14164) 59 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:04:47.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:47 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:04:46.059160+0000 mon.smithi045 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.184:0/2214390920' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:04:47.452 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:04:47.453 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:04:48.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:48 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:04:47.141409+0000 mgr.smithi045.teoijv (mgr.14164) 60 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:04:48.807 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:04:48.807 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:04:48.809 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:04:49.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:49 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:04:48.806795+0000 mon.smithi045 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.184:0/2766934497' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:04:50.189 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:04:50.190 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:04:50.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:04:49.141627+0000 mgr.smithi045.teoijv (mgr.14164) 61 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:04:50.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:04:49.271898+0000 mon.smithi045 (mon.0) 152 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.teoijv/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:04:50.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:04:49.274245+0000 mon.smithi045 (mon.0) 153 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.teoijv/trash_purge_schedule"}]: dispatch 2023-12-25T20:04:51.538 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:04:51.538 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:04:51.539 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:04:52.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:52 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:04:51.141879+0000 mgr.smithi045.teoijv (mgr.14164) 62 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:04:52.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:52 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:04:51.538020+0000 mon.smithi045 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.184:0/2946737180' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:04:52.928 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:04:52.929 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:04:54.287 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:04:54.288 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:04:54.289 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:04:54.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:54 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:04:53.142231+0000 mgr.smithi045.teoijv (mgr.14164) 63 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:04:55.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:55 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:04:54.287478+0000 mon.smithi045 (mon.0) 155 : audit [DBG] from='client.? 172.21.15.184:0/2572251618' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:04:55.627 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:04:55.627 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:04:56.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:04:55.142575+0000 mgr.smithi045.teoijv (mgr.14164) 64 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:04:56.970 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:04:56.970 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:04:56.971 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:04:57.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:57 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:04:56.969759+0000 mon.smithi045 (mon.0) 156 : audit [DBG] from='client.? 172.21.15.184:0/692964998' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:04:58.355 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:04:58.355 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:04:58.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:04:58 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:04:57.142980+0000 mgr.smithi045.teoijv (mgr.14164) 65 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:04:59.737 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:04:59.738 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:04:59.739 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:05:00.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:04:59.143263+0000 mgr.smithi045.teoijv (mgr.14164) 66 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:05:00.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:04:59.737897+0000 mon.smithi045 (mon.0) 157 : audit [DBG] from='client.? 172.21.15.184:0/2834939948' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:05:01.121 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:05:01.122 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:05:02.489 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:05:02.489 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:05:02.490 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:05:02.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:02 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:05:01.143519+0000 mgr.smithi045.teoijv (mgr.14164) 67 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:05:03.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:03 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:05:02.488665+0000 mon.smithi045 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.184:0/1924734796' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:05:03.872 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:05:03.873 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:05:04.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:04 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:05:03.143795+0000 mgr.smithi045.teoijv (mgr.14164) 68 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:05:05.210 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:05:05.210 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:05:05.211 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:05:06.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:06 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:05:05.144070+0000 mgr.smithi045.teoijv (mgr.14164) 69 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:05:06.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:06 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:05:05.210106+0000 mon.smithi045 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.184:0/4203827544' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:05:06.620 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:05:06.620 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:05:07.990 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:05:07.991 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:05:07.992 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:05:08.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:08 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:05:07.144332+0000 mgr.smithi045.teoijv (mgr.14164) 70 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:05:08.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:08 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:05:07.990496+0000 mon.smithi045 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.184:0/3364381930' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:05:09.526 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:05:09.526 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:05:10.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:10 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:05:09.144578+0000 mgr.smithi045.teoijv (mgr.14164) 71 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:05:10.914 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:05:10.914 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:05:10.916 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:05:11.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:11 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:05:10.914128+0000 mon.smithi045 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.184:0/1697931350' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:05:12.288 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:05:12.289 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:05:12.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:12 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:05:11.144888+0000 mgr.smithi045.teoijv (mgr.14164) 72 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:05:13.658 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:05:13.658 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:05:13.659 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:05:14.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:14 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:05:13.145246+0000 mgr.smithi045.teoijv (mgr.14164) 73 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:05:14.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:14 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:05:13.658043+0000 mon.smithi045 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.184:0/3005050059' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:05:15.035 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:05:15.035 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:05:16.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:16 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:05:15.145604+0000 mgr.smithi045.teoijv (mgr.14164) 74 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:05:16.372 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:05:16.373 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:05:16.374 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:05:17.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:17 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:05:16.372163+0000 mon.smithi045 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.184:0/558991715' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:05:17.743 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:05:17.743 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:05:18.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:18 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:05:17.145917+0000 mgr.smithi045.teoijv (mgr.14164) 75 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:05:19.006 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:05:19.006 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:05:19.008 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:05:19.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:19 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:05:19.005940+0000 mon.smithi045 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.184:0/1134993272' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:05:20.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:20 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:05:19.146257+0000 mgr.smithi045.teoijv (mgr.14164) 76 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:05:20.430 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:05:20.430 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:05:21.754 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:05:21.755 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:05:21.756 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:05:22.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:22 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:05:21.146576+0000 mgr.smithi045.teoijv (mgr.14164) 77 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:05:22.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:22 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:05:21.754896+0000 mon.smithi045 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.184:0/4044749509' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:05:23.145 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:05:23.146 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:05:24.534 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:05:24.534 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:05:24.535 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:05:24.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:24 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:05:23.146946+0000 mgr.smithi045.teoijv (mgr.14164) 78 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:05:25.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:25 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:05:24.534079+0000 mon.smithi045 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.184:0/3237573017' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:05:25.926 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:05:25.927 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:05:26.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:26 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:05:25.147272+0000 mgr.smithi045.teoijv (mgr.14164) 79 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:05:27.257 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:05:27.258 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:05:27.259 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:05:28.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:28 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:05:27.147619+0000 mgr.smithi045.teoijv (mgr.14164) 80 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:05:28.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:28 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:05:27.257575+0000 mon.smithi045 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.184:0/591172872' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:05:28.630 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:05:28.630 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:05:30.019 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:05:30.019 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:05:30.020 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:05:30.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:30 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:05:29.147986+0000 mgr.smithi045.teoijv (mgr.14164) 81 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:05:30.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:30 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:05:30.019026+0000 mon.smithi045 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.184:0/4012042061' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:05:31.405 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:05:31.405 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:05:32.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:32 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:05:31.148215+0000 mgr.smithi045.teoijv (mgr.14164) 82 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:05:32.765 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:05:32.766 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:05:32.767 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:05:33.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:33 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:05:32.765773+0000 mon.smithi045 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.184:0/1768992588' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:05:34.140 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:05:34.141 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:05:34.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:34 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:05:33.148559+0000 mgr.smithi045.teoijv (mgr.14164) 83 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:05:35.555 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:05:35.555 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:05:35.556 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:05:36.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:36 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:05:35.148929+0000 mgr.smithi045.teoijv (mgr.14164) 84 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:05:36.313 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:36 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:05:35.554977+0000 mon.smithi045 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.184:0/2042443156' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:05:36.946 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:05:36.946 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:05:38.337 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:05:38.337 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:05:38.338 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:05:38.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:38 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:05:37.149221+0000 mgr.smithi045.teoijv (mgr.14164) 85 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:05:39.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:39 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:05:38.337028+0000 mon.smithi045 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.184:0/1803772888' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:05:39.724 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:05:39.724 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:05:40.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:40 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:05:39.149560+0000 mgr.smithi045.teoijv (mgr.14164) 86 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:05:41.038 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:05:41.038 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:05:41.039 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:05:41.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:41 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:05:41.038058+0000 mon.smithi045 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.184:0/3531880759' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:05:42.420 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:05:42.420 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:05:42.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:42 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:05:41.149838+0000 mgr.smithi045.teoijv (mgr.14164) 87 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:05:43.785 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:05:43.785 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:05:43.786 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:05:44.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:44 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:05:43.150176+0000 mgr.smithi045.teoijv (mgr.14164) 88 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:05:44.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:44 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:05:43.785062+0000 mon.smithi045 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.184:0/3976010628' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:05:45.196 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:05:45.196 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:05:46.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:46 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:05:45.150479+0000 mgr.smithi045.teoijv (mgr.14164) 89 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:05:46.541 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:05:46.541 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:05:46.542 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:05:47.313 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:47 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:05:46.541154+0000 mon.smithi045 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.184:0/555818090' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:05:47.919 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:05:47.919 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:05:48.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:48 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:05:47.150762+0000 mgr.smithi045.teoijv (mgr.14164) 90 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:05:49.266 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:05:49.266 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:05:49.268 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:05:50.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:05:49.151107+0000 mgr.smithi045.teoijv (mgr.14164) 91 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:05:50.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:05:49.266428+0000 mon.smithi045 (mon.0) 175 : audit [DBG] from='client.? 172.21.15.184:0/2127373529' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:05:50.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:05:49.272942+0000 mon.smithi045 (mon.0) 176 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.teoijv/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:05:50.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:05:49.275197+0000 mon.smithi045 (mon.0) 177 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.teoijv/trash_purge_schedule"}]: dispatch 2023-12-25T20:05:50.647 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:05:50.647 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:05:51.990 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:05:51.990 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:05:51.991 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:05:52.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:52 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:05:51.151396+0000 mgr.smithi045.teoijv (mgr.14164) 92 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:05:52.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:52 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:05:51.989897+0000 mon.smithi045 (mon.0) 178 : audit [DBG] from='client.? 172.21.15.184:0/1835674492' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:05:53.372 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:05:53.372 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:05:54.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:54 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:05:53.151740+0000 mgr.smithi045.teoijv (mgr.14164) 93 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:05:54.744 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:05:54.744 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:05:54.745 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:05:55.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:55 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:05:54.743728+0000 mon.smithi045 (mon.0) 179 : audit [DBG] from='client.? 172.21.15.184:0/1234680057' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:05:56.152 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:05:56.152 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:05:56.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:05:55.152060+0000 mgr.smithi045.teoijv (mgr.14164) 94 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:05:57.474 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:05:57.474 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:05:57.476 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:05:58.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:58 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:05:57.152391+0000 mgr.smithi045.teoijv (mgr.14164) 95 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:05:58.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:05:58 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:05:57.474504+0000 mon.smithi045 (mon.0) 180 : audit [DBG] from='client.? 172.21.15.184:0/2265665198' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:05:58.854 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:05:58.854 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:06:00.167 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:06:00.167 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:06:00.169 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:06:00.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:05:59.152750+0000 mgr.smithi045.teoijv (mgr.14164) 96 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:06:00.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:06:00.167456+0000 mon.smithi045 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.184:0/669148425' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:06:01.542 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:06:01.543 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:06:02.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:02 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:06:01.153115+0000 mgr.smithi045.teoijv (mgr.14164) 97 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:06:02.856 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:06:02.856 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:06:02.857 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:06:03.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:03 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:06:02.855581+0000 mon.smithi045 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.184:0/1985297509' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:06:04.242 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:06:04.242 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:06:04.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:04 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:06:03.153434+0000 mgr.smithi045.teoijv (mgr.14164) 98 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:06:05.587 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:06:05.587 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:06:05.588 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:06:06.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:06 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:06:05.153740+0000 mgr.smithi045.teoijv (mgr.14164) 99 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:06:06.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:06 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:06:05.586776+0000 mon.smithi045 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.184:0/969649441' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:06:06.982 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:06:06.982 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:06:08.322 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:06:08.322 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:06:08.323 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:06:08.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:08 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:06:07.154008+0000 mgr.smithi045.teoijv (mgr.14164) 100 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:06:09.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:09 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:06:08.321814+0000 mon.smithi045 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.184:0/3456265960' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:06:09.691 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:06:09.691 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:06:10.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:10 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:06:09.154334+0000 mgr.smithi045.teoijv (mgr.14164) 101 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:06:11.017 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:06:11.018 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:06:11.019 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:06:11.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:11 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:06:11.017517+0000 mon.smithi045 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.184:0/1837536648' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:06:12.402 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:06:12.403 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:06:12.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:12 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:06:11.154672+0000 mgr.smithi045.teoijv (mgr.14164) 102 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:06:13.781 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:06:13.782 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:06:13.783 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:06:14.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:14 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:06:13.155017+0000 mgr.smithi045.teoijv (mgr.14164) 103 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:06:14.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:14 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:06:13.782181+0000 mon.smithi045 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.184:0/1716275551' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:06:15.177 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:06:15.177 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:06:16.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:16 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:06:15.155411+0000 mgr.smithi045.teoijv (mgr.14164) 104 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:06:16.524 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:06:16.525 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:06:16.526 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:06:17.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:17 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:06:16.524419+0000 mon.smithi045 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.184:0/509915718' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:06:17.910 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:06:17.910 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:06:18.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:18 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:06:17.155795+0000 mgr.smithi045.teoijv (mgr.14164) 105 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:06:19.279 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:06:19.279 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:06:19.281 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:06:20.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:20 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:06:19.156104+0000 mgr.smithi045.teoijv (mgr.14164) 106 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:06:20.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:20 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:06:19.279773+0000 mon.smithi045 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.184:0/3497215504' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:06:20.662 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:06:20.662 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:06:21.953 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:06:21.954 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:06:21.955 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:06:22.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:22 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:06:21.156444+0000 mgr.smithi045.teoijv (mgr.14164) 107 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:06:22.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:22 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:06:21.953700+0000 mon.smithi045 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.184:0/248898066' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:06:23.327 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:06:23.327 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:06:24.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:24 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:06:23.156822+0000 mgr.smithi045.teoijv (mgr.14164) 108 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:06:24.714 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:06:24.714 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:06:24.715 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:06:25.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:25 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:06:24.713523+0000 mon.smithi045 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.184:0/3003291607' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:06:26.117 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:06:26.117 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:06:26.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:26 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:06:25.157214+0000 mgr.smithi045.teoijv (mgr.14164) 109 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:06:27.481 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:06:27.481 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:06:27.482 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:06:28.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:28 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:06:27.157598+0000 mgr.smithi045.teoijv (mgr.14164) 110 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:06:28.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:28 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:06:27.480996+0000 mon.smithi045 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.184:0/3562493297' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:06:28.873 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:06:28.874 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:06:30.281 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:06:30.281 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:06:30.283 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:06:30.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:30 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:06:29.158004+0000 mgr.smithi045.teoijv (mgr.14164) 111 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:06:31.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:31 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:06:30.281340+0000 mon.smithi045 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.184:0/1113324395' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:06:31.661 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:06:31.661 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:06:32.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:32 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:06:31.158326+0000 mgr.smithi045.teoijv (mgr.14164) 112 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:06:32.958 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:06:32.958 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:06:32.959 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:06:33.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:33 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:06:32.958055+0000 mon.smithi045 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.184:0/3265705017' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:06:34.339 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:06:34.340 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:06:34.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:34 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:06:33.158638+0000 mgr.smithi045.teoijv (mgr.14164) 113 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:06:35.673 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:06:35.673 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:06:35.675 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:06:36.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:36 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:06:35.159038+0000 mgr.smithi045.teoijv (mgr.14164) 114 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:06:36.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:36 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:06:35.673588+0000 mon.smithi045 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.184:0/3334935645' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:06:37.064 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:06:37.065 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:06:38.381 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:06:38.381 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:06:38.382 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:06:38.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:38 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:06:37.159411+0000 mgr.smithi045.teoijv (mgr.14164) 115 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:06:39.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:39 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:06:38.380845+0000 mon.smithi045 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.184:0/359693293' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:06:39.760 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:06:39.760 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:06:40.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:40 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:06:39.159687+0000 mgr.smithi045.teoijv (mgr.14164) 116 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:06:41.029 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:06:41.029 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:06:41.031 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:06:41.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:41 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:06:41.029098+0000 mon.smithi045 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.184:0/1952825882' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:06:42.411 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:06:42.411 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:06:42.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:42 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:06:41.160050+0000 mgr.smithi045.teoijv (mgr.14164) 117 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:06:43.711 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:06:43.711 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:06:43.713 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:06:44.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:44 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:06:43.160415+0000 mgr.smithi045.teoijv (mgr.14164) 118 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:06:44.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:44 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:06:43.711314+0000 mon.smithi045 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.184:0/3944586340' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:06:45.118 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:06:45.119 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:06:46.313 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:46 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:06:45.160744+0000 mgr.smithi045.teoijv (mgr.14164) 119 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:06:46.524 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:06:46.525 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:06:46.526 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:06:47.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:47 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:06:46.524552+0000 mon.smithi045 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.184:0/74144148' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:06:47.904 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:06:47.904 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:06:48.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:48 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:06:47.161048+0000 mgr.smithi045.teoijv (mgr.14164) 120 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:06:49.289 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:06:49.290 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:06:49.291 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:06:50.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:06:49.161325+0000 mgr.smithi045.teoijv (mgr.14164) 121 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:06:50.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:06:49.274095+0000 mon.smithi045 (mon.0) 199 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.teoijv/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:06:50.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:06:49.276034+0000 mon.smithi045 (mon.0) 200 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.teoijv/trash_purge_schedule"}]: dispatch 2023-12-25T20:06:50.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:06:49.289746+0000 mon.smithi045 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.184:0/2395487796' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:06:50.674 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:06:50.675 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:06:52.059 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:06:52.060 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:06:52.061 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:06:52.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:52 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:06:51.161663+0000 mgr.smithi045.teoijv (mgr.14164) 122 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:06:52.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:52 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:06:52.059155+0000 mon.smithi045 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.184:0/274447615' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:06:53.450 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:06:53.450 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:06:54.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:54 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:06:53.162003+0000 mgr.smithi045.teoijv (mgr.14164) 123 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:06:54.814 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:06:54.815 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:06:54.816 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:06:55.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:55 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:06:54.814678+0000 mon.smithi045 (mon.0) 203 : audit [DBG] from='client.? 172.21.15.184:0/4181150588' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:06:56.210 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:06:56.211 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:06:56.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:06:55.162282+0000 mgr.smithi045.teoijv (mgr.14164) 124 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:06:57.533 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:06:57.533 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:06:57.535 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:06:58.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:58 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:06:57.162515+0000 mgr.smithi045.teoijv (mgr.14164) 125 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:06:58.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:06:58 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:06:57.533328+0000 mon.smithi045 (mon.0) 204 : audit [DBG] from='client.? 172.21.15.184:0/972438768' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:06:58.932 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:06:58.933 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:07:00.258 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:07:00.259 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:07:00.260 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:07:00.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:06:59.162773+0000 mgr.smithi045.teoijv (mgr.14164) 126 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:07:01.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:01 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:00.258991+0000 mon.smithi045 (mon.0) 205 : audit [DBG] from='client.? 172.21.15.184:0/2024411065' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:07:01.652 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:07:01.653 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:07:02.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:02 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:07:01.163052+0000 mgr.smithi045.teoijv (mgr.14164) 127 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:07:03.019 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:07:03.019 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:07:03.021 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:07:03.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:03 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:03.019187+0000 mon.smithi045 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.184:0/2686085943' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:07:04.398 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:07:04.398 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:07:04.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:04 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:07:03.163251+0000 mgr.smithi045.teoijv (mgr.14164) 128 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:07:05.732 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:07:05.732 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:07:05.733 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:07:06.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:06 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:07:05.163530+0000 mgr.smithi045.teoijv (mgr.14164) 129 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:07:06.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:06 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:05.731794+0000 mon.smithi045 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.184:0/2573960901' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:07:07.133 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:07:07.133 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:07:08.480 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:07:08.481 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:07:08.482 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:07:08.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:08 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:07:07.163814+0000 mgr.smithi045.teoijv (mgr.14164) 130 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:07:09.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:09 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:08.480713+0000 mon.smithi045 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.184:0/1806961851' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:07:09.900 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:07:09.900 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:07:10.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:10 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:07:09.164143+0000 mgr.smithi045.teoijv (mgr.14164) 131 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:07:11.259 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:07:11.259 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:07:11.261 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:07:12.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:12 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:07:11.164493+0000 mgr.smithi045.teoijv (mgr.14164) 132 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:07:12.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:12 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:11.258994+0000 mon.smithi045 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.184:0/1170363391' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:07:12.657 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:07:12.658 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:07:13.973 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:07:13.973 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:07:13.974 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:07:14.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:14 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:07:13.164858+0000 mgr.smithi045.teoijv (mgr.14164) 133 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:07:14.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:14 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:13.972926+0000 mon.smithi045 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.184:0/1643644872' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:07:15.348 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:07:15.349 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:07:16.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:16 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:07:15.165135+0000 mgr.smithi045.teoijv (mgr.14164) 134 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:07:16.695 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:07:16.695 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:07:16.697 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:07:17.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:17 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:16.695292+0000 mon.smithi045 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.184:0/3922190630' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:07:18.065 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:07:18.065 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:07:18.565 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:18 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:07:17.165436+0000 mgr.smithi045.teoijv (mgr.14164) 135 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:07:19.427 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:07:19.427 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:07:19.428 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:07:20.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:20 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:07:19.165776+0000 mgr.smithi045.teoijv (mgr.14164) 136 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:07:20.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:20 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:19.426767+0000 mon.smithi045 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.184:0/2967420625' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:07:20.839 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:07:20.839 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:07:22.186 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:07:22.187 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:07:22.188 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:07:22.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:22 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:07:21.166156+0000 mgr.smithi045.teoijv (mgr.14164) 137 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:07:22.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:22 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:22.186498+0000 mon.smithi045 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.184:0/1611885896' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:07:23.575 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:07:23.575 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:07:24.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:24 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:07:23.166510+0000 mgr.smithi045.teoijv (mgr.14164) 138 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:07:24.976 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:07:24.976 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:07:24.977 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:07:25.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:25 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:24.975831+0000 mon.smithi045 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.184:0/1182657286' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:07:26.361 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:07:26.362 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:07:26.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:26 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:07:25.166838+0000 mgr.smithi045.teoijv (mgr.14164) 139 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:07:27.759 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:07:27.759 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:07:27.761 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:07:28.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:28 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:07:27.167175+0000 mgr.smithi045.teoijv (mgr.14164) 140 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:07:28.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:28 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:27.759207+0000 mon.smithi045 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.184:0/3721123441' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:07:29.148 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:07:29.148 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:07:30.485 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:07:30.485 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:07:30.486 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:07:30.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:30 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:07:29.167528+0000 mgr.smithi045.teoijv (mgr.14164) 141 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:07:31.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:31 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:30.484834+0000 mon.smithi045 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.184:0/2246200501' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:07:31.874 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:07:31.874 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:07:32.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:32 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:07:31.167885+0000 mgr.smithi045.teoijv (mgr.14164) 142 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:07:33.268 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:07:33.268 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:07:33.269 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:07:34.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:34 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:07:33.168199+0000 mgr.smithi045.teoijv (mgr.14164) 143 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:07:34.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:34 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:33.268003+0000 mon.smithi045 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.184:0/3443450430' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:07:34.650 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:07:34.650 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:07:35.993 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:07:35.994 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:07:35.995 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:07:36.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:36 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:07:35.168495+0000 mgr.smithi045.teoijv (mgr.14164) 144 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:07:36.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:36 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:35.993342+0000 mon.smithi045 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.184:0/4100585821' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:07:37.375 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:07:37.375 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:07:38.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:38 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:07:37.168827+0000 mgr.smithi045.teoijv (mgr.14164) 145 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:07:38.741 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:07:38.741 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:07:38.742 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:07:39.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:39 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:38.740742+0000 mon.smithi045 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.184:0/2327147658' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:07:40.126 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:07:40.126 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:07:40.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:40 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:07:39.169163+0000 mgr.smithi045.teoijv (mgr.14164) 146 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:07:41.469 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:07:41.470 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:07:41.471 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:07:42.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:42 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:07:41.169476+0000 mgr.smithi045.teoijv (mgr.14164) 147 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:07:42.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:42 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:41.469530+0000 mon.smithi045 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.184:0/3529550594' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:07:42.847 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:07:42.848 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:07:44.155 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:07:44.155 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:07:44.157 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:07:44.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:44 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:07:43.169867+0000 mgr.smithi045.teoijv (mgr.14164) 148 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:07:44.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:44 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:44.154811+0000 mon.smithi045 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.184:0/3400660248' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:07:45.575 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:07:45.575 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:07:46.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:46 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:07:45.170261+0000 mgr.smithi045.teoijv (mgr.14164) 149 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:07:46.901 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:07:46.901 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:07:46.903 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:07:47.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:47 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:46.901536+0000 mon.smithi045 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.184:0/1318539521' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:07:48.299 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:07:48.300 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:07:48.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:48 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:07:47.170615+0000 mgr.smithi045.teoijv (mgr.14164) 150 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:07:49.663 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:07:49.664 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:07:49.664 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:07:50.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:07:49.170971+0000 mgr.smithi045.teoijv (mgr.14164) 151 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:07:50.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:49.275287+0000 mon.smithi045 (mon.0) 223 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.teoijv/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:07:50.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:49.276895+0000 mon.smithi045 (mon.0) 224 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.teoijv/trash_purge_schedule"}]: dispatch 2023-12-25T20:07:50.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:49.662975+0000 mon.smithi045 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.184:0/2968860235' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:07:51.050 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:07:51.050 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:07:52.380 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:07:52.380 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:07:52.382 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:07:52.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:52 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:07:51.171252+0000 mgr.smithi045.teoijv (mgr.14164) 152 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:07:53.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:53 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:52.380468+0000 mon.smithi045 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.184:0/957378922' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:07:53.773 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:07:53.773 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:07:54.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:54 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:07:53.171524+0000 mgr.smithi045.teoijv (mgr.14164) 153 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:07:55.100 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:07:55.100 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:07:55.101 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:07:56.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:55.099824+0000 mon.smithi045 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.184:0/3458221583' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:07:56.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:07:55.171877+0000 mgr.smithi045.teoijv (mgr.14164) 154 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:07:56.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cephadm 2023-12-25T20:07:55.604388+0000 mgr.smithi045.teoijv (mgr.14164) 155 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi045 ... 2023-12-25T20:07:56.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: 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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-12-25T20:07:56.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-12-25T20:07:56.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: stat: stderr time="2023-12-25T20:03:34Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:07:56.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: stat: stderr time="2023-12-25T20:04:11Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:07:56.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: stat: stderr time="2023-12-25T20:04:49Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:07:56.273 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:07:56.273 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: 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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-12-25T20:07:56.273 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-12-25T20:07:56.273 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: stat: stderr time="2023-12-25T20:06:03Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:07:56.273 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: stat: stderr time="2023-12-25T20:06:40Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:07:56.273 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: stat: stderr time="2023-12-25T20:07:18Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:07:56.274 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:07:56.274 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Traceback (most recent call last): 2023-12-25T20:07:56.274 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: File "/var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-12-25T20:07:56.274 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: main() 2023-12-25T20:07:56.274 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: File "/var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-12-25T20:07:56.274 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: r = ctx.func(ctx) 2023-12-25T20:07:56.274 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: File "/var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-12-25T20:07:56.274 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: return func(ctx) 2023-12-25T20:07:56.274 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: File "/var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2023-12-25T20:07:56.274 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-12-25T20:07:56.274 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: File "/var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4191, in extract_uid_gid_monitoring 2023-12-25T20:07:56.275 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-12-25T20:07:56.275 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: File "/var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2023-12-25T20:07:56.275 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: raise RuntimeError('uid/gid not found') 2023-12-25T20:07:56.275 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: RuntimeError: uid/gid not found 2023-12-25T20:07:56.275 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Traceback (most recent call last): 2023-12-25T20:07:56.275 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2023-12-25T20:07:56.275 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: yield (conn, connr) 2023-12-25T20:07:56.275 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2023-12-25T20:07:56.275 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: code, '\n'.join(err))) 2023-12-25T20:07:56.275 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi045 ... 2023-12-25T20:07:56.275 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: 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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-12-25T20:07:56.275 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-12-25T20:07:56.275 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: stat: stderr time="2023-12-25T20:03:34Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:07:56.275 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: stat: stderr time="2023-12-25T20:04:11Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:07:56.275 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: stat: stderr time="2023-12-25T20:04:49Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:07:56.275 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:07:56.276 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: 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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-12-25T20:07:56.276 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-12-25T20:07:56.276 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: stat: stderr time="2023-12-25T20:06:03Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:07:56.276 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: stat: stderr time="2023-12-25T20:06:40Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:07:56.276 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: stat: stderr time="2023-12-25T20:07:18Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:07:56.276 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:07:56.276 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Traceback (most recent call last): 2023-12-25T20:07:56.276 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: File "/var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-12-25T20:07:56.277 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: main() 2023-12-25T20:07:56.277 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: File "/var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-12-25T20:07:56.277 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: r = ctx.func(ctx) 2023-12-25T20:07:56.277 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: File "/var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-12-25T20:07:56.277 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: return func(ctx) 2023-12-25T20:07:56.277 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: File "/var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2023-12-25T20:07:56.277 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-12-25T20:07:56.277 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: File "/var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4191, in extract_uid_gid_monitoring 2023-12-25T20:07:56.277 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-12-25T20:07:56.277 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: File "/var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2023-12-25T20:07:56.277 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: raise RuntimeError('uid/gid not found') 2023-12-25T20:07:56.277 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: RuntimeError: uid/gid not found 2023-12-25T20:07:56.277 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:55.605662+0000 mon.smithi045 (mon.0) 228 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi045", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T20:07:56.277 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:55.608138+0000 mon.smithi045 (mon.0) 229 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi045", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-25T20:07:56.278 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:55.608973+0000 mon.smithi045 (mon.0) 230 : audit [DBG] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:07:56.278 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cephadm 2023-12-25T20:07:55.609663+0000 mgr.smithi045.teoijv (mgr.14164) 156 : cephadm [INF] Deploying daemon crash.smithi045 on smithi045 2023-12-25T20:07:56.495 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:07:56.495 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:07:57.836 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:07:57.836 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:07:57.837 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:07:58.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:58 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:57.088532+0000 mon.smithi045 (mon.0) 231 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' 2023-12-25T20:07:58.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:58 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:07:57.172218+0000 mgr.smithi045.teoijv (mgr.14164) 157 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:07:58.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:58 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:57.248852+0000 mon.smithi045 (mon.0) 232 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' 2023-12-25T20:07:58.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:58 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:57.251290+0000 mon.smithi045 (mon.0) 233 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' 2023-12-25T20:07:58.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:58 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:57.251720+0000 mon.smithi045 (mon.0) 234 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-25T20:07:58.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:58 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:57.252162+0000 mgr.smithi045.teoijv (mgr.14164) 158 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-25T20:07:58.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:58 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:57.254289+0000 mon.smithi045 (mon.0) 235 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' 2023-12-25T20:07:58.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:58 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cephadm 2023-12-25T20:07:57.258504+0000 mgr.smithi045.teoijv (mgr.14164) 159 : cephadm [INF] Deploying daemon grafana.smithi045 on smithi045 2023-12-25T20:07:58.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:07:58 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:07:57.835861+0000 mon.smithi045 (mon.0) 236 : audit [DBG] from='client.? 172.21.15.184:0/2315903364' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:07:59.217 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:07:59.217 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:08:00.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:07:59.172527+0000 mgr.smithi045.teoijv (mgr.14164) 160 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:08:00.622 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:08:00.622 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:08:00.623 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:08:01.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:01 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:08:00.621735+0000 mon.smithi045 (mon.0) 237 : audit [DBG] from='client.? 172.21.15.184:0/3730874679' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:08:02.009 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:08:02.010 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:08:02.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:02 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:08:01.172879+0000 mgr.smithi045.teoijv (mgr.14164) 161 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:08:03.328 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:08:03.328 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:08:03.330 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:08:04.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:04 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:08:03.173217+0000 mgr.smithi045.teoijv (mgr.14164) 162 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:08:04.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:04 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:08:03.328292+0000 mon.smithi045 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.184:0/1327933103' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:08:04.706 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:08:04.706 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:08:06.054 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:08:06.054 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:08:06.055 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:08:06.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:06 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:08:05.173474+0000 mgr.smithi045.teoijv (mgr.14164) 163 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:08:06.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:06 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:08:06.054114+0000 mon.smithi045 (mon.0) 239 : audit [DBG] from='client.? 172.21.15.184:0/4152708278' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:08:07.464 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:08:07.464 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:08:08.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:08 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:08:07.173725+0000 mgr.smithi045.teoijv (mgr.14164) 164 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:08:08.789 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:08:08.789 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:08:08.790 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:08:09.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:09 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:08:08.788574+0000 mon.smithi045 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.184:0/418178486' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:08:10.177 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:08:10.178 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:08:10.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:10 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:08:09.173952+0000 mgr.smithi045.teoijv (mgr.14164) 165 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:08:11.577 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:08:11.577 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:08:11.578 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:08:12.357 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:12 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:08:11.174319+0000 mgr.smithi045.teoijv (mgr.14164) 166 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:08:12.358 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:12 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:08:11.577123+0000 mon.smithi045 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.184:0/2914301583' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:08:12.965 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:08:12.965 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:08:14.302 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:08:14.303 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:08:14.304 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:08:14.812 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:14 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:08:13.174627+0000 mgr.smithi045.teoijv (mgr.14164) 167 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:08:14.812 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:14 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:08:13.531623+0000 mon.smithi045 (mon.0) 242 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' 2023-12-25T20:08:14.813 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:14 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cephadm 2023-12-25T20:08:13.533155+0000 mgr.smithi045.teoijv (mgr.14164) 168 : cephadm [INF] Deploying daemon node-exporter.smithi045 on smithi045 2023-12-25T20:08:14.813 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:14 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:08:14.302498+0000 mon.smithi045 (mon.0) 243 : audit [DBG] from='client.? 172.21.15.184:0/3807174478' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:08:15.623 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:08:15.624 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:08:16.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:16 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:08:15.174989+0000 mgr.smithi045.teoijv (mgr.14164) 169 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:08:16.993 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:08:16.993 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:08:16.994 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:08:17.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:17 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:08:16.992613+0000 mon.smithi045 (mon.0) 244 : audit [DBG] from='client.? 172.21.15.184:0/1818695518' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:08:18.422 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:08:18.422 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:08:18.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:18 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:08:17.175232+0000 mgr.smithi045.teoijv (mgr.14164) 170 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:08:19.730 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:08:19.730 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:08:19.732 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:08:20.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:20 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:08:19.175539+0000 mgr.smithi045.teoijv (mgr.14164) 171 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:08:20.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:20 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:08:19.730549+0000 mon.smithi045 (mon.0) 245 : audit [DBG] from='client.? 172.21.15.184:0/3697962739' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:08:21.109 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:08:21.110 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:08:22.411 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:08:22.411 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:08:22.412 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:08:22.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:22 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:08:21.175887+0000 mgr.smithi045.teoijv (mgr.14164) 172 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:08:23.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:23 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:08:22.411469+0000 mon.smithi045 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.184:0/2328406533' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:08:23.783 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:08:23.784 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:08:24.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:24 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:08:23.176323+0000 mgr.smithi045.teoijv (mgr.14164) 173 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:08:25.144 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:08:25.144 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:08:25.145 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:08:26.527 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:08:26.528 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:08:26.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:26 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:08:25.144140+0000 mon.smithi045 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.184:0/3906699421' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:08:26.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:26 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:08:25.176699+0000 mgr.smithi045.teoijv (mgr.14164) 174 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:08:27.792 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:08:27.792 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:08:27.794 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:08:28.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:28 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:08:27.177112+0000 mgr.smithi045.teoijv (mgr.14164) 175 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:08:28.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:28 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:08:27.792227+0000 mon.smithi045 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.184:0/2612270282' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:08:29.169 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:08:29.169 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:08:30.472 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:08:30.473 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:08:30.474 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:08:30.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:30 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:08:29.177365+0000 mgr.smithi045.teoijv (mgr.14164) 176 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:08:31.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:31 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:08:30.472940+0000 mon.smithi045 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.184:0/3148299633' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:08:31.852 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:08:31.853 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:08:32.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:32 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:08:31.177688+0000 mgr.smithi045.teoijv (mgr.14164) 177 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:08:33.175 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:08:33.175 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:08:33.177 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:08:33.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:33 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:08:33.175473+0000 mon.smithi045 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.184:0/772525055' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:08:34.558 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:08:34.558 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:08:34.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:34 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:08:33.178028+0000 mgr.smithi045.teoijv (mgr.14164) 178 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:08:35.856 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:08:35.856 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:08:35.858 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:08:36.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:36 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:08:35.178279+0000 mgr.smithi045.teoijv (mgr.14164) 179 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:08:36.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:36 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:08:35.856587+0000 mon.smithi045 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.184:0/569775382' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:08:37.237 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:08:37.237 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:08:38.549 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:08:38.549 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:08:38.550 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:08:38.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:38 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:08:37.178633+0000 mgr.smithi045.teoijv (mgr.14164) 180 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:08:39.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:39 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:08:38.549307+0000 mon.smithi045 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.184:0/2636564302' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:08:39.923 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:08:39.923 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:08:40.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:40 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:08:39.178983+0000 mgr.smithi045.teoijv (mgr.14164) 181 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:08:41.250 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:08:41.251 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:08:41.252 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:08:42.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:42 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:08:41.179268+0000 mgr.smithi045.teoijv (mgr.14164) 182 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:08:42.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:42 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:08:41.250881+0000 mon.smithi045 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.184:0/908176074' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:08:42.626 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:08:42.626 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:08:43.965 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:08:43.965 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:08:43.966 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:08:44.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:44 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:08:43.179594+0000 mgr.smithi045.teoijv (mgr.14164) 183 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:08:44.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:44 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:08:43.965085+0000 mon.smithi045 (mon.0) 254 : audit [DBG] from='client.? 172.21.15.184:0/3189776527' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:08:45.337 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:08:45.338 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:08:46.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:46 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:08:45.179980+0000 mgr.smithi045.teoijv (mgr.14164) 184 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:08:46.725 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:08:46.725 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:08:46.726 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:08:47.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:47 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:08:46.725326+0000 mon.smithi045 (mon.0) 255 : audit [DBG] from='client.? 172.21.15.184:0/2001843170' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:08:48.097 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:08:48.097 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:08:48.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:48 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:08:47.180292+0000 mgr.smithi045.teoijv (mgr.14164) 185 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:08:49.418 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:08:49.418 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:08:49.419 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:08:50.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:08:49.180583+0000 mgr.smithi045.teoijv (mgr.14164) 186 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:08:50.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:08:49.276426+0000 mon.smithi045 (mon.0) 256 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.teoijv/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:08:50.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:08:49.277756+0000 mon.smithi045 (mon.0) 257 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.teoijv/trash_purge_schedule"}]: dispatch 2023-12-25T20:08:50.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:08:49.418016+0000 mon.smithi045 (mon.0) 258 : audit [DBG] from='client.? 172.21.15.184:0/3324574399' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:08:50.795 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:08:50.795 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:08:52.132 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:08:52.132 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:08:52.134 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:08:52.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:52 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:08:51.180958+0000 mgr.smithi045.teoijv (mgr.14164) 187 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:08:52.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:52 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:08:52.132879+0000 mon.smithi045 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.184:0/3717258276' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:08:53.548 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:08:53.548 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:08:54.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:54 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:08:53.181250+0000 mgr.smithi045.teoijv (mgr.14164) 188 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:08:54.858 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:08:54.858 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:08:54.860 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:08:55.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:55 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:08:54.858219+0000 mon.smithi045 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.184:0/621505710' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:08:56.246 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:08:56.246 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:08:56.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:08:55.181548+0000 mgr.smithi045.teoijv (mgr.14164) 189 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:08:57.615 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:08:57.615 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:08:57.617 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:08:58.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:58 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:08:57.181880+0000 mgr.smithi045.teoijv (mgr.14164) 190 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:08:58.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:08:58 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:08:57.615530+0000 mon.smithi045 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.184:0/474220051' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:08:58.994 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:08:58.995 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:09:00.297 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:09:00.297 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:09:00.298 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:09:00.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:08:59.182310+0000 mgr.smithi045.teoijv (mgr.14164) 191 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:09:01.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:01 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:09:00.297018+0000 mon.smithi045 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.184:0/4060789103' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:09:01.665 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:09:01.665 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:09:02.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:02 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:09:01.182620+0000 mgr.smithi045.teoijv (mgr.14164) 192 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:09:03.029 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:09:03.029 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:09:03.031 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:09:03.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:03 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:09:03.029810+0000 mon.smithi045 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.184:0/154088538' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:09:04.441 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:09:04.441 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:09:04.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:04 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:09:03.182951+0000 mgr.smithi045.teoijv (mgr.14164) 193 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:09:05.812 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:09:05.812 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:09:05.813 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:09:06.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:06 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:09:05.183309+0000 mgr.smithi045.teoijv (mgr.14164) 194 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:09:06.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:06 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:09:05.811350+0000 mon.smithi045 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.184:0/4192826268' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:09:07.196 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:09:07.197 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:09:08.510 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:09:08.510 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:09:08.512 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:09:08.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:08 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:09:07.183610+0000 mgr.smithi045.teoijv (mgr.14164) 195 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:09:09.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:09 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:09:08.510206+0000 mon.smithi045 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.184:0/2049902651' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:09:09.961 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:09:09.961 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:09:10.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:10 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:09:09.183878+0000 mgr.smithi045.teoijv (mgr.14164) 196 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:09:11.286 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:09:11.286 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:09:11.287 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:09:12.565 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:12 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:09:11.184229+0000 mgr.smithi045.teoijv (mgr.14164) 197 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:09:12.565 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:12 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:09:11.285963+0000 mon.smithi045 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.184:0/2277215652' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:09:12.667 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:09:12.668 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:09:13.993 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:09:13.993 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:09:13.994 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:09:14.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:14 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:09:13.184615+0000 mgr.smithi045.teoijv (mgr.14164) 198 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:09:14.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:14 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:09:13.993105+0000 mon.smithi045 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.184:0/1700692458' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:09:15.411 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:09:15.412 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:09:16.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:16 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:09:15.184982+0000 mgr.smithi045.teoijv (mgr.14164) 199 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:09:16.741 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:09:16.741 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:09:16.742 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:09:17.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:17 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:09:16.740942+0000 mon.smithi045 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.184:0/40327308' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:09:18.107 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:09:18.108 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:09:18.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:18 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:09:17.185292+0000 mgr.smithi045.teoijv (mgr.14164) 200 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:09:19.515 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:09:19.515 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:09:19.517 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:09:20.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:20 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:09:19.185684+0000 mgr.smithi045.teoijv (mgr.14164) 201 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:09:20.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:20 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:09:19.515110+0000 mon.smithi045 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.184:0/3420034611' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:09:20.899 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:09:20.899 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:09:22.179 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:09:22.179 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:09:22.181 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:09:22.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:22 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:09:21.186099+0000 mgr.smithi045.teoijv (mgr.14164) 202 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:09:22.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:22 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:09:22.179693+0000 mon.smithi045 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.184:0/3035588888' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:09:23.565 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:09:23.565 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:09:24.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:24 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:09:23.186496+0000 mgr.smithi045.teoijv (mgr.14164) 203 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:09:24.933 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:09:24.933 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:09:24.935 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:09:25.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:25 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:09:24.933761+0000 mon.smithi045 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.184:0/4043224557' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:09:26.342 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:09:26.342 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:09:26.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:26 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:09:25.186783+0000 mgr.smithi045.teoijv (mgr.14164) 204 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:09:27.692 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:09:27.692 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:09:27.693 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:09:28.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:28 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:09:27.187120+0000 mgr.smithi045.teoijv (mgr.14164) 205 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:09:28.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:28 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:09:27.692281+0000 mon.smithi045 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.184:0/3929148121' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:09:29.084 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:09:29.085 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:09:30.490 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:09:30.490 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:09:30.492 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:09:30.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:30 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:09:29.187523+0000 mgr.smithi045.teoijv (mgr.14164) 206 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:09:31.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:31 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:09:30.490203+0000 mon.smithi045 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.184:0/2901657075' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:09:31.883 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:09:31.883 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:09:32.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:32 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:09:31.187930+0000 mgr.smithi045.teoijv (mgr.14164) 207 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:09:33.231 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:09:33.231 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:09:33.233 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:09:33.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:33 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:09:33.231734+0000 mon.smithi045 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.184:0/3815307998' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:09:34.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:34 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:09:33.188277+0000 mgr.smithi045.teoijv (mgr.14164) 208 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:09:34.619 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:09:34.620 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:09:35.973 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:09:35.973 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:09:35.974 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:09:36.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:36 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:09:35.188627+0000 mgr.smithi045.teoijv (mgr.14164) 209 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:09:36.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:36 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:09:35.973009+0000 mon.smithi045 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.184:0/2074798593' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:09:37.354 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:09:37.355 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:09:38.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:38 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:09:37.189048+0000 mgr.smithi045.teoijv (mgr.14164) 210 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:09:38.780 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:09:38.780 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:09:38.782 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:09:39.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:39 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:09:38.780246+0000 mon.smithi045 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.184:0/1256177212' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:09:40.180 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:09:40.181 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:09:40.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:40 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:09:39.189284+0000 mgr.smithi045.teoijv (mgr.14164) 211 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:09:41.519 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:09:41.519 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:09:41.521 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:09:42.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:42 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:09:41.189627+0000 mgr.smithi045.teoijv (mgr.14164) 212 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:09:42.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:42 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:09:41.519703+0000 mon.smithi045 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.184:0/1001738823' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:09:42.900 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:09:42.901 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:09:44.238 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:09:44.239 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:09:44.240 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:09:44.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:44 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:09:43.190019+0000 mgr.smithi045.teoijv (mgr.14164) 213 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:09:44.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:44 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:09:44.238155+0000 mon.smithi045 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.184:0/1744734428' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:09:45.611 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:09:45.612 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:09:46.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:46 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:09:45.190442+0000 mgr.smithi045.teoijv (mgr.14164) 214 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:09:46.937 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:09:46.937 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:09:46.939 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:09:47.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:47 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:09:46.937633+0000 mon.smithi045 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.184:0/3508381543' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:09:48.311 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:09:48.311 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:09:48.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:48 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:09:47.190766+0000 mgr.smithi045.teoijv (mgr.14164) 215 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:09:49.718 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:09:49.718 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:09:49.720 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:09:50.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:09:49.191105+0000 mgr.smithi045.teoijv (mgr.14164) 216 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:09:50.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:09:49.277635+0000 mon.smithi045 (mon.0) 280 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.teoijv/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:09:50.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:09:49.278638+0000 mon.smithi045 (mon.0) 281 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.teoijv/trash_purge_schedule"}]: dispatch 2023-12-25T20:09:50.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:09:49.718584+0000 mon.smithi045 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.184:0/3001292449' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:09:51.132 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:09:51.133 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:09:52.482 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:09:52.482 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:09:52.483 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:09:52.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:52 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:09:51.191486+0000 mgr.smithi045.teoijv (mgr.14164) 217 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:09:53.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:53 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:09:52.481927+0000 mon.smithi045 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.184:0/554139590' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:09:53.861 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:09:53.861 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:09:54.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:54 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:09:53.191880+0000 mgr.smithi045.teoijv (mgr.14164) 218 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:09:55.285 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:09:55.285 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:09:55.287 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:09:56.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:09:55.192255+0000 mgr.smithi045.teoijv (mgr.14164) 219 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:09:56.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:09:55.286088+0000 mon.smithi045 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.184:0/3134009985' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:09:56.687 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:09:56.687 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:09:58.033 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:09:58.033 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:09:58.034 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:09:58.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:58 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:09:57.192532+0000 mgr.smithi045.teoijv (mgr.14164) 220 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:09:58.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:09:58 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:09:58.033206+0000 mon.smithi045 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.184:0/4132525129' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:09:59.406 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:09:59.407 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:10:00.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:09:59.192855+0000 mgr.smithi045.teoijv (mgr.14164) 221 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:10:00.821 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:10:00.822 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:10:00.823 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:10:01.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:01 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:10:00.821964+0000 mon.smithi045 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.184:0/3322231732' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:10:02.212 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:10:02.213 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:10:02.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:02 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:10:01.193126+0000 mgr.smithi045.teoijv (mgr.14164) 222 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:10:03.555 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:10:03.555 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:10:03.557 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:10:04.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:04 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:10:03.193469+0000 mgr.smithi045.teoijv (mgr.14164) 223 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:10:04.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:04 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:10:03.555690+0000 mon.smithi045 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.184:0/4221213177' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:10:04.970 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:10:04.970 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:10:06.284 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:10:06.285 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:10:06.286 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:10:06.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:06 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:10:05.193815+0000 mgr.smithi045.teoijv (mgr.14164) 224 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:10:07.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:07 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:10:06.284931+0000 mon.smithi045 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.184:0/2133993961' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:10:07.666 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:10:07.666 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:10:08.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:08 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:10:07.194132+0000 mgr.smithi045.teoijv (mgr.14164) 225 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:10:09.024 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:10:09.024 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:10:09.025 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:10:09.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:09 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:10:09.023940+0000 mon.smithi045 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.184:0/2059907082' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:10:10.406 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:10:10.407 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:10:10.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:10 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:10:09.194510+0000 mgr.smithi045.teoijv (mgr.14164) 226 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:10:11.802 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:10:11.802 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:10:11.804 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:10:12.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:12 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:10:11.194899+0000 mgr.smithi045.teoijv (mgr.14164) 227 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:10:12.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:12 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:10:11.802619+0000 mon.smithi045 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.184:0/343565359' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:10:13.178 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:10:13.178 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:10:14.455 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:10:14.456 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:10:14.457 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:10:14.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:14 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:10:13.195265+0000 mgr.smithi045.teoijv (mgr.14164) 228 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:10:15.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cephadm 2023-12-25T20:10:14.102846+0000 mgr.smithi045.teoijv (mgr.14164) 229 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi045 ... 2023-12-25T20:10:15.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Verifying port 9100 ... 2023-12-25T20:10:15.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Non-zero exit code 1 from systemctl start ceph-64716f94-a360-11ee-95a5-87774f69a715@node-exporter.smithi045 2023-12-25T20:10:15.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: systemctl: stderr Job for ceph-64716f94-a360-11ee-95a5-87774f69a715@node-exporter.smithi045.service failed because a timeout was exceeded. 2023-12-25T20:10:15.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: systemctl: stderr See "systemctl status ceph-64716f94-a360-11ee-95a5-87774f69a715@node-exporter.smithi045.service" and "journalctl -xe" for details. 2023-12-25T20:10:15.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Traceback (most recent call last): 2023-12-25T20:10:15.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: File "/var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-12-25T20:10:15.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: main() 2023-12-25T20:10:15.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: File "/var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-12-25T20:10:15.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: r = ctx.func(ctx) 2023-12-25T20:10:15.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: File "/var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-12-25T20:10:15.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: return func(ctx) 2023-12-25T20:10:15.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: File "/var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2023-12-25T20:10:15.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: ports=daemon_ports) 2023-12-25T20:10:15.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: File "/var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2608, in deploy_daemon 2023-12-25T20:10:15.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: c, osd_fsid=osd_fsid, ports=ports) 2023-12-25T20:10:15.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: File "/var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2806, in deploy_daemon_units 2023-12-25T20:10:15.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-12-25T20:10:15.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: File "/var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2023-12-25T20:10:15.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-12-25T20:10:15.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: RuntimeError: Failed command: systemctl start ceph-64716f94-a360-11ee-95a5-87774f69a715@node-exporter.smithi045 2023-12-25T20:10:15.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Traceback (most recent call last): 2023-12-25T20:10:15.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2023-12-25T20:10:15.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: yield (conn, connr) 2023-12-25T20:10:15.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2023-12-25T20:10:15.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: code, '\n'.join(err))) 2023-12-25T20:10:15.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi045 ... 2023-12-25T20:10:15.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Verifying port 9100 ... 2023-12-25T20:10:15.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Non-zero exit code 1 from systemctl start ceph-64716f94-a360-11ee-95a5-87774f69a715@node-exporter.smithi045 2023-12-25T20:10:15.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: systemctl: stderr Job for ceph-64716f94-a360-11ee-95a5-87774f69a715@node-exporter.smithi045.service failed because a timeout was exceeded. 2023-12-25T20:10:15.565 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: systemctl: stderr See "systemctl status ceph-64716f94-a360-11ee-95a5-87774f69a715@node-exporter.smithi045.service" and "journalctl -xe" for details. 2023-12-25T20:10:15.565 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: Traceback (most recent call last): 2023-12-25T20:10:15.565 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: File "/var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-12-25T20:10:15.565 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: main() 2023-12-25T20:10:15.565 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: File "/var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-12-25T20:10:15.565 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: r = ctx.func(ctx) 2023-12-25T20:10:15.565 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: File "/var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-12-25T20:10:15.565 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: return func(ctx) 2023-12-25T20:10:15.565 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: File "/var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2023-12-25T20:10:15.565 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: ports=daemon_ports) 2023-12-25T20:10:15.565 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: File "/var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2608, in deploy_daemon 2023-12-25T20:10:15.565 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: c, osd_fsid=osd_fsid, ports=ports) 2023-12-25T20:10:15.565 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: File "/var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2806, in deploy_daemon_units 2023-12-25T20:10:15.565 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-12-25T20:10:15.566 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: File "/var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2023-12-25T20:10:15.566 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-12-25T20:10:15.566 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: RuntimeError: Failed command: systemctl start ceph-64716f94-a360-11ee-95a5-87774f69a715@node-exporter.smithi045 2023-12-25T20:10:15.566 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cephadm 2023-12-25T20:10:14.108726+0000 mgr.smithi045.teoijv (mgr.14164) 230 : cephadm [INF] Deploying daemon prometheus.smithi045 on smithi045 2023-12-25T20:10:15.566 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:10:14.455957+0000 mon.smithi045 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.184:0/673346305' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:10:15.835 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:10:15.835 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:10:16.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:16 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:10:15.195622+0000 mgr.smithi045.teoijv (mgr.14164) 231 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:10:17.165 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:10:17.166 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:10:17.167 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:10:17.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:17 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:10:17.166117+0000 mon.smithi045 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.184:0/716968801' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:10:18.540 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:10:18.541 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:10:18.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:18 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:10:17.195983+0000 mgr.smithi045.teoijv (mgr.14164) 232 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:10:19.889 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:10:19.889 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:10:19.891 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:10:20.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:20 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:10:19.196321+0000 mgr.smithi045.teoijv (mgr.14164) 233 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:10:20.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:20 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:10:19.889561+0000 mon.smithi045 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.184:0/242527290' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:10:21.268 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:10:21.268 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:10:22.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:22 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:10:21.196648+0000 mgr.smithi045.teoijv (mgr.14164) 234 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:10:22.612 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:10:22.612 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:10:22.614 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:10:23.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:23 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:10:22.612290+0000 mon.smithi045 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.184:0/1994652606' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:10:24.003 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:10:24.004 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:10:24.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:24 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:10:23.197010+0000 mgr.smithi045.teoijv (mgr.14164) 235 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:10:25.381 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:10:25.381 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:10:25.382 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:10:26.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:26 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:10:25.197263+0000 mgr.smithi045.teoijv (mgr.14164) 236 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:10:26.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:26 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:10:25.381110+0000 mon.smithi045 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.184:0/3789511833' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:10:26.777 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:10:26.777 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:10:28.113 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:10:28.114 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:10:28.114 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:10:28.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:28 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:10:27.197589+0000 mgr.smithi045.teoijv (mgr.14164) 237 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:10:28.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:28 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:10:28.113095+0000 mon.smithi045 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.184:0/3498387790' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:10:29.490 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:10:29.491 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:10:30.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:30 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:10:29.197999+0000 mgr.smithi045.teoijv (mgr.14164) 238 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:10:30.816 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:10:30.816 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:10:30.818 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:10:31.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:31 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:10:30.816794+0000 mon.smithi045 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.184:0/4125648413' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:10:32.207 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:10:32.208 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:10:32.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:32 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:10:31.198299+0000 mgr.smithi045.teoijv (mgr.14164) 239 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:10:33.543 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:10:33.543 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:10:33.544 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:10:34.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:34 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:10:33.198626+0000 mgr.smithi045.teoijv (mgr.14164) 240 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:10:34.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:34 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:10:33.542962+0000 mon.smithi045 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.184:0/4138823637' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:10:34.943 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:10:34.943 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:10:36.263 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:10:36.264 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:10:36.265 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:10:36.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:36 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:10:35.198960+0000 mgr.smithi045.teoijv (mgr.14164) 241 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:10:37.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:37 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:10:36.263869+0000 mon.smithi045 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.184:0/3747330745' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:10:37.636 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:10:37.636 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:10:38.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:38 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:10:37.199253+0000 mgr.smithi045.teoijv (mgr.14164) 242 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:10:38.943 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:10:38.943 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:10:38.945 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:10:39.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:39 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:10:38.943191+0000 mon.smithi045 (mon.0) 300 : audit [DBG] from='client.? 172.21.15.184:0/1711717618' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:10:40.324 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:10:40.324 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:10:40.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:40 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:10:39.199586+0000 mgr.smithi045.teoijv (mgr.14164) 243 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:10:41.655 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:10:41.655 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:10:41.657 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:10:42.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:42 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:10:41.199888+0000 mgr.smithi045.teoijv (mgr.14164) 244 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:10:42.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:42 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:10:41.655166+0000 mon.smithi045 (mon.0) 301 : audit [DBG] from='client.? 172.21.15.184:0/1505086447' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:10:43.045 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:10:43.046 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:10:44.392 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:10:44.392 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:10:44.393 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:10:44.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:44 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:10:43.200266+0000 mgr.smithi045.teoijv (mgr.14164) 245 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:10:45.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:45 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:10:44.392453+0000 mon.smithi045 (mon.0) 302 : audit [DBG] from='client.? 172.21.15.184:0/2465510347' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:10:45.769 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:10:45.770 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:10:46.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:46 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:10:45.200658+0000 mgr.smithi045.teoijv (mgr.14164) 246 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:10:47.122 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:10:47.122 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:10:47.123 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:10:47.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:47 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:10:47.122080+0000 mon.smithi045 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.184:0/4027992142' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:10:48.523 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:10:48.523 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:10:48.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:48 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:10:47.200898+0000 mgr.smithi045.teoijv (mgr.14164) 247 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:10:49.897 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:10:49.897 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:10:49.902 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:10:50.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:10:49.201236+0000 mgr.smithi045.teoijv (mgr.14164) 248 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:10:50.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:10:49.278863+0000 mon.smithi045 (mon.0) 304 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.teoijv/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:10:50.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:10:49.279735+0000 mon.smithi045 (mon.0) 305 : audit [INF] from='mgr.14164 172.21.15.45:0/3947675745' entity='mgr.smithi045.teoijv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.teoijv/trash_purge_schedule"}]: dispatch 2023-12-25T20:10:50.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:50 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:10:49.896815+0000 mon.smithi045 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.184:0/1545528717' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:10:51.281 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:10:51.281 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:10:52.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:52 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:10:51.201621+0000 mgr.smithi045.teoijv (mgr.14164) 249 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:10:52.611 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:10:52.612 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:10:52.613 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:10:53.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:53 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:10:52.611758+0000 mon.smithi045 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.184:0/4180495815' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:10:53.993 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:10:53.993 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:10:54.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:54 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:10:53.202012+0000 mgr.smithi045.teoijv (mgr.14164) 250 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:10:55.314 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:10:55.314 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:10:55.315 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:10:56.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:10:55.202257+0000 mgr.smithi045.teoijv (mgr.14164) 251 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:10:56.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:56 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:10:55.314105+0000 mon.smithi045 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.184:0/2769941203' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:10:56.697 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:10:56.697 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:10:58.050 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:10:58.050 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:10:58.051 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:10:58.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:58 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:10:57.202570+0000 mgr.smithi045.teoijv (mgr.14164) 252 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:10:58.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:10:58 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:10:58.049972+0000 mon.smithi045 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.184:0/2414049818' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:10:59.438 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:10:59.439 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:11:00.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:00 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:10:59.202912+0000 mgr.smithi045.teoijv (mgr.14164) 253 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:11:00.757 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:11:00.758 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:11:00.759 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:11:01.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:01 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:11:00.758180+0000 mon.smithi045 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.184:0/2316176658' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:11:02.134 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:11:02.134 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:11:02.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:02 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:11:01.203242+0000 mgr.smithi045.teoijv (mgr.14164) 254 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:11:03.451 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:11:03.451 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:11:03.452 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:11:04.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:04 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:11:03.203640+0000 mgr.smithi045.teoijv (mgr.14164) 255 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:11:04.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:04 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:11:03.450838+0000 mon.smithi045 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.184:0/3326808728' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:11:04.851 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:11:04.852 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:11:06.200 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:11:06.200 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:11:06.201 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:11:06.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:06 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:11:05.204034+0000 mgr.smithi045.teoijv (mgr.14164) 256 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:11:07.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:07 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:11:06.200225+0000 mon.smithi045 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.184:0/290486595' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:11:07.581 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:11:07.581 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:11:08.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:08 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:11:07.204329+0000 mgr.smithi045.teoijv (mgr.14164) 257 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:11:08.897 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:11:08.897 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:11:08.898 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:11:09.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:09 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:11:08.897390+0000 mon.smithi045 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.184:0/731107545' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:11:10.262 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:11:10.263 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:11:10.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:10 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:11:09.204654+0000 mgr.smithi045.teoijv (mgr.14164) 258 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:11:11.575 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:11:11.575 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:11:11.577 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:11:12.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:12 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:11:11.205051+0000 mgr.smithi045.teoijv (mgr.14164) 259 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:11:12.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:12 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:11:11.575276+0000 mon.smithi045 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.184:0/2274884094' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:11:12.957 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:11:12.957 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:11:14.278 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:11:14.279 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:11:14.280 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:11:14.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:14 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:11:13.205373+0000 mgr.smithi045.teoijv (mgr.14164) 260 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:11:15.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:15 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:11:14.279398+0000 mon.smithi045 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.184:0/3439132867' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:11:15.673 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:11:15.673 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:11:16.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:16 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:11:15.205774+0000 mgr.smithi045.teoijv (mgr.14164) 261 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:11:17.022 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:11:17.022 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:11:17.023 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:11:17.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:17 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:11:17.022100+0000 mon.smithi045 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.184:0/3217455579' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:11:18.408 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:11:18.408 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:11:18.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:18 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:11:17.206029+0000 mgr.smithi045.teoijv (mgr.14164) 262 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:11:19.756 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:11:19.756 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:11:19.757 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:11:20.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:20 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:11:19.206376+0000 mgr.smithi045.teoijv (mgr.14164) 263 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:11:20.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:20 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:11:19.756176+0000 mon.smithi045 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.184:0/126429375' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:11:21.136 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:11:21.136 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:11:22.473 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:11:22.473 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:11:22.475 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:11:22.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:22 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:11:21.206717+0000 mgr.smithi045.teoijv (mgr.14164) 264 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:11:23.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:23 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:11:22.473780+0000 mon.smithi045 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.184:0/2119276439' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:11:23.880 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:11:23.880 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:11:24.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:24 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:11:23.207051+0000 mgr.smithi045.teoijv (mgr.14164) 265 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:11:25.196 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:11:25.197 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:11:25.198 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:11:26.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:26 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:11:25.196936+0000 mon.smithi045 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.184:0/3167624366' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:11:26.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:26 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:11:25.207371+0000 mgr.smithi045.teoijv (mgr.14164) 266 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:11:26.562 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:11:26.563 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:11:27.915 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:11:27.915 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:11:27.917 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:11:28.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:28 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:11:27.207667+0000 mgr.smithi045.teoijv (mgr.14164) 267 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:11:28.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:28 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:11:27.915837+0000 mon.smithi045 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.184:0/2191306362' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:11:29.299 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:11:29.299 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:11:30.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:30 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:11:29.207999+0000 mgr.smithi045.teoijv (mgr.14164) 268 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:11:30.596 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:11:30.596 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:11:30.598 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:11:31.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:31 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:11:30.596066+0000 mon.smithi045 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.184:0/3173116349' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:11:31.978 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:11:31.979 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:11:32.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:32 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:11:31.208263+0000 mgr.smithi045.teoijv (mgr.14164) 269 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:11:33.346 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:11:33.347 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:11:33.348 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:11:34.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:34 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:11:33.208605+0000 mgr.smithi045.teoijv (mgr.14164) 270 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:11:34.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:34 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:11:33.346687+0000 mon.smithi045 (mon.0) 322 : audit [DBG] from='client.? 172.21.15.184:0/4178184166' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:11:34.718 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:11:34.718 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:11:36.133 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:11:36.133 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:11:36.135 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:11:36.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:36 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:11:35.208930+0000 mgr.smithi045.teoijv (mgr.14164) 271 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:11:37.507 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:11:37.508 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:11:37.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:37 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:11:36.133670+0000 mon.smithi045 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.184:0/2714786105' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:11:38.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:38 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:11:37.209178+0000 mgr.smithi045.teoijv (mgr.14164) 272 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:11:38.895 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:11:38.895 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:11:38.896 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:11:39.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:39 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:11:38.895590+0000 mon.smithi045 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.184:0/1919992913' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:11:40.269 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:11:40.269 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:11:40.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:40 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:11:39.209395+0000 mgr.smithi045.teoijv (mgr.14164) 273 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:11:41.615 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:11:41.615 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:11:41.616 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:11:42.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:42 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:11:41.209767+0000 mgr.smithi045.teoijv (mgr.14164) 274 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:11:42.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:42 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: audit 2023-12-25T20:11:41.615051+0000 mon.smithi045 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.184:0/1234147206' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:11:42.994 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:11:42.995 DEBUG:teuthology.orchestra.run.smithi184:> 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 64716f94-a360-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:11:44.358 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-25T20:11:44.358 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"64716f94-a360-11ee-95a5-87774f69a715","modified":"2023-12-25T20:01:54.766586Z","created":"2023-12-25T20:01:54.766586Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:11:44.360 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-25T20:11:44.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:44 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: cluster 2023-12-25T20:11:43.210092+0000 mgr.smithi045.teoijv (mgr.14164) 275 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:11:44.768 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds 2023-12-25T20:11:44.770 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-25T20:11:44.770 DEBUG:teuthology.orchestra.run.smithi045:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-25T20:11:44.795 DEBUG:teuthology.orchestra.run.smithi184:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-25T20:11:44.813 INFO:tasks.cephadm:Stopping all daemons... 2023-12-25T20:11:44.814 INFO:tasks.cephadm.mon.smithi045:Stopping mon.smithi045... 2023-12-25T20:11:44.814 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-64716f94-a360-11ee-95a5-87774f69a715@mon.smithi045 2023-12-25T20:11:45.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:44 smithi045 systemd[1]: Stopping Ceph mon.smithi045 for 64716f94-a360-11ee-95a5-87774f69a715... 2023-12-25T20:11:45.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:44 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:11:44.952+0000 7fed1773c700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi045 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-25T20:11:45.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 25 20:11:44 smithi045 ceph-64716f94-a360-11ee-95a5-87774f69a715-mon.smithi045[107495]: debug 2023-12-25T20:11:44.952+0000 7fed1773c700 -1 mon.smithi045@0(leader) e1 *** Got Signal Terminated *** 2023-12-25T20:11:45.509 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-64716f94-a360-11ee-95a5-87774f69a715@mon.smithi045.service' 2023-12-25T20:11:45.561 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-25T20:11:45.561 INFO:tasks.cephadm.mon.smithi045:Stopped mon.smithi045 2023-12-25T20:11:45.561 INFO:tasks.cephadm.mon.smithi184:Stopping mon.smithi184... 2023-12-25T20:11:45.562 DEBUG:teuthology.orchestra.run.smithi184:> sudo systemctl stop ceph-64716f94-a360-11ee-95a5-87774f69a715@mon.smithi184 2023-12-25T20:11:45.601 INFO:teuthology.orchestra.run.smithi184.stderr:Failed to stop ceph-64716f94-a360-11ee-95a5-87774f69a715@mon.smithi184.service: Unit ceph-64716f94-a360-11ee-95a5-87774f69a715@mon.smithi184.service not loaded. 2023-12-25T20:11:45.602 DEBUG:teuthology.orchestra.run:got remote process result: 5 2023-12-25T20:11:45.603 ERROR:tasks.cephadm:Failed to stop "ceph.mon.smithi184" Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 531, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi184 with status 5: 'sudo systemctl stop ceph-64716f94-a360-11ee-95a5-87774f69a715@mon.smithi184' 2023-12-25T20:11:45.604 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-25T20:11:45.606 DEBUG:teuthology.misc:Transferring archived files from smithi045:/var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500871/remote/ubuntu@smithi045.front.sepia.ceph.com/crash 2023-12-25T20:11:45.606 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/crash -- . 2023-12-25T20:11:45.649 DEBUG:teuthology.misc:Transferring archived files from smithi184:/var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500871/remote/ubuntu@smithi184.front.sepia.ceph.com/crash 2023-12-25T20:11:45.650 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/crash -- . 2023-12-25T20:11:45.693 INFO:teuthology.orchestra.run.smithi184.stderr:tar: /var/lib/ceph/64716f94-a360-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-25T20:11:45.693 INFO:teuthology.orchestra.run.smithi184.stderr:tar: Error is not recoverable: exiting now 2023-12-25T20:11:45.694 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-25T20:11:45.694 DEBUG:teuthology.orchestra.run.smithi045:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-25T20:11:45.724 INFO:teuthology.orchestra.run.smithi045.stderr:grep: /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715/ceph.log: No such file or directory 2023-12-25T20:11:45.726 INFO:tasks.cephadm:Compressing logs... 2023-12-25T20:11:45.726 DEBUG:teuthology.orchestra.run.smithi045:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-25T20:11:45.769 DEBUG:teuthology.orchestra.run.smithi184:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-25T20:11:45.796 INFO:teuthology.orchestra.run.smithi045.stderr:find: ‘/var/log/rbd-target-api’gzip -5 : No such file or directory--verbose 2023-12-25T20:11:45.796 INFO:teuthology.orchestra.run.smithi045.stderr:-- /var/log/ceph/cephadm.log 2023-12-25T20:11:45.796 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715/ceph-mon.smithi045.log 2023-12-25T20:11:45.796 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-25T20:11:45.797 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715/ceph-mon.smithi045.log: gzip -5 --verbose -- /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715/ceph-mgr.smithi045.teoijv.log 2023-12-25T20:11:45.797 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715/ceph-volume.log: /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715/ceph-mgr.smithi045.teoijv.log: 90.2% -- replaced with /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-25T20:11:45.798 INFO:teuthology.orchestra.run.smithi045.stderr: 90.5% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-25T20:11:45.800 INFO:teuthology.orchestra.run.smithi184.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-25T20:11:45.800 INFO:teuthology.orchestra.run.smithi184.stderr:: No such file or directory 2023-12-25T20:11:45.807 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/cephadm.log: 96.2% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-25T20:11:45.807 INFO:teuthology.orchestra.run.smithi184.stderr: 2023-12-25T20:11:45.807 INFO:teuthology.orchestra.run.smithi184.stderr:real 0m0.015s 2023-12-25T20:11:45.807 INFO:teuthology.orchestra.run.smithi184.stderr:user 0m0.010s 2023-12-25T20:11:45.807 INFO:teuthology.orchestra.run.smithi184.stderr:sys 0m0.014s 2023-12-25T20:11:45.874 INFO:teuthology.orchestra.run.smithi045.stderr: 92.7% -- replaced with /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715/ceph-mgr.smithi045.teoijv.log.gz 2023-12-25T20:11:45.941 INFO:teuthology.orchestra.run.smithi045.stderr: 90.6% -- replaced with /var/log/ceph/64716f94-a360-11ee-95a5-87774f69a715/ceph-mon.smithi045.log.gz 2023-12-25T20:11:45.943 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-12-25T20:11:45.943 INFO:teuthology.orchestra.run.smithi045.stderr:real 0m0.158s 2023-12-25T20:11:45.943 INFO:teuthology.orchestra.run.smithi045.stderr:user 0m0.227s 2023-12-25T20:11:45.943 INFO:teuthology.orchestra.run.smithi045.stderr:sys 0m0.022s 2023-12-25T20:11:45.944 INFO:tasks.cephadm:Archiving logs... 2023-12-25T20:11:45.944 DEBUG:teuthology.misc:Transferring archived files from smithi045:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500871/remote/ubuntu@smithi045.front.sepia.ceph.com/log 2023-12-25T20:11:45.945 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-25T20:11:46.054 DEBUG:teuthology.misc:Transferring archived files from smithi184:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500871/remote/ubuntu@smithi184.front.sepia.ceph.com/log 2023-12-25T20:11:46.055 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-25T20:11:46.088 INFO:tasks.cephadm:Removing cluster... 2023-12-25T20:11:46.088 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 64716f94-a360-11ee-95a5-87774f69a715 --force 2023-12-25T20:12:43.696 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 64716f94-a360-11ee-95a5-87774f69a715 --force 2023-12-25T20:12:44.013 INFO:tasks.cephadm:Removing cephadm ... 2023-12-25T20:12:44.013 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-25T20:12:44.033 DEBUG:teuthology.orchestra.run.smithi184:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-25T20:12:44.050 INFO:tasks.cephadm:Teardown complete 2023-12-25T20:12:44.050 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 1463, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 531, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi184 with status 5: 'sudo systemctl stop ceph-64716f94-a360-11ee-95a5-87774f69a715@mon.smithi184' 2023-12-25T20:12:44.137 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=58865337d17943cca8b53721377b14d3 Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 1463, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 531, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi184 with status 5: 'sudo systemctl stop ceph-64716f94-a360-11ee-95a5-87774f69a715@mon.smithi184' 2023-12-25T20:12:44.141 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-25T20:12:44.151 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-25T20:12:44.168 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-25T20:12:44.169 DEBUG:teuthology.orchestra.run.smithi045:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-25T20:12:44.194 DEBUG:teuthology.orchestra.run.smithi184:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-25T20:12:44.202 INFO:teuthology.orchestra.run.smithi045.stderr:bash: ntpq: command not found 2023-12-25T20:12:44.206 INFO:teuthology.orchestra.run.smithi045.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-25T20:12:44.206 INFO:teuthology.orchestra.run.smithi045.stdout:=============================================================================== 2023-12-25T20:12:44.206 INFO:teuthology.orchestra.run.smithi045.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 40 +652us[ +652us] +/- 78ms 2023-12-25T20:12:44.206 INFO:teuthology.orchestra.run.smithi045.stdout:^* hv02.front.sepia.ceph.com 3 6 377 42 +411us[ +466us] +/- 67ms 2023-12-25T20:12:44.206 INFO:teuthology.orchestra.run.smithi045.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 42 -1193us[-1138us] +/- 84ms 2023-12-25T20:12:44.206 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:12:44.210 INFO:teuthology.orchestra.run.smithi184.stderr:bash: ntpq: command not found 2023-12-25T20:12:44.214 INFO:teuthology.orchestra.run.smithi184.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-25T20:12:44.214 INFO:teuthology.orchestra.run.smithi184.stdout:=============================================================================== 2023-12-25T20:12:44.214 INFO:teuthology.orchestra.run.smithi184.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 41 +656us[ +656us] +/- 78ms 2023-12-25T20:12:44.214 INFO:teuthology.orchestra.run.smithi184.stdout:^* hv02.front.sepia.ceph.com 3 6 377 42 +424us[ +421us] +/- 67ms 2023-12-25T20:12:44.215 INFO:teuthology.orchestra.run.smithi184.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 39 -1206us[-1206us] +/- 84ms 2023-12-25T20:12:44.215 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:12:44.215 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-25T20:12:44.225 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-25T20:12:44.225 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-25T20:12:44.235 DEBUG:teuthology.orchestra.run.smithi045:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-25T20:12:44.339 DEBUG:teuthology.orchestra.run.smithi184:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-25T20:12:44.429 DEBUG:teuthology.orchestra.run.smithi045:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-25T20:12:44.461 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:12:44.462 DEBUG:teuthology.orchestra.run.smithi184:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-25T20:12:44.493 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:12:44.494 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-25T20:12:44.503 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-25T20:12:44.515 INFO:teuthology.task.internal:Duration was 1153.354091 seconds 2023-12-25T20:12:44.515 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-25T20:12:44.522 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-25T20:12:44.523 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-25T20:12:44.525 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-25T20:12:44.570 INFO:teuthology.orchestra.run.smithi045.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-25T20:12:44.580 INFO:teuthology.orchestra.run.smithi184.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-25T20:12:44.825 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-25T20:12:44.825 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi045.front.sepia.ceph.com 2023-12-25T20:12:44.825 DEBUG:teuthology.orchestra.run.smithi045:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-25T20:12:44.848 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi184.front.sepia.ceph.com 2023-12-25T20:12:44.849 DEBUG:teuthology.orchestra.run.smithi184:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-25T20:12:44.891 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-25T20:12:44.891 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-25T20:12:44.905 DEBUG:teuthology.orchestra.run.smithi184:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-25T20:12:44.986 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-25T20:12:44.986 DEBUG:teuthology.orchestra.run.smithi045:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-25T20:12:45.005 DEBUG:teuthology.orchestra.run.smithi184:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-25T20:12:45.122 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-25T20:12:45.139 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-25T20:12:45.140 DEBUG:teuthology.orchestra.run.smithi045:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-25T20:12:45.169 DEBUG:teuthology.orchestra.run.smithi184:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-25T20:12:45.197 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-25T20:12:45.229 DEBUG:teuthology.orchestra.run.smithi045:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-25T20:12:45.232 DEBUG:teuthology.orchestra.run.smithi184:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-25T20:12:45.256 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = core 2023-12-25T20:12:45.263 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern = core 2023-12-25T20:12:45.287 DEBUG:teuthology.orchestra.run.smithi045:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-25T20:12:45.331 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:12:45.331 DEBUG:teuthology.orchestra.run.smithi184:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-25T20:12:45.349 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:12:45.349 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-25T20:12:45.365 INFO:teuthology.task.internal:Transferring archived files... 2023-12-25T20:12:45.366 DEBUG:teuthology.misc:Transferring archived files from smithi045:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500871/remote/smithi045 2023-12-25T20:12:45.367 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-25T20:12:45.437 DEBUG:teuthology.misc:Transferring archived files from smithi184:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500871/remote/smithi184 2023-12-25T20:12:45.438 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-25T20:12:45.499 INFO:teuthology.task.internal:Removing archive directory... 2023-12-25T20:12:45.499 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-25T20:12:45.502 DEBUG:teuthology.orchestra.run.smithi184:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-25T20:12:45.552 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-25T20:12:45.648 INFO:teuthology.task.internal:Not uploading archives. 2023-12-25T20:12:45.648 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-25T20:12:45.716 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-25T20:12:45.717 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-25T20:12:45.719 DEBUG:teuthology.orchestra.run.smithi184:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-25T20:12:45.735 INFO:teuthology.orchestra.run.smithi045.stdout: 525367 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 25 20:12 /home/ubuntu/cephtest 2023-12-25T20:12:45.737 INFO:teuthology.orchestra.run.smithi184.stdout: 526082 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 25 20:12 /home/ubuntu/cephtest 2023-12-25T20:12:45.738 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-25T20:12:45.757 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-25T20:12:45.777 INFO:teuthology.nuke:Checking targets against current locks 2023-12-25T20:12:45.804 DEBUG:teuthology.nuke:shortname: smithi045 2023-12-25T20:12:45.804 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-25T20:12:45.827 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500871', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-25 19:45:06.984731', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOc5bEdIUd9wSaQTl+nZNbK8srh9s1GtTjr1iu5pa6QnGVH9WlL0uj1RLqyeOjGmNE2W7vBYaMYtp1HXcDeZD98='} 2023-12-25T20:12:45.831 DEBUG:teuthology.nuke:shortname: smithi184 2023-12-25T20:12:45.832 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-25T20:12:45.856 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi184.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500871', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-25 19:45:06.982871', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN1NbLuMe7e+DQlQCevFxZYvik/x0iT65z0RHDKHEMnjBnqwkJrnYIyCkh7e0I2OtQqeb7cWppiWFU9QxmYWpIo='} 2023-12-25T20:12:45.875 INFO:teuthology.orchestra.console.smithi045:Power off 2023-12-25T20:12:45.875 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-25T20:12:45.898 DEBUG:teuthology.orchestra.console.smithi045:power off output: Chassis Power Control: Down/Off 2023-12-25T20:12:45.899 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T20:12:45.918 INFO:teuthology.orchestra.console.smithi184:Power off 2023-12-25T20:12:45.919 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-25T20:12:45.928 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2023-12-25T20:12:45.942 DEBUG:teuthology.orchestra.console.smithi184:power off output: Chassis Power Control: Down/Off 2023-12-25T20:12:45.942 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T20:12:45.965 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is on 2023-12-25T20:12:49.930 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T20:12:49.965 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T20:12:50.041 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2023-12-25T20:12:50.079 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is on 2023-12-25T20:12:54.046 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T20:12:54.080 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T20:12:54.157 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is off 2023-12-25T20:12:54.190 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is off 2023-12-25T20:12:54.258 INFO:teuthology.orchestra.console.smithi045:Power off completed 2023-12-25T20:12:54.291 INFO:teuthology.orchestra.console.smithi184:Power off completed 2023-12-25T20:12:54.395 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: 1153.3540914058685 failure_reason: 'Command failed on smithi184 with status 5: ''sudo systemctl stop ceph-64716f94-a360-11ee-95a5-87774f69a715@mon.smithi184''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=58865337d17943cca8b53721377b14d3 status: fail success: false 2023-12-25T20:12:54.396 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-25T20:12:54.470 INFO:teuthology.run:FAIL