2023-12-26T17:10:35.176 INFO:root:teuthology version: 0.0.1.dev226+g9680d2a 2023-12-26T17:10:35.176 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} --name yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi --verbose --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501476 -- /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501476/orig.config.yaml 2023-12-26T17:10:35.216 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-26T17:10:35.298 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501476 branch: wip-yuri7-testing-2023-12-20-0808-pacific description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} email: null first_in_suite: false job_id: '7501476' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-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-yuri7-testing-2023-12-20-0808-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: 639f0137318def3e5f393094e5494880043a8f32 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 639f0137318def3e5f393094e5494880043a8f32 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri7-testing-2023-12-20-0808-pacific sha1: 639f0137318def3e5f393094e5494880043a8f32 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: 592 sha1: 639f0137318def3e5f393094e5494880043a8f32 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri7-testing-2023-12-20-0808-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 639f0137318def3e5f393094e5494880043a8f32 targets: smithi169.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNnQXAMrIKZi5BUzPEdpEP+s1tUeriw1nc0Bgwgxu8By+kqH2/5YguEsjpf+VYaJqoXoSJ5NqlOiv9fhW4gCeUw= smithi173.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK9C576a+nWnVjiS6Mu4seiRpnJFB0DBJBF8YsWkhqI9os18OIC4Rfqqx5vg3CeN0kkwWJEi+M2X/wftMb0a+iY= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v16.2.5 cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v16.2.5 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 5 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 9680d2aba1e76f64ade295c81599c97907457848 timestamp: 2023-12-26_16:41:10 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-26T17:10:35.298 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa; will attempt to use it 2023-12-26T17:10:35.299 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks 2023-12-26T17:10:35.299 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-26T17:10:35.301 INFO:teuthology.task.internal:Checking packages... 2023-12-26T17:10:35.323 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '639f0137318def3e5f393094e5494880043a8f32' 2023-12-26T17:10:35.323 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-26T17:10:35.324 INFO:teuthology.packaging:ref: None 2023-12-26T17:10:35.324 INFO:teuthology.packaging:tag: None 2023-12-26T17:10:35.324 INFO:teuthology.packaging:branch: wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-26T17:10:35.324 INFO:teuthology.packaging:sha1: 639f0137318def3e5f393094e5494880043a8f32 2023-12-26T17:10:35.324 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-26T17:10:35.467 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-413.g639f0137 2023-12-26T17:10:35.469 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-26T17:10:35.475 INFO:teuthology.task.internal:no buildpackages task found 2023-12-26T17:10:35.475 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-26T17:10:35.515 INFO:teuthology.task.internal:Saving configuration 2023-12-26T17:10:35.532 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-26T17:10:35.540 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-26T17:10:35.565 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi169.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501476', '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-26 17:05:30.976273', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNnQXAMrIKZi5BUzPEdpEP+s1tUeriw1nc0Bgwgxu8By+kqH2/5YguEsjpf+VYaJqoXoSJ5NqlOiv9fhW4gCeUw='} 2023-12-26T17:10:35.588 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi173.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501476', '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-26 17:05:30.978255', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK9C576a+nWnVjiS6Mu4seiRpnJFB0DBJBF8YsWkhqI9os18OIC4Rfqqx5vg3CeN0kkwWJEi+M2X/wftMb0a+iY='} 2023-12-26T17:10:35.588 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-26T17:10:35.594 INFO:teuthology.task.internal:roles: ubuntu@smithi169.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-12-26T17:10:35.594 INFO:teuthology.task.internal:roles: ubuntu@smithi173.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-12-26T17:10:35.594 INFO:teuthology.run_tasks:Running task console_log... 2023-12-26T17:10:35.682 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f1aac803e50>, signals=[15]) 2023-12-26T17:10:35.683 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-26T17:10:35.695 INFO:teuthology.task.internal:Opening connections... 2023-12-26T17:10:35.695 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi169.front.sepia.ceph.com 2023-12-26T17:10:35.697 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:10:35.765 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi173.front.sepia.ceph.com 2023-12-26T17:10:35.766 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:10:35.836 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-26T17:10:35.843 DEBUG:teuthology.orchestra.run.smithi169:> uname -m 2023-12-26T17:10:35.866 INFO:teuthology.orchestra.run.smithi169.stdout:x86_64 2023-12-26T17:10:35.866 DEBUG:teuthology.orchestra.run.smithi169:> cat /etc/os-release 2023-12-26T17:10:35.928 INFO:teuthology.orchestra.run.smithi169.stdout:NAME="CentOS Stream" 2023-12-26T17:10:35.928 INFO:teuthology.orchestra.run.smithi169.stdout:VERSION="8" 2023-12-26T17:10:35.928 INFO:teuthology.orchestra.run.smithi169.stdout:ID="centos" 2023-12-26T17:10:35.928 INFO:teuthology.orchestra.run.smithi169.stdout:ID_LIKE="rhel fedora" 2023-12-26T17:10:35.929 INFO:teuthology.orchestra.run.smithi169.stdout:VERSION_ID="8" 2023-12-26T17:10:35.929 INFO:teuthology.orchestra.run.smithi169.stdout:PLATFORM_ID="platform:el8" 2023-12-26T17:10:35.929 INFO:teuthology.orchestra.run.smithi169.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-26T17:10:35.929 INFO:teuthology.orchestra.run.smithi169.stdout:ANSI_COLOR="0;31" 2023-12-26T17:10:35.929 INFO:teuthology.orchestra.run.smithi169.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-26T17:10:35.929 INFO:teuthology.orchestra.run.smithi169.stdout:HOME_URL="https://centos.org/" 2023-12-26T17:10:35.929 INFO:teuthology.orchestra.run.smithi169.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-26T17:10:35.929 INFO:teuthology.orchestra.run.smithi169.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-26T17:10:35.929 INFO:teuthology.orchestra.run.smithi169.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-26T17:10:35.930 INFO:teuthology.lock.ops:Updating smithi169.front.sepia.ceph.com on lock server 2023-12-26T17:10:35.955 DEBUG:teuthology.orchestra.run.smithi173:> uname -m 2023-12-26T17:10:35.979 INFO:teuthology.orchestra.run.smithi173.stdout:x86_64 2023-12-26T17:10:35.980 DEBUG:teuthology.orchestra.run.smithi173:> cat /etc/os-release 2023-12-26T17:10:36.042 INFO:teuthology.orchestra.run.smithi173.stdout:NAME="CentOS Stream" 2023-12-26T17:10:36.042 INFO:teuthology.orchestra.run.smithi173.stdout:VERSION="8" 2023-12-26T17:10:36.042 INFO:teuthology.orchestra.run.smithi173.stdout:ID="centos" 2023-12-26T17:10:36.042 INFO:teuthology.orchestra.run.smithi173.stdout:ID_LIKE="rhel fedora" 2023-12-26T17:10:36.042 INFO:teuthology.orchestra.run.smithi173.stdout:VERSION_ID="8" 2023-12-26T17:10:36.042 INFO:teuthology.orchestra.run.smithi173.stdout:PLATFORM_ID="platform:el8" 2023-12-26T17:10:36.042 INFO:teuthology.orchestra.run.smithi173.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-26T17:10:36.042 INFO:teuthology.orchestra.run.smithi173.stdout:ANSI_COLOR="0;31" 2023-12-26T17:10:36.042 INFO:teuthology.orchestra.run.smithi173.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-26T17:10:36.042 INFO:teuthology.orchestra.run.smithi173.stdout:HOME_URL="https://centos.org/" 2023-12-26T17:10:36.042 INFO:teuthology.orchestra.run.smithi173.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-26T17:10:36.042 INFO:teuthology.orchestra.run.smithi173.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-26T17:10:36.043 INFO:teuthology.orchestra.run.smithi173.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-26T17:10:36.043 INFO:teuthology.lock.ops:Updating smithi173.front.sepia.ceph.com on lock server 2023-12-26T17:10:36.072 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-26T17:10:36.081 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-26T17:10:36.124 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-26T17:10:36.124 DEBUG:teuthology.orchestra.run.smithi169:> test '!' -e /home/ubuntu/cephtest 2023-12-26T17:10:36.127 DEBUG:teuthology.orchestra.run.smithi173:> test '!' -e /home/ubuntu/cephtest 2023-12-26T17:10:36.148 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-26T17:10:36.155 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-26T17:10:36.155 DEBUG:teuthology.orchestra.run.smithi169:> test -z $(ls -A /var/lib/ceph) 2023-12-26T17:10:36.188 DEBUG:teuthology.orchestra.run.smithi173:> test -z $(ls -A /var/lib/ceph) 2023-12-26T17:10:36.220 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-26T17:10:36.276 INFO:teuthology.run_tasks:Running task kernel... 2023-12-26T17:10:36.290 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-26T17:10:36.291 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-26T17:10:36.291 DEBUG:teuthology.orchestra.run.smithi169:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-26T17:10:36.292 DEBUG:teuthology.orchestra.run.smithi173:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-26T17:10:36.311 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:10:36.312 DEBUG:teuthology.orchestra.run.smithi169:> uname -r 2023-12-26T17:10:36.312 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:10:36.313 DEBUG:teuthology.orchestra.run.smithi173:> uname -r 2023-12-26T17:10:36.372 INFO:teuthology.orchestra.run.smithi169.stdout:4.18.0-489.el8.x86_64 2023-12-26T17:10:36.372 INFO:teuthology.task.kernel:Running kernel on smithi169: 4.18.0-489.el8.x86_64 2023-12-26T17:10:36.373 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum install -y kernel 2023-12-26T17:10:36.374 INFO:teuthology.orchestra.run.smithi173.stdout:4.18.0-489.el8.x86_64 2023-12-26T17:10:36.374 INFO:teuthology.task.kernel:Running kernel on smithi173: 4.18.0-489.el8.x86_64 2023-12-26T17:10:36.374 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum install -y kernel 2023-12-26T17:10:41.672 INFO:teuthology.orchestra.run.smithi173.stdout:CentOS Stream 8 - AppStream 13 MB/s | 35 MB 00:02 2023-12-26T17:10:41.852 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS Stream 8 - AppStream 12 MB/s | 35 MB 00:02 2023-12-26T17:10:49.806 INFO:teuthology.orchestra.run.smithi173.stdout:CentOS Stream 8 - BaseOS 31 MB/s | 57 MB 00:01 2023-12-26T17:10:50.402 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS Stream 8 - BaseOS 26 MB/s | 57 MB 00:02 2023-12-26T17:10:58.471 INFO:teuthology.orchestra.run.smithi173.stdout:CentOS Stream 8 - Extras 36 kB/s | 18 kB 00:00 2023-12-26T17:10:58.858 INFO:teuthology.orchestra.run.smithi173.stdout:CentOS Stream 8 - Extras common packages 34 kB/s | 6.9 kB 00:00 2023-12-26T17:10:58.943 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS Stream 8 - Extras 39 kB/s | 18 kB 00:00 2023-12-26T17:10:59.142 INFO:teuthology.orchestra.run.smithi173.stdout:Copr repo for python3-asyncssh owned by ceph 27 kB/s | 3.5 kB 00:00 2023-12-26T17:10:59.510 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS Stream 8 - Extras common packages 18 kB/s | 6.9 kB 00:00 2023-12-26T17:10:59.812 INFO:teuthology.orchestra.run.smithi169.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-26T17:11:00.402 INFO:teuthology.orchestra.run.smithi173.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-12-26T17:11:04.260 INFO:teuthology.orchestra.run.smithi173.stdout:lab-extras 422 kB/s | 24 kB 00:00 2023-12-26T17:11:07.960 INFO:teuthology.orchestra.run.smithi173.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-26T17:11:07.960 INFO:teuthology.orchestra.run.smithi173.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-26T17:11:08.254 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2023-12-26T17:11:08.255 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2023-12-26T17:11:08.255 INFO:teuthology.orchestra.run.smithi173.stdout: Package Architecture Version Repository Size 2023-12-26T17:11:08.255 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2023-12-26T17:11:08.255 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2023-12-26T17:11:08.255 INFO:teuthology.orchestra.run.smithi173.stdout: kernel x86_64 4.18.0-529.el8 baseos 10 M 2023-12-26T17:11:08.255 INFO:teuthology.orchestra.run.smithi173.stdout:Installing dependencies: 2023-12-26T17:11:08.255 INFO:teuthology.orchestra.run.smithi173.stdout: kernel-core x86_64 4.18.0-529.el8 baseos 43 M 2023-12-26T17:11:08.255 INFO:teuthology.orchestra.run.smithi173.stdout: kernel-modules x86_64 4.18.0-529.el8 baseos 36 M 2023-12-26T17:11:08.256 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:11:08.256 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2023-12-26T17:11:08.256 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2023-12-26T17:11:08.256 INFO:teuthology.orchestra.run.smithi173.stdout:Install 3 Packages 2023-12-26T17:11:08.256 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:11:08.256 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 89 M 2023-12-26T17:11:08.256 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 96 M 2023-12-26T17:11:08.257 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2023-12-26T17:11:09.136 INFO:teuthology.orchestra.run.smithi173.stdout:(1/3): kernel-4.18.0-529.el8.x86_64.rpm 15 MB/s | 10 MB 00:00 2023-12-26T17:11:09.945 INFO:teuthology.orchestra.run.smithi173.stdout:(2/3): kernel-modules-4.18.0-529.el8.x86_64.rpm 24 MB/s | 36 MB 00:01 2023-12-26T17:11:10.403 INFO:teuthology.orchestra.run.smithi173.stdout:(3/3): kernel-core-4.18.0-529.el8.x86_64.rpm 22 MB/s | 43 MB 00:01 2023-12-26T17:11:10.404 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2023-12-26T17:11:10.404 INFO:teuthology.orchestra.run.smithi173.stdout:Total 41 MB/s | 89 MB 00:02 2023-12-26T17:11:11.079 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2023-12-26T17:11:11.491 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2023-12-26T17:11:11.491 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2023-12-26T17:11:12.356 INFO:teuthology.orchestra.run.smithi169.stdout:Extra Packages for Enterprise Linux 1.3 MB/s | 16 MB 00:12 2023-12-26T17:11:12.729 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2023-12-26T17:11:12.746 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2023-12-26T17:11:15.507 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2023-12-26T17:11:16.105 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-26T17:11:16.228 INFO:teuthology.orchestra.run.smithi169.stdout:lab-extras 625 kB/s | 24 kB 00:00 2023-12-26T17:11:19.652 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-26T17:11:20.019 INFO:teuthology.orchestra.run.smithi169.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-26T17:11:20.019 INFO:teuthology.orchestra.run.smithi169.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-26T17:11:20.029 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-26T17:11:20.314 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2023-12-26T17:11:20.315 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2023-12-26T17:11:20.315 INFO:teuthology.orchestra.run.smithi169.stdout: Package Architecture Version Repository Size 2023-12-26T17:11:20.315 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2023-12-26T17:11:20.315 INFO:teuthology.orchestra.run.smithi169.stdout:Installing: 2023-12-26T17:11:20.315 INFO:teuthology.orchestra.run.smithi169.stdout: kernel x86_64 4.18.0-529.el8 baseos 10 M 2023-12-26T17:11:20.315 INFO:teuthology.orchestra.run.smithi169.stdout:Installing dependencies: 2023-12-26T17:11:20.315 INFO:teuthology.orchestra.run.smithi169.stdout: kernel-core x86_64 4.18.0-529.el8 baseos 43 M 2023-12-26T17:11:20.315 INFO:teuthology.orchestra.run.smithi169.stdout: kernel-modules x86_64 4.18.0-529.el8 baseos 36 M 2023-12-26T17:11:20.315 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-26T17:11:20.315 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2023-12-26T17:11:20.315 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2023-12-26T17:11:20.316 INFO:teuthology.orchestra.run.smithi169.stdout:Install 3 Packages 2023-12-26T17:11:20.316 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-26T17:11:20.316 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 89 M 2023-12-26T17:11:20.316 INFO:teuthology.orchestra.run.smithi169.stdout:Installed size: 96 M 2023-12-26T17:11:20.316 INFO:teuthology.orchestra.run.smithi169.stdout:Downloading Packages: 2023-12-26T17:11:21.463 INFO:teuthology.orchestra.run.smithi169.stdout:(1/3): kernel-4.18.0-529.el8.x86_64.rpm 9.2 MB/s | 10 MB 00:01 2023-12-26T17:11:23.096 INFO:teuthology.orchestra.run.smithi169.stdout:(2/3): kernel-modules-4.18.0-529.el8.x86_64.rpm 13 MB/s | 36 MB 00:02 2023-12-26T17:11:23.509 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-26T17:11:23.819 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : kernel-4.18.0-529.el8.x86_64 3/3 2023-12-26T17:11:23.887 INFO:teuthology.orchestra.run.smithi169.stdout:(3/3): kernel-core-4.18.0-529.el8.x86_64.rpm 12 MB/s | 43 MB 00:03 2023-12-26T17:11:23.888 INFO:teuthology.orchestra.run.smithi169.stdout:-------------------------------------------------------------------------------- 2023-12-26T17:11:23.888 INFO:teuthology.orchestra.run.smithi169.stdout:Total 25 MB/s | 89 MB 00:03 2023-12-26T17:11:24.572 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction check 2023-12-26T17:11:25.000 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction check succeeded. 2023-12-26T17:11:25.000 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction test 2023-12-26T17:11:26.243 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction test succeeded. 2023-12-26T17:11:26.266 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction 2023-12-26T17:11:29.056 INFO:teuthology.orchestra.run.smithi169.stdout: Preparing : 1/1 2023-12-26T17:11:29.640 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-26T17:11:33.204 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-26T17:11:33.564 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-26T17:11:37.003 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-26T17:11:37.304 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : kernel-4.18.0-529.el8.x86_64 3/3 2023-12-26T17:11:45.700 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 3/3 2023-12-26T17:11:45.725 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-26T17:11:46.077 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: kernel-4.18.0-529.el8.x86_64 3/3 2023-12-26T17:11:46.078 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : kernel-4.18.0-529.el8.x86_64 1/3 2023-12-26T17:11:46.078 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : kernel-core-4.18.0-529.el8.x86_64 2/3 2023-12-26T17:11:46.858 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-26T17:11:46.859 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:11:46.859 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2023-12-26T17:11:46.859 INFO:teuthology.orchestra.run.smithi173.stdout: kernel-4.18.0-529.el8.x86_64 kernel-core-4.18.0-529.el8.x86_64 2023-12-26T17:11:46.859 INFO:teuthology.orchestra.run.smithi173.stdout: kernel-modules-4.18.0-529.el8.x86_64 2023-12-26T17:11:46.859 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:11:46.859 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2023-12-26T17:11:47.014 DEBUG:teuthology.orchestra.run.smithi173:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:11:47.234 INFO:teuthology.orchestra.run.smithi173.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-26T17:11:47.234 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-26T17:11:47.234 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-26T17:11:47.234 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-26T17:11:47.234 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-26T17:11:47.235 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-26T17:11:47.235 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi173.front.sepia.ceph.com, path=None, version=distro) 2023-12-26T17:11:47.235 DEBUG:teuthology.orchestra.run.smithi173:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:11:47.444 INFO:teuthology.orchestra.run.smithi173.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-26T17:11:47.445 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-26T17:11:47.445 DEBUG:teuthology.orchestra.run.smithi173:> sudo rpm -qi grub2-tools 2023-12-26T17:11:47.479 INFO:teuthology.orchestra.run.smithi173.stdout:Name : grub2-tools 2023-12-26T17:11:47.479 INFO:teuthology.orchestra.run.smithi173.stdout:Epoch : 1 2023-12-26T17:11:47.479 INFO:teuthology.orchestra.run.smithi173.stdout:Version : 2.02 2023-12-26T17:11:47.479 INFO:teuthology.orchestra.run.smithi173.stdout:Release : 129.el8 2023-12-26T17:11:47.479 INFO:teuthology.orchestra.run.smithi173.stdout:Architecture: x86_64 2023-12-26T17:11:47.479 INFO:teuthology.orchestra.run.smithi173.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-26T17:11:47.479 INFO:teuthology.orchestra.run.smithi173.stdout:Group : System Environment/Base 2023-12-26T17:11:47.479 INFO:teuthology.orchestra.run.smithi173.stdout:Size : 9265586 2023-12-26T17:11:47.479 INFO:teuthology.orchestra.run.smithi173.stdout:License : GPLv3+ 2023-12-26T17:11:47.479 INFO:teuthology.orchestra.run.smithi173.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-26T17:11:47.480 INFO:teuthology.orchestra.run.smithi173.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-26T17:11:47.480 INFO:teuthology.orchestra.run.smithi173.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-26T17:11:47.480 INFO:teuthology.orchestra.run.smithi173.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-26T17:11:47.480 INFO:teuthology.orchestra.run.smithi173.stdout:Relocations : (not relocatable) 2023-12-26T17:11:47.480 INFO:teuthology.orchestra.run.smithi173.stdout:Packager : CentOS BuildSystem 2023-12-26T17:11:47.480 INFO:teuthology.orchestra.run.smithi173.stdout:Vendor : CentOS 2023-12-26T17:11:47.480 INFO:teuthology.orchestra.run.smithi173.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-26T17:11:47.480 INFO:teuthology.orchestra.run.smithi173.stdout:Summary : Support tools for GRUB. 2023-12-26T17:11:47.480 INFO:teuthology.orchestra.run.smithi173.stdout:Description : 2023-12-26T17:11:47.480 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:11:47.480 INFO:teuthology.orchestra.run.smithi173.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-26T17:11:47.480 INFO:teuthology.orchestra.run.smithi173.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-26T17:11:47.480 INFO:teuthology.orchestra.run.smithi173.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-26T17:11:47.480 INFO:teuthology.orchestra.run.smithi173.stdout:hardware devices. 2023-12-26T17:11:47.481 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:11:47.481 INFO:teuthology.orchestra.run.smithi173.stdout:This subpackage provides tools for support of all platforms. 2023-12-26T17:11:47.482 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-26T17:11:47.482 INFO:teuthology.task.kernel:Updating grub on smithi173 to boot 4.18.0-529.el8.x86_64 2023-12-26T17:11:47.482 DEBUG:teuthology.orchestra.run.smithi173:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-26T17:11:49.223 INFO:teuthology.orchestra.run.smithi173.stderr:Generating grub configuration file ... 2023-12-26T17:11:51.054 INFO:teuthology.orchestra.run.smithi173.stderr:done 2023-12-26T17:11:51.055 DEBUG:teuthology.orchestra.run.smithi173:> mktemp 2023-12-26T17:11:51.088 INFO:teuthology.orchestra.run.smithi173.stdout:/tmp/tmp.stClhF8qGt 2023-12-26T17:11:51.088 DEBUG:teuthology.orchestra.run.smithi173:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.stClhF8qGt 2023-12-26T17:11:51.162 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod 0666 /tmp/tmp.stClhF8qGt 2023-12-26T17:11:51.308 DEBUG:teuthology.orchestra.remote:smithi173:/tmp/tmp.stClhF8qGt is 6KB 2023-12-26T17:11:51.356 DEBUG:teuthology.orchestra.run.smithi173:> rm -fr /tmp/tmp.stClhF8qGt 2023-12-26T17:11:51.373 DEBUG:teuthology.orchestra.run.smithi173:> sudo /bin/ls /boot/loader/entries || true 2023-12-26T17:11:51.439 INFO:teuthology.orchestra.run.smithi173.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-26T17:11:51.439 INFO:teuthology.orchestra.run.smithi173.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-26T17:11:51.439 INFO:teuthology.orchestra.run.smithi173.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-26T17:11:51.439 INFO:teuthology.orchestra.run.smithi173.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64.conf 2023-12-26T17:11:51.440 DEBUG:teuthology.orchestra.run.smithi173:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64 2023-12-26T17:11:51.612 DEBUG:teuthology.orchestra.run.smithi173:> sudo shutdown -r now 2023-12-26T17:11:59.188 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 3/3 2023-12-26T17:11:59.214 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-26T17:11:59.752 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: kernel-4.18.0-529.el8.x86_64 3/3 2023-12-26T17:11:59.753 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : kernel-4.18.0-529.el8.x86_64 1/3 2023-12-26T17:11:59.753 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : kernel-core-4.18.0-529.el8.x86_64 2/3 2023-12-26T17:12:00.756 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-26T17:12:00.756 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-26T17:12:00.756 INFO:teuthology.orchestra.run.smithi169.stdout:Installed: 2023-12-26T17:12:00.756 INFO:teuthology.orchestra.run.smithi169.stdout: kernel-4.18.0-529.el8.x86_64 kernel-core-4.18.0-529.el8.x86_64 2023-12-26T17:12:00.757 INFO:teuthology.orchestra.run.smithi169.stdout: kernel-modules-4.18.0-529.el8.x86_64 2023-12-26T17:12:00.757 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-26T17:12:00.757 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2023-12-26T17:12:00.942 DEBUG:teuthology.orchestra.run.smithi169:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:12:01.160 INFO:teuthology.orchestra.run.smithi169.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-26T17:12:01.160 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-26T17:12:01.160 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-26T17:12:01.160 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-26T17:12:01.160 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-26T17:12:01.161 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-26T17:12:01.161 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi169.front.sepia.ceph.com, path=None, version=distro) 2023-12-26T17:12:01.161 DEBUG:teuthology.orchestra.run.smithi169:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:12:01.369 INFO:teuthology.orchestra.run.smithi169.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-26T17:12:01.370 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-26T17:12:01.370 DEBUG:teuthology.orchestra.run.smithi169:> sudo rpm -qi grub2-tools 2023-12-26T17:12:01.404 INFO:teuthology.orchestra.run.smithi169.stdout:Name : grub2-tools 2023-12-26T17:12:01.404 INFO:teuthology.orchestra.run.smithi169.stdout:Epoch : 1 2023-12-26T17:12:01.404 INFO:teuthology.orchestra.run.smithi169.stdout:Version : 2.02 2023-12-26T17:12:01.404 INFO:teuthology.orchestra.run.smithi169.stdout:Release : 129.el8 2023-12-26T17:12:01.404 INFO:teuthology.orchestra.run.smithi169.stdout:Architecture: x86_64 2023-12-26T17:12:01.404 INFO:teuthology.orchestra.run.smithi169.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-26T17:12:01.405 INFO:teuthology.orchestra.run.smithi169.stdout:Group : System Environment/Base 2023-12-26T17:12:01.405 INFO:teuthology.orchestra.run.smithi169.stdout:Size : 9265586 2023-12-26T17:12:01.405 INFO:teuthology.orchestra.run.smithi169.stdout:License : GPLv3+ 2023-12-26T17:12:01.405 INFO:teuthology.orchestra.run.smithi169.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-26T17:12:01.405 INFO:teuthology.orchestra.run.smithi169.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-26T17:12:01.405 INFO:teuthology.orchestra.run.smithi169.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-26T17:12:01.405 INFO:teuthology.orchestra.run.smithi169.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-26T17:12:01.405 INFO:teuthology.orchestra.run.smithi169.stdout:Relocations : (not relocatable) 2023-12-26T17:12:01.405 INFO:teuthology.orchestra.run.smithi169.stdout:Packager : CentOS BuildSystem 2023-12-26T17:12:01.405 INFO:teuthology.orchestra.run.smithi169.stdout:Vendor : CentOS 2023-12-26T17:12:01.405 INFO:teuthology.orchestra.run.smithi169.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-26T17:12:01.405 INFO:teuthology.orchestra.run.smithi169.stdout:Summary : Support tools for GRUB. 2023-12-26T17:12:01.405 INFO:teuthology.orchestra.run.smithi169.stdout:Description : 2023-12-26T17:12:01.405 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-26T17:12:01.405 INFO:teuthology.orchestra.run.smithi169.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-26T17:12:01.406 INFO:teuthology.orchestra.run.smithi169.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-26T17:12:01.406 INFO:teuthology.orchestra.run.smithi169.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-26T17:12:01.406 INFO:teuthology.orchestra.run.smithi169.stdout:hardware devices. 2023-12-26T17:12:01.406 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-26T17:12:01.406 INFO:teuthology.orchestra.run.smithi169.stdout:This subpackage provides tools for support of all platforms. 2023-12-26T17:12:01.407 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-26T17:12:01.407 INFO:teuthology.task.kernel:Updating grub on smithi169 to boot 4.18.0-529.el8.x86_64 2023-12-26T17:12:01.407 DEBUG:teuthology.orchestra.run.smithi169:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-26T17:12:02.797 INFO:teuthology.orchestra.run.smithi169.stderr:Generating grub configuration file ... 2023-12-26T17:12:04.725 INFO:teuthology.orchestra.run.smithi169.stderr:done 2023-12-26T17:12:04.727 DEBUG:teuthology.orchestra.run.smithi169:> mktemp 2023-12-26T17:12:04.760 INFO:teuthology.orchestra.run.smithi169.stdout:/tmp/tmp.4kvCMCWKSn 2023-12-26T17:12:04.760 DEBUG:teuthology.orchestra.run.smithi169:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.4kvCMCWKSn 2023-12-26T17:12:04.834 DEBUG:teuthology.orchestra.run.smithi169:> sudo chmod 0666 /tmp/tmp.4kvCMCWKSn 2023-12-26T17:12:04.985 DEBUG:teuthology.orchestra.remote:smithi169:/tmp/tmp.4kvCMCWKSn is 6KB 2023-12-26T17:12:05.034 DEBUG:teuthology.orchestra.run.smithi169:> rm -fr /tmp/tmp.4kvCMCWKSn 2023-12-26T17:12:05.051 DEBUG:teuthology.orchestra.run.smithi169:> sudo /bin/ls /boot/loader/entries || true 2023-12-26T17:12:05.133 INFO:teuthology.orchestra.run.smithi169.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-26T17:12:05.133 INFO:teuthology.orchestra.run.smithi169.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-26T17:12:05.133 INFO:teuthology.orchestra.run.smithi169.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-26T17:12:05.133 INFO:teuthology.orchestra.run.smithi169.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64.conf 2023-12-26T17:12:05.134 DEBUG:teuthology.orchestra.run.smithi169:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64 2023-12-26T17:12:05.300 DEBUG:teuthology.orchestra.run.smithi169:> sudo shutdown -r now 2023-12-26T17:12:21.629 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-26T17:12:21.630 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi173.front.sepia.ceph.com' 2023-12-26T17:12:21.631 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:12:35.315 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-26T17:12:35.315 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2023-12-26T17:12:35.316 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:13:09.906 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.169 2023-12-26T17:13:18.913 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2023-12-26T17:13:18.914 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:13:21.633 DEBUG:teuthology.orchestra.remote:timed out 2023-12-26T17:13:30.641 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi173.front.sepia.ceph.com' 2023-12-26T17:13:30.642 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:13:30.932 DEBUG:teuthology.orchestra.run.smithi173:> true 2023-12-26T17:13:31.182 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi173.front.sepia.ceph.com' 2023-12-26T17:13:31.183 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-529.el8.x86_64"... 2023-12-26T17:13:31.183 DEBUG:teuthology.orchestra.run.smithi173:> uname -r 2023-12-26T17:13:31.200 INFO:teuthology.orchestra.run.smithi173.stdout:4.18.0-529.el8.x86_64 2023-12-26T17:13:31.200 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-26T17:13:31.200 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-26T17:13:31.201 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-26T17:13:32.202 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-26T17:13:32.202 DEBUG:teuthology.orchestra.run.smithi173:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-26T17:13:32.310 INFO:teuthology.orchestra.run.smithi173.stdout:ttyS1 2023-12-26T17:13:32.324 DEBUG:teuthology.parallel:result is None 2023-12-26T17:13:37.301 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.169 2023-12-26T17:13:49.302 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2023-12-26T17:13:49.303 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:13:49.711 DEBUG:teuthology.orchestra.run.smithi169:> true 2023-12-26T17:13:50.053 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi169.front.sepia.ceph.com' 2023-12-26T17:13:50.053 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-529.el8.x86_64"... 2023-12-26T17:13:50.053 DEBUG:teuthology.orchestra.run.smithi169:> uname -r 2023-12-26T17:13:50.069 INFO:teuthology.orchestra.run.smithi169.stdout:4.18.0-529.el8.x86_64 2023-12-26T17:13:50.070 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-26T17:13:50.070 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-26T17:13:50.070 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-26T17:13:51.070 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-26T17:13:51.071 DEBUG:teuthology.orchestra.run.smithi169:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-26T17:13:51.138 INFO:teuthology.orchestra.run.smithi169.stdout:ttyS1 2023-12-26T17:13:51.150 DEBUG:teuthology.parallel:result is None 2023-12-26T17:13:51.150 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-26T17:13:51.157 INFO:teuthology.task.internal:Creating test directory... 2023-12-26T17:13:51.158 DEBUG:teuthology.orchestra.run.smithi169:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-26T17:13:51.160 DEBUG:teuthology.orchestra.run.smithi173:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-26T17:13:51.183 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-26T17:13:51.195 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-26T17:13:51.245 INFO:teuthology.task.internal:Creating archive directory... 2023-12-26T17:13:51.245 DEBUG:teuthology.orchestra.run.smithi169:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-26T17:13:51.248 DEBUG:teuthology.orchestra.run.smithi173:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-26T17:13:51.287 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-26T17:13:51.294 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-26T17:13:51.294 DEBUG:teuthology.orchestra.run.smithi169:> 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-26T17:13:51.310 DEBUG:teuthology.orchestra.run.smithi173:> 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-26T17:13:51.364 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:13:51.370 INFO:teuthology.orchestra.run.smithi173.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:13:51.374 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:13:51.382 INFO:teuthology.orchestra.run.smithi173.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:13:51.383 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-26T17:13:51.391 INFO:teuthology.task.internal:Configuring sudo... 2023-12-26T17:13:51.391 DEBUG:teuthology.orchestra.run.smithi169:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-26T17:13:51.393 DEBUG:teuthology.orchestra.run.smithi173:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-26T17:13:51.423 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-26T17:13:51.432 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-26T17:13:51.432 DEBUG:teuthology.orchestra.run.smithi169:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-26T17:13:51.465 DEBUG:teuthology.orchestra.run.smithi173:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-26T17:13:51.484 DEBUG:teuthology.orchestra.run.smithi169:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:13:51.572 DEBUG:teuthology.orchestra.run.smithi169:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:13:51.621 DEBUG:teuthology.orchestra.run.smithi169:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:13:51.709 DEBUG:teuthology.orchestra.run.smithi169:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:13:51.754 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2023-12-26T17:13:51.755 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-26T17:13:51.826 DEBUG:teuthology.orchestra.run.smithi173:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:13:51.872 DEBUG:teuthology.orchestra.run.smithi173:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:13:51.931 DEBUG:teuthology.orchestra.run.smithi173:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:13:52.019 DEBUG:teuthology.orchestra.run.smithi173:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:13:52.066 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2023-12-26T17:13:52.067 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-26T17:13:52.137 DEBUG:teuthology.orchestra.run.smithi169:> sudo service rsyslog restart 2023-12-26T17:13:52.139 DEBUG:teuthology.orchestra.run.smithi173:> sudo service rsyslog restart 2023-12-26T17:13:52.203 INFO:teuthology.orchestra.run.smithi169.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:13:52.259 INFO:teuthology.orchestra.run.smithi173.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:13:52.554 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-26T17:13:52.562 INFO:teuthology.task.internal:Starting timer... 2023-12-26T17:13:52.562 INFO:teuthology.run_tasks:Running task pcp... 2023-12-26T17:13:52.615 INFO:teuthology.run_tasks:Running task selinux... 2023-12-26T17:13:52.664 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-26T17:13:52.664 DEBUG:teuthology.orchestra.run.smithi169:> sudo service auditd rotate 2023-12-26T17:13:52.781 INFO:teuthology.orchestra.run.smithi169.stdout:Rotating logs: 2023-12-26T17:13:52.783 DEBUG:teuthology.orchestra.run.smithi173:> sudo service auditd rotate 2023-12-26T17:13:52.871 INFO:teuthology.orchestra.run.smithi173.stdout:Rotating logs: 2023-12-26T17:13:52.873 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-26T17:13:52.873 DEBUG:teuthology.orchestra.run.smithi169:> /usr/sbin/getenforce 2023-12-26T17:13:53.063 INFO:teuthology.orchestra.run.smithi169.stdout:Permissive 2023-12-26T17:13:53.064 DEBUG:teuthology.orchestra.run.smithi173:> /usr/sbin/getenforce 2023-12-26T17:13:53.101 INFO:teuthology.orchestra.run.smithi173.stdout:Permissive 2023-12-26T17:13:53.101 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi169.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi173.front.sepia.ceph.com': 'permissive'} 2023-12-26T17:13:53.102 DEBUG:teuthology.orchestra.run.smithi169:> 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-26T17:13:53.410 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:13:53.411 DEBUG:teuthology.orchestra.run.smithi173:> 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-26T17:13:53.440 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:13:53.440 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-26T17:13:53.440 DEBUG:teuthology.orchestra.run.smithi169:> sudo /usr/sbin/setenforce permissive 2023-12-26T17:13:53.915 DEBUG:teuthology.orchestra.run.smithi173:> sudo /usr/sbin/setenforce permissive 2023-12-26T17:13:53.960 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-26T17:13:53.971 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-26T17:13:53.977 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2023-12-26T17:13:54.110 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-26T17:13:54.129 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-26T17:13:54.130 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi169.front.sepia.ceph.com,smithi173.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-26T17:21:19.033 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi169.front.sepia.ceph.com'), Remote(name='ubuntu@smithi173.front.sepia.ceph.com')] 2023-12-26T17:21:19.035 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2023-12-26T17:21:19.036 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:21:19.105 DEBUG:teuthology.orchestra.run.smithi169:> true 2023-12-26T17:21:19.173 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi169.front.sepia.ceph.com' 2023-12-26T17:21:19.173 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi173.front.sepia.ceph.com' 2023-12-26T17:21:19.174 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:21:19.240 DEBUG:teuthology.orchestra.run.smithi173:> true 2023-12-26T17:21:19.265 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi173.front.sepia.ceph.com' 2023-12-26T17:21:19.265 INFO:teuthology.run_tasks:Running task clock... 2023-12-26T17:21:19.278 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-26T17:21:19.279 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-26T17:21:19.279 DEBUG:teuthology.orchestra.run.smithi169:> 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-26T17:21:19.282 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-26T17:21:19.282 DEBUG:teuthology.orchestra.run.smithi173:> 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-26T17:21:19.314 INFO:teuthology.orchestra.run.smithi169.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-26T17:21:19.329 INFO:teuthology.orchestra.run.smithi169.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-26T17:21:19.336 INFO:teuthology.orchestra.run.smithi173.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-26T17:21:19.349 INFO:teuthology.orchestra.run.smithi173.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-26T17:21:19.398 INFO:teuthology.orchestra.run.smithi169.stderr:sudo: ntpd: command not found 2023-12-26T17:21:19.410 INFO:teuthology.orchestra.run.smithi169.stdout:506 Cannot talk to daemon 2023-12-26T17:21:19.411 INFO:teuthology.orchestra.run.smithi173.stderr:sudo: ntpd: command not found 2023-12-26T17:21:19.422 INFO:teuthology.orchestra.run.smithi173.stdout:506 Cannot talk to daemon 2023-12-26T17:21:19.424 INFO:teuthology.orchestra.run.smithi169.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-26T17:21:19.436 INFO:teuthology.orchestra.run.smithi173.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-26T17:21:19.438 INFO:teuthology.orchestra.run.smithi169.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-26T17:21:19.449 INFO:teuthology.orchestra.run.smithi173.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-26T17:21:19.507 INFO:teuthology.orchestra.run.smithi169.stderr:bash: ntpq: command not found 2023-12-26T17:21:19.511 INFO:teuthology.orchestra.run.smithi169.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-26T17:21:19.511 INFO:teuthology.orchestra.run.smithi169.stdout:=============================================================================== 2023-12-26T17:21:19.511 INFO:teuthology.orchestra.run.smithi169.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-26T17:21:19.511 INFO:teuthology.orchestra.run.smithi169.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-26T17:21:19.511 INFO:teuthology.orchestra.run.smithi169.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-26T17:21:19.511 INFO:teuthology.orchestra.run.smithi169.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-26T17:21:19.516 INFO:teuthology.orchestra.run.smithi173.stderr:bash: ntpq: command not found 2023-12-26T17:21:19.519 INFO:teuthology.orchestra.run.smithi173.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-26T17:21:19.519 INFO:teuthology.orchestra.run.smithi173.stdout:=============================================================================== 2023-12-26T17:21:19.519 INFO:teuthology.orchestra.run.smithi173.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-26T17:21:19.519 INFO:teuthology.orchestra.run.smithi173.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-26T17:21:19.520 INFO:teuthology.orchestra.run.smithi173.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-26T17:21:19.520 INFO:teuthology.orchestra.run.smithi173.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-26T17:21:19.521 INFO:teuthology.run_tasks:Running task pexec... 2023-12-26T17:21:19.534 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-26T17:21:19.534 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi169.front.sepia.ceph.com 2023-12-26T17:21:19.534 DEBUG:teuthology.orchestra.run.smithi169:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-26T17:21:19.535 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi173.front.sepia.ceph.com 2023-12-26T17:21:19.535 DEBUG:teuthology.orchestra.run.smithi173:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-26T17:21:20.425 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:37 ago on Tue 26 Dec 2023 05:19:43 PM UTC. 2023-12-26T17:21:20.438 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:01:36 ago on Tue 26 Dec 2023 05:19:44 PM UTC. 2023-12-26T17:21:22.600 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2023-12-26T17:21:22.601 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2023-12-26T17:21:22.601 INFO:teuthology.orchestra.run.smithi169.stdout: Package Architecture Version Repository Size 2023-12-26T17:21:22.602 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2023-12-26T17:21:22.602 INFO:teuthology.orchestra.run.smithi169.stdout:Resetting modules: 2023-12-26T17:21:22.602 INFO:teuthology.orchestra.run.smithi169.stdout: container-tools 2023-12-26T17:21:22.602 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-26T17:21:22.602 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2023-12-26T17:21:22.602 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2023-12-26T17:21:22.602 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-26T17:21:22.623 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2023-12-26T17:21:22.624 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2023-12-26T17:21:22.624 INFO:teuthology.orchestra.run.smithi173.stdout: Package Architecture Version Repository Size 2023-12-26T17:21:22.625 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2023-12-26T17:21:22.625 INFO:teuthology.orchestra.run.smithi173.stdout:Resetting modules: 2023-12-26T17:21:22.625 INFO:teuthology.orchestra.run.smithi173.stdout: container-tools 2023-12-26T17:21:22.625 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:21:22.625 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2023-12-26T17:21:22.625 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2023-12-26T17:21:22.625 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:21:22.843 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2023-12-26T17:21:22.872 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2023-12-26T17:21:23.772 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:40 ago on Tue 26 Dec 2023 05:19:43 PM UTC. 2023-12-26T17:21:23.818 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:01:39 ago on Tue 26 Dec 2023 05:19:44 PM UTC. 2023-12-26T17:21:25.922 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2023-12-26T17:21:25.940 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2023-12-26T17:21:26.110 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2023-12-26T17:21:26.110 INFO:teuthology.orchestra.run.smithi169.stdout: Package Arch Version Repository Size 2023-12-26T17:21:26.110 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2023-12-26T17:21:26.111 INFO:teuthology.orchestra.run.smithi169.stdout:Installing group/module packages: 2023-12-26T17:21:26.111 INFO:teuthology.orchestra.run.smithi169.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-26T17:21:26.111 INFO:teuthology.orchestra.run.smithi169.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-26T17:21:26.111 INFO:teuthology.orchestra.run.smithi169.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-26T17:21:26.111 INFO:teuthology.orchestra.run.smithi169.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-26T17:21:26.111 INFO:teuthology.orchestra.run.smithi169.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-26T17:21:26.111 INFO:teuthology.orchestra.run.smithi169.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-26T17:21:26.111 INFO:teuthology.orchestra.run.smithi169.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-26T17:21:26.111 INFO:teuthology.orchestra.run.smithi169.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-26T17:21:26.111 INFO:teuthology.orchestra.run.smithi169.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-26T17:21:26.111 INFO:teuthology.orchestra.run.smithi169.stdout:Installing dependencies: 2023-12-26T17:21:26.111 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-26T17:21:26.111 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-26T17:21:26.111 INFO:teuthology.orchestra.run.smithi169.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-26T17:21:26.112 INFO:teuthology.orchestra.run.smithi169.stdout:Installing weak dependencies: 2023-12-26T17:21:26.112 INFO:teuthology.orchestra.run.smithi169.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-26T17:21:26.112 INFO:teuthology.orchestra.run.smithi169.stdout:Installing module profiles: 2023-12-26T17:21:26.112 INFO:teuthology.orchestra.run.smithi169.stdout: container-tools/common 2023-12-26T17:21:26.112 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-26T17:21:26.112 INFO:teuthology.orchestra.run.smithi169.stdout:Enabling module streams: 2023-12-26T17:21:26.112 INFO:teuthology.orchestra.run.smithi169.stdout: container-tools rhel8 2023-12-26T17:21:26.112 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-26T17:21:26.112 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2023-12-26T17:21:26.112 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2023-12-26T17:21:26.112 INFO:teuthology.orchestra.run.smithi169.stdout:Install 13 Packages 2023-12-26T17:21:26.112 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-26T17:21:26.113 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 27 M 2023-12-26T17:21:26.113 INFO:teuthology.orchestra.run.smithi169.stdout:Installed size: 89 M 2023-12-26T17:21:26.113 INFO:teuthology.orchestra.run.smithi169.stdout:Downloading Packages: 2023-12-26T17:21:26.129 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2023-12-26T17:21:26.130 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repository Size 2023-12-26T17:21:26.130 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2023-12-26T17:21:26.130 INFO:teuthology.orchestra.run.smithi173.stdout:Installing group/module packages: 2023-12-26T17:21:26.130 INFO:teuthology.orchestra.run.smithi173.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-26T17:21:26.130 INFO:teuthology.orchestra.run.smithi173.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-26T17:21:26.130 INFO:teuthology.orchestra.run.smithi173.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-26T17:21:26.130 INFO:teuthology.orchestra.run.smithi173.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-26T17:21:26.130 INFO:teuthology.orchestra.run.smithi173.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-26T17:21:26.130 INFO:teuthology.orchestra.run.smithi173.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-26T17:21:26.130 INFO:teuthology.orchestra.run.smithi173.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-26T17:21:26.130 INFO:teuthology.orchestra.run.smithi173.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-26T17:21:26.130 INFO:teuthology.orchestra.run.smithi173.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-26T17:21:26.130 INFO:teuthology.orchestra.run.smithi173.stdout:Installing dependencies: 2023-12-26T17:21:26.130 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-26T17:21:26.131 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-26T17:21:26.131 INFO:teuthology.orchestra.run.smithi173.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-26T17:21:26.131 INFO:teuthology.orchestra.run.smithi173.stdout:Installing weak dependencies: 2023-12-26T17:21:26.131 INFO:teuthology.orchestra.run.smithi173.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-26T17:21:26.131 INFO:teuthology.orchestra.run.smithi173.stdout:Installing module profiles: 2023-12-26T17:21:26.131 INFO:teuthology.orchestra.run.smithi173.stdout: container-tools/common 2023-12-26T17:21:26.131 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:21:26.131 INFO:teuthology.orchestra.run.smithi173.stdout:Enabling module streams: 2023-12-26T17:21:26.131 INFO:teuthology.orchestra.run.smithi173.stdout: container-tools rhel8 2023-12-26T17:21:26.131 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:21:26.131 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2023-12-26T17:21:26.131 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2023-12-26T17:21:26.131 INFO:teuthology.orchestra.run.smithi173.stdout:Install 13 Packages 2023-12-26T17:21:26.131 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:21:26.132 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 27 M 2023-12-26T17:21:26.132 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 89 M 2023-12-26T17:21:26.132 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2023-12-26T17:21:26.811 INFO:teuthology.orchestra.run.smithi169.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.1 MB/s | 750 kB 00:00 2023-12-26T17:21:26.844 INFO:teuthology.orchestra.run.smithi169.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.5 MB/s | 1.0 MB 00:00 2023-12-26T17:21:26.928 INFO:teuthology.orchestra.run.smithi169.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 324 kB/s | 38 kB 00:00 2023-12-26T17:21:26.953 INFO:teuthology.orchestra.run.smithi169.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.2 MB/s | 241 kB 00:00 2023-12-26T17:21:27.029 INFO:teuthology.orchestra.run.smithi173.stdout:(1/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.4 MB/s | 1.0 MB 00:00 2023-12-26T17:21:27.054 INFO:teuthology.orchestra.run.smithi173.stdout:(2/13): cockpit-podman-78-1.module_el8+712+4cd1 1.0 MB/s | 750 kB 00:00 2023-12-26T17:21:27.062 INFO:teuthology.orchestra.run.smithi169.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.6 MB/s | 178 kB 00:00 2023-12-26T17:21:27.129 INFO:teuthology.orchestra.run.smithi173.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 378 kB/s | 38 kB 00:00 2023-12-26T17:21:27.162 INFO:teuthology.orchestra.run.smithi169.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 248 kB/s | 25 kB 00:00 2023-12-26T17:21:27.213 INFO:teuthology.orchestra.run.smithi173.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.5 MB/s | 241 kB 00:00 2023-12-26T17:21:27.273 INFO:teuthology.orchestra.run.smithi169.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 867 kB/s | 94 kB 00:00 2023-12-26T17:21:27.421 INFO:teuthology.orchestra.run.smithi173.stdout:(5/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 8.8 MB/s | 9.6 MB 00:01 2023-12-26T17:21:27.447 INFO:teuthology.orchestra.run.smithi173.stdout:(6/13): python3-podman-4.7.0-1.module_el8+712+4 761 kB/s | 178 kB 00:00 2023-12-26T17:21:27.463 INFO:teuthology.orchestra.run.smithi169.stdout:(8/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 7.3 MB/s | 9.6 MB 00:01 2023-12-26T17:21:27.505 INFO:teuthology.orchestra.run.smithi173.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 10 MB/s | 3.9 MB 00:00 2023-12-26T17:21:27.522 INFO:teuthology.orchestra.run.smithi169.stdout:(9/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 6.6 MB/s | 3.9 MB 00:00 2023-12-26T17:21:27.530 INFO:teuthology.orchestra.run.smithi173.stdout:(8/13): python3-pytoml-0.1.14-5.git7dea353.el8. 227 kB/s | 25 kB 00:00 2023-12-26T17:21:27.589 INFO:teuthology.orchestra.run.smithi173.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 660 kB/s | 94 kB 00:00 2023-12-26T17:21:27.680 INFO:teuthology.orchestra.run.smithi169.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 12 MB/s | 2.5 MB 00:00 2023-12-26T17:21:27.698 INFO:teuthology.orchestra.run.smithi173.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 15 MB/s | 2.5 MB 00:00 2023-12-26T17:21:27.705 INFO:teuthology.orchestra.run.smithi169.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 286 kB/s | 53 kB 00:00 2023-12-26T17:21:27.756 INFO:teuthology.orchestra.run.smithi173.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 315 kB/s | 53 kB 00:00 2023-12-26T17:21:27.798 INFO:teuthology.orchestra.run.smithi173.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 409 kB/s | 41 kB 00:00 2023-12-26T17:21:27.898 INFO:teuthology.orchestra.run.smithi173.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 21 MB/s | 8.1 MB 00:00 2023-12-26T17:21:27.899 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2023-12-26T17:21:27.899 INFO:teuthology.orchestra.run.smithi173.stdout:Total 15 MB/s | 27 MB 00:01 2023-12-26T17:21:27.916 INFO:teuthology.orchestra.run.smithi169.stdout:(12/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 13 MB/s | 8.1 MB 00:00 2023-12-26T17:21:27.948 INFO:teuthology.orchestra.run.smithi169.stdout:(13/13): yajl-2.1.0-12.el8.x86_64.rpm 153 kB/s | 41 kB 00:00 2023-12-26T17:21:27.948 INFO:teuthology.orchestra.run.smithi169.stdout:-------------------------------------------------------------------------------- 2023-12-26T17:21:27.948 INFO:teuthology.orchestra.run.smithi169.stdout:Total 14 MB/s | 27 MB 00:01 2023-12-26T17:21:28.165 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2023-12-26T17:21:28.186 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2023-12-26T17:21:28.186 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2023-12-26T17:21:28.215 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction check 2023-12-26T17:21:28.237 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction check succeeded. 2023-12-26T17:21:28.237 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction test 2023-12-26T17:21:28.447 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2023-12-26T17:21:28.450 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2023-12-26T17:21:28.489 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction test succeeded. 2023-12-26T17:21:28.491 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction 2023-12-26T17:21:29.187 INFO:teuthology.orchestra.run.smithi169.stdout: Preparing : 1/1 2023-12-26T17:21:29.194 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2023-12-26T17:21:29.385 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-26T17:21:29.437 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-26T17:21:29.572 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-26T17:21:29.624 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-26T17:21:29.759 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-26T17:21:29.807 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-26T17:21:29.990 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-26T17:21:30.034 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-26T17:21:30.518 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-26T17:21:30.612 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-26T17:21:31.500 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-26T17:21:31.613 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-26T17:21:31.734 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-26T17:21:31.875 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-26T17:21:31.931 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-26T17:21:32.076 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-26T17:21:32.176 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-26T17:21:32.337 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-26T17:21:32.552 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-26T17:21:32.764 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-26T17:21:33.423 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-26T17:21:33.659 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-26T17:21:33.660 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-26T17:21:33.813 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-26T17:21:33.899 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-26T17:21:34.082 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-26T17:21:34.235 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-26T17:21:34.235 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-26T17:21:34.235 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-26T17:21:34.235 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-26T17:21:34.235 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-26T17:21:34.236 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-26T17:21:34.236 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-26T17:21:34.236 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-26T17:21:34.236 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-26T17:21:34.236 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-26T17:21:34.236 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-26T17:21:34.236 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-26T17:21:34.236 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-26T17:21:34.513 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-26T17:21:34.514 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-26T17:21:34.514 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-26T17:21:34.514 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-26T17:21:34.514 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-26T17:21:34.514 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-26T17:21:34.514 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-26T17:21:34.514 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-26T17:21:34.514 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-26T17:21:34.514 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-26T17:21:34.514 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-26T17:21:34.514 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-26T17:21:34.514 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-26T17:21:35.035 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-26T17:21:35.035 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-26T17:21:35.035 INFO:teuthology.orchestra.run.smithi169.stdout:Installed: 2023-12-26T17:21:35.035 INFO:teuthology.orchestra.run.smithi169.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:21:35.036 INFO:teuthology.orchestra.run.smithi169.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:21:35.036 INFO:teuthology.orchestra.run.smithi169.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-26T17:21:35.036 INFO:teuthology.orchestra.run.smithi169.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-26T17:21:35.036 INFO:teuthology.orchestra.run.smithi169.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:21:35.036 INFO:teuthology.orchestra.run.smithi169.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:21:35.036 INFO:teuthology.orchestra.run.smithi169.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-26T17:21:35.036 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-26T17:21:35.036 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-26T17:21:35.036 INFO:teuthology.orchestra.run.smithi169.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:21:35.036 INFO:teuthology.orchestra.run.smithi169.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:21:35.036 INFO:teuthology.orchestra.run.smithi169.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-26T17:21:35.036 INFO:teuthology.orchestra.run.smithi169.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-26T17:21:35.036 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-26T17:21:35.036 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2023-12-26T17:21:35.285 DEBUG:teuthology.parallel:result is None 2023-12-26T17:21:35.319 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-26T17:21:35.319 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:21:35.319 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2023-12-26T17:21:35.319 INFO:teuthology.orchestra.run.smithi173.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:21:35.319 INFO:teuthology.orchestra.run.smithi173.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:21:35.319 INFO:teuthology.orchestra.run.smithi173.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-26T17:21:35.320 INFO:teuthology.orchestra.run.smithi173.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-26T17:21:35.320 INFO:teuthology.orchestra.run.smithi173.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:21:35.320 INFO:teuthology.orchestra.run.smithi173.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:21:35.320 INFO:teuthology.orchestra.run.smithi173.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-26T17:21:35.320 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-26T17:21:35.320 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-26T17:21:35.320 INFO:teuthology.orchestra.run.smithi173.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:21:35.320 INFO:teuthology.orchestra.run.smithi173.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-26T17:21:35.320 INFO:teuthology.orchestra.run.smithi173.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-26T17:21:35.320 INFO:teuthology.orchestra.run.smithi173.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-26T17:21:35.320 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:21:35.320 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2023-12-26T17:21:36.290 DEBUG:teuthology.parallel:result is None 2023-12-26T17:21:36.291 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-26T17:21:36.375 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v16.2.5', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v16.2.5', 'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '639f0137318def3e5f393094e5494880043a8f32'} 2023-12-26T17:21:36.375 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.5 2023-12-26T17:21:36.376 INFO:tasks.cephadm:Cluster fsid is 39103836-a413-11ee-95a5-87774f69a715 2023-12-26T17:21:36.376 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-26T17:21:36.376 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-26T17:21:36.376 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi169': '172.21.15.169', 'mon.smithi173': '172.21.15.173'} 2023-12-26T17:21:36.377 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-26T17:21:36.377 DEBUG:teuthology.orchestra.run.smithi169:> sudo hostname $(hostname -s) 2023-12-26T17:21:36.411 DEBUG:teuthology.orchestra.run.smithi173:> sudo hostname $(hostname -s) 2023-12-26T17:21:36.440 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2023-12-26T17:21:36.441 DEBUG:teuthology.orchestra.run.smithi169:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-26T17:21:36.712 INFO:teuthology.orchestra.run.smithi169.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Dec 26 17:21 /home/ubuntu/cephtest/cephadm 2023-12-26T17:21:36.712 DEBUG:teuthology.orchestra.run.smithi173:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-26T17:21:36.875 INFO:teuthology.orchestra.run.smithi173.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Dec 26 17:21 /home/ubuntu/cephtest/cephadm 2023-12-26T17:21:36.876 DEBUG:teuthology.orchestra.run.smithi169:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-26T17:21:36.898 DEBUG:teuthology.orchestra.run.smithi173:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-26T17:21:36.928 DEBUG:teuthology.orchestra.run.smithi169:> sudo mkdir -p /etc/ceph 2023-12-26T17:21:36.975 DEBUG:teuthology.orchestra.run.smithi173:> sudo mkdir -p /etc/ceph 2023-12-26T17:21:37.004 DEBUG:teuthology.orchestra.run.smithi169:> sudo chmod 777 /etc/ceph 2023-12-26T17:21:37.045 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod 777 /etc/ceph 2023-12-26T17:21:37.073 INFO:tasks.cephadm:Writing seed config... 2023-12-26T17:21:37.074 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-26T17:21:37.074 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-26T17:21:37.075 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-26T17:21:37.075 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-26T17:21:37.075 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-26T17:21:37.075 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-26T17:21:37.075 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-26T17:21:37.075 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-26T17:21:37.076 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2023-12-26T17:21:37.076 DEBUG:teuthology.orchestra.run.smithi169:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-26T17:21:37.105 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 = 39103836-a413-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-26T17:21:37.105 DEBUG:teuthology.orchestra.run.smithi169:mon.smithi169> sudo journalctl -f -n 0 -u ceph-39103836-a413-11ee-95a5-87774f69a715@mon.smithi169.service 2023-12-26T17:21:37.148 INFO:tasks.cephadm:Bootstrapping... 2023-12-26T17:21:37.148 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 -v bootstrap --fsid 39103836-a413-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.169 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-26T17:21:37.176 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:-- Logs begin at Tue 2023-12-26 17:13:32 UTC. -- 2023-12-26T17:21:37.409 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-12-26T17:21:38.641 INFO:teuthology.orchestra.run.smithi169.stderr:/bin/podman: 4.6.1 2023-12-26T17:21:38.656 INFO:teuthology.orchestra.run.smithi169.stderr:Verifying podman|docker is present... 2023-12-26T17:21:38.657 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-12-26T17:21:38.679 INFO:teuthology.orchestra.run.smithi169.stderr:/bin/podman: 4.6.1 2023-12-26T17:21:38.692 INFO:teuthology.orchestra.run.smithi169.stderr:Verifying lvm2 is present... 2023-12-26T17:21:38.692 INFO:teuthology.orchestra.run.smithi169.stderr:Verifying time synchronization is in place... 2023-12-26T17:21:38.692 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl is-enabled chrony.service 2023-12-26T17:21:38.698 INFO:teuthology.orchestra.run.smithi169.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-26T17:21:38.699 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl is-active chrony.service 2023-12-26T17:21:38.705 INFO:teuthology.orchestra.run.smithi169.stderr:systemctl: inactive 2023-12-26T17:21:38.706 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl is-enabled chronyd.service 2023-12-26T17:21:38.712 INFO:teuthology.orchestra.run.smithi169.stderr:systemctl: enabled 2023-12-26T17:21:38.712 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl is-active chronyd.service 2023-12-26T17:21:38.717 INFO:teuthology.orchestra.run.smithi169.stderr:systemctl: active 2023-12-26T17:21:38.718 INFO:teuthology.orchestra.run.smithi169.stderr:Unit chronyd.service is enabled and running 2023-12-26T17:21:38.718 INFO:teuthology.orchestra.run.smithi169.stderr:Repeating the final host check... 2023-12-26T17:21:38.718 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-12-26T17:21:38.738 INFO:teuthology.orchestra.run.smithi169.stderr:/bin/podman: 4.6.1 2023-12-26T17:21:38.750 INFO:teuthology.orchestra.run.smithi169.stderr:podman|docker (/bin/podman) is present 2023-12-26T17:21:38.750 INFO:teuthology.orchestra.run.smithi169.stderr:systemctl is present 2023-12-26T17:21:38.750 INFO:teuthology.orchestra.run.smithi169.stderr:lvcreate is present 2023-12-26T17:21:38.750 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl is-enabled chrony.service 2023-12-26T17:21:38.755 INFO:teuthology.orchestra.run.smithi169.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-26T17:21:38.756 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl is-active chrony.service 2023-12-26T17:21:38.761 INFO:teuthology.orchestra.run.smithi169.stderr:systemctl: inactive 2023-12-26T17:21:38.761 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl is-enabled chronyd.service 2023-12-26T17:21:38.767 INFO:teuthology.orchestra.run.smithi169.stderr:systemctl: enabled 2023-12-26T17:21:38.767 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl is-active chronyd.service 2023-12-26T17:21:38.773 INFO:teuthology.orchestra.run.smithi169.stderr:systemctl: active 2023-12-26T17:21:38.774 INFO:teuthology.orchestra.run.smithi169.stderr:Unit chronyd.service is enabled and running 2023-12-26T17:21:38.775 INFO:teuthology.orchestra.run.smithi169.stderr:Host looks OK 2023-12-26T17:21:38.775 INFO:teuthology.orchestra.run.smithi169.stderr:Cluster fsid: 39103836-a413-11ee-95a5-87774f69a715 2023-12-26T17:21:38.775 INFO:teuthology.orchestra.run.smithi169.stderr:Acquiring lock 139715749965952 on /run/cephadm/39103836-a413-11ee-95a5-87774f69a715.lock 2023-12-26T17:21:38.775 INFO:teuthology.orchestra.run.smithi169.stderr:Lock 139715749965952 acquired on /run/cephadm/39103836-a413-11ee-95a5-87774f69a715.lock 2023-12-26T17:21:38.775 INFO:teuthology.orchestra.run.smithi169.stderr:Verifying IP 172.21.15.169 port 3300 ... 2023-12-26T17:21:38.775 INFO:teuthology.orchestra.run.smithi169.stderr:Verifying IP 172.21.15.169 port 6789 ... 2023-12-26T17:21:38.775 INFO:teuthology.orchestra.run.smithi169.stderr:Base mon IP is 172.21.15.169, final addrv is [v2:172.21.15.169:3300,v1:172.21.15.169:6789] 2023-12-26T17:21:38.775 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /sbin/ip route ls 2023-12-26T17:21:38.777 INFO:teuthology.orchestra.run.smithi169.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.169 metric 100 2023-12-26T17:21:38.777 INFO:teuthology.orchestra.run.smithi169.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.169 metric 100 2023-12-26T17:21:38.777 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /sbin/ip -6 route ls 2023-12-26T17:21:38.780 INFO:teuthology.orchestra.run.smithi169.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-26T17:21:38.780 INFO:teuthology.orchestra.run.smithi169.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-12-26T17:21:38.780 INFO:teuthology.orchestra.run.smithi169.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1784sec hoplimit 64 pref medium 2023-12-26T17:21:38.780 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /sbin/ip -6 addr ls 2023-12-26T17:21:38.783 INFO:teuthology.orchestra.run.smithi169.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-26T17:21:38.783 INFO:teuthology.orchestra.run.smithi169.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-26T17:21:38.783 INFO:teuthology.orchestra.run.smithi169.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-26T17:21:38.783 INFO:teuthology.orchestra.run.smithi169.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-26T17:21:38.783 INFO:teuthology.orchestra.run.smithi169.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:7f4d/64 scope link 2023-12-26T17:21:38.783 INFO:teuthology.orchestra.run.smithi169.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-26T17:21:38.784 INFO:teuthology.orchestra.run.smithi169.stderr:Mon IP `172.21.15.169` is in CIDR network `172.21.0.0/20` 2023-12-26T17:21:38.784 INFO:teuthology.orchestra.run.smithi169.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-26T17:21:38.784 INFO:teuthology.orchestra.run.smithi169.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2023-12-26T17:21:38.785 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.5 2023-12-26T17:21:38.890 INFO:teuthology.orchestra.run.smithi169.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.5... 2023-12-26T17:21:45.587 INFO:teuthology.orchestra.run.smithi169.stderr:/bin/podman: Getting image source signatures 2023-12-26T17:21:45.601 INFO:teuthology.orchestra.run.smithi169.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2023-12-26T17:21:45.601 INFO:teuthology.orchestra.run.smithi169.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2023-12-26T17:21:59.556 INFO:teuthology.orchestra.run.smithi169.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2023-12-26T17:21:59.622 INFO:teuthology.orchestra.run.smithi169.stderr:/bin/podman: Writing manifest to image destination 2023-12-26T17:21:59.932 INFO:teuthology.orchestra.run.smithi169.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2023-12-26T17:21:59.943 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --version 2023-12-26T17:22:00.440 INFO:teuthology.orchestra.run.smithi169.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2023-12-26T17:22:00.774 INFO:teuthology.orchestra.run.smithi169.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2023-12-26T17:22:00.775 INFO:teuthology.orchestra.run.smithi169.stderr:Extracting ceph user uid/gid from container image... 2023-12-26T17:22:00.775 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2023-12-26T17:22:01.050 INFO:teuthology.orchestra.run.smithi169.stderr:stat: 167 167 2023-12-26T17:22:01.344 INFO:teuthology.orchestra.run.smithi169.stderr:Creating initial keys... 2023-12-26T17:22:01.344 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-12-26T17:22:01.627 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-authtool: AQC5C4tldg2uJBAA/PPS8KlbfYRPBG8MyXIFaA== 2023-12-26T17:22:01.966 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-12-26T17:22:02.211 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-authtool: AQC6C4tlXKQMDBAAkKrfA1hYK9KI1cCCYqMXKA== 2023-12-26T17:22:02.536 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-12-26T17:22:02.794 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-authtool: AQC6C4tlYm2aLhAAY7wwlu4fpLqanzVuSs4NZw== 2023-12-26T17:22:03.137 INFO:teuthology.orchestra.run.smithi169.stderr:Creating initial monmap... 2023-12-26T17:22:03.137 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmp1h50qox_:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --create --clobber --fsid 39103836-a413-11ee-95a5-87774f69a715 --addv smithi169 [v2:172.21.15.169:3300,v1:172.21.15.169:6789] /tmp/monmap 2023-12-26T17:22:03.394 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-26T17:22:03.394 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 39103836-a413-11ee-95a5-87774f69a715 2023-12-26T17:22:03.394 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-26T17:22:03.727 INFO:teuthology.orchestra.run.smithi169.stderr:monmaptool for smithi169 [v2:172.21.15.169:3300,v1:172.21.15.169:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-26T17:22:03.727 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/monmaptool: set fsid to 39103836-a413-11ee-95a5-87774f69a715 2023-12-26T17:22:03.727 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-26T17:22:03.727 INFO:teuthology.orchestra.run.smithi169.stderr: 2023-12-26T17:22:03.727 INFO:teuthology.orchestra.run.smithi169.stderr:Creating mon... 2023-12-26T17:22:03.729 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/mon.smithi169:/var/lib/ceph/mon/ceph-smithi169:z -v /tmp/ceph-tmpm6mkqvn6:/tmp/keyring:z -v /tmp/ceph-tmp1h50qox_:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --mkfs -i smithi169 --fsid 39103836-a413-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-26T17:22:04.035 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.002+0000 7f5c23c3c700 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-26T17:22:04.035 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.002+0000 7f5c23c3c700 1 imported monmap: 2023-12-26T17:22:04.036 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-26T17:22:04.036 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: fsid 39103836-a413-11ee-95a5-87774f69a715 2023-12-26T17:22:04.036 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: last_changed 2023-12-26T17:22:03.387269+0000 2023-12-26T17:22:04.036 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: created 2023-12-26T17:22:03.387269+0000 2023-12-26T17:22:04.036 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-12-26T17:22:04.036 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-26T17:22:04.036 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] mon.smithi169 2023-12-26T17:22:04.036 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: 2023-12-26T17:22:04.036 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.002+0000 7f5c23c3c700 0 /usr/bin/ceph-mon: set fsid to 39103836-a413-11ee-95a5-87774f69a715 2023-12-26T17:22:04.036 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: RocksDB version: 6.8.1 2023-12-26T17:22:04.036 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: 2023-12-26T17:22:04.036 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-26T17:22:04.036 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Compile date Jul 8 2021 2023-12-26T17:22:04.037 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: DB SUMMARY 2023-12-26T17:22:04.037 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: 2023-12-26T17:22:04.037 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi169/store.db dir, Total Num: 0, files: 2023-12-26T17:22:04.037 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: 2023-12-26T17:22:04.037 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi169/store.db: 2023-12-26T17:22:04.037 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: 2023-12-26T17:22:04.037 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.error_if_exists: 0 2023-12-26T17:22:04.037 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.create_if_missing: 1 2023-12-26T17:22:04.037 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.paranoid_checks: 1 2023-12-26T17:22:04.038 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.env: 0x5614645b91c0 2023-12-26T17:22:04.038 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.fs: Posix File System 2023-12-26T17:22:04.038 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.info_log: 0x56146536d000 2023-12-26T17:22:04.038 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-26T17:22:04.038 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.statistics: (nil) 2023-12-26T17:22:04.038 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.use_fsync: 0 2023-12-26T17:22:04.038 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.max_log_file_size: 0 2023-12-26T17:22:04.038 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-26T17:22:04.038 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-26T17:22:04.038 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-26T17:22:04.038 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-26T17:22:04.038 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.allow_fallocate: 1 2023-12-26T17:22:04.038 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-26T17:22:04.038 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-26T17:22:04.039 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.use_direct_reads: 0 2023-12-26T17:22:04.039 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-26T17:22:04.039 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.create_missing_column_families: 0 2023-12-26T17:22:04.039 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.db_log_dir: 2023-12-26T17:22:04.039 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi169/store.db 2023-12-26T17:22:04.039 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-26T17:22:04.039 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.max_subcompactions: 1 2023-12-26T17:22:04.039 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.max_background_flushes: -1 2023-12-26T17:22:04.039 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-26T17:22:04.039 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-26T17:22:04.039 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-26T17:22:04.039 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-26T17:22:04.040 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-26T17:22:04.040 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.advise_random_on_open: 1 2023-12-26T17:22:04.040 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-26T17:22:04.040 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.write_buffer_manager: 0x561465375530 2023-12-26T17:22:04.040 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-26T17:22:04.040 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-26T17:22:04.040 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-26T17:22:04.040 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-26T17:22:04.040 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.rate_limiter: (nil) 2023-12-26T17:22:04.040 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-26T17:22:04.040 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-26T17:22:04.040 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-26T17:22:04.040 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-26T17:22:04.040 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.unordered_write: 0 2023-12-26T17:22:04.041 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-26T17:22:04.041 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-26T17:22:04.041 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-26T17:22:04.041 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-26T17:22:04.041 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.row_cache: None 2023-12-26T17:22:04.041 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.wal_filter: None 2023-12-26T17:22:04.041 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-26T17:22:04.041 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-26T17:22:04.041 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.preserve_deletes: 0 2023-12-26T17:22:04.041 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.two_write_queues: 0 2023-12-26T17:22:04.041 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.manual_wal_flush: 0 2023-12-26T17:22:04.041 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.atomic_flush: 0 2023-12-26T17:22:04.042 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-26T17:22:04.042 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-26T17:22:04.042 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-26T17:22:04.042 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.log_readahead_size: 0 2023-12-26T17:22:04.042 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-26T17:22:04.042 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.max_background_jobs: 2 2023-12-26T17:22:04.042 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.max_background_compactions: -1 2023-12-26T17:22:04.042 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-26T17:22:04.042 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-26T17:22:04.042 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-26T17:22:04.042 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.max_total_wal_size: 0 2023-12-26T17:22:04.042 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-26T17:22:04.042 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-26T17:22:04.043 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-26T17:22:04.043 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-26T17:22:04.043 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.max_open_files: -1 2023-12-26T17:22:04.043 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.bytes_per_sync: 0 2023-12-26T17:22:04.043 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-26T17:22:04.043 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-26T17:22:04.043 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-26T17:22:04.043 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Compression algorithms supported: 2023-12-26T17:22:04.043 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-26T17:22:04.043 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: kZSTD supported: 0 2023-12-26T17:22:04.043 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: kXpressCompression supported: 0 2023-12-26T17:22:04.043 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-26T17:22:04.043 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: kLZ4Compression supported: 1 2023-12-26T17:22:04.043 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: kBZip2Compression supported: 0 2023-12-26T17:22:04.044 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: kZlibCompression supported: 1 2023-12-26T17:22:04.044 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: kSnappyCompression supported: 1 2023-12-26T17:22:04.044 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.003+0000 7f5c23c3c700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-26T17:22:04.044 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-12-26T17:22:04.044 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: 2023-12-26T17:22:04.044 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi169/store.db/MANIFEST-000001 2023-12-26T17:22:04.044 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: 2023-12-26T17:22:04.044 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-26T17:22:04.044 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: 2023-12-26T17:22:04.044 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-26T17:22:04.044 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.merge_operator: 2023-12-26T17:22:04.044 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.compaction_filter: None 2023-12-26T17:22:04.044 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.compaction_filter_factory: None 2023-12-26T17:22:04.044 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-26T17:22:04.045 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-26T17:22:04.045 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561465286160) 2023-12-26T17:22:04.045 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-26T17:22:04.045 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-26T17:22:04.045 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-26T17:22:04.045 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-26T17:22:04.045 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-26T17:22:04.045 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-26T17:22:04.045 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-26T17:22:04.045 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-26T17:22:04.045 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-26T17:22:04.046 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-26T17:22:04.046 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-26T17:22:04.046 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: block_cache: 0x5614652bcd10 2023-12-26T17:22:04.046 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-26T17:22:04.046 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-26T17:22:04.046 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-26T17:22:04.046 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-26T17:22:04.046 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-26T17:22:04.046 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-26T17:22:04.046 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-26T17:22:04.046 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-26T17:22:04.046 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-26T17:22:04.047 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-26T17:22:04.047 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-26T17:22:04.047 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-26T17:22:04.047 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-26T17:22:04.047 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-26T17:22:04.047 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-26T17:22:04.047 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-26T17:22:04.047 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-26T17:22:04.047 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-26T17:22:04.047 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-26T17:22:04.047 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: format_version: 2 2023-12-26T17:22:04.047 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-26T17:22:04.047 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-26T17:22:04.048 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: 2023-12-26T17:22:04.048 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-26T17:22:04.048 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-26T17:22:04.048 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.compression: NoCompression 2023-12-26T17:22:04.048 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-26T17:22:04.048 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-26T17:22:04.048 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-26T17:22:04.048 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.num_levels: 7 2023-12-26T17:22:04.048 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-26T17:22:04.048 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-26T17:22:04.049 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-26T17:22:04.049 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-26T17:22:04.049 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-26T17:22:04.049 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-26T17:22:04.049 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-26T17:22:04.049 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-26T17:22:04.049 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-26T17:22:04.049 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-26T17:22:04.049 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.compression_opts.level: 32767 2023-12-26T17:22:04.049 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-26T17:22:04.049 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-26T17:22:04.050 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-26T17:22:04.050 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.compression_opts.enabled: false 2023-12-26T17:22:04.050 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-26T17:22:04.050 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-26T17:22:04.050 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-26T17:22:04.050 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-26T17:22:04.050 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-26T17:22:04.050 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-26T17:22:04.050 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-26T17:22:04.051 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-26T17:22:04.051 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-26T17:22:04.051 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-26T17:22:04.051 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-26T17:22:04.051 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-26T17:22:04.051 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-26T17:22:04.051 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-26T17:22:04.051 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-26T17:22:04.051 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-26T17:22:04.051 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-26T17:22:04.051 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.arena_block_size: 4194304 2023-12-26T17:22:04.051 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-26T17:22:04.052 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-26T17:22:04.052 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-26T17:22:04.052 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-26T17:22:04.052 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-26T17:22:04.052 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-26T17:22:04.052 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-26T17:22:04.052 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-26T17:22:04.052 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-26T17:22:04.052 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-26T17:22:04.052 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-26T17:22:04.052 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-26T17:22:04.052 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-26T17:22:04.052 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-26T17:22:04.053 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.table_properties_collectors: 2023-12-26T17:22:04.053 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.inplace_update_support: 0 2023-12-26T17:22:04.053 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-26T17:22:04.053 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-26T17:22:04.053 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-26T17:22:04.053 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-26T17:22:04.053 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.bloom_locality: 0 2023-12-26T17:22:04.053 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.max_successive_merges: 0 2023-12-26T17:22:04.053 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-26T17:22:04.053 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-26T17:22:04.053 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.force_consistency_checks: 0 2023-12-26T17:22:04.053 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-26T17:22:04.054 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.ttl: 2592000 2023-12-26T17:22:04.054 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-26T17:22:04.054 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi169/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-26T17:22:04.054 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: 2023-12-26T17:22:04.054 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.004+0000 7f5c23c3c700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-26T17:22:04.054 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: 2023-12-26T17:22:04.054 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.007+0000 7f5c23c3c700 4 rocksdb: DB pointer 0x561465381800 2023-12-26T17:22:04.054 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.007+0000 7f5c0cac5700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-26T17:22:04.054 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.007+0000 7f5c0cac5700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-26T17:22:04.054 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-26T17:22:04.054 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-26T17:22:04.054 INFO:teuthology.orchestra.run.smithi169.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-26T17:22:04.055 INFO:teuthology.orchestra.run.smithi169.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-26T17:22:04.055 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-26T17:22:04.055 INFO:teuthology.orchestra.run.smithi169.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-26T17:22:04.055 INFO:teuthology.orchestra.run.smithi169.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-26T17:22:04.055 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-26T17:22:04.055 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: 2023-12-26T17:22:04.055 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-26T17:22:04.055 INFO:teuthology.orchestra.run.smithi169.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-26T17:22:04.055 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T17:22:04.055 INFO:teuthology.orchestra.run.smithi169.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-26T17:22:04.055 INFO:teuthology.orchestra.run.smithi169.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-26T17:22:04.055 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: 2023-12-26T17:22:04.056 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-26T17:22:04.056 INFO:teuthology.orchestra.run.smithi169.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-26T17:22:04.056 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T17:22:04.056 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-26T17:22:04.056 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-26T17:22:04.056 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-26T17:22:04.056 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-26T17:22:04.056 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-26T17:22:04.056 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-26T17:22:04.056 INFO:teuthology.orchestra.run.smithi169.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-26T17:22:04.056 INFO:teuthology.orchestra.run.smithi169.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-26T17:22:04.056 INFO:teuthology.orchestra.run.smithi169.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-26T17:22:04.056 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: 2023-12-26T17:22:04.056 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-26T17:22:04.057 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: 2023-12-26T17:22:04.057 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-26T17:22:04.057 INFO:teuthology.orchestra.run.smithi169.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-26T17:22:04.057 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T17:22:04.057 INFO:teuthology.orchestra.run.smithi169.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-26T17:22:04.057 INFO:teuthology.orchestra.run.smithi169.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-26T17:22:04.057 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: 2023-12-26T17:22:04.057 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-26T17:22:04.057 INFO:teuthology.orchestra.run.smithi169.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-26T17:22:04.057 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T17:22:04.057 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-26T17:22:04.058 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-26T17:22:04.058 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-26T17:22:04.058 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-26T17:22:04.058 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-26T17:22:04.058 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-26T17:22:04.058 INFO:teuthology.orchestra.run.smithi169.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-26T17:22:04.058 INFO:teuthology.orchestra.run.smithi169.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-26T17:22:04.058 INFO:teuthology.orchestra.run.smithi169.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-26T17:22:04.058 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: 2023-12-26T17:22:04.058 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-26T17:22:04.058 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: 2023-12-26T17:22:04.058 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.009+0000 7f5c23c3c700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-12-26T17:22:04.058 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.009+0000 7f5c23c3c700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-12-26T17:22:04.059 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph-mon: debug 2023-12-26T17:22:04.009+0000 7f5c23c3c700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi169 for mon.smithi169 2023-12-26T17:22:04.357 INFO:teuthology.orchestra.run.smithi169.stderr:create mon.smithi169 on 2023-12-26T17:22:04.358 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/39103836-a413-11ee-95a5-87774f69a715 2023-12-26T17:22:04.362 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl disable ceph.target 2023-12-26T17:22:04.450 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl enable ceph.target 2023-12-26T17:22:04.457 INFO:teuthology.orchestra.run.smithi169.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-26T17:22:04.535 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl start ceph.target 2023-12-26T17:22:04.542 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl enable ceph-39103836-a413-11ee-95a5-87774f69a715.target 2023-12-26T17:22:04.548 INFO:teuthology.orchestra.run.smithi169.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-39103836-a413-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-39103836-a413-11ee-95a5-87774f69a715.target. 2023-12-26T17:22:04.548 INFO:teuthology.orchestra.run.smithi169.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-39103836-a413-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-39103836-a413-11ee-95a5-87774f69a715.target. 2023-12-26T17:22:04.628 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl start ceph-39103836-a413-11ee-95a5-87774f69a715.target 2023-12-26T17:22:04.635 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl daemon-reload 2023-12-26T17:22:04.717 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl stop ceph-39103836-a413-11ee-95a5-87774f69a715@mon.smithi169 2023-12-26T17:22:04.741 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl reset-failed ceph-39103836-a413-11ee-95a5-87774f69a715@mon.smithi169 2023-12-26T17:22:04.744 INFO:teuthology.orchestra.run.smithi169.stderr:systemctl: Failed to reset failed state of unit ceph-39103836-a413-11ee-95a5-87774f69a715@mon.smithi169.service: Unit ceph-39103836-a413-11ee-95a5-87774f69a715@mon.smithi169.service not loaded. 2023-12-26T17:22:04.745 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl enable ceph-39103836-a413-11ee-95a5-87774f69a715@mon.smithi169 2023-12-26T17:22:04.751 INFO:teuthology.orchestra.run.smithi169.stderr:systemctl: Created symlink /etc/systemd/system/ceph-39103836-a413-11ee-95a5-87774f69a715.target.wants/ceph-39103836-a413-11ee-95a5-87774f69a715@mon.smithi169.service → /etc/systemd/system/ceph-39103836-a413-11ee-95a5-87774f69a715@.service. 2023-12-26T17:22:04.834 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl start ceph-39103836-a413-11ee-95a5-87774f69a715@mon.smithi169 2023-12-26T17:22:05.021 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:04 smithi169 systemd[1]: Starting Ceph mon.smithi169 for 39103836-a413-11ee-95a5-87774f69a715... 2023-12-26T17:22:05.123 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-26T17:22:05.132 INFO:teuthology.orchestra.run.smithi169.stderr:systemctl: disabled 2023-12-26T17:22:05.132 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl is-active firewalld.service 2023-12-26T17:22:05.139 INFO:teuthology.orchestra.run.smithi169.stderr:systemctl: inactive 2023-12-26T17:22:05.140 INFO:teuthology.orchestra.run.smithi169.stderr:firewalld.service is not enabled 2023-12-26T17:22:05.140 INFO:teuthology.orchestra.run.smithi169.stderr:Not possible to enable service . firewalld.service is not available 2023-12-26T17:22:05.140 INFO:teuthology.orchestra.run.smithi169.stderr:Waiting for mon to start... 2023-12-26T17:22:05.140 INFO:teuthology.orchestra.run.smithi169.stderr:Waiting for mon... 2023-12-26T17:22:05.141 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/mon.smithi169:/var/lib/ceph/mon/ceph-smithi169:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status 2023-12-26T17:22:05.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:05 smithi169 bash[107033]: d57c5b5b6918084966c690f6ed9704f064a772703c3bb6071e9bbdea8a0c03f9 2023-12-26T17:22:05.521 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:05 smithi169 systemd[1]: Started Ceph mon.smithi169 for 39103836-a413-11ee-95a5-87774f69a715. 2023-12-26T17:22:05.521 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:05 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107047]: cluster 2023-12-26T17:22:05.162768+0000 mon.smithi169 (mon.0) 0 : [INF] mkfs 39103836-a413-11ee-95a5-87774f69a715 2023-12-26T17:22:05.521 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:05 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107047]: cluster 2023-12-26T17:22:05.142967+0000 mon.smithi169 (mon.0) 1 : cluster [INF] mon.smithi169 is new leader, mons smithi169 in quorum (ranks 0) 2023-12-26T17:22:05.590 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: cluster: 2023-12-26T17:22:05.591 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: id: 39103836-a413-11ee-95a5-87774f69a715 2023-12-26T17:22:05.591 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-26T17:22:05.591 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: 2023-12-26T17:22:05.591 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: services: 2023-12-26T17:22:05.591 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi169 (age 0.424589s) 2023-12-26T17:22:05.591 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-26T17:22:05.591 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-26T17:22:05.591 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: 2023-12-26T17:22:05.591 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: data: 2023-12-26T17:22:05.591 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-26T17:22:05.591 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-26T17:22:05.591 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-26T17:22:05.591 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: pgs: 2023-12-26T17:22:05.592 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: 2023-12-26T17:22:05.923 INFO:teuthology.orchestra.run.smithi169.stderr:mon is available 2023-12-26T17:22:05.923 INFO:teuthology.orchestra.run.smithi169.stderr:Assimilating anything we can from ceph.conf... 2023-12-26T17:22:05.923 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z -v /var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/mon.smithi169:/var/lib/ceph/mon/ceph-smithi169:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi169/config 2023-12-26T17:22:06.406 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: 2023-12-26T17:22:06.406 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: [global] 2023-12-26T17:22:06.406 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: fsid = 39103836-a413-11ee-95a5-87774f69a715 2023-12-26T17:22:06.406 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.169:3300,v1:172.21.15.169:6789] 2023-12-26T17:22:06.406 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-26T17:22:06.406 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-26T17:22:06.406 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-26T17:22:06.406 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-26T17:22:06.406 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: 2023-12-26T17:22:06.406 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: [mgr] 2023-12-26T17:22:06.406 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-26T17:22:06.407 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: 2023-12-26T17:22:06.407 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: [osd] 2023-12-26T17:22:06.407 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-26T17:22:06.407 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-26T17:22:06.427 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:06 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107047]: cluster 2023-12-26T17:22:05.161233+0000 mon.smithi169 (mon.0) 2 : cluster [INF] mon.smithi169 is new leader, mons smithi169 in quorum (ranks 0) 2023-12-26T17:22:06.427 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:06 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107047]: cluster 2023-12-26T17:22:05.161552+0000 mon.smithi169 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi169=[v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0]} 2023-12-26T17:22:06.427 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:06 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107047]: cluster 2023-12-26T17:22:05.165616+0000 mon.smithi169 (mon.0) 4 : cluster [DBG] fsmap 2023-12-26T17:22:06.427 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:06 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107047]: cluster 2023-12-26T17:22:05.170066+0000 mon.smithi169 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-26T17:22:06.427 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:06 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107047]: cluster 2023-12-26T17:22:05.170684+0000 mon.smithi169 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-26T17:22:06.427 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:06 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107047]: audit 2023-12-26T17:22:05.585785+0000 mon.smithi169 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.169:0/170020390' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-26T17:22:06.746 INFO:teuthology.orchestra.run.smithi169.stderr:Generating new minimal ceph.conf... 2023-12-26T17:22:06.746 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z -v /var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/mon.smithi169:/var/lib/ceph/mon/ceph-smithi169:z docker.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi169/config 2023-12-26T17:22:07.488 INFO:teuthology.orchestra.run.smithi169.stderr:Restarting the monitor... 2023-12-26T17:22:07.488 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl restart ceph-39103836-a413-11ee-95a5-87774f69a715@mon.smithi169 2023-12-26T17:22:07.495 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:07 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107047]: audit 2023-12-26T17:22:06.397342+0000 mon.smithi169 (mon.0) 8 : audit [INF] from='client.? 172.21.15.169:0/915699654' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-26T17:22:07.495 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:07 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107047]: audit 2023-12-26T17:22:06.399923+0000 mon.smithi169 (mon.0) 9 : audit [INF] from='client.? 172.21.15.169:0/915699654' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-26T17:22:07.495 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:07 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107047]: audit 2023-12-26T17:22:07.148915+0000 mon.smithi169 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.169:0/3888125827' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:22:07.495 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:07 smithi169 systemd[1]: Stopping Ceph mon.smithi169 for 39103836-a413-11ee-95a5-87774f69a715... 2023-12-26T17:22:07.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:07 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107047]: debug 2023-12-26T17:22:07.536+0000 7f0f64ac1700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi169 -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-26T17:22:07.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:07 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107047]: debug 2023-12-26T17:22:07.536+0000 7f0f64ac1700 -1 mon.smithi169@0(leader) e1 *** Got Signal Terminated *** 2023-12-26T17:22:08.152 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:07 smithi169 podman[107370]: ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169 2023-12-26T17:22:08.152 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:07 smithi169 systemd[1]: ceph-39103836-a413-11ee-95a5-87774f69a715@mon.smithi169.service: Succeeded. 2023-12-26T17:22:08.153 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:07 smithi169 systemd[1]: Stopped Ceph mon.smithi169 for 39103836-a413-11ee-95a5-87774f69a715. 2023-12-26T17:22:08.153 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:07 smithi169 systemd[1]: Starting Ceph mon.smithi169 for 39103836-a413-11ee-95a5-87774f69a715... 2023-12-26T17:22:08.213 INFO:teuthology.orchestra.run.smithi169.stderr:Setting mon public_network to 172.21.0.0/20 2023-12-26T17:22:08.213 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2023-12-26T17:22:08.521 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 bash[107440]: 0b6e0ce61edf585d84924950e5b9b3fbe63e04a7fe1480adb26b95d4ebc43108 2023-12-26T17:22:08.522 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 systemd[1]: Started Ceph mon.smithi169 for 39103836-a413-11ee-95a5-87774f69a715. 2023-12-26T17:22:08.522 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.209+0000 7f662b11a700 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-26T17:22:08.522 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.209+0000 7f662b11a700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2023-12-26T17:22:08.522 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.209+0000 7f662b11a700 0 pidfile_write: ignore empty --pid-file 2023-12-26T17:22:08.522 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.214+0000 7f662b11a700 0 load: jerasure load: lrc load: isa 2023-12-26T17:22:08.522 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: RocksDB version: 6.8.1 2023-12-26T17:22:08.522 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 2023-12-26T17:22:08.522 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-26T17:22:08.522 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Compile date Jul 8 2021 2023-12-26T17:22:08.522 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: DB SUMMARY 2023-12-26T17:22:08.522 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 2023-12-26T17:22:08.522 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: CURRENT file: CURRENT 2023-12-26T17:22:08.522 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 2023-12-26T17:22:08.523 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: IDENTITY file: IDENTITY 2023-12-26T17:22:08.523 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 2023-12-26T17:22:08.523 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-12-26T17:22:08.523 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 2023-12-26T17:22:08.523 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi169/store.db dir, Total Num: 1, files: 000004.sst 2023-12-26T17:22:08.523 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 2023-12-26T17:22:08.523 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi169/store.db: 000006.log size: 80942 ; 2023-12-26T17:22:08.523 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 2023-12-26T17:22:08.523 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.error_if_exists: 0 2023-12-26T17:22:08.523 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.create_if_missing: 0 2023-12-26T17:22:08.523 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.paranoid_checks: 1 2023-12-26T17:22:08.523 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.env: 0x55dd136921c0 2023-12-26T17:22:08.523 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.fs: Posix File System 2023-12-26T17:22:08.523 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.info_log: 0x55dd14e27a40 2023-12-26T17:22:08.524 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-26T17:22:08.524 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.statistics: (nil) 2023-12-26T17:22:08.524 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.use_fsync: 0 2023-12-26T17:22:08.524 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.max_log_file_size: 0 2023-12-26T17:22:08.524 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-26T17:22:08.524 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-26T17:22:08.524 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-26T17:22:08.524 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-26T17:22:08.524 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.allow_fallocate: 1 2023-12-26T17:22:08.524 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-26T17:22:08.524 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-26T17:22:08.524 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.use_direct_reads: 0 2023-12-26T17:22:08.524 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-26T17:22:08.524 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.create_missing_column_families: 0 2023-12-26T17:22:08.525 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.db_log_dir: 2023-12-26T17:22:08.525 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi169/store.db 2023-12-26T17:22:08.525 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-26T17:22:08.525 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.max_subcompactions: 1 2023-12-26T17:22:08.525 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.max_background_flushes: -1 2023-12-26T17:22:08.525 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-26T17:22:08.525 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-26T17:22:08.525 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-26T17:22:08.525 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-26T17:22:08.525 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-26T17:22:08.525 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.advise_random_on_open: 1 2023-12-26T17:22:08.525 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-26T17:22:08.525 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.write_buffer_manager: 0x55dd14e2ffb0 2023-12-26T17:22:08.525 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-26T17:22:08.526 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-26T17:22:08.526 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-26T17:22:08.526 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-26T17:22:08.526 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.rate_limiter: (nil) 2023-12-26T17:22:08.526 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-26T17:22:08.526 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-26T17:22:08.526 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-26T17:22:08.526 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-26T17:22:08.526 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.unordered_write: 0 2023-12-26T17:22:08.526 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-26T17:22:08.526 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-26T17:22:08.526 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-26T17:22:08.526 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-26T17:22:08.526 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.row_cache: None 2023-12-26T17:22:08.527 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.wal_filter: None 2023-12-26T17:22:08.527 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-26T17:22:08.527 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-26T17:22:08.527 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.preserve_deletes: 0 2023-12-26T17:22:08.528 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.two_write_queues: 0 2023-12-26T17:22:08.528 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.manual_wal_flush: 0 2023-12-26T17:22:08.528 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.atomic_flush: 0 2023-12-26T17:22:08.528 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-26T17:22:08.528 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-26T17:22:08.528 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-26T17:22:08.528 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.log_readahead_size: 0 2023-12-26T17:22:08.528 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-26T17:22:08.528 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.max_background_jobs: 2 2023-12-26T17:22:08.528 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.max_background_compactions: -1 2023-12-26T17:22:08.528 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-26T17:22:08.528 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-26T17:22:08.528 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-26T17:22:08.528 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.max_total_wal_size: 0 2023-12-26T17:22:08.529 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-26T17:22:08.529 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-26T17:22:08.529 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-26T17:22:08.529 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-26T17:22:08.529 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.max_open_files: -1 2023-12-26T17:22:08.529 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.bytes_per_sync: 0 2023-12-26T17:22:08.529 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-26T17:22:08.529 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-26T17:22:08.529 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-26T17:22:08.529 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Compression algorithms supported: 2023-12-26T17:22:08.529 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-26T17:22:08.529 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: kZSTD supported: 0 2023-12-26T17:22:08.529 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: kXpressCompression supported: 0 2023-12-26T17:22:08.530 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-26T17:22:08.530 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: kLZ4Compression supported: 1 2023-12-26T17:22:08.530 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: kBZip2Compression supported: 0 2023-12-26T17:22:08.530 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: kZlibCompression supported: 1 2023-12-26T17:22:08.530 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: kSnappyCompression supported: 1 2023-12-26T17:22:08.530 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-26T17:22:08.530 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi169/store.db/MANIFEST-000005 2023-12-26T17:22:08.530 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 2023-12-26T17:22:08.530 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-26T17:22:08.530 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 2023-12-26T17:22:08.530 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-26T17:22:08.530 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.merge_operator: 2023-12-26T17:22:08.530 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.compaction_filter: None 2023-12-26T17:22:08.530 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.compaction_filter_factory: None 2023-12-26T17:22:08.531 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-26T17:22:08.531 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-26T17:22:08.531 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55dd14d41cc0) 2023-12-26T17:22:08.531 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cache_index_and_filter_blocks: 1 2023-12-26T17:22:08.531 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-26T17:22:08.531 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-26T17:22:08.531 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: pin_top_level_index_and_filter: 1 2023-12-26T17:22:08.531 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: index_type: 0 2023-12-26T17:22:08.531 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: data_block_index_type: 0 2023-12-26T17:22:08.531 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: index_shortening: 1 2023-12-26T17:22:08.531 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: data_block_hash_table_util_ratio: 0.750000 2023-12-26T17:22:08.531 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: hash_index_allow_collision: 1 2023-12-26T17:22:08.531 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: checksum: 1 2023-12-26T17:22:08.531 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: no_block_cache: 0 2023-12-26T17:22:08.531 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: block_cache: 0x55dd14d76f10 2023-12-26T17:22:08.532 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: block_cache_name: BinnedLRUCache 2023-12-26T17:22:08.532 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: block_cache_options: 2023-12-26T17:22:08.532 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: capacity : 536870912 2023-12-26T17:22:08.532 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: num_shard_bits : 4 2023-12-26T17:22:08.532 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: strict_capacity_limit : 0 2023-12-26T17:22:08.532 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: high_pri_pool_ratio: 0.000 2023-12-26T17:22:08.532 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: block_cache_compressed: (nil) 2023-12-26T17:22:08.532 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: persistent_cache: (nil) 2023-12-26T17:22:08.532 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: block_size: 4096 2023-12-26T17:22:08.532 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: block_size_deviation: 10 2023-12-26T17:22:08.532 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: block_restart_interval: 16 2023-12-26T17:22:08.532 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: index_block_restart_interval: 1 2023-12-26T17:22:08.532 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: metadata_block_size: 4096 2023-12-26T17:22:08.532 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: partition_filters: 0 2023-12-26T17:22:08.533 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: use_delta_encoding: 1 2023-12-26T17:22:08.533 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-26T17:22:08.533 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: whole_key_filtering: 1 2023-12-26T17:22:08.533 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: verify_compression: 0 2023-12-26T17:22:08.533 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: read_amp_bytes_per_bit: 0 2023-12-26T17:22:08.533 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: format_version: 2 2023-12-26T17:22:08.533 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: enable_index_compression: 1 2023-12-26T17:22:08.533 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: block_align: 0 2023-12-26T17:22:08.533 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 2023-12-26T17:22:08.533 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-26T17:22:08.533 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-26T17:22:08.533 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.compression: NoCompression 2023-12-26T17:22:08.533 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-26T17:22:08.533 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-26T17:22:08.533 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-26T17:22:08.534 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.num_levels: 7 2023-12-26T17:22:08.534 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-26T17:22:08.534 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-26T17:22:08.535 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-26T17:22:08.535 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-26T17:22:08.535 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-26T17:22:08.535 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-26T17:22:08.535 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-26T17:22:08.536 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-26T17:22:08.536 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-26T17:22:08.536 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-26T17:22:08.536 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.compression_opts.level: 32767 2023-12-26T17:22:08.536 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-26T17:22:08.536 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-26T17:22:08.536 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-26T17:22:08.536 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.compression_opts.enabled: false 2023-12-26T17:22:08.536 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-26T17:22:08.536 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-26T17:22:08.536 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-26T17:22:08.536 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-26T17:22:08.536 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-26T17:22:08.536 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-26T17:22:08.537 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-26T17:22:08.537 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-26T17:22:08.537 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-26T17:22:08.537 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-26T17:22:08.537 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-26T17:22:08.537 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-26T17:22:08.537 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-26T17:22:08.537 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-26T17:22:08.538 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-26T17:22:08.538 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-26T17:22:08.538 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-26T17:22:08.538 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.arena_block_size: 4194304 2023-12-26T17:22:08.538 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-26T17:22:08.538 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-26T17:22:08.538 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-26T17:22:08.538 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-26T17:22:08.538 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-26T17:22:08.538 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-26T17:22:08.538 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-26T17:22:08.538 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-26T17:22:08.539 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-26T17:22:08.539 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-26T17:22:08.539 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-26T17:22:08.539 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-26T17:22:08.539 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-26T17:22:08.539 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-26T17:22:08.539 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.table_properties_collectors: 2023-12-26T17:22:08.539 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.inplace_update_support: 0 2023-12-26T17:22:08.539 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-26T17:22:08.539 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-26T17:22:08.539 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-26T17:22:08.539 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-26T17:22:08.539 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.bloom_locality: 0 2023-12-26T17:22:08.539 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.max_successive_merges: 0 2023-12-26T17:22:08.540 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-26T17:22:08.540 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-26T17:22:08.540 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.force_consistency_checks: 0 2023-12-26T17:22:08.540 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-26T17:22:08.540 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.ttl: 2592000 2023-12-26T17:22:08.540 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.215+0000 7f662b11a700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-26T17:22:08.540 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.216+0000 7f662b11a700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi169/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-26T17:22:08.540 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 2023-12-26T17:22:08.540 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.216+0000 7f662b11a700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-12-26T17:22:08.540 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 2023-12-26T17:22:08.540 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.216+0000 7f662b11a700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703611328217618, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-26T17:22:08.540 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.216+0000 7f662b11a700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-12-26T17:22:08.540 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.216+0000 7f662b11a700 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-26T17:22:08.540 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.217+0000 7f662b11a700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703611328218499, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 77865, "table_properties": {"data_size": 76162, "index_size": 308, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9283, "raw_average_key_size": 47, "raw_value_size": 70809, "raw_average_value_size": 363, "num_data_blocks": 10, "num_entries": 195, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1703611328, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-26T17:22:08.541 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.217+0000 7f662b11a700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-12-26T17:22:08.541 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 2023-12-26T17:22:08.541 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.217+0000 7f662b11a700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703611328218909, "job": 1, "event": "recovery_finished"} 2023-12-26T17:22:08.541 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.218+0000 7f662b11a700 4 rocksdb: DB pointer 0x55dd14e3b800 2023-12-26T17:22:08.541 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.218+0000 7f6611f22700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-26T17:22:08.541 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.218+0000 7f6611f22700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-26T17:22:08.541 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: ** DB Stats ** 2023-12-26T17:22:08.541 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-26T17:22:08.541 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 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-26T17:22:08.541 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-26T17:22:08.541 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-26T17:22:08.541 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 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-26T17:22:08.541 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-26T17:22:08.541 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-26T17:22:08.542 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 2023-12-26T17:22:08.542 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: ** Compaction Stats [default] ** 2023-12-26T17:22:08.542 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 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-26T17:22:08.542 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T17:22:08.542 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: L0 2/0 77.73 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 123.1 0.00 0.00 1 0.001 0 0 2023-12-26T17:22:08.542 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Sum 2/0 77.73 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 123.1 0.00 0.00 1 0.001 0 0 2023-12-26T17:22:08.542 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 123.1 0.00 0.00 1 0.001 0 0 2023-12-26T17:22:08.542 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 2023-12-26T17:22:08.542 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: ** Compaction Stats [default] ** 2023-12-26T17:22:08.542 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 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-26T17:22:08.542 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T17:22:08.542 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 123.1 0.00 0.00 1 0.001 0 0 2023-12-26T17:22:08.542 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-26T17:22:08.542 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-26T17:22:08.542 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-26T17:22:08.543 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: AddFile(Total Files): cumulative 0, interval 0 2023-12-26T17:22:08.543 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-26T17:22:08.543 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: AddFile(Keys): cumulative 0, interval 0 2023-12-26T17:22:08.543 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Cumulative compaction: 0.00 GB write, 25.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T17:22:08.543 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Interval compaction: 0.00 GB write, 25.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T17:22:08.543 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 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-26T17:22:08.543 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 2023-12-26T17:22:08.543 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: ** File Read Latency Histogram By Level [default] ** 2023-12-26T17:22:08.543 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 2023-12-26T17:22:08.543 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: ** Compaction Stats [default] ** 2023-12-26T17:22:08.543 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 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-26T17:22:08.543 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T17:22:08.543 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: L0 2/0 77.73 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 123.1 0.00 0.00 1 0.001 0 0 2023-12-26T17:22:08.543 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Sum 2/0 77.73 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 123.1 0.00 0.00 1 0.001 0 0 2023-12-26T17:22:08.544 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 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-26T17:22:08.544 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 2023-12-26T17:22:08.544 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: ** Compaction Stats [default] ** 2023-12-26T17:22:08.544 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 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-26T17:22:08.544 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T17:22:08.544 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 123.1 0.00 0.00 1 0.001 0 0 2023-12-26T17:22:08.544 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-26T17:22:08.544 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-26T17:22:08.544 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-26T17:22:08.544 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: AddFile(Total Files): cumulative 0, interval 0 2023-12-26T17:22:08.544 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-26T17:22:08.544 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: AddFile(Keys): cumulative 0, interval 0 2023-12-26T17:22:08.544 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Cumulative compaction: 0.00 GB write, 24.85 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T17:22:08.544 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 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-26T17:22:08.544 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 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-26T17:22:08.545 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 2023-12-26T17:22:08.545 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: ** File Read Latency Histogram By Level [default] ** 2023-12-26T17:22:08.545 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 2023-12-26T17:22:08.545 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.219+0000 7f662b11a700 0 starting mon.smithi169 rank 0 at public addrs [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] at bind addrs [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi169 fsid 39103836-a413-11ee-95a5-87774f69a715 2023-12-26T17:22:08.545 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.220+0000 7f662b11a700 1 mon.smithi169@-1(???) e1 preinit fsid 39103836-a413-11ee-95a5-87774f69a715 2023-12-26T17:22:08.545 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.220+0000 7f662b11a700 0 mon.smithi169@-1(???).mds e1 new map 2023-12-26T17:22:08.545 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.220+0000 7f662b11a700 0 mon.smithi169@-1(???).mds e1 print_map 2023-12-26T17:22:08.545 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: e1 2023-12-26T17:22:08.545 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-26T17:22:08.545 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 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-26T17:22:08.545 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: legacy client fscid: -1 2023-12-26T17:22:08.545 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 2023-12-26T17:22:08.545 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: No filesystems configured 2023-12-26T17:22:08.545 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 2023-12-26T17:22:08.546 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.220+0000 7f662b11a700 0 mon.smithi169@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-26T17:22:08.546 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.220+0000 7f662b11a700 0 mon.smithi169@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-26T17:22:08.546 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.220+0000 7f662b11a700 0 mon.smithi169@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-26T17:22:08.546 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.220+0000 7f662b11a700 0 mon.smithi169@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-26T17:22:08.546 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:06.397342+0000 mon.smithi169 (mon.0) 8 : audit [INF] from='client.? 172.21.15.169:0/915699654' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-26T17:22:08.546 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:06.399923+0000 mon.smithi169 (mon.0) 9 : audit [INF] from='client.? 172.21.15.169:0/915699654' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-26T17:22:08.546 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:07.148915+0000 mon.smithi169 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.169:0/3888125827' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:22:08.546 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.220+0000 7f662b11a700 1 mon.smithi169@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-26T17:22:08.546 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.221+0000 7f662b11a700 20 expand_channel_meta expand map: {default=false} 2023-12-26T17:22:08.546 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.221+0000 7f662b11a700 20 expand_channel_meta from 'false' to 'false' 2023-12-26T17:22:08.546 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.221+0000 7f662b11a700 20 expand_channel_meta expanded map: {default=false} 2023-12-26T17:22:08.546 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.221+0000 7f662b11a700 20 expand_channel_meta expand map: {default=info} 2023-12-26T17:22:08.546 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.221+0000 7f662b11a700 20 expand_channel_meta from 'info' to 'info' 2023-12-26T17:22:08.546 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.221+0000 7f662b11a700 20 expand_channel_meta expanded map: {default=info} 2023-12-26T17:22:08.547 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.221+0000 7f662b11a700 20 expand_channel_meta expand map: {default=daemon} 2023-12-26T17:22:08.547 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.221+0000 7f662b11a700 20 expand_channel_meta from 'daemon' to 'daemon' 2023-12-26T17:22:08.547 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.221+0000 7f662b11a700 20 expand_channel_meta expanded map: {default=daemon} 2023-12-26T17:22:08.547 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.221+0000 7f662b11a700 20 expand_channel_meta expand map: {default=debug} 2023-12-26T17:22:08.547 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.221+0000 7f662b11a700 20 expand_channel_meta from 'debug' to 'debug' 2023-12-26T17:22:08.547 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:22:08.221+0000 7f662b11a700 20 expand_channel_meta expanded map: {default=debug} 2023-12-26T17:22:08.547 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:22:08.236988+0000 mon.smithi169 (mon.0) 1 : cluster [INF] mon.smithi169 is new leader, mons smithi169 in quorum (ranks 0) 2023-12-26T17:22:08.547 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:22:08.237056+0000 mon.smithi169 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi169=[v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0]} 2023-12-26T17:22:08.547 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:22:08.237093+0000 mon.smithi169 (mon.0) 3 : cluster [DBG] fsmap 2023-12-26T17:22:08.547 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:22:08.237119+0000 mon.smithi169 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-26T17:22:08.547 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:22:08.237533+0000 mon.smithi169 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-26T17:22:08.980 INFO:teuthology.orchestra.run.smithi169.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-26T17:22:08.980 INFO:teuthology.orchestra.run.smithi169.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-26T17:22:08.980 INFO:teuthology.orchestra.run.smithi169.stderr:Creating mgr... 2023-12-26T17:22:08.981 INFO:teuthology.orchestra.run.smithi169.stderr:Verifying port 9283 ... 2023-12-26T17:22:08.982 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl daemon-reload 2023-12-26T17:22:09.074 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl stop ceph-39103836-a413-11ee-95a5-87774f69a715@mgr.smithi169.xxnmbv 2023-12-26T17:22:09.102 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl reset-failed ceph-39103836-a413-11ee-95a5-87774f69a715@mgr.smithi169.xxnmbv 2023-12-26T17:22:09.107 INFO:teuthology.orchestra.run.smithi169.stderr:systemctl: Failed to reset failed state of unit ceph-39103836-a413-11ee-95a5-87774f69a715@mgr.smithi169.xxnmbv.service: Unit ceph-39103836-a413-11ee-95a5-87774f69a715@mgr.smithi169.xxnmbv.service not loaded. 2023-12-26T17:22:09.108 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl enable ceph-39103836-a413-11ee-95a5-87774f69a715@mgr.smithi169.xxnmbv 2023-12-26T17:22:09.114 INFO:teuthology.orchestra.run.smithi169.stderr:systemctl: Created symlink /etc/systemd/system/ceph-39103836-a413-11ee-95a5-87774f69a715.target.wants/ceph-39103836-a413-11ee-95a5-87774f69a715@mgr.smithi169.xxnmbv.service → /etc/systemd/system/ceph-39103836-a413-11ee-95a5-87774f69a715@.service. 2023-12-26T17:22:09.200 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl start ceph-39103836-a413-11ee-95a5-87774f69a715@mgr.smithi169.xxnmbv 2023-12-26T17:22:09.951 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:09 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:08.651955+0000 mon.smithi169 (mon.0) 6 : audit [INF] from='client.? 172.21.15.169:0/691695922' entity='client.admin' 2023-12-26T17:22:09.955 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-26T17:22:09.964 INFO:teuthology.orchestra.run.smithi169.stderr:systemctl: disabled 2023-12-26T17:22:09.964 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl is-active firewalld.service 2023-12-26T17:22:09.973 INFO:teuthology.orchestra.run.smithi169.stderr:systemctl: inactive 2023-12-26T17:22:09.974 INFO:teuthology.orchestra.run.smithi169.stderr:firewalld.service is not enabled 2023-12-26T17:22:09.974 INFO:teuthology.orchestra.run.smithi169.stderr:Not possible to enable service . firewalld.service is not available 2023-12-26T17:22:09.975 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-26T17:22:09.981 INFO:teuthology.orchestra.run.smithi169.stderr:systemctl: disabled 2023-12-26T17:22:09.982 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl is-active firewalld.service 2023-12-26T17:22:09.989 INFO:teuthology.orchestra.run.smithi169.stderr:systemctl: inactive 2023-12-26T17:22:09.990 INFO:teuthology.orchestra.run.smithi169.stderr:firewalld.service is not enabled 2023-12-26T17:22:09.990 INFO:teuthology.orchestra.run.smithi169.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-26T17:22:09.990 INFO:teuthology.orchestra.run.smithi169.stderr:Waiting for mgr to start... 2023-12-26T17:22:09.990 INFO:teuthology.orchestra.run.smithi169.stderr:Waiting for mgr... 2023-12-26T17:22:09.990 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-12-26T17:22:10.430 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: 2023-12-26T17:22:10.430 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: { 2023-12-26T17:22:10.430 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "fsid": "39103836-a413-11ee-95a5-87774f69a715", 2023-12-26T17:22:10.430 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "health": { 2023-12-26T17:22:10.430 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-26T17:22:10.430 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "checks": {}, 2023-12-26T17:22:10.430 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "mutes": [] 2023-12-26T17:22:10.430 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: }, 2023-12-26T17:22:10.430 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-26T17:22:10.430 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "quorum": [ 2023-12-26T17:22:10.431 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: 0 2023-12-26T17:22:10.431 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: ], 2023-12-26T17:22:10.431 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-26T17:22:10.431 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "smithi169" 2023-12-26T17:22:10.431 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: ], 2023-12-26T17:22:10.431 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-26T17:22:10.431 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "monmap": { 2023-12-26T17:22:10.431 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-26T17:22:10.431 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-26T17:22:10.431 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-26T17:22:10.431 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: }, 2023-12-26T17:22:10.431 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "osdmap": { 2023-12-26T17:22:10.431 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-26T17:22:10.431 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-26T17:22:10.431 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-26T17:22:10.432 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-26T17:22:10.432 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-26T17:22:10.432 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-26T17:22:10.432 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-26T17:22:10.432 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: }, 2023-12-26T17:22:10.432 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "pgmap": { 2023-12-26T17:22:10.432 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-26T17:22:10.432 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-26T17:22:10.432 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-26T17:22:10.432 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-26T17:22:10.432 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-26T17:22:10.432 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-26T17:22:10.432 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-26T17:22:10.432 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-26T17:22:10.432 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: }, 2023-12-26T17:22:10.433 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "fsmap": { 2023-12-26T17:22:10.433 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-26T17:22:10.433 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-26T17:22:10.433 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-26T17:22:10.433 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: }, 2023-12-26T17:22:10.433 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-26T17:22:10.433 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "available": false, 2023-12-26T17:22:10.433 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-26T17:22:10.433 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "modules": [ 2023-12-26T17:22:10.433 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "iostat", 2023-12-26T17:22:10.433 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "nfs", 2023-12-26T17:22:10.433 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "restful" 2023-12-26T17:22:10.433 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: ], 2023-12-26T17:22:10.433 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "services": {} 2023-12-26T17:22:10.434 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: }, 2023-12-26T17:22:10.434 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "servicemap": { 2023-12-26T17:22:10.434 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-26T17:22:10.434 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "modified": "2023-12-26T17:22:05.163434+0000", 2023-12-26T17:22:10.434 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "services": {} 2023-12-26T17:22:10.434 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: }, 2023-12-26T17:22:10.434 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-26T17:22:10.434 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: } 2023-12-26T17:22:10.706 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:10 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:10.420681+0000 mon.smithi169 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.169:0/1255153695' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-26T17:22:10.716 INFO:teuthology.orchestra.run.smithi169.stderr:mgr not available, waiting (1/15)... 2023-12-26T17:22:12.717 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-12-26T17:22:13.140 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: 2023-12-26T17:22:13.141 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: { 2023-12-26T17:22:13.141 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "fsid": "39103836-a413-11ee-95a5-87774f69a715", 2023-12-26T17:22:13.141 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "health": { 2023-12-26T17:22:13.141 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-26T17:22:13.141 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "checks": {}, 2023-12-26T17:22:13.141 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "mutes": [] 2023-12-26T17:22:13.141 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: }, 2023-12-26T17:22:13.141 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-26T17:22:13.141 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "quorum": [ 2023-12-26T17:22:13.141 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: 0 2023-12-26T17:22:13.141 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: ], 2023-12-26T17:22:13.142 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-26T17:22:13.142 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "smithi169" 2023-12-26T17:22:13.142 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: ], 2023-12-26T17:22:13.142 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-12-26T17:22:13.142 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "monmap": { 2023-12-26T17:22:13.142 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-26T17:22:13.142 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-26T17:22:13.142 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-26T17:22:13.142 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: }, 2023-12-26T17:22:13.142 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "osdmap": { 2023-12-26T17:22:13.142 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-26T17:22:13.142 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-26T17:22:13.142 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-26T17:22:13.142 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-26T17:22:13.142 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-26T17:22:13.143 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-26T17:22:13.143 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-26T17:22:13.143 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: }, 2023-12-26T17:22:13.143 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "pgmap": { 2023-12-26T17:22:13.143 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-26T17:22:13.143 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-26T17:22:13.143 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-26T17:22:13.143 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-26T17:22:13.143 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-26T17:22:13.143 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-26T17:22:13.143 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-26T17:22:13.143 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-26T17:22:13.143 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: }, 2023-12-26T17:22:13.143 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "fsmap": { 2023-12-26T17:22:13.143 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-26T17:22:13.144 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-26T17:22:13.144 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-26T17:22:13.144 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: }, 2023-12-26T17:22:13.144 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-26T17:22:13.144 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "available": false, 2023-12-26T17:22:13.144 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-26T17:22:13.144 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "modules": [ 2023-12-26T17:22:13.144 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "iostat", 2023-12-26T17:22:13.144 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "nfs", 2023-12-26T17:22:13.144 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "restful" 2023-12-26T17:22:13.144 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: ], 2023-12-26T17:22:13.144 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "services": {} 2023-12-26T17:22:13.144 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: }, 2023-12-26T17:22:13.144 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "servicemap": { 2023-12-26T17:22:13.144 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-26T17:22:13.145 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "modified": "2023-12-26T17:22:05.163434+0000", 2023-12-26T17:22:13.145 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "services": {} 2023-12-26T17:22:13.145 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: }, 2023-12-26T17:22:13.145 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-26T17:22:13.145 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: } 2023-12-26T17:22:13.478 INFO:teuthology.orchestra.run.smithi169.stderr:mgr not available, waiting (2/15)... 2023-12-26T17:22:13.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:13 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:13.131676+0000 mon.smithi169 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.169:0/3562139320' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-26T17:22:15.480 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-12-26T17:22:15.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:15 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:22:15.055018+0000 mon.smithi169 (mon.0) 9 : cluster [INF] Activating manager daemon smithi169.xxnmbv 2023-12-26T17:22:15.521 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:15 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:22:15.057552+0000 mon.smithi169 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi169.xxnmbv(active, starting, since 0.00263547s) 2023-12-26T17:22:15.521 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:15 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:15.058482+0000 mon.smithi169 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.169:0/502126088' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-26T17:22:15.521 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:15 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:15.058610+0000 mon.smithi169 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.169:0/502126088' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-26T17:22:15.521 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:15 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:15.058730+0000 mon.smithi169 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.169:0/502126088' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-26T17:22:15.521 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:15 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:15.058873+0000 mon.smithi169 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.169:0/502126088' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "mon metadata", "id": "smithi169"}]: dispatch 2023-12-26T17:22:15.522 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:15 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:15.059039+0000 mon.smithi169 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.169:0/502126088' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "mgr metadata", "who": "smithi169.xxnmbv", "id": "smithi169.xxnmbv"}]: dispatch 2023-12-26T17:22:15.522 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:15 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:22:15.060671+0000 mon.smithi169 (mon.0) 16 : cluster [INF] Manager daemon smithi169.xxnmbv is now available 2023-12-26T17:22:15.522 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:15 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:15.071260+0000 mon.smithi169 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.169:0/502126088' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:22:15.522 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:15 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:15.072725+0000 mon.smithi169 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.169:0/502126088' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.xxnmbv/mirror_snapshot_schedule"}]: dispatch 2023-12-26T17:22:15.522 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:15 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:15.073901+0000 mon.smithi169 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.169:0/502126088' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.xxnmbv/trash_purge_schedule"}]: dispatch 2023-12-26T17:22:15.522 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:15 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:15.081113+0000 mon.smithi169 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.169:0/502126088' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:22:15.522 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:15 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:15.086508+0000 mon.smithi169 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.169:0/502126088' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:22:15.886 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: 2023-12-26T17:22:15.886 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: { 2023-12-26T17:22:15.887 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "fsid": "39103836-a413-11ee-95a5-87774f69a715", 2023-12-26T17:22:15.887 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "health": { 2023-12-26T17:22:15.887 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-26T17:22:15.887 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "checks": {}, 2023-12-26T17:22:15.887 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "mutes": [] 2023-12-26T17:22:15.887 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: }, 2023-12-26T17:22:15.888 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-26T17:22:15.888 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "quorum": [ 2023-12-26T17:22:15.888 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: 0 2023-12-26T17:22:15.888 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: ], 2023-12-26T17:22:15.888 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-26T17:22:15.888 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "smithi169" 2023-12-26T17:22:15.888 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: ], 2023-12-26T17:22:15.889 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-12-26T17:22:15.889 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "monmap": { 2023-12-26T17:22:15.889 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-26T17:22:15.889 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-26T17:22:15.889 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-26T17:22:15.890 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: }, 2023-12-26T17:22:15.890 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "osdmap": { 2023-12-26T17:22:15.890 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-26T17:22:15.890 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-26T17:22:15.890 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-26T17:22:15.890 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-26T17:22:15.891 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-26T17:22:15.891 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-26T17:22:15.891 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-26T17:22:15.891 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: }, 2023-12-26T17:22:15.891 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "pgmap": { 2023-12-26T17:22:15.891 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-26T17:22:15.892 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-26T17:22:15.892 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-26T17:22:15.892 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-26T17:22:15.892 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-26T17:22:15.892 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-26T17:22:15.892 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-26T17:22:15.892 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-26T17:22:15.893 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: }, 2023-12-26T17:22:15.893 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "fsmap": { 2023-12-26T17:22:15.893 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-26T17:22:15.893 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-26T17:22:15.893 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-26T17:22:15.893 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: }, 2023-12-26T17:22:15.893 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-26T17:22:15.893 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "available": false, 2023-12-26T17:22:15.894 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-26T17:22:15.894 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "modules": [ 2023-12-26T17:22:15.894 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "iostat", 2023-12-26T17:22:15.894 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "nfs", 2023-12-26T17:22:15.894 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "restful" 2023-12-26T17:22:15.894 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: ], 2023-12-26T17:22:15.894 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "services": {} 2023-12-26T17:22:15.894 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: }, 2023-12-26T17:22:15.895 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "servicemap": { 2023-12-26T17:22:15.895 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-26T17:22:15.895 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "modified": "2023-12-26T17:22:05.163434+0000", 2023-12-26T17:22:15.895 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "services": {} 2023-12-26T17:22:15.895 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: }, 2023-12-26T17:22:15.895 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-26T17:22:15.895 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: } 2023-12-26T17:22:16.211 INFO:teuthology.orchestra.run.smithi169.stderr:mgr not available, waiting (3/15)... 2023-12-26T17:22:16.270 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:16 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:15.873962+0000 mon.smithi169 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.169:0/1225345964' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-26T17:22:16.270 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:16 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:22:16.059591+0000 mon.smithi169 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi169.xxnmbv(active, since 1.00467s) 2023-12-26T17:22:18.214 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-12-26T17:22:18.381 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:18 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:22:17.115222+0000 mon.smithi169 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi169.xxnmbv(active, since 2s) 2023-12-26T17:22:18.787 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: 2023-12-26T17:22:18.787 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: { 2023-12-26T17:22:18.787 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "fsid": "39103836-a413-11ee-95a5-87774f69a715", 2023-12-26T17:22:18.787 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "health": { 2023-12-26T17:22:18.787 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-26T17:22:18.787 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "checks": {}, 2023-12-26T17:22:18.788 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "mutes": [] 2023-12-26T17:22:18.788 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: }, 2023-12-26T17:22:18.788 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-26T17:22:18.788 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "quorum": [ 2023-12-26T17:22:18.788 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: 0 2023-12-26T17:22:18.788 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: ], 2023-12-26T17:22:18.788 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-26T17:22:18.788 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "smithi169" 2023-12-26T17:22:18.788 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: ], 2023-12-26T17:22:18.788 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-26T17:22:18.788 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "monmap": { 2023-12-26T17:22:18.788 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-26T17:22:18.788 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-26T17:22:18.789 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-26T17:22:18.789 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: }, 2023-12-26T17:22:18.789 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "osdmap": { 2023-12-26T17:22:18.789 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-26T17:22:18.789 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-26T17:22:18.789 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-26T17:22:18.789 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-26T17:22:18.792 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-26T17:22:18.792 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-26T17:22:18.793 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-26T17:22:18.793 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: }, 2023-12-26T17:22:18.793 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "pgmap": { 2023-12-26T17:22:18.793 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-26T17:22:18.793 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-26T17:22:18.793 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-26T17:22:18.793 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-26T17:22:18.793 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-26T17:22:18.793 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-26T17:22:18.793 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-26T17:22:18.793 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-26T17:22:18.793 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: }, 2023-12-26T17:22:18.793 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "fsmap": { 2023-12-26T17:22:18.794 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-26T17:22:18.794 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-26T17:22:18.794 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-26T17:22:18.794 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: }, 2023-12-26T17:22:18.794 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-26T17:22:18.794 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "available": true, 2023-12-26T17:22:18.794 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-26T17:22:18.794 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "modules": [ 2023-12-26T17:22:18.794 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "iostat", 2023-12-26T17:22:18.794 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "nfs", 2023-12-26T17:22:18.794 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "restful" 2023-12-26T17:22:18.794 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: ], 2023-12-26T17:22:18.794 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "services": {} 2023-12-26T17:22:18.794 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: }, 2023-12-26T17:22:18.794 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "servicemap": { 2023-12-26T17:22:18.795 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-26T17:22:18.795 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "modified": "2023-12-26T17:22:05.163434+0000", 2023-12-26T17:22:18.795 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "services": {} 2023-12-26T17:22:18.795 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: }, 2023-12-26T17:22:18.795 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-26T17:22:18.795 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: } 2023-12-26T17:22:19.118 INFO:teuthology.orchestra.run.smithi169.stderr:mgr is available 2023-12-26T17:22:19.119 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z -v /tmp/tmpwy7cseue:/var/lib/ceph/user.conf:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2023-12-26T17:22:19.521 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:19 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:18.780224+0000 mon.smithi169 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.169:0/4204873041' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-26T17:22:19.602 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: 2023-12-26T17:22:19.602 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: [global] 2023-12-26T17:22:19.602 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: fsid = 39103836-a413-11ee-95a5-87774f69a715 2023-12-26T17:22:19.602 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-26T17:22:19.602 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-26T17:22:19.602 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-26T17:22:19.602 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-26T17:22:19.602 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: 2023-12-26T17:22:19.602 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: [mgr] 2023-12-26T17:22:19.602 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-26T17:22:19.602 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: 2023-12-26T17:22:19.602 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: [osd] 2023-12-26T17:22:19.602 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-26T17:22:19.603 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-26T17:22:19.927 INFO:teuthology.orchestra.run.smithi169.stderr:Enabling cephadm module... 2023-12-26T17:22:19.927 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2023-12-26T17:22:20.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:20 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:19.596193+0000 mon.smithi169 (mon.0) 26 : audit [INF] from='client.? 172.21.15.169:0/4199622551' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-26T17:22:21.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:21 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:20.983084+0000 mon.smithi169 (mon.0) 27 : audit [INF] from='client.? 172.21.15.169:0/2982521743' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-26T17:22:22.236 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2023-12-26T17:22:22.323 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:22 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:21.231656+0000 mon.smithi169 (mon.0) 28 : audit [INF] from='client.? 172.21.15.169:0/2982521743' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-26T17:22:22.323 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:22 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:22:21.231708+0000 mon.smithi169 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi169.xxnmbv(active, since 6s) 2023-12-26T17:22:22.817 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: { 2023-12-26T17:22:22.817 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-26T17:22:22.817 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "available": true, 2023-12-26T17:22:22.817 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "active_name": "smithi169.xxnmbv", 2023-12-26T17:22:22.817 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-26T17:22:22.817 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: } 2023-12-26T17:22:23.152 INFO:teuthology.orchestra.run.smithi169.stderr:Waiting for the mgr to restart... 2023-12-26T17:22:23.152 INFO:teuthology.orchestra.run.smithi169.stderr:Waiting for mgr epoch 5... 2023-12-26T17:22:23.152 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2023-12-26T17:22:23.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:23 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:22.812762+0000 mon.smithi169 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.169:0/1468456035' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-26T17:22:26.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:22:26.380101+0000 mon.smithi169 (mon.0) 31 : cluster [INF] Active manager daemon smithi169.xxnmbv restarted 2023-12-26T17:22:26.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:22:26.380491+0000 mon.smithi169 (mon.0) 32 : cluster [INF] Activating manager daemon smithi169.xxnmbv 2023-12-26T17:22:26.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:22:26.384608+0000 mon.smithi169 (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-26T17:22:27.455 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: { 2023-12-26T17:22:27.455 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-26T17:22:27.455 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "initialized": true 2023-12-26T17:22:27.455 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: } 2023-12-26T17:22:27.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:27 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:22:26.435562+0000 mon.smithi169 (mon.0) 34 : cluster [DBG] mgrmap e6: smithi169.xxnmbv(active, starting, since 0.055146s) 2023-12-26T17:22:27.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:27 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:26.437897+0000 mon.smithi169 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.169:0/651381966' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "mon metadata", "id": "smithi169"}]: dispatch 2023-12-26T17:22:27.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:27 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:26.438512+0000 mon.smithi169 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.169:0/651381966' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "mgr metadata", "who": "smithi169.xxnmbv", "id": "smithi169.xxnmbv"}]: dispatch 2023-12-26T17:22:27.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:27 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:26.439345+0000 mon.smithi169 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.169:0/651381966' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-26T17:22:27.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:27 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:26.439508+0000 mon.smithi169 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.169:0/651381966' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-26T17:22:27.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:27 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:26.439635+0000 mon.smithi169 (mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.169:0/651381966' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-26T17:22:27.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:27 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:22:26.453670+0000 mon.smithi169 (mon.0) 40 : cluster [INF] Manager daemon smithi169.xxnmbv is now available 2023-12-26T17:22:27.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:27 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:26.467541+0000 mon.smithi169 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.169:0/651381966' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:22:27.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:27 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:26.470165+0000 mon.smithi169 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.169:0/651381966' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:22:27.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:27 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:26.472668+0000 mon.smithi169 (mon.0) 43 : audit [INF] from='mgr.14118 172.21.15.169:0/651381966' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:22:27.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:27 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:26.560926+0000 mon.smithi169 (mon.0) 44 : audit [INF] from='mgr.14118 172.21.15.169:0/651381966' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:22:27.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:27 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:26.561670+0000 mon.smithi169 (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.169:0/651381966' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:22:27.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:27 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:26.562617+0000 mon.smithi169 (mon.0) 46 : audit [DBG] from='mgr.14118 172.21.15.169:0/651381966' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:22:27.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:27 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:26.564186+0000 mon.smithi169 (mon.0) 47 : audit [DBG] from='mgr.14118 172.21.15.169:0/651381966' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:22:27.772 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:27 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:26.574972+0000 mon.smithi169 (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.169:0/651381966' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.xxnmbv/mirror_snapshot_schedule"}]: dispatch 2023-12-26T17:22:27.772 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:27 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:26.576136+0000 mon.smithi169 (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.169:0/651381966' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.xxnmbv/trash_purge_schedule"}]: dispatch 2023-12-26T17:22:28.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:28 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:27.444362+0000 mgr.smithi169.xxnmbv (mgr.14118) 1 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-26T17:22:28.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:28 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:22:27.444788+0000 mon.smithi169 (mon.0) 50 : cluster [DBG] mgrmap e7: smithi169.xxnmbv(active, since 1.06437s) 2023-12-26T17:22:28.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:28 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:27.450760+0000 mgr.smithi169.xxnmbv (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-26T17:22:29.142 INFO:teuthology.orchestra.run.smithi169.stderr:mgr epoch 5 is available 2023-12-26T17:22:29.143 INFO:teuthology.orchestra.run.smithi169.stderr:Setting orchestrator backend to cephadm... 2023-12-26T17:22:29.144 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch set backend cephadm 2023-12-26T17:22:30.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:30 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:22:29.230346+0000 mon.smithi169 (mon.0) 51 : cluster [DBG] mgrmap e8: smithi169.xxnmbv(active, since 2s) 2023-12-26T17:22:32.020 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:31 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:30.694941+0000 mgr.smithi169.xxnmbv (mgr.14118) 3 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:32.021 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:31 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:30.699354+0000 mon.smithi169 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.169:0/651381966' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:22:32.021 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:31 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:30.702972+0000 mon.smithi169 (mon.0) 53 : audit [DBG] from='mgr.14118 172.21.15.169:0/651381966' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:22:32.834 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm set-user root 2023-12-26T17:22:34.207 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: value unchanged 2023-12-26T17:22:34.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:34 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:34.204051+0000 mgr.smithi169.xxnmbv (mgr.14118) 4 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:36.210 INFO:teuthology.orchestra.run.smithi169.stderr:Generating ssh key... 2023-12-26T17:22:36.211 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm generate-key 2023-12-26T17:22:37.616 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2023-12-26T17:22:38.114 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqO+Soc/Zy9459BF9LovuHwpC3bZ65kONYy/kaPv5fZfVoIqGTNjPmEzxD2MlBx//QcO2CIx9QPNbAm56oGd/9RBgdFr4m+MqIjKFYfLMmEBJErb7EAstObfXnSxNWzzJ9AUnE4mVBsOzf+3KsWifKr82VycKn5kj+zxoriGKNJqRVSMG6kRnysBFGx6bXw5rYzm3kN+BtM98zjAlPNudBjKw2l2hq/ctbaZD5H5dRz+pzBs+v9YSr3VdAEfZNl/nKEhhmJF+9IaoH8b3ibJiu5OqWAZxIWPZbvY9d2KX7QoePLCVgFXNzQfGYPRqPxG2PIAsKEHZXQeIh0o/uxMB/E25ei05vuAuxdccSBUZboSKQZLQSZtnZ/uXkTpvq+wJIm/hooNuLL8JLLS1vk/s4tG8j4jIFK7kny4WtINJdFh3u4YODkOyucalrBnVpMftcoy8jBQg084g8kGeWtHABZsqx8rj+cEoOzGvDRBVJ2WzL1PKIBXgBQwWYyKa6b4c= ceph-39103836-a413-11ee-95a5-87774f69a715 2023-12-26T17:22:38.449 INFO:teuthology.orchestra.run.smithi169.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-26T17:22:38.450 INFO:teuthology.orchestra.run.smithi169.stderr:Adding key to root@localhost authorized_keys... 2023-12-26T17:22:38.450 INFO:teuthology.orchestra.run.smithi169.stderr:Adding host smithi169... 2023-12-26T17:22:38.450 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch host add smithi169 172.21.15.169 2023-12-26T17:22:38.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:38 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cephadm 2023-12-26T17:22:37.036428+0000 mgr.smithi169.xxnmbv (mgr.14118) 6 : cephadm [INF] Generating ssh key... 2023-12-26T17:22:38.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:38 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:37.263807+0000 mon.smithi169 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.169:0/651381966' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:22:38.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:38 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:37.265449+0000 mon.smithi169 (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.169:0/651381966' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:22:39.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:39 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:38.110872+0000 mgr.smithi169.xxnmbv (mgr.14118) 7 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:39.539 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: Added host 'smithi169' with addr '172.21.15.169' 2023-12-26T17:22:39.857 INFO:teuthology.orchestra.run.smithi169.stderr:Deploying mon service with default placement... 2023-12-26T17:22:39.858 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mon 2023-12-26T17:22:40.359 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-26T17:22:40.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:40 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:38.954513+0000 mgr.smithi169.xxnmbv (mgr.14118) 8 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi169", "addr": "172.21.15.169", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:40.521 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:40 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:39.533270+0000 mon.smithi169 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.169:0/651381966' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:22:40.521 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:40 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:39.533772+0000 mon.smithi169 (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.169:0/651381966' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:22:40.699 INFO:teuthology.orchestra.run.smithi169.stderr:Deploying mgr service with default placement... 2023-12-26T17:22:40.699 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mgr 2023-12-26T17:22:41.206 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-26T17:22:41.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:41 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cephadm 2023-12-26T17:22:39.533555+0000 mgr.smithi169.xxnmbv (mgr.14118) 9 : cephadm [INF] Added host smithi169 2023-12-26T17:22:41.521 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:41 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:40.355149+0000 mon.smithi169 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.169:0/651381966' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:22:41.521 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:41 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:41.201360+0000 mon.smithi169 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.169:0/651381966' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:22:41.523 INFO:teuthology.orchestra.run.smithi169.stderr:Deploying crash service with default placement... 2023-12-26T17:22:41.523 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply crash 2023-12-26T17:22:42.014 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-26T17:22:42.473 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:42 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:40.352374+0000 mgr.smithi169.xxnmbv (mgr.14118) 10 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:42.473 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:42 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cephadm 2023-12-26T17:22:40.353063+0000 mgr.smithi169.xxnmbv (mgr.14118) 11 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-26T17:22:42.473 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:42 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:41.198543+0000 mgr.smithi169.xxnmbv (mgr.14118) 12 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:42.473 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:42 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cephadm 2023-12-26T17:22:41.199085+0000 mgr.smithi169.xxnmbv (mgr.14118) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-26T17:22:42.473 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:42 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:42.010259+0000 mon.smithi169 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.169:0/651381966' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:22:42.632 INFO:teuthology.orchestra.run.smithi169.stderr:Enabling mgr prometheus module... 2023-12-26T17:22:42.632 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2023-12-26T17:22:43.542 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:43 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:42.007250+0000 mgr.smithi169.xxnmbv (mgr.14118) 14 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:43.543 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:43 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cephadm 2023-12-26T17:22:42.007911+0000 mgr.smithi169.xxnmbv (mgr.14118) 15 : cephadm [INF] Saving service crash spec with placement * 2023-12-26T17:22:43.543 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:43 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:43.145346+0000 mon.smithi169 (mon.0) 61 : audit [INF] from='client.? 172.21.15.169:0/1687879464' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-26T17:22:43.598 INFO:teuthology.orchestra.run.smithi169.stderr:Deploying prometheus service with default placement... 2023-12-26T17:22:43.598 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply prometheus 2023-12-26T17:22:44.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:43.268265+0000 mon.smithi169 (mon.0) 62 : audit [INF] from='client.? 172.21.15.169:0/1687879464' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-26T17:22:44.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:22:43.268320+0000 mon.smithi169 (mon.0) 63 : cluster [DBG] mgrmap e9: smithi169.xxnmbv(active, since 16s) 2023-12-26T17:22:49.521 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:49 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:22:48.371128+0000 mon.smithi169 (mon.0) 64 : cluster [INF] Active manager daemon smithi169.xxnmbv restarted 2023-12-26T17:22:49.521 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:49 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:22:48.371675+0000 mon.smithi169 (mon.0) 65 : cluster [INF] Activating manager daemon smithi169.xxnmbv 2023-12-26T17:22:49.521 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:49 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:22:48.374494+0000 mon.smithi169 (mon.0) 66 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-26T17:22:50.246 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-26T17:22:50.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:50 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:22:49.234871+0000 mon.smithi169 (mon.0) 67 : cluster [DBG] mgrmap e10: smithi169.xxnmbv(active, starting, since 0.86332s) 2023-12-26T17:22:50.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:50 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:49.236155+0000 mon.smithi169 (mon.0) 68 : audit [DBG] from='mgr.14146 172.21.15.169:0/2836770329' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "mon metadata", "id": "smithi169"}]: dispatch 2023-12-26T17:22:50.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:50 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:49.236856+0000 mon.smithi169 (mon.0) 69 : audit [DBG] from='mgr.14146 172.21.15.169:0/2836770329' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "mgr metadata", "who": "smithi169.xxnmbv", "id": "smithi169.xxnmbv"}]: dispatch 2023-12-26T17:22:50.521 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:50 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:49.237662+0000 mon.smithi169 (mon.0) 70 : audit [DBG] from='mgr.14146 172.21.15.169:0/2836770329' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-26T17:22:50.521 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:50 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:49.237833+0000 mon.smithi169 (mon.0) 71 : audit [DBG] from='mgr.14146 172.21.15.169:0/2836770329' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-26T17:22:50.521 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:50 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:49.237990+0000 mon.smithi169 (mon.0) 72 : audit [DBG] from='mgr.14146 172.21.15.169:0/2836770329' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-26T17:22:50.521 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:50 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:22:49.240099+0000 mon.smithi169 (mon.0) 73 : cluster [INF] Manager daemon smithi169.xxnmbv is now available 2023-12-26T17:22:50.521 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:50 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:49.344834+0000 mon.smithi169 (mon.0) 74 : audit [DBG] from='mgr.14146 172.21.15.169:0/2836770329' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:22:50.521 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:50 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:49.345848+0000 mon.smithi169 (mon.0) 75 : audit [DBG] from='mgr.14146 172.21.15.169:0/2836770329' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:22:50.521 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:50 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:49.368321+0000 mon.smithi169 (mon.0) 76 : audit [INF] from='mgr.14146 172.21.15.169:0/2836770329' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.xxnmbv/mirror_snapshot_schedule"}]: dispatch 2023-12-26T17:22:50.521 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:50 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:49.371063+0000 mon.smithi169 (mon.0) 77 : audit [INF] from='mgr.14146 172.21.15.169:0/2836770329' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.xxnmbv/trash_purge_schedule"}]: dispatch 2023-12-26T17:22:50.553 INFO:teuthology.orchestra.run.smithi169.stderr:Deploying grafana service with default placement... 2023-12-26T17:22:50.554 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply grafana 2023-12-26T17:22:51.062 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-26T17:22:51.349 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:51 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:22:50.237119+0000 mon.smithi169 (mon.0) 78 : cluster [DBG] mgrmap e11: smithi169.xxnmbv(active, since 1.86557s) 2023-12-26T17:22:51.349 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:51 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cephadm 2023-12-26T17:22:50.238137+0000 mgr.smithi169.xxnmbv (mgr.14146) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-12-26T17:22:51.349 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:51 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:50.240814+0000 mon.smithi169 (mon.0) 79 : audit [INF] from='mgr.14146 172.21.15.169:0/2836770329' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:22:51.349 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:51 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:51.055642+0000 mon.smithi169 (mon.0) 80 : audit [INF] from='mgr.14146 172.21.15.169:0/2836770329' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:22:51.463 INFO:teuthology.orchestra.run.smithi169.stderr:Deploying node-exporter service with default placement... 2023-12-26T17:22:51.464 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply node-exporter 2023-12-26T17:22:51.953 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-26T17:22:52.265 INFO:teuthology.orchestra.run.smithi169.stderr:Deploying alertmanager service with default placement... 2023-12-26T17:22:52.266 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply alertmanager 2023-12-26T17:22:52.505 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:52 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:51.052883+0000 mgr.smithi169.xxnmbv (mgr.14146) 3 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:52.505 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:52 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cephadm 2023-12-26T17:22:51.053448+0000 mgr.smithi169.xxnmbv (mgr.14146) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2023-12-26T17:22:52.505 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:52 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:22:51.243700+0000 mon.smithi169 (mon.0) 81 : cluster [DBG] mgrmap e12: smithi169.xxnmbv(active, since 2s) 2023-12-26T17:22:52.505 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:52 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:51.948955+0000 mon.smithi169 (mon.0) 82 : audit [INF] from='mgr.14146 172.21.15.169:0/2836770329' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:22:52.897 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-26T17:22:53.229 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2023-12-26T17:22:53.521 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:53 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:51.946086+0000 mgr.smithi169.xxnmbv (mgr.14146) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:53.521 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:53 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cephadm 2023-12-26T17:22:51.946746+0000 mgr.smithi169.xxnmbv (mgr.14146) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2023-12-26T17:22:53.522 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:53 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:52.893368+0000 mon.smithi169 (mon.0) 83 : audit [INF] from='mgr.14146 172.21.15.169:0/2836770329' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:22:54.064 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2023-12-26T17:22:54.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:54 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:52.890535+0000 mgr.smithi169.xxnmbv (mgr.14146) 7 : audit [DBG] from='client.14158 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:22:54.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:54 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cephadm 2023-12-26T17:22:52.891075+0000 mgr.smithi169.xxnmbv (mgr.14146) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-12-26T17:22:54.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:54 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:53.727265+0000 mon.smithi169 (mon.0) 84 : audit [INF] from='client.? 172.21.15.169:0/2854518188' entity='client.admin' 2023-12-26T17:22:54.887 INFO:teuthology.orchestra.run.smithi169.stderr:Enabling the dashboard module... 2023-12-26T17:22:54.888 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2023-12-26T17:22:55.823 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:55 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:54.554921+0000 mon.smithi169 (mon.0) 85 : audit [INF] from='client.? 172.21.15.169:0/3844299560' entity='client.admin' 2023-12-26T17:22:55.824 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:55 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:55.384903+0000 mon.smithi169 (mon.0) 86 : audit [INF] from='client.? 172.21.15.169:0/2121149615' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-26T17:22:55.880 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2023-12-26T17:22:56.446 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: { 2023-12-26T17:22:56.447 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "epoch": 13, 2023-12-26T17:22:56.447 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "available": true, 2023-12-26T17:22:56.447 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "active_name": "smithi169.xxnmbv", 2023-12-26T17:22:56.447 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-26T17:22:56.447 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: } 2023-12-26T17:22:56.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:56 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:55.556283+0000 mon.smithi169 (mon.0) 87 : audit [INF] from='client.? 172.21.15.169:0/2121149615' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-26T17:22:56.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:56 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:22:55.556336+0000 mon.smithi169 (mon.0) 88 : cluster [DBG] mgrmap e13: smithi169.xxnmbv(active, since 7s) 2023-12-26T17:22:56.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:22:56 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:22:56.442642+0000 mon.smithi169 (mon.0) 89 : audit [DBG] from='client.? 172.21.15.169:0/1149477933' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-26T17:22:57.029 INFO:teuthology.orchestra.run.smithi169.stderr:Waiting for the mgr to restart... 2023-12-26T17:22:57.029 INFO:teuthology.orchestra.run.smithi169.stderr:Waiting for mgr epoch 13... 2023-12-26T17:22:57.029 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2023-12-26T17:23:01.270 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:00 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:23:00.734125+0000 mon.smithi169 (mon.0) 90 : cluster [INF] Active manager daemon smithi169.xxnmbv restarted 2023-12-26T17:23:01.270 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:00 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:23:00.734518+0000 mon.smithi169 (mon.0) 91 : cluster [INF] Activating manager daemon smithi169.xxnmbv 2023-12-26T17:23:01.270 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:00 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:23:00.739029+0000 mon.smithi169 (mon.0) 92 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-26T17:23:01.810 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: { 2023-12-26T17:23:01.810 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2023-12-26T17:23:01.810 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: "initialized": true 2023-12-26T17:23:01.810 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: } 2023-12-26T17:23:02.073 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:01 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:23:00.789172+0000 mon.smithi169 (mon.0) 93 : cluster [DBG] mgrmap e14: smithi169.xxnmbv(active, starting, since 0.0547436s) 2023-12-26T17:23:02.074 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:01 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:00.791733+0000 mon.smithi169 (mon.0) 94 : audit [DBG] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "mon metadata", "id": "smithi169"}]: dispatch 2023-12-26T17:23:02.074 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:01 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:00.792339+0000 mon.smithi169 (mon.0) 95 : audit [DBG] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "mgr metadata", "who": "smithi169.xxnmbv", "id": "smithi169.xxnmbv"}]: dispatch 2023-12-26T17:23:02.074 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:01 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:00.793289+0000 mon.smithi169 (mon.0) 96 : audit [DBG] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-26T17:23:02.074 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:01 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:00.793442+0000 mon.smithi169 (mon.0) 97 : audit [DBG] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-26T17:23:02.074 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:01 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:00.793578+0000 mon.smithi169 (mon.0) 98 : audit [DBG] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-26T17:23:02.074 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:01 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:23:00.806927+0000 mon.smithi169 (mon.0) 99 : cluster [INF] Manager daemon smithi169.xxnmbv is now available 2023-12-26T17:23:02.074 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:01 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:00.904063+0000 mon.smithi169 (mon.0) 100 : audit [DBG] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:23:02.074 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:01 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:00.906041+0000 mon.smithi169 (mon.0) 101 : audit [DBG] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:23:02.074 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:01 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:00.922378+0000 mon.smithi169 (mon.0) 102 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.xxnmbv/mirror_snapshot_schedule"}]: dispatch 2023-12-26T17:23:02.074 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:01 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:00.930155+0000 mon.smithi169 (mon.0) 103 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.xxnmbv/trash_purge_schedule"}]: dispatch 2023-12-26T17:23:02.154 INFO:teuthology.orchestra.run.smithi169.stderr:mgr epoch 13 is available 2023-12-26T17:23:02.154 INFO:teuthology.orchestra.run.smithi169.stderr:Generating a dashboard self-signed certificate... 2023-12-26T17:23:02.155 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2023-12-26T17:23:02.720 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-26T17:23:03.020 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:02 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:01.798353+0000 mgr.smithi169.xxnmbv (mgr.14166) 1 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-26T17:23:03.020 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:02 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:23:01.799030+0000 mon.smithi169 (mon.0) 104 : cluster [DBG] mgrmap e15: smithi169.xxnmbv(active, since 1.06459s) 2023-12-26T17:23:03.020 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:02 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:01.805370+0000 mgr.smithi169.xxnmbv (mgr.14166) 2 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-26T17:23:03.021 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:02 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:02.713958+0000 mon.smithi169 (mon.0) 105 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:23:03.021 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:02 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:02.715764+0000 mon.smithi169 (mon.0) 106 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:23:03.069 INFO:teuthology.orchestra.run.smithi169.stderr:Creating initial admin user... 2023-12-26T17:23:03.070 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpffgdiedj:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.5 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2023-12-26T17:23:03.799 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$Tf01fvCHEWOFW0lqGL8KVud25vkal3gajLsr3I1MTP6LXvz/8CgJa", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1703611383, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-26T17:23:04.144 INFO:teuthology.orchestra.run.smithi169.stderr:Fetching dashboard port number... 2023-12-26T17:23:04.145 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpq55o8c4m:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdttf8aa1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2023-12-26T17:23:04.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:04 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:02.644510+0000 mgr.smithi169.xxnmbv (mgr.14166) 3 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:23:04.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:04 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:03.576133+0000 mgr.smithi169.xxnmbv (mgr.14166) 4 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:23:04.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:04 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:23:03.720326+0000 mon.smithi169 (mon.0) 107 : cluster [DBG] mgrmap e16: smithi169.xxnmbv(active, since 2s) 2023-12-26T17:23:04.521 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:04 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:03.795198+0000 mon.smithi169 (mon.0) 108 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:23:04.635 INFO:teuthology.orchestra.run.smithi169.stderr:/usr/bin/ceph: 8443 2023-12-26T17:23:04.986 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-26T17:23:04.994 INFO:teuthology.orchestra.run.smithi169.stderr:systemctl: disabled 2023-12-26T17:23:04.995 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: systemctl is-active firewalld.service 2023-12-26T17:23:05.001 INFO:teuthology.orchestra.run.smithi169.stderr:systemctl: inactive 2023-12-26T17:23:05.002 INFO:teuthology.orchestra.run.smithi169.stderr:firewalld.service is not enabled 2023-12-26T17:23:05.002 INFO:teuthology.orchestra.run.smithi169.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-26T17:23:05.004 INFO:teuthology.orchestra.run.smithi169.stderr:Ceph Dashboard is now available at: 2023-12-26T17:23:05.005 INFO:teuthology.orchestra.run.smithi169.stderr: 2023-12-26T17:23:05.005 INFO:teuthology.orchestra.run.smithi169.stderr: URL: https://smithi169.front.sepia.ceph.com:8443/ 2023-12-26T17:23:05.005 INFO:teuthology.orchestra.run.smithi169.stderr: User: admin 2023-12-26T17:23:05.005 INFO:teuthology.orchestra.run.smithi169.stderr: Password: mrmusu6rq2 2023-12-26T17:23:05.005 INFO:teuthology.orchestra.run.smithi169.stderr: 2023-12-26T17:23:05.008 INFO:teuthology.orchestra.run.smithi169.stderr:You can access the Ceph CLI with: 2023-12-26T17:23:05.008 INFO:teuthology.orchestra.run.smithi169.stderr: 2023-12-26T17:23:05.008 INFO:teuthology.orchestra.run.smithi169.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 39103836-a413-11ee-95a5-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-26T17:23:05.008 INFO:teuthology.orchestra.run.smithi169.stderr: 2023-12-26T17:23:05.008 INFO:teuthology.orchestra.run.smithi169.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-26T17:23:05.008 INFO:teuthology.orchestra.run.smithi169.stderr: 2023-12-26T17:23:05.008 INFO:teuthology.orchestra.run.smithi169.stderr: ceph telemetry on 2023-12-26T17:23:05.008 INFO:teuthology.orchestra.run.smithi169.stderr: 2023-12-26T17:23:05.008 INFO:teuthology.orchestra.run.smithi169.stderr:For more information see: 2023-12-26T17:23:05.008 INFO:teuthology.orchestra.run.smithi169.stderr: 2023-12-26T17:23:05.008 INFO:teuthology.orchestra.run.smithi169.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2023-12-26T17:23:05.008 INFO:teuthology.orchestra.run.smithi169.stderr: 2023-12-26T17:23:05.008 INFO:teuthology.orchestra.run.smithi169.stderr:Bootstrap complete. 2023-12-26T17:23:05.009 INFO:teuthology.orchestra.run.smithi169.stderr:Releasing lock 139715749965952 on /run/cephadm/39103836-a413-11ee-95a5-87774f69a715.lock 2023-12-26T17:23:05.009 INFO:teuthology.orchestra.run.smithi169.stderr:Lock 139715749965952 released on /run/cephadm/39103836-a413-11ee-95a5-87774f69a715.lock 2023-12-26T17:23:05.037 INFO:tasks.cephadm:Fetching config... 2023-12-26T17:23:05.038 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2023-12-26T17:23:05.038 DEBUG:teuthology.orchestra.run.smithi169:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-26T17:23:05.058 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-26T17:23:05.058 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2023-12-26T17:23:05.058 DEBUG:teuthology.orchestra.run.smithi169:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-26T17:23:05.116 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-26T17:23:05.126 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2023-12-26T17:23:05.127 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd if=/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/mon.smithi169/keyring of=/dev/stdout 2023-12-26T17:23:05.183 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-26T17:23:05.183 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2023-12-26T17:23:05.183 DEBUG:teuthology.orchestra.run.smithi169:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-26T17:23:05.241 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-26T17:23:05.241 DEBUG:teuthology.orchestra.run.smithi169:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqO+Soc/Zy9459BF9LovuHwpC3bZ65kONYy/kaPv5fZfVoIqGTNjPmEzxD2MlBx//QcO2CIx9QPNbAm56oGd/9RBgdFr4m+MqIjKFYfLMmEBJErb7EAstObfXnSxNWzzJ9AUnE4mVBsOzf+3KsWifKr82VycKn5kj+zxoriGKNJqRVSMG6kRnysBFGx6bXw5rYzm3kN+BtM98zjAlPNudBjKw2l2hq/ctbaZD5H5dRz+pzBs+v9YSr3VdAEfZNl/nKEhhmJF+9IaoH8b3ibJiu5OqWAZxIWPZbvY9d2KX7QoePLCVgFXNzQfGYPRqPxG2PIAsKEHZXQeIh0o/uxMB/E25ei05vuAuxdccSBUZboSKQZLQSZtnZ/uXkTpvq+wJIm/hooNuLL8JLLS1vk/s4tG8j4jIFK7kny4WtINJdFh3u4YODkOyucalrBnVpMftcoy8jBQg084g8kGeWtHABZsqx8rj+cEoOzGvDRBVJ2WzL1PKIBXgBQwWYyKa6b4c= ceph-39103836-a413-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-26T17:23:05.305 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:05 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:04.632194+0000 mon.smithi169 (mon.0) 109 : audit [DBG] from='client.? 172.21.15.169:0/2821296374' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-26T17:23:05.316 INFO:teuthology.orchestra.run.smithi169.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqO+Soc/Zy9459BF9LovuHwpC3bZ65kONYy/kaPv5fZfVoIqGTNjPmEzxD2MlBx//QcO2CIx9QPNbAm56oGd/9RBgdFr4m+MqIjKFYfLMmEBJErb7EAstObfXnSxNWzzJ9AUnE4mVBsOzf+3KsWifKr82VycKn5kj+zxoriGKNJqRVSMG6kRnysBFGx6bXw5rYzm3kN+BtM98zjAlPNudBjKw2l2hq/ctbaZD5H5dRz+pzBs+v9YSr3VdAEfZNl/nKEhhmJF+9IaoH8b3ibJiu5OqWAZxIWPZbvY9d2KX7QoePLCVgFXNzQfGYPRqPxG2PIAsKEHZXQeIh0o/uxMB/E25ei05vuAuxdccSBUZboSKQZLQSZtnZ/uXkTpvq+wJIm/hooNuLL8JLLS1vk/s4tG8j4jIFK7kny4WtINJdFh3u4YODkOyucalrBnVpMftcoy8jBQg084g8kGeWtHABZsqx8rj+cEoOzGvDRBVJ2WzL1PKIBXgBQwWYyKa6b4c= ceph-39103836-a413-11ee-95a5-87774f69a715 2023-12-26T17:23:05.327 DEBUG:teuthology.orchestra.run.smithi173:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqO+Soc/Zy9459BF9LovuHwpC3bZ65kONYy/kaPv5fZfVoIqGTNjPmEzxD2MlBx//QcO2CIx9QPNbAm56oGd/9RBgdFr4m+MqIjKFYfLMmEBJErb7EAstObfXnSxNWzzJ9AUnE4mVBsOzf+3KsWifKr82VycKn5kj+zxoriGKNJqRVSMG6kRnysBFGx6bXw5rYzm3kN+BtM98zjAlPNudBjKw2l2hq/ctbaZD5H5dRz+pzBs+v9YSr3VdAEfZNl/nKEhhmJF+9IaoH8b3ibJiu5OqWAZxIWPZbvY9d2KX7QoePLCVgFXNzQfGYPRqPxG2PIAsKEHZXQeIh0o/uxMB/E25ei05vuAuxdccSBUZboSKQZLQSZtnZ/uXkTpvq+wJIm/hooNuLL8JLLS1vk/s4tG8j4jIFK7kny4WtINJdFh3u4YODkOyucalrBnVpMftcoy8jBQg084g8kGeWtHABZsqx8rj+cEoOzGvDRBVJ2WzL1PKIBXgBQwWYyKa6b4c= ceph-39103836-a413-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-26T17:23:05.374 INFO:teuthology.orchestra.run.smithi173.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqO+Soc/Zy9459BF9LovuHwpC3bZ65kONYy/kaPv5fZfVoIqGTNjPmEzxD2MlBx//QcO2CIx9QPNbAm56oGd/9RBgdFr4m+MqIjKFYfLMmEBJErb7EAstObfXnSxNWzzJ9AUnE4mVBsOzf+3KsWifKr82VycKn5kj+zxoriGKNJqRVSMG6kRnysBFGx6bXw5rYzm3kN+BtM98zjAlPNudBjKw2l2hq/ctbaZD5H5dRz+pzBs+v9YSr3VdAEfZNl/nKEhhmJF+9IaoH8b3ibJiu5OqWAZxIWPZbvY9d2KX7QoePLCVgFXNzQfGYPRqPxG2PIAsKEHZXQeIh0o/uxMB/E25ei05vuAuxdccSBUZboSKQZLQSZtnZ/uXkTpvq+wJIm/hooNuLL8JLLS1vk/s4tG8j4jIFK7kny4WtINJdFh3u4YODkOyucalrBnVpMftcoy8jBQg084g8kGeWtHABZsqx8rj+cEoOzGvDRBVJ2WzL1PKIBXgBQwWYyKa6b4c= ceph-39103836-a413-11ee-95a5-87774f69a715 2023-12-26T17:23:05.386 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-26T17:23:06.923 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-26T17:23:06.923 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-26T17:23:07.852 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:07 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:06.571054+0000 mon.smithi169 (mon.0) 110 : audit [INF] from='client.? 172.21.15.169:0/2005120287' entity='client.admin' 2023-12-26T17:23:08.655 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi173 2023-12-26T17:23:08.655 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2023-12-26T17:23:08.656 DEBUG:teuthology.orchestra.run.smithi173:> dd of=/etc/ceph/ceph.conf 2023-12-26T17:23:08.678 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2023-12-26T17:23:08.678 DEBUG:teuthology.orchestra.run.smithi173:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-26T17:23:08.739 INFO:tasks.cephadm:Adding host smithi173 to orchestrator... 2023-12-26T17:23:08.739 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph orch host add smithi173 2023-12-26T17:23:08.837 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:23:07.572147+0000 mon.smithi169 (mon.0) 111 : cluster [DBG] mgrmap e17: smithi169.xxnmbv(active, since 6s) 2023-12-26T17:23:08.838 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:08.230565+0000 mon.smithi169 (mon.0) 112 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:23:10.007 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:09 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:08.228200+0000 mgr.smithi169.xxnmbv (mgr.14166) 5 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:23:10.008 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:09 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:08.937343+0000 mon.smithi169 (mon.0) 113 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:23:10.008 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:09 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:08.939093+0000 mon.smithi169 (mon.0) 114 : audit [DBG] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:23:10.008 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:09 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:08.939812+0000 mon.smithi169 (mon.0) 115 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T17:23:10.008 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:09 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:09.154049+0000 mon.smithi169 (mon.0) 116 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:23:11.020 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:10 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cephadm 2023-12-26T17:23:08.940538+0000 mgr.smithi169.xxnmbv (mgr.14166) 6 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(host_pattern='*'): Cannot place : No matching hosts 2023-12-26T17:23:11.020 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:10 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:09.744627+0000 mon.smithi169 (mon.0) 117 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:23:13.270 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:12 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:11.991083+0000 mon.smithi169 (mon.0) 118 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:23:13.270 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:12 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:12.256452+0000 mon.smithi169 (mon.0) 119 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:23:13.270 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:12 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:12.256997+0000 mon.smithi169 (mon.0) 120 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "config rm", "who": "osd/host:smithi169", "name": "osd_memory_target"}]: dispatch 2023-12-26T17:23:13.270 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:12 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:12.259407+0000 mon.smithi169 (mon.0) 121 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:23:13.270 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:12 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cephadm 2023-12-26T17:23:12.265844+0000 mgr.smithi169.xxnmbv (mgr.14166) 7 : cephadm [INF] Deploying daemon alertmanager.smithi169 on smithi169 2023-12-26T17:23:22.270 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:21 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:23:20.794731+0000 mgr.smithi169.xxnmbv (mgr.14166) 8 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:23:24.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:24 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:23:22.795018+0000 mgr.smithi169.xxnmbv (mgr.14166) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:23:26.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:23:24.795413+0000 mgr.smithi169.xxnmbv (mgr.14166) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:23:28.519 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:28 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:23:26.795771+0000 mgr.smithi169.xxnmbv (mgr.14166) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:23:30.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:30 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:23:28.796117+0000 mgr.smithi169.xxnmbv (mgr.14166) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:23:32.072 INFO:teuthology.orchestra.run.smithi173.stdout:Added host 'smithi173' with addr '172.21.15.173' 2023-12-26T17:23:32.411 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph orch host ls --format=json 2023-12-26T17:23:32.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:32 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:23:30.796324+0000 mgr.smithi169.xxnmbv (mgr.14166) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:23:32.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:32 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:31.505997+0000 mgr.smithi169.xxnmbv (mgr.14166) 14 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:23:32.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:32 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:32.068458+0000 mon.smithi169 (mon.0) 122 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:23:33.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:33 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cephadm 2023-12-26T17:23:32.068850+0000 mgr.smithi169.xxnmbv (mgr.14166) 15 : cephadm [INF] Added host smithi173 2023-12-26T17:23:33.715 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:23:33.715 INFO:teuthology.orchestra.run.smithi173.stdout:[{"addr": "172.21.15.169", "hostname": "smithi169", "labels": [], "status": ""}, {"addr": "172.21.15.173", "hostname": "smithi173", "labels": [], "status": ""}] 2023-12-26T17:23:34.087 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-26T17:23:34.087 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph osd crush tunables default 2023-12-26T17:23:34.395 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:34 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:23:32.796750+0000 mgr.smithi169.xxnmbv (mgr.14166) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:23:35.519 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:35 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:33.711454+0000 mgr.smithi169.xxnmbv (mgr.14166) 17 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:23:36.262 INFO:teuthology.orchestra.run.smithi169.stderr:adjusted tunables profile to default 2023-12-26T17:23:36.519 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:36 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:23:34.797143+0000 mgr.smithi169.xxnmbv (mgr.14166) 18 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:23:36.519 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:36 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:35.322814+0000 mon.smithi169 (mon.0) 123 : audit [INF] from='client.? 172.21.15.169:0/805537993' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-26T17:23:36.611 INFO:tasks.cephadm:Adding mon.smithi169 on smithi169 2023-12-26T17:23:36.612 INFO:tasks.cephadm:Adding mon.smithi173 on smithi173 2023-12-26T17:23:36.612 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph orch apply mon '2;smithi169:172.21.15.169=smithi169;smithi173:172.21.15.173=smithi173' 2023-12-26T17:23:37.519 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:37 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:36.256593+0000 mon.smithi169 (mon.0) 124 : audit [INF] from='client.? 172.21.15.169:0/805537993' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-26T17:23:37.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:37 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:23:36.256648+0000 mon.smithi169 (mon.0) 125 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-26T17:23:37.921 INFO:teuthology.orchestra.run.smithi173.stdout:Scheduled mon update... 2023-12-26T17:23:38.299 DEBUG:teuthology.orchestra.run.smithi173:mon.smithi173> sudo journalctl -f -n 0 -u ceph-39103836-a413-11ee-95a5-87774f69a715@mon.smithi173.service 2023-12-26T17:23:38.301 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:23:38.302 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:23:38.330 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:-- Logs begin at Tue 2023-12-26 17:13:12 UTC. -- 2023-12-26T17:23:38.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:38 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:23:36.797555+0000 mgr.smithi169.xxnmbv (mgr.14166) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:23:38.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:38 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:37.918195+0000 mon.smithi169 (mon.0) 126 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:23:39.519 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:39 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:37.913793+0000 mgr.smithi169.xxnmbv (mgr.14166) 20 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi169:172.21.15.169=smithi169;smithi173:172.21.15.173=smithi173", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T17:23:39.520 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:39 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cephadm 2023-12-26T17:23:37.915327+0000 mgr.smithi169.xxnmbv (mgr.14166) 21 : cephadm [INF] Saving service mon spec with placement smithi169:172.21.15.169=smithi169;smithi173:172.21.15.173=smithi173;count:2 2023-12-26T17:23:39.636 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:23:39.636 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:23:39.638 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:23:40.519 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:40 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:23:38.797888+0000 mgr.smithi169.xxnmbv (mgr.14166) 22 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:23:40.519 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:40 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:39.633231+0000 mon.smithi169 (mon.0) 127 : audit [DBG] from='client.? 172.21.15.173:0/1130823063' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:23:41.006 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:23:41.006 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:23:42.338 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:23:42.338 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:23:42.340 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:23:42.519 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:42 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:23:40.798155+0000 mgr.smithi169.xxnmbv (mgr.14166) 23 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:23:43.733 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:23:43.734 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:23:43.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:43 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:42.335319+0000 mon.smithi169 (mon.0) 128 : audit [DBG] from='client.? 172.21.15.173:0/4165113768' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:23:44.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:23:42.798478+0000 mgr.smithi169.xxnmbv (mgr.14166) 24 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:23:45.130 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:23:45.131 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:23:45.132 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:23:45.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:45 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:45.127940+0000 mon.smithi169 (mon.0) 129 : audit [DBG] from='client.? 172.21.15.173:0/441819149' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:23:46.554 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:23:46.554 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:23:46.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:46 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:23:44.798806+0000 mgr.smithi169.xxnmbv (mgr.14166) 25 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:23:47.905 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:23:47.905 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:23:47.907 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:23:48.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:48 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:23:46.799134+0000 mgr.smithi169.xxnmbv (mgr.14166) 26 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:23:48.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:48 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:47.902460+0000 mon.smithi169 (mon.0) 130 : audit [DBG] from='client.? 172.21.15.173:0/3042521819' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:23:49.275 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:23:49.276 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:23:50.654 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:23:50.654 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:23:50.655 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:23:50.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:50 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:23:48.799517+0000 mgr.smithi169.xxnmbv (mgr.14166) 27 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:23:51.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:51 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:50.651289+0000 mon.smithi169 (mon.0) 131 : audit [DBG] from='client.? 172.21.15.173:0/796902149' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:23:52.045 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:23:52.045 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:23:52.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:52 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:23:50.799785+0000 mgr.smithi169.xxnmbv (mgr.14166) 28 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:23:54.354 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:23:54.355 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:23:54.356 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:23:54.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:54 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:23:52.800082+0000 mgr.smithi169.xxnmbv (mgr.14166) 29 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:23:55.723 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:23:55.723 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:23:55.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:55 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:54.352112+0000 mon.smithi169 (mon.0) 132 : audit [DBG] from='client.? 172.21.15.173:0/2005685150' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:23:56.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:56 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:23:54.800375+0000 mgr.smithi169.xxnmbv (mgr.14166) 30 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:23:57.042 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:23:57.042 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:23:57.044 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:23:57.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:57 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:23:57.039960+0000 mon.smithi169 (mon.0) 133 : audit [DBG] from='client.? 172.21.15.173:0/2088884239' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:23:58.423 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:23:58.424 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:23:58.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:23:58 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:23:56.800714+0000 mgr.smithi169.xxnmbv (mgr.14166) 31 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:24:00.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:00 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:23:58.801000+0000 mgr.smithi169.xxnmbv (mgr.14166) 32 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:24:01.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:01 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:24:00.924393+0000 mon.smithi169 (mon.0) 134 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.xxnmbv/mirror_snapshot_schedule"}]: dispatch 2023-12-26T17:24:01.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:01 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:24:00.931936+0000 mon.smithi169 (mon.0) 135 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.xxnmbv/trash_purge_schedule"}]: dispatch 2023-12-26T17:24:02.729 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:24:02.730 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:24:02.732 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:24:02.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:02 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:24:00.801260+0000 mgr.smithi169.xxnmbv (mgr.14166) 33 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:24:03.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:03 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:24:02.727280+0000 mon.smithi169 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.173:0/3134158729' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:24:04.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:04 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:24:02.801590+0000 mgr.smithi169.xxnmbv (mgr.14166) 34 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:24:05.514 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:24:05.514 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:24:06.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:06 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:24:04.801937+0000 mgr.smithi169.xxnmbv (mgr.14166) 35 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:24:07.855 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:24:07.855 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:24:07.856 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:24:08.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:24:06.802282+0000 mgr.smithi169.xxnmbv (mgr.14166) 36 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:24:08.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:24:07.852525+0000 mon.smithi169 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.173:0/147415956' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:24:09.229 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:24:09.230 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:24:10.624 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:24:10.625 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:24:10.626 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:24:10.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:10 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:24:08.802577+0000 mgr.smithi169.xxnmbv (mgr.14166) 37 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:24:11.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:11 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:24:10.622363+0000 mon.smithi169 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.173:0/3865214635' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:24:11.991 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:24:11.991 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:24:12.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:12 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:24:10.802890+0000 mgr.smithi169.xxnmbv (mgr.14166) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:24:13.314 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:24:13.314 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:24:13.315 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:24:14.522 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:14 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:24:12.803267+0000 mgr.smithi169.xxnmbv (mgr.14166) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:24:14.522 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:14 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:24:13.311803+0000 mon.smithi169 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.173:0/856502547' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:24:14.712 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:24:14.713 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:24:16.091 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:24:16.091 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:24:16.092 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:24:16.519 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:16 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:24:14.803659+0000 mgr.smithi169.xxnmbv (mgr.14166) 40 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:24:16.519 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:16 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:24:16.088554+0000 mon.smithi169 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.173:0/3780237508' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:24:17.469 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:24:17.469 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:24:18.519 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:18 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:24:16.803932+0000 mgr.smithi169.xxnmbv (mgr.14166) 41 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:24:18.851 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:24:18.851 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:24:18.853 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:24:19.519 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:19 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:24:18.849286+0000 mon.smithi169 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.173:0/3276677839' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:24:20.214 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:24:20.215 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:24:20.519 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:20 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:24:18.804298+0000 mgr.smithi169.xxnmbv (mgr.14166) 42 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:24:21.609 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:24:21.609 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:24:21.610 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:24:22.519 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:22 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:24:20.804662+0000 mgr.smithi169.xxnmbv (mgr.14166) 43 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:24:22.519 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:22 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:24:21.606799+0000 mon.smithi169 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.173:0/142101258' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:24:23.102 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:24:23.102 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:24:24.506 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:24:24.507 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:24:24.508 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:24:24.519 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:24 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:24:22.804975+0000 mgr.smithi169.xxnmbv (mgr.14166) 44 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:24:25.518 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:25 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:24:24.504924+0000 mon.smithi169 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.173:0/4110614586' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:24:25.884 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:24:25.885 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:24:26.519 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:24:24.805338+0000 mgr.smithi169.xxnmbv (mgr.14166) 45 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:24:27.244 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:24:27.244 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:24:27.246 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:24:27.518 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:27 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:24:27.242329+0000 mon.smithi169 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.173:0/3079138208' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:24:28.518 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:28 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:24:26.805676+0000 mgr.smithi169.xxnmbv (mgr.14166) 46 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:24:28.618 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:24:28.618 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:24:30.047 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:24:30.047 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:24:30.049 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:24:30.521 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:30 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:24:28.805956+0000 mgr.smithi169.xxnmbv (mgr.14166) 47 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:24:30.521 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:30 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:24:30.045125+0000 mon.smithi169 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.173:0/2544775576' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:24:31.442 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:24:31.442 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:24:32.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:32 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:24:30.806348+0000 mgr.smithi169.xxnmbv (mgr.14166) 48 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:24:34.397 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:24:34.397 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:24:34.398 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:24:34.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:34 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:24:32.806645+0000 mgr.smithi169.xxnmbv (mgr.14166) 49 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:24:35.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:35 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:24:34.394868+0000 mon.smithi169 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.173:0/2526182623' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:24:35.789 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:24:35.789 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:24:36.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:36 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:24:34.807009+0000 mgr.smithi169.xxnmbv (mgr.14166) 50 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:24:37.140 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:24:37.141 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:24:37.142 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:24:37.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:37 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:24:37.138912+0000 mon.smithi169 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.173:0/3842595353' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:24:38.521 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:24:38.521 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:24:38.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:38 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:24:36.807345+0000 mgr.smithi169.xxnmbv (mgr.14166) 51 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:24:39.869 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:24:39.869 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:24:39.871 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:24:40.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:40 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:24:38.807701+0000 mgr.smithi169.xxnmbv (mgr.14166) 52 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:24:40.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:40 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:24:39.867024+0000 mon.smithi169 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.173:0/447201398' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:24:41.246 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:24:41.247 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:24:42.525 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:24:42.525 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:24:42.527 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:24:42.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:42 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:24:40.808000+0000 mgr.smithi169.xxnmbv (mgr.14166) 53 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:24:43.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:43 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:24:42.523659+0000 mon.smithi169 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.173:0/1749766192' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:24:43.929 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:24:43.929 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:24:44.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:24:42.808351+0000 mgr.smithi169.xxnmbv (mgr.14166) 54 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:24:45.317 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:24:45.317 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:24:45.319 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:24:46.700 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:24:46.700 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:24:46.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:46 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:24:44.808632+0000 mgr.smithi169.xxnmbv (mgr.14166) 55 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:24:46.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:46 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:24:45.315359+0000 mon.smithi169 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.173:0/3381271118' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:24:48.098 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:24:48.098 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:24:48.099 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:24:48.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:48 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:24:46.808973+0000 mgr.smithi169.xxnmbv (mgr.14166) 56 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:24:48.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:48 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:24:48.095704+0000 mon.smithi169 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.173:0/4241497152' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:24:49.499 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:24:49.500 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:24:50.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:50 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:24:48.809303+0000 mgr.smithi169.xxnmbv (mgr.14166) 57 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:24:50.889 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:24:50.890 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:24:50.891 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:24:51.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:51 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:24:50.888386+0000 mon.smithi169 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.173:0/3178564116' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:24:52.286 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:24:52.286 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:24:52.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:52 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:24:50.809545+0000 mgr.smithi169.xxnmbv (mgr.14166) 58 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:24:53.644 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:24:53.644 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:24:53.645 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:24:54.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:54 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:24:52.809857+0000 mgr.smithi169.xxnmbv (mgr.14166) 59 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:24:54.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:54 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:24:53.642142+0000 mon.smithi169 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.173:0/2839497628' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:24:54.980 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:24:54.980 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:24:56.377 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:24:56.378 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:24:56.379 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:24:56.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:56 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:24:54.810226+0000 mgr.smithi169.xxnmbv (mgr.14166) 60 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:24:57.754 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:24:57.754 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:24:57.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:57 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:24:56.375987+0000 mon.smithi169 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.173:0/421933262' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:24:58.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:58 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:24:56.810625+0000 mgr.smithi169.xxnmbv (mgr.14166) 61 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:24:59.135 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:24:59.135 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:24:59.136 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:24:59.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:24:59 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:24:59.133123+0000 mon.smithi169 (mon.0) 155 : audit [DBG] from='client.? 172.21.15.173:0/356247650' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:25:00.515 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:25:00.515 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:25:00.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:00 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:24:58.810984+0000 mgr.smithi169.xxnmbv (mgr.14166) 62 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:25:01.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:01 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:25:00.925279+0000 mon.smithi169 (mon.0) 156 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.xxnmbv/mirror_snapshot_schedule"}]: dispatch 2023-12-26T17:25:01.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:01 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:25:00.932840+0000 mon.smithi169 (mon.0) 157 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.xxnmbv/trash_purge_schedule"}]: dispatch 2023-12-26T17:25:01.913 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:25:01.913 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:25:01.914 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:25:02.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:02 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:25:00.811262+0000 mgr.smithi169.xxnmbv (mgr.14166) 63 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:25:02.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:02 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:25:01.911211+0000 mon.smithi169 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.173:0/604850570' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:25:03.302 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:25:03.302 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:25:04.679 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:25:04.680 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:25:04.681 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:25:04.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:04 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:25:02.811602+0000 mgr.smithi169.xxnmbv (mgr.14166) 64 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:25:05.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:05 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:25:04.678095+0000 mon.smithi169 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.173:0/2760583967' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:25:06.071 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:25:06.072 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:25:06.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:06 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:25:04.811965+0000 mgr.smithi169.xxnmbv (mgr.14166) 65 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:25:07.447 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:25:07.447 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:25:07.448 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:25:08.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:25:06.812340+0000 mgr.smithi169.xxnmbv (mgr.14166) 66 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:25:08.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:25:07.445431+0000 mon.smithi169 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.173:0/2459727257' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:25:08.861 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:25:08.861 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:25:10.220 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:25:10.221 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:25:10.222 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:25:10.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:10 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:25:08.812664+0000 mgr.smithi169.xxnmbv (mgr.14166) 67 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:25:10.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:10 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:25:10.219436+0000 mon.smithi169 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.173:0/1971228557' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:25:11.594 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:25:11.595 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:25:12.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:12 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:25:10.812950+0000 mgr.smithi169.xxnmbv (mgr.14166) 68 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:25:12.933 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:25:12.933 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:25:12.935 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:25:13.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:13 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:25:12.931941+0000 mon.smithi169 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.173:0/4219961599' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:25:14.329 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:25:14.329 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:25:14.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:14 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:25:12.813254+0000 mgr.smithi169.xxnmbv (mgr.14166) 69 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:25:15.770 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:25:15.771 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:25:15.772 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:25:16.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:16 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:25:14.813588+0000 mgr.smithi169.xxnmbv (mgr.14166) 70 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:25:16.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:16 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:25:15.769254+0000 mon.smithi169 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.173:0/2077326966' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:25:17.145 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:25:17.145 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:25:18.472 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:25:18.472 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:25:18.473 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:25:18.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:18 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:25:16.813919+0000 mgr.smithi169.xxnmbv (mgr.14166) 71 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:25:19.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:19 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:25:18.470685+0000 mon.smithi169 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.173:0/3145715813' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:25:19.876 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:25:19.876 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:25:20.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:20 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:25:18.814327+0000 mgr.smithi169.xxnmbv (mgr.14166) 72 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:25:21.261 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:25:21.261 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:25:21.263 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:25:21.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:21 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:25:21.260488+0000 mon.smithi169 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.173:0/1341369452' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:25:22.640 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:25:22.640 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:25:22.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:22 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:25:20.814610+0000 mgr.smithi169.xxnmbv (mgr.14166) 73 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:25:24.021 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:25:24.021 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:25:24.022 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:25:24.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:24 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:25:22.814945+0000 mgr.smithi169.xxnmbv (mgr.14166) 74 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:25:24.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:24 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:25:24.020167+0000 mon.smithi169 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.173:0/4167626971' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:25:25.425 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:25:25.425 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:25:26.756 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:25:26.756 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:25:26.757 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:25:26.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:25:24.815321+0000 mgr.smithi169.xxnmbv (mgr.14166) 75 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:25:27.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:27 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:25:26.754847+0000 mon.smithi169 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.173:0/4071589503' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:25:28.128 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:25:28.129 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:25:28.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:28 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:25:26.815704+0000 mgr.smithi169.xxnmbv (mgr.14166) 76 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:25:29.493 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:25:29.493 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:25:29.496 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:25:30.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:30 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:25:28.816024+0000 mgr.smithi169.xxnmbv (mgr.14166) 77 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:25:30.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:30 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:25:29.491539+0000 mon.smithi169 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.173:0/3795927267' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:25:30.914 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:25:30.914 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:25:32.333 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:25:32.333 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:25:32.335 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:25:32.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:32 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:25:30.816373+0000 mgr.smithi169.xxnmbv (mgr.14166) 78 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:25:32.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:32 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:25:32.332307+0000 mon.smithi169 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.173:0/3540316316' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:25:33.757 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:25:33.758 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:25:34.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:34 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:25:32.816722+0000 mgr.smithi169.xxnmbv (mgr.14166) 79 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:25:35.139 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:25:35.139 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:25:35.140 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:25:35.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:35 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:25:35.138415+0000 mon.smithi169 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.173:0/2490176430' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:25:36.528 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:25:36.529 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:25:36.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:36 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:25:34.816991+0000 mgr.smithi169.xxnmbv (mgr.14166) 80 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:25:37.897 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:25:37.898 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:25:37.899 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:25:38.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:38 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:25:36.817248+0000 mgr.smithi169.xxnmbv (mgr.14166) 81 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:25:38.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:38 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:25:37.896588+0000 mon.smithi169 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.173:0/1680357117' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:25:39.229 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:25:39.229 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:25:40.599 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:25:40.599 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:25:40.601 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:25:40.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:40 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:25:38.817583+0000 mgr.smithi169.xxnmbv (mgr.14166) 82 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:25:41.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:41 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:25:40.598436+0000 mon.smithi169 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.173:0/3728912714' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:25:41.977 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:25:41.977 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:25:42.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:42 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:25:40.817943+0000 mgr.smithi169.xxnmbv (mgr.14166) 83 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:25:43.374 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:25:43.374 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:25:43.376 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:25:44.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:25:42.818357+0000 mgr.smithi169.xxnmbv (mgr.14166) 84 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:25:44.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:25:43.373319+0000 mon.smithi169 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.173:0/2203476744' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:25:44.777 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:25:44.777 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:25:46.237 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:25:46.237 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:25:46.238 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:25:46.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:46 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:25:44.818787+0000 mgr.smithi169.xxnmbv (mgr.14166) 85 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:25:46.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:46 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:25:46.236234+0000 mon.smithi169 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.173:0/2768680230' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:25:47.612 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:25:47.613 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:25:48.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:48 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:25:46.819057+0000 mgr.smithi169.xxnmbv (mgr.14166) 86 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:25:49.008 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:25:49.009 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:25:49.010 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:25:49.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:49 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:25:49.007910+0000 mon.smithi169 (mon.0) 175 : audit [DBG] from='client.? 172.21.15.173:0/2450955406' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:25:50.379 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:25:50.380 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:25:50.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:50 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:25:48.819297+0000 mgr.smithi169.xxnmbv (mgr.14166) 87 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:25:51.770 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:25:51.770 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:25:51.771 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:25:52.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:52 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:25:50.819672+0000 mgr.smithi169.xxnmbv (mgr.14166) 88 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:25:52.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:52 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:25:51.768759+0000 mon.smithi169 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.173:0/3369374593' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:25:53.181 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:25:53.181 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:25:54.596 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:25:54.596 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:25:54.597 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:25:54.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:54 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:25:52.820102+0000 mgr.smithi169.xxnmbv (mgr.14166) 89 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:25:55.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:55 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:25:54.595634+0000 mon.smithi169 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.173:0/2415652560' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:25:55.973 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:25:55.973 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:25:56.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:56 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:25:54.820417+0000 mgr.smithi169.xxnmbv (mgr.14166) 90 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:25:57.290 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:25:57.290 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:25:57.292 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:25:57.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:57 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:25:57.289541+0000 mon.smithi169 (mon.0) 178 : audit [DBG] from='client.? 172.21.15.173:0/3520353784' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:25:58.716 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:25:58.717 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:25:58.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:25:58 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:25:56.820655+0000 mgr.smithi169.xxnmbv (mgr.14166) 91 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:26:00.087 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:26:00.088 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:26:00.089 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:26:00.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:00 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:25:58.821051+0000 mgr.smithi169.xxnmbv (mgr.14166) 92 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:26:00.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:00 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:26:00.087276+0000 mon.smithi169 (mon.0) 179 : audit [DBG] from='client.? 172.21.15.173:0/1470701699' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:26:01.463 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:26:01.463 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:26:01.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:01 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:26:00.926309+0000 mon.smithi169 (mon.0) 180 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.xxnmbv/mirror_snapshot_schedule"}]: dispatch 2023-12-26T17:26:01.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:01 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:26:00.933763+0000 mon.smithi169 (mon.0) 181 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.xxnmbv/trash_purge_schedule"}]: dispatch 2023-12-26T17:26:02.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:02 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:26:00.821424+0000 mgr.smithi169.xxnmbv (mgr.14166) 93 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:26:02.788 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:26:02.789 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:26:02.790 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:26:03.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:03 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:26:02.787982+0000 mon.smithi169 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.173:0/2868518234' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:26:04.186 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:26:04.186 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:26:04.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:04 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:26:02.821701+0000 mgr.smithi169.xxnmbv (mgr.14166) 94 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:26:05.613 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:26:05.613 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:26:05.614 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:26:06.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:06 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:26:04.822059+0000 mgr.smithi169.xxnmbv (mgr.14166) 95 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:26:06.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:06 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:26:05.612153+0000 mon.smithi169 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.173:0/712352264' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:26:06.979 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:26:06.980 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:26:08.363 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:26:08.363 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:26:08.365 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:26:08.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:26:06.822427+0000 mgr.smithi169.xxnmbv (mgr.14166) 96 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:26:08.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:26:08.362997+0000 mon.smithi169 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.173:0/1226053076' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:26:09.739 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:26:09.740 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:26:10.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:10 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:26:08.822769+0000 mgr.smithi169.xxnmbv (mgr.14166) 97 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:26:11.121 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:26:11.121 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:26:11.122 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:26:11.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:11 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:26:11.120796+0000 mon.smithi169 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.173:0/53894824' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:26:12.537 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:26:12.537 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:26:12.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:12 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:26:10.823019+0000 mgr.smithi169.xxnmbv (mgr.14166) 98 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:26:13.934 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:26:13.934 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:26:13.936 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:26:14.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:14 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:26:12.823381+0000 mgr.smithi169.xxnmbv (mgr.14166) 99 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:26:14.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:14 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:26:13.933735+0000 mon.smithi169 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.173:0/685580984' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:26:15.310 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:26:15.310 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:26:16.650 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:26:16.650 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:26:16.652 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:26:16.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:16 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:26:14.823657+0000 mgr.smithi169.xxnmbv (mgr.14166) 100 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:26:17.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:17 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:26:16.649461+0000 mon.smithi169 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.173:0/4169096773' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:26:18.046 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:26:18.046 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:26:18.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:18 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:26:16.824018+0000 mgr.smithi169.xxnmbv (mgr.14166) 101 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:26:19.454 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:26:19.455 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:26:19.456 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:26:20.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:20 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:26:18.824318+0000 mgr.smithi169.xxnmbv (mgr.14166) 102 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:26:20.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:20 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:26:19.454184+0000 mon.smithi169 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.173:0/3354732256' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:26:20.824 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:26:20.824 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:26:22.146 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:26:22.146 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:26:22.147 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:26:22.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:22 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:26:20.824576+0000 mgr.smithi169.xxnmbv (mgr.14166) 103 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:26:22.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:22 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:26:22.145513+0000 mon.smithi169 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.173:0/138649985' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:26:23.541 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:26:23.542 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:26:24.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:24 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:26:22.824903+0000 mgr.smithi169.xxnmbv (mgr.14166) 104 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:26:25.007 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:26:25.007 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:26:25.009 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:26:25.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:25 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:26:25.006710+0000 mon.smithi169 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.173:0/394829520' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:26:26.385 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:26:26.386 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:26:26.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:26:24.825275+0000 mgr.smithi169.xxnmbv (mgr.14166) 105 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:26:27.749 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:26:27.750 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:26:27.751 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:26:28.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:28 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:26:26.825530+0000 mgr.smithi169.xxnmbv (mgr.14166) 106 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:26:28.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:28 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:26:27.749377+0000 mon.smithi169 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.173:0/3333983634' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:26:29.142 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:26:29.142 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:26:30.479 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:26:30.479 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:26:30.481 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:26:30.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:30 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:26:28.825877+0000 mgr.smithi169.xxnmbv (mgr.14166) 107 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:26:31.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:31 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:26:30.479186+0000 mon.smithi169 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.173:0/2358000250' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:26:31.858 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:26:31.858 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:26:32.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:32 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:26:30.826223+0000 mgr.smithi169.xxnmbv (mgr.14166) 108 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:26:33.231 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:26:33.231 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:26:33.232 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:26:33.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:33 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:26:33.231133+0000 mon.smithi169 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.173:0/3240827374' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:26:34.618 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:26:34.618 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:26:34.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:34 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:26:32.826509+0000 mgr.smithi169.xxnmbv (mgr.14166) 109 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:26:35.982 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:26:35.982 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:26:35.983 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:26:36.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:36 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:26:34.826769+0000 mgr.smithi169.xxnmbv (mgr.14166) 110 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:26:36.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:36 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:26:35.981260+0000 mon.smithi169 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.173:0/1773429767' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:26:37.360 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:26:37.361 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:26:38.743 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:26:38.743 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:26:38.744 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:26:38.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:38 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:26:36.827122+0000 mgr.smithi169.xxnmbv (mgr.14166) 111 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:26:39.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:39 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:26:38.742787+0000 mon.smithi169 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.173:0/3244757787' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:26:40.131 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:26:40.131 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:26:40.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:40 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:26:38.827487+0000 mgr.smithi169.xxnmbv (mgr.14166) 112 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:26:41.498 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:26:41.498 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:26:41.500 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:26:42.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:42 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:26:40.827844+0000 mgr.smithi169.xxnmbv (mgr.14166) 113 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:26:42.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:42 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:26:41.498117+0000 mon.smithi169 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.173:0/692061178' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:26:42.901 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:26:42.902 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:26:44.289 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:26:44.289 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:26:44.290 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:26:44.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:26:42.828140+0000 mgr.smithi169.xxnmbv (mgr.14166) 114 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:26:44.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:26:44.289309+0000 mon.smithi169 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.173:0/1151846452' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:26:45.670 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:26:45.671 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:26:46.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:46 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:26:44.828468+0000 mgr.smithi169.xxnmbv (mgr.14166) 115 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:26:47.037 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:26:47.038 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:26:47.039 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:26:47.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:47 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:26:47.037510+0000 mon.smithi169 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.173:0/3573978487' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:26:48.384 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:26:48.385 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:26:48.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:48 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:26:46.828732+0000 mgr.smithi169.xxnmbv (mgr.14166) 116 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:26:49.803 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:26:49.803 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:26:49.804 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:26:50.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:50 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:26:48.829068+0000 mgr.smithi169.xxnmbv (mgr.14166) 117 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:26:50.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:50 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:26:49.802901+0000 mon.smithi169 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.173:0/2379467093' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:26:51.184 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:26:51.184 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:26:52.553 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:26:52.554 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:26:52.555 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:26:52.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:52 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:26:50.829361+0000 mgr.smithi169.xxnmbv (mgr.14166) 118 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:26:53.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:53 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:26:52.553813+0000 mon.smithi169 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.173:0/271225395' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:26:53.921 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:26:53.922 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:26:54.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:54 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:26:52.829707+0000 mgr.smithi169.xxnmbv (mgr.14166) 119 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:26:55.259 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:26:55.259 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:26:55.261 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:26:55.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:55 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:26:55.259323+0000 mon.smithi169 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.173:0/1126652744' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:26:56.645 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:26:56.645 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:26:56.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:56 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:26:54.830056+0000 mgr.smithi169.xxnmbv (mgr.14166) 120 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:26:58.023 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:26:58.023 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:26:58.025 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:26:58.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:58 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:26:56.830417+0000 mgr.smithi169.xxnmbv (mgr.14166) 121 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:26:58.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:26:58 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:26:58.023528+0000 mon.smithi169 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.173:0/2687949029' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:26:59.448 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:26:59.448 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:27:00.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:00 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:26:58.830685+0000 mgr.smithi169.xxnmbv (mgr.14166) 122 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:27:00.856 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:27:00.856 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:27:00.857 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:27:01.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:01 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:27:00.855731+0000 mon.smithi169 (mon.0) 203 : audit [DBG] from='client.? 172.21.15.173:0/307332586' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:27:01.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:01 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:27:00.927645+0000 mon.smithi169 (mon.0) 204 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.xxnmbv/mirror_snapshot_schedule"}]: dispatch 2023-12-26T17:27:01.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:01 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:27:00.934660+0000 mon.smithi169 (mon.0) 205 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.xxnmbv/trash_purge_schedule"}]: dispatch 2023-12-26T17:27:02.239 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:27:02.239 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:27:02.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:02 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:27:00.831038+0000 mgr.smithi169.xxnmbv (mgr.14166) 123 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:27:03.564 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:27:03.564 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:27:03.566 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:27:04.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:04 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:27:02.831323+0000 mgr.smithi169.xxnmbv (mgr.14166) 124 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:27:04.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:04 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:27:03.564715+0000 mon.smithi169 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.173:0/333199518' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:27:04.952 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:27:04.953 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:27:06.362 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:27:06.362 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:27:06.364 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:27:06.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:06 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:27:04.831612+0000 mgr.smithi169.xxnmbv (mgr.14166) 125 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:27:06.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:06 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:27:06.362528+0000 mon.smithi169 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.173:0/1799324224' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:27:07.738 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:27:07.738 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:27:08.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:27:06.831979+0000 mgr.smithi169.xxnmbv (mgr.14166) 126 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:27:09.098 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:27:09.098 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:27:09.099 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:27:09.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:09 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:27:09.097723+0000 mon.smithi169 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.173:0/1444395086' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:27:10.477 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:27:10.478 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:27:10.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:10 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:27:08.832393+0000 mgr.smithi169.xxnmbv (mgr.14166) 127 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:27:11.861 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:27:11.861 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:27:11.863 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:27:12.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:12 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:27:10.832661+0000 mgr.smithi169.xxnmbv (mgr.14166) 128 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:27:12.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:12 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:27:11.861628+0000 mon.smithi169 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.173:0/1549006645' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:27:13.288 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:27:13.289 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:27:14.678 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:27:14.678 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:27:14.679 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:27:14.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:14 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:27:12.832909+0000 mgr.smithi169.xxnmbv (mgr.14166) 129 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:27:15.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:15 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:27:14.678324+0000 mon.smithi169 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.173:0/1986378400' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:27:16.007 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:27:16.007 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:27:16.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:16 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:27:14.833291+0000 mgr.smithi169.xxnmbv (mgr.14166) 130 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:27:17.348 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:27:17.348 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:27:17.350 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:27:17.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:17 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:27:17.348861+0000 mon.smithi169 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.173:0/618114455' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:27:18.762 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:27:18.762 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:27:18.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:18 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:27:16.833658+0000 mgr.smithi169.xxnmbv (mgr.14166) 131 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:27:20.128 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:27:20.128 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:27:20.129 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:27:20.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:20 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:27:18.833935+0000 mgr.smithi169.xxnmbv (mgr.14166) 132 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:27:20.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:20 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:27:20.128551+0000 mon.smithi169 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.173:0/3756462165' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:27:21.460 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:27:21.461 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:27:22.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:22 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:27:20.834301+0000 mgr.smithi169.xxnmbv (mgr.14166) 133 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:27:22.830 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:27:22.830 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:27:22.831 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:27:23.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:23 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:27:22.830549+0000 mon.smithi169 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.173:0/3355979794' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:27:24.239 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:27:24.240 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:27:24.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:24 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:27:22.834605+0000 mgr.smithi169.xxnmbv (mgr.14166) 134 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:27:25.576 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:27:25.576 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:27:25.577 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:27:26.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:27:24.834977+0000 mgr.smithi169.xxnmbv (mgr.14166) 135 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:27:26.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:27:25.576402+0000 mon.smithi169 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.173:0/993676787' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:27:26.949 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:27:26.949 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:27:28.355 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:27:28.355 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:27:28.356 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:27:28.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:28 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:27:26.835399+0000 mgr.smithi169.xxnmbv (mgr.14166) 136 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:27:28.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:28 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:27:28.355540+0000 mon.smithi169 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.173:0/681209773' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:27:29.761 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:27:29.762 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:27:30.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:30 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:27:28.835642+0000 mgr.smithi169.xxnmbv (mgr.14166) 137 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:27:31.171 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:27:31.171 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:27:31.173 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:27:31.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:31 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:27:31.171814+0000 mon.smithi169 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.173:0/2317422395' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:27:32.553 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:27:32.553 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:27:32.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:32 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:27:30.835916+0000 mgr.smithi169.xxnmbv (mgr.14166) 138 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:27:33.918 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:27:33.918 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:27:33.919 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:27:34.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:34 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:27:32.836180+0000 mgr.smithi169.xxnmbv (mgr.14166) 139 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:27:34.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:34 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:27:33.918563+0000 mon.smithi169 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.173:0/2702899717' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:27:35.294 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:27:35.295 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:27:36.660 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:27:36.660 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:27:36.662 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:27:36.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:36 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:27:34.836458+0000 mgr.smithi169.xxnmbv (mgr.14166) 140 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:27:38.016 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:37 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:27:36.661106+0000 mon.smithi169 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.173:0/4190089047' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:27:38.037 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:27:38.037 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:27:39.016 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:38 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:27:36.836792+0000 mgr.smithi169.xxnmbv (mgr.14166) 141 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:27:39.391 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:27:39.391 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:27:39.393 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:27:40.016 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:39 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:27:39.392341+0000 mon.smithi169 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.173:0/1400002435' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:27:40.768 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:27:40.768 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:27:41.016 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:40 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:27:38.837149+0000 mgr.smithi169.xxnmbv (mgr.14166) 142 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:27:42.157 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:27:42.157 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:27:42.158 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:27:43.015 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:42 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:27:40.837474+0000 mgr.smithi169.xxnmbv (mgr.14166) 143 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:27:43.016 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:42 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:27:42.156526+0000 mon.smithi169 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.173:0/602312464' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:27:43.574 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:27:43.574 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:27:44.958 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:27:44.958 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:27:44.959 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:27:45.015 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:27:42.837727+0000 mgr.smithi169.xxnmbv (mgr.14166) 144 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:27:46.015 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:45 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:27:44.958749+0000 mon.smithi169 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.173:0/3668902653' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:27:46.332 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:27:46.333 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:27:47.015 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:46 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:27:44.838010+0000 mgr.smithi169.xxnmbv (mgr.14166) 145 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:27:47.804 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:27:47.804 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:27:47.806 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:27:49.016 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:48 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:27:46.838322+0000 mgr.smithi169.xxnmbv (mgr.14166) 146 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:27:49.016 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:48 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:27:47.805008+0000 mon.smithi169 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.173:0/914048569' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:27:49.181 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:27:49.181 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:27:50.550 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:27:50.550 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:27:50.551 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:27:51.016 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:50 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:27:48.838665+0000 mgr.smithi169.xxnmbv (mgr.14166) 147 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:27:51.923 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:27:51.923 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:27:52.015 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:51 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:27:50.550639+0000 mon.smithi169 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.173:0/187077596' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:27:53.015 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:52 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:27:50.838932+0000 mgr.smithi169.xxnmbv (mgr.14166) 148 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:27:53.282 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:27:53.282 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:27:53.284 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:27:54.660 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:27:54.660 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:27:54.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:54 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:27:52.839294+0000 mgr.smithi169.xxnmbv (mgr.14166) 149 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:27:54.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:54 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:27:53.283176+0000 mon.smithi169 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.173:0/3787573666' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:27:56.026 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:27:56.026 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:27:56.027 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:27:56.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:56 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:27:54.839587+0000 mgr.smithi169.xxnmbv (mgr.14166) 150 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:27:56.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:56 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:27:56.026705+0000 mon.smithi169 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.173:0/3742537771' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:27:57.352 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:27:57.353 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:27:58.723 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:27:58.723 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:27:58.725 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:27:58.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:58 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:27:56.839977+0000 mgr.smithi169.xxnmbv (mgr.14166) 151 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:27:59.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:27:59 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:27:58.724520+0000 mon.smithi169 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.173:0/2913165685' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:28:00.102 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:28:00.103 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:28:00.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:00 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:27:58.840304+0000 mgr.smithi169.xxnmbv (mgr.14166) 152 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:28:01.475 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:28:01.476 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:28:01.477 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:28:01.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:01 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:00.928658+0000 mon.smithi169 (mon.0) 227 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.xxnmbv/mirror_snapshot_schedule"}]: dispatch 2023-12-26T17:28:01.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:01 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:00.935641+0000 mon.smithi169 (mon.0) 228 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.xxnmbv/trash_purge_schedule"}]: dispatch 2023-12-26T17:28:02.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:02 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:28:00.840611+0000 mgr.smithi169.xxnmbv (mgr.14166) 153 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:28:02.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:02 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:01.477000+0000 mon.smithi169 (mon.0) 229 : audit [DBG] from='client.? 172.21.15.173:0/3364361683' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:28:02.861 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:28:02.861 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:28:04.200 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:28:04.200 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:28:04.202 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:28:04.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:04 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:28:02.840984+0000 mgr.smithi169.xxnmbv (mgr.14166) 154 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:28:04.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:04 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:04.201411+0000 mon.smithi169 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.173:0/2632829138' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:28:05.575 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:28:05.575 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:28:06.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:06 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:28:04.841368+0000 mgr.smithi169.xxnmbv (mgr.14166) 155 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:28:07.013 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:28:07.014 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:28:07.015 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:28:07.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:07 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:07.014675+0000 mon.smithi169 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.173:0/1667697204' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:28:08.430 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:28:08.430 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:28:08.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:28:06.841675+0000 mgr.smithi169.xxnmbv (mgr.14166) 156 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:28:09.844 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:28:09.845 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:28:09.846 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:28:10.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:10 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:28:08.841956+0000 mgr.smithi169.xxnmbv (mgr.14166) 157 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:28:10.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:10 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:09.845681+0000 mon.smithi169 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.173:0/2059005844' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:28:11.239 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:28:11.239 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:28:12.595 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:28:12.595 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:28:12.596 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:28:12.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:12 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:28:10.842195+0000 mgr.smithi169.xxnmbv (mgr.14166) 158 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:28:13.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:13 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:12.596531+0000 mon.smithi169 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.173:0/484072016' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:28:13.976 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:28:13.976 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:28:14.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:14 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:28:12.842546+0000 mgr.smithi169.xxnmbv (mgr.14166) 159 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:28:15.418 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:28:15.419 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:28:15.420 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:28:16.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:16 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:28:14.842906+0000 mgr.smithi169.xxnmbv (mgr.14166) 160 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:28:16.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:16 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:15.420036+0000 mon.smithi169 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.173:0/2068727492' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:28:16.803 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:28:16.803 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:28:18.213 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:28:18.213 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:28:18.215 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:28:18.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:18 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:28:16.843270+0000 mgr.smithi169.xxnmbv (mgr.14166) 161 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:28:18.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:18 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:18.214935+0000 mon.smithi169 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.173:0/3178859283' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:28:19.590 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:28:19.591 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:28:20.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:20 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:28:18.843494+0000 mgr.smithi169.xxnmbv (mgr.14166) 162 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:28:20.883 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:28:20.883 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:28:20.885 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:28:21.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:21 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:20.884547+0000 mon.smithi169 (mon.0) 236 : audit [DBG] from='client.? 172.21.15.173:0/2835452533' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:28:22.285 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:28:22.286 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:28:22.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:22 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:28:20.843711+0000 mgr.smithi169.xxnmbv (mgr.14166) 163 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:28:23.730 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:28:23.730 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:28:23.731 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:28:24.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:24 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:28:22.843981+0000 mgr.smithi169.xxnmbv (mgr.14166) 164 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:28:24.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:24 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:23.731123+0000 mon.smithi169 (mon.0) 237 : audit [DBG] from='client.? 172.21.15.173:0/3189271834' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:28:25.122 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:28:25.122 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:28:25.703 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:25 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:25.053522+0000 mon.smithi169 (mon.0) 238 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi169", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-26T17:28:25.703 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:25 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:25.056206+0000 mon.smithi169 (mon.0) 239 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi169", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-26T17:28:25.703 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:25 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:25.057001+0000 mon.smithi169 (mon.0) 240 : audit [DBG] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:28:26.436 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:28:26.436 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:28:26.438 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:28:26.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:28:24.844343+0000 mgr.smithi169.xxnmbv (mgr.14166) 165 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:28:26.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cephadm 2023-12-26T17:28:25.050928+0000 mgr.smithi169.xxnmbv (mgr.14166) 166 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-39103836-a413-11ee-95a5-87774f69a715-alertmanager.smithi169 2023-12-26T17:28:26.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: /bin/podman: stderr Error: no such container ceph-39103836-a413-11ee-95a5-87774f69a715-alertmanager.smithi169 2023-12-26T17:28:26.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Deploy daemon alertmanager.smithi169 ... 2023-12-26T17:28:26.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-12-26T17:28:26.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-12-26T17:28:26.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: stat: stderr time="2023-12-26T17:23:49Z" 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-26T17:28:26.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: stat: stderr time="2023-12-26T17:24:26Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:28:26.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: stat: stderr time="2023-12-26T17:25:04Z" 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-26T17:28:26.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 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-26T17:28:26.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-12-26T17:28:26.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-12-26T17:28:26.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: stat: stderr time="2023-12-26T17:26:32Z" 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-26T17:28:26.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: stat: stderr time="2023-12-26T17:27:10Z" 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-26T17:28:26.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: stat: stderr time="2023-12-26T17:27:47Z" 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-26T17:28:26.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 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-26T17:28:26.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Traceback (most recent call last): 2023-12-26T17:28:26.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-12-26T17:28:26.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: main() 2023-12-26T17:28:26.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-12-26T17:28:26.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: r = ctx.func(ctx) 2023-12-26T17:28:26.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-12-26T17:28:26.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: return func(ctx) 2023-12-26T17:28:26.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2023-12-26T17:28:26.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-12-26T17:28:26.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2023-12-26T17:28:26.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-12-26T17:28:26.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2023-12-26T17:28:26.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: raise RuntimeError('uid/gid not found') 2023-12-26T17:28:26.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: RuntimeError: uid/gid not found 2023-12-26T17:28:26.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Traceback (most recent call last): 2023-12-26T17:28:26.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2023-12-26T17:28:26.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: yield (conn, connr) 2023-12-26T17:28:26.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2023-12-26T17:28:26.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: code, '\n'.join(err))) 2023-12-26T17:28:26.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-39103836-a413-11ee-95a5-87774f69a715-alertmanager.smithi169 2023-12-26T17:28:26.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: /bin/podman: stderr Error: no such container ceph-39103836-a413-11ee-95a5-87774f69a715-alertmanager.smithi169 2023-12-26T17:28:26.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Deploy daemon alertmanager.smithi169 ... 2023-12-26T17:28:26.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-12-26T17:28:26.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-12-26T17:28:26.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: stat: stderr time="2023-12-26T17:23:49Z" 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-26T17:28:26.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: stat: stderr time="2023-12-26T17:24:26Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:28:26.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: stat: stderr time="2023-12-26T17:25:04Z" 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-26T17:28:26.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 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-26T17:28:26.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-12-26T17:28:26.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-12-26T17:28:26.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: stat: stderr time="2023-12-26T17:26:32Z" 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-26T17:28:26.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: stat: stderr time="2023-12-26T17:27:10Z" 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-26T17:28:26.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: stat: stderr time="2023-12-26T17:27:47Z" 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-26T17:28:26.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 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-26T17:28:26.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Traceback (most recent call last): 2023-12-26T17:28:26.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-12-26T17:28:26.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: main() 2023-12-26T17:28:26.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-12-26T17:28:26.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: r = ctx.func(ctx) 2023-12-26T17:28:26.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-12-26T17:28:26.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: return func(ctx) 2023-12-26T17:28:26.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2023-12-26T17:28:26.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-12-26T17:28:26.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2023-12-26T17:28:26.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-12-26T17:28:26.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2023-12-26T17:28:26.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: raise RuntimeError('uid/gid not found') 2023-12-26T17:28:26.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: RuntimeError: uid/gid not found 2023-12-26T17:28:26.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cephadm 2023-12-26T17:28:25.051244+0000 mgr.smithi169.xxnmbv (mgr.14166) 167 : cephadm [ERR] Failed while placing alertmanager.smithi169 on smithi169: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-39103836-a413-11ee-95a5-87774f69a715-alertmanager.smithi169 2023-12-26T17:28:26.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: /bin/podman: stderr Error: no such container ceph-39103836-a413-11ee-95a5-87774f69a715-alertmanager.smithi169 2023-12-26T17:28:26.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Deploy daemon alertmanager.smithi169 ... 2023-12-26T17:28:26.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-12-26T17:28:26.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-12-26T17:28:26.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: stat: stderr time="2023-12-26T17:23:49Z" 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-26T17:28:26.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: stat: stderr time="2023-12-26T17:24:26Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-26T17:28:26.772 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: stat: stderr time="2023-12-26T17:25:04Z" 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-26T17:28:26.772 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 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-26T17:28:26.772 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi169 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-12-26T17:28:26.772 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-12-26T17:28:26.772 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: stat: stderr time="2023-12-26T17:26:32Z" 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-26T17:28:26.772 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: stat: stderr time="2023-12-26T17:27:10Z" 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-26T17:28:26.772 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: stat: stderr time="2023-12-26T17:27:47Z" 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-26T17:28:26.772 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: 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-26T17:28:26.772 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Traceback (most recent call last): 2023-12-26T17:28:26.772 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-12-26T17:28:26.773 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: main() 2023-12-26T17:28:26.773 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-12-26T17:28:26.773 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: r = ctx.func(ctx) 2023-12-26T17:28:26.773 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-12-26T17:28:26.773 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: return func(ctx) 2023-12-26T17:28:26.773 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2023-12-26T17:28:26.773 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-12-26T17:28:26.773 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2023-12-26T17:28:26.773 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-12-26T17:28:26.773 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2023-12-26T17:28:26.773 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: raise RuntimeError('uid/gid not found') 2023-12-26T17:28:26.773 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: RuntimeError: uid/gid not found 2023-12-26T17:28:26.773 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cephadm 2023-12-26T17:28:25.057800+0000 mgr.smithi169.xxnmbv (mgr.14166) 168 : cephadm [INF] Deploying daemon crash.smithi169 on smithi169 2023-12-26T17:28:26.774 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:25.932152+0000 mon.smithi169 (mon.0) 241 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:28:27.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:27 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:26.437464+0000 mon.smithi169 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.173:0/4057106385' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:28:27.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:27 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:26.446465+0000 mon.smithi169 (mon.0) 243 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:28:27.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:27 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:26.550939+0000 mon.smithi169 (mon.0) 244 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:28:27.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:27 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:26.552745+0000 mon.smithi169 (mon.0) 245 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:28:27.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:27 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:26.553069+0000 mon.smithi169 (mon.0) 246 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-26T17:28:27.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:27 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:26.553401+0000 mgr.smithi169.xxnmbv (mgr.14166) 169 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-26T17:28:27.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:27 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:26.555517+0000 mon.smithi169 (mon.0) 247 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:28:27.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:27 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cephadm 2023-12-26T17:28:26.558133+0000 mgr.smithi169.xxnmbv (mgr.14166) 170 : cephadm [INF] Deploying daemon grafana.smithi169 on smithi169 2023-12-26T17:28:27.840 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:28:27.840 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:28:29.015 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:28 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:28:26.844623+0000 mgr.smithi169.xxnmbv (mgr.14166) 171 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:28:29.276 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:28:29.276 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:28:29.278 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:28:30.015 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:29 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:29.277910+0000 mon.smithi169 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.173:0/486212475' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:28:30.660 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:28:30.660 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:28:31.015 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:30 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:28:28.844995+0000 mgr.smithi169.xxnmbv (mgr.14166) 172 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:28:32.038 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:28:32.038 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:28:32.040 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:28:32.265 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:31 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:28:30.845329+0000 mgr.smithi169.xxnmbv (mgr.14166) 173 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:28:32.265 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:31 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:30.935148+0000 mon.smithi169 (mon.0) 249 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:28:33.265 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:32 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:32.039673+0000 mon.smithi169 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.173:0/164512853' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:28:33.397 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:28:33.397 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:28:34.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:34 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:28:32.845660+0000 mgr.smithi169.xxnmbv (mgr.14166) 174 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:28:34.822 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:28:34.822 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:28:34.823 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:28:35.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:35 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:34.823734+0000 mon.smithi169 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.173:0/888126802' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:28:36.221 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:28:36.222 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:28:36.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:36 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:28:34.845922+0000 mgr.smithi169.xxnmbv (mgr.14166) 175 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:28:37.588 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:28:37.588 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:28:37.590 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:28:38.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:38 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:28:36.846118+0000 mgr.smithi169.xxnmbv (mgr.14166) 176 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:28:38.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:38 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:37.589645+0000 mon.smithi169 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.173:0/4281806458' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:28:38.944 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:28:38.945 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:28:40.316 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:28:40.316 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:28:40.318 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:28:40.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:40 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:28:38.846363+0000 mgr.smithi169.xxnmbv (mgr.14166) 177 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:28:41.434 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:41 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:40.317934+0000 mon.smithi169 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.173:0/3056634795' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:28:41.723 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:28:41.723 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:28:42.412 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:42 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:28:40.846540+0000 mgr.smithi169.xxnmbv (mgr.14166) 178 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:28:43.095 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:28:43.095 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:28:43.097 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:28:44.016 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:43 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:42.752171+0000 mon.smithi169 (mon.0) 254 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:28:44.016 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:43 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cephadm 2023-12-26T17:28:42.754039+0000 mgr.smithi169.xxnmbv (mgr.14166) 179 : cephadm [INF] Deploying daemon node-exporter.smithi169 on smithi169 2023-12-26T17:28:44.016 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:43 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:28:42.846741+0000 mgr.smithi169.xxnmbv (mgr.14166) 180 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:28:44.016 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:43 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:43.096487+0000 mon.smithi169 (mon.0) 255 : audit [DBG] from='client.? 172.21.15.173:0/4252446193' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:28:44.476 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:28:44.476 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:28:45.845 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:28:45.845 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:28:45.846 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:28:46.265 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:45 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:28:44.847064+0000 mgr.smithi169.xxnmbv (mgr.14166) 181 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:28:46.265 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:45 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:45.846720+0000 mon.smithi169 (mon.0) 256 : audit [DBG] from='client.? 172.21.15.173:0/1738512022' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:28:47.248 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:28:47.249 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:28:47.265 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:46 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:45.938845+0000 mon.smithi169 (mon.0) 257 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:28:48.265 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:47 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:28:46.847360+0000 mgr.smithi169.xxnmbv (mgr.14166) 182 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:28:48.617 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:28:48.617 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:28:48.618 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:28:49.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:49 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:48.618208+0000 mon.smithi169 (mon.0) 258 : audit [DBG] from='client.? 172.21.15.173:0/2052431190' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:28:49.983 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:28:49.984 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:28:50.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:50 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:28:48.847688+0000 mgr.smithi169.xxnmbv (mgr.14166) 183 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:28:51.300 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:28:51.300 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:28:51.301 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:28:52.704 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:28:52.704 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:28:52.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:52 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:28:50.848042+0000 mgr.smithi169.xxnmbv (mgr.14166) 184 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:28:52.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:52 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:51.301579+0000 mon.smithi169 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.173:0/3929265622' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:28:54.116 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:28:54.117 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:28:54.118 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:28:54.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:54 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:28:52.848332+0000 mgr.smithi169.xxnmbv (mgr.14166) 185 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:28:54.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:54 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:54.118529+0000 mon.smithi169 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.173:0/1989724085' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:28:55.486 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:28:55.487 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:28:56.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:56 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:28:54.848677+0000 mgr.smithi169.xxnmbv (mgr.14166) 186 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:28:56.836 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:28:56.837 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:28:56.838 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:28:57.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:57 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:56.838621+0000 mon.smithi169 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.173:0/2093015735' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:28:58.230 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:28:58.230 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:28:58.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:28:58 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:28:56.848920+0000 mgr.smithi169.xxnmbv (mgr.14166) 187 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:28:59.625 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:28:59.626 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:28:59.627 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:29:00.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:00 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:28:58.849205+0000 mgr.smithi169.xxnmbv (mgr.14166) 188 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:29:00.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:00 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:28:59.627388+0000 mon.smithi169 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.173:0/3901094823' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:29:00.985 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:29:00.986 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:29:01.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:01 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:29:00.929997+0000 mon.smithi169 (mon.0) 263 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.xxnmbv/mirror_snapshot_schedule"}]: dispatch 2023-12-26T17:29:01.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:01 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:29:00.936680+0000 mon.smithi169 (mon.0) 264 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.xxnmbv/trash_purge_schedule"}]: dispatch 2023-12-26T17:29:02.303 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:29:02.303 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:29:02.305 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:29:02.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:02 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:29:00.849527+0000 mgr.smithi169.xxnmbv (mgr.14166) 189 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:29:03.699 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:29:03.700 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:29:03.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:03 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:29:02.305308+0000 mon.smithi169 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.173:0/82315261' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:29:04.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:04 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:29:02.849908+0000 mgr.smithi169.xxnmbv (mgr.14166) 190 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:29:05.094 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:29:05.095 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:29:05.096 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:29:05.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:05 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:29:05.096187+0000 mon.smithi169 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.173:0/3495441229' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:29:06.439 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:29:06.440 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:29:06.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:06 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:29:04.850192+0000 mgr.smithi169.xxnmbv (mgr.14166) 191 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:29:07.795 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:29:07.795 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:29:07.797 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:29:08.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:29:06.850554+0000 mgr.smithi169.xxnmbv (mgr.14166) 192 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:29:08.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:29:07.797255+0000 mon.smithi169 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.173:0/3680996498' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:29:09.190 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:29:09.191 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:29:10.617 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:29:10.617 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:29:10.619 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:29:10.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:10 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:29:08.850823+0000 mgr.smithi169.xxnmbv (mgr.14166) 193 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:29:11.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:11 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:29:10.619015+0000 mon.smithi169 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.173:0/1100029490' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:29:11.986 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:29:11.986 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:29:12.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:12 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:29:10.851135+0000 mgr.smithi169.xxnmbv (mgr.14166) 194 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:29:13.294 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:29:13.294 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:29:13.296 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:29:14.685 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:29:14.685 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:29:14.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:14 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:29:12.851511+0000 mgr.smithi169.xxnmbv (mgr.14166) 195 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:29:14.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:14 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:29:13.296107+0000 mon.smithi169 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.173:0/399946325' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:29:16.073 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:29:16.073 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:29:16.075 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:29:16.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:16 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:29:14.851891+0000 mgr.smithi169.xxnmbv (mgr.14166) 196 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:29:16.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:16 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:29:16.075198+0000 mon.smithi169 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.173:0/2688937833' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:29:17.448 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:29:17.449 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:29:18.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:18 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:29:16.852178+0000 mgr.smithi169.xxnmbv (mgr.14166) 197 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:29:18.791 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:29:18.791 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:29:18.792 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:29:19.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:19 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:29:18.792369+0000 mon.smithi169 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.173:0/538675117' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:29:20.151 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:29:20.152 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:29:20.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:20 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:29:18.852515+0000 mgr.smithi169.xxnmbv (mgr.14166) 198 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:29:21.525 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:29:21.525 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:29:21.526 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:29:22.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:22 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:29:20.852825+0000 mgr.smithi169.xxnmbv (mgr.14166) 199 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:29:22.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:22 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:29:21.526794+0000 mon.smithi169 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.173:0/2294540613' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:29:22.916 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:29:22.917 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:29:24.282 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:29:24.282 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:29:24.284 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:29:24.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:24 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:29:22.853093+0000 mgr.smithi169.xxnmbv (mgr.14166) 200 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:29:24.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:24 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:29:24.284505+0000 mon.smithi169 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.173:0/2832087975' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:29:25.671 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:29:25.671 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:29:26.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:29:24.853376+0000 mgr.smithi169.xxnmbv (mgr.14166) 201 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:29:27.040 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:29:27.040 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:29:27.042 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:29:27.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:27 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:29:27.042247+0000 mon.smithi169 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.173:0/1316094885' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:29:28.392 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:29:28.393 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:29:28.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:28 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:29:26.853647+0000 mgr.smithi169.xxnmbv (mgr.14166) 202 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:29:29.693 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:29:29.693 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:29:29.695 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:29:30.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:30 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:29:28.853950+0000 mgr.smithi169.xxnmbv (mgr.14166) 203 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:29:30.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:30 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:29:29.695667+0000 mon.smithi169 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.173:0/3862130985' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:29:31.102 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:29:31.102 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:29:32.524 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:29:32.524 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:29:32.525 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:29:32.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:32 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:29:30.854315+0000 mgr.smithi169.xxnmbv (mgr.14166) 204 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:29:33.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:33 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:29:32.525842+0000 mon.smithi169 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.173:0/4232882001' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:29:33.901 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:29:33.902 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:29:34.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:34 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:29:32.854698+0000 mgr.smithi169.xxnmbv (mgr.14166) 205 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:29:35.253 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:29:35.253 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:29:35.255 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:29:35.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:35 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:29:35.255743+0000 mon.smithi169 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.173:0/3019094871' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:29:36.618 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:29:36.619 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:29:36.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:36 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:29:34.855026+0000 mgr.smithi169.xxnmbv (mgr.14166) 206 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:29:37.975 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:29:37.975 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:29:37.977 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:29:38.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:38 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:29:36.855398+0000 mgr.smithi169.xxnmbv (mgr.14166) 207 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:29:38.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:38 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:29:37.977812+0000 mon.smithi169 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.173:0/2683896976' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:29:39.353 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:29:39.353 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:29:40.729 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:29:40.729 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:29:40.730 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:29:40.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:40 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:29:38.855675+0000 mgr.smithi169.xxnmbv (mgr.14166) 208 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:29:41.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:41 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:29:40.731230+0000 mon.smithi169 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.173:0/2497813215' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:29:42.096 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:29:42.097 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:29:42.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:42 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:29:40.856076+0000 mgr.smithi169.xxnmbv (mgr.14166) 209 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:29:43.460 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:29:43.461 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:29:43.462 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:29:44.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:29:42.856352+0000 mgr.smithi169.xxnmbv (mgr.14166) 210 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:29:44.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:29:43.462830+0000 mon.smithi169 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.173:0/3546215935' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:29:44.823 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:29:44.823 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:29:46.189 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:29:46.189 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:29:46.191 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:29:46.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:46 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:29:44.856761+0000 mgr.smithi169.xxnmbv (mgr.14166) 211 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:29:46.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:46 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:29:46.191496+0000 mon.smithi169 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.173:0/1713364854' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:29:47.573 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:29:47.573 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:29:48.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:48 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:29:46.857139+0000 mgr.smithi169.xxnmbv (mgr.14166) 212 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:29:48.955 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:29:48.955 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:29:48.956 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:29:49.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:49 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:29:48.957323+0000 mon.smithi169 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.173:0/197330549' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:29:50.352 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:29:50.353 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:29:50.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:50 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:29:48.857498+0000 mgr.smithi169.xxnmbv (mgr.14166) 213 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:29:51.708 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:29:51.708 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:29:51.709 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:29:52.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:52 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:29:50.857890+0000 mgr.smithi169.xxnmbv (mgr.14166) 214 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:29:52.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:52 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:29:51.710312+0000 mon.smithi169 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.173:0/3362709331' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:29:53.096 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:29:53.097 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:29:54.449 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:29:54.449 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:29:54.450 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:29:54.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:54 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:29:52.858331+0000 mgr.smithi169.xxnmbv (mgr.14166) 215 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:29:55.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:55 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:29:54.451198+0000 mon.smithi169 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.173:0/1681394976' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:29:55.851 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:29:55.852 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:29:56.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:56 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:29:54.858746+0000 mgr.smithi169.xxnmbv (mgr.14166) 216 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:29:57.173 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:29:57.173 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:29:57.175 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:29:57.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:57 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:29:57.175434+0000 mon.smithi169 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.173:0/2284179218' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:29:58.538 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:29:58.539 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:29:58.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:29:58 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:29:56.859063+0000 mgr.smithi169.xxnmbv (mgr.14166) 217 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:29:59.908 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:29:59.908 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:29:59.909 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:30:00.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:00 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:29:58.859445+0000 mgr.smithi169.xxnmbv (mgr.14166) 218 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:30:00.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:00 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:29:59.910345+0000 mon.smithi169 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.173:0/1161109250' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:30:01.280 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:30:01.281 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:30:01.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:01 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:30:00.931061+0000 mon.smithi169 (mon.0) 287 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.xxnmbv/mirror_snapshot_schedule"}]: dispatch 2023-12-26T17:30:01.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:01 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:30:00.937802+0000 mon.smithi169 (mon.0) 288 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.xxnmbv/trash_purge_schedule"}]: dispatch 2023-12-26T17:30:02.622 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:30:02.622 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:30:02.623 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:30:02.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:02 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:30:00.859867+0000 mgr.smithi169.xxnmbv (mgr.14166) 219 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:30:03.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:03 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:30:02.623922+0000 mon.smithi169 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.173:0/2738904046' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:30:04.003 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:30:04.004 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:30:04.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:04 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:30:02.860231+0000 mgr.smithi169.xxnmbv (mgr.14166) 220 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:30:05.435 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:30:05.435 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:30:05.436 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:30:06.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:06 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:30:04.860561+0000 mgr.smithi169.xxnmbv (mgr.14166) 221 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:30:06.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:06 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:30:05.437058+0000 mon.smithi169 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.173:0/960138339' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:30:06.794 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:30:06.795 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:30:08.156 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:30:08.156 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:30:08.158 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:30:08.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:30:06.860816+0000 mgr.smithi169.xxnmbv (mgr.14166) 222 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:30:08.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:30:08.158862+0000 mon.smithi169 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.173:0/2258844080' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:30:09.533 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:30:09.533 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:30:10.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:10 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:30:08.861121+0000 mgr.smithi169.xxnmbv (mgr.14166) 223 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:30:10.903 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:30:10.904 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:30:10.905 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:30:11.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:11 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:30:10.906150+0000 mon.smithi169 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.173:0/1217066892' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:30:12.280 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:30:12.281 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:30:12.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:12 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:30:10.861539+0000 mgr.smithi169.xxnmbv (mgr.14166) 224 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:30:13.582 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:30:13.582 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:30:13.584 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:30:14.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:14 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:30:12.861958+0000 mgr.smithi169.xxnmbv (mgr.14166) 225 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:30:14.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:14 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:30:13.584826+0000 mon.smithi169 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.173:0/3430139555' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:30:14.944 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:30:14.945 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:30:16.292 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:30:16.293 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:30:16.294 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:30:16.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:16 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:30:14.862355+0000 mgr.smithi169.xxnmbv (mgr.14166) 226 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:30:16.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:16 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:30:16.295400+0000 mon.smithi169 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.173:0/3611100141' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:30:17.676 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:30:17.677 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:30:18.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:18 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:30:16.862680+0000 mgr.smithi169.xxnmbv (mgr.14166) 227 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:30:19.058 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:30:19.058 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:30:19.060 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:30:19.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:19 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:30:19.061136+0000 mon.smithi169 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.173:0/3059662826' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:30:20.443 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:30:20.444 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:30:20.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:20 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:30:18.863001+0000 mgr.smithi169.xxnmbv (mgr.14166) 228 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:30:21.825 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:30:21.825 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:30:21.827 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:30:22.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:22 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:30:20.863281+0000 mgr.smithi169.xxnmbv (mgr.14166) 229 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:30:22.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:22 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:30:21.827795+0000 mon.smithi169 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.173:0/478880593' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:30:23.191 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:30:23.191 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:30:24.491 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:30:24.491 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:30:24.492 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:30:24.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:24 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:30:22.863600+0000 mgr.smithi169.xxnmbv (mgr.14166) 230 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:30:25.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:25 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:30:24.493439+0000 mon.smithi169 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.173:0/345866242' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:30:25.889 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:30:25.889 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:30:26.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:30:24.863906+0000 mgr.smithi169.xxnmbv (mgr.14166) 231 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:30:27.221 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:30:27.221 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:30:27.223 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:30:27.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:27 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:30:27.223451+0000 mon.smithi169 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.173:0/2599366214' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:30:28.602 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:30:28.602 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:30:28.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:28 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:30:26.864208+0000 mgr.smithi169.xxnmbv (mgr.14166) 232 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:30:29.959 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:30:29.959 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:30:29.961 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:30:30.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:30 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:30:28.864547+0000 mgr.smithi169.xxnmbv (mgr.14166) 233 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:30:30.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:30 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:30:29.962267+0000 mon.smithi169 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.173:0/1864236483' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:30:31.377 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:30:31.377 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:30:32.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:32 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:30:30.864847+0000 mgr.smithi169.xxnmbv (mgr.14166) 234 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:30:32.802 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:30:32.802 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:30:32.803 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:30:33.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:33 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:30:32.804725+0000 mon.smithi169 (mon.0) 300 : audit [DBG] from='client.? 172.21.15.173:0/1832182155' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:30:34.125 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:30:34.126 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:30:34.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:34 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:30:32.865126+0000 mgr.smithi169.xxnmbv (mgr.14166) 235 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:30:35.471 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:30:35.471 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:30:35.473 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:30:36.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:36 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:30:34.865365+0000 mgr.smithi169.xxnmbv (mgr.14166) 236 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:30:36.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:36 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:30:35.473474+0000 mon.smithi169 (mon.0) 301 : audit [DBG] from='client.? 172.21.15.173:0/2874424111' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:30:36.862 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:30:36.862 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:30:38.260 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:30:38.261 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:30:38.262 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:30:38.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:38 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:30:36.865651+0000 mgr.smithi169.xxnmbv (mgr.14166) 237 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:30:38.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:38 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:30:38.263183+0000 mon.smithi169 (mon.0) 302 : audit [DBG] from='client.? 172.21.15.173:0/1783236286' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:30:39.640 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:30:39.640 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:30:40.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:40 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:30:38.866003+0000 mgr.smithi169.xxnmbv (mgr.14166) 238 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:30:40.992 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:30:40.992 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:30:40.993 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:30:41.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:41 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:30:40.994611+0000 mon.smithi169 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.173:0/55723213' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:30:42.399 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:30:42.399 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:30:42.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:42 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:30:40.866362+0000 mgr.smithi169.xxnmbv (mgr.14166) 239 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:30:43.759 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:30:43.759 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:30:43.760 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:30:44.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:30:42.866694+0000 mgr.smithi169.xxnmbv (mgr.14166) 240 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:30:44.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cephadm 2023-12-26T17:30:43.307957+0000 mgr.smithi169.xxnmbv (mgr.14166) 241 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-39103836-a413-11ee-95a5-87774f69a715-node-exporter.smithi169 2023-12-26T17:30:44.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: /bin/podman: stderr Error: no such container ceph-39103836-a413-11ee-95a5-87774f69a715-node-exporter.smithi169 2023-12-26T17:30:44.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Deploy daemon node-exporter.smithi169 ... 2023-12-26T17:30:44.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Verifying port 9100 ... 2023-12-26T17:30:44.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Non-zero exit code 1 from systemctl start ceph-39103836-a413-11ee-95a5-87774f69a715@node-exporter.smithi169 2023-12-26T17:30:44.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: systemctl: stderr Job for ceph-39103836-a413-11ee-95a5-87774f69a715@node-exporter.smithi169.service failed because a timeout was exceeded. 2023-12-26T17:30:44.765 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: systemctl: stderr See "systemctl status ceph-39103836-a413-11ee-95a5-87774f69a715@node-exporter.smithi169.service" and "journalctl -xe" for details. 2023-12-26T17:30:44.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Traceback (most recent call last): 2023-12-26T17:30:44.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-12-26T17:30:44.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: main() 2023-12-26T17:30:44.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-12-26T17:30:44.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: r = ctx.func(ctx) 2023-12-26T17:30:44.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-12-26T17:30:44.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: return func(ctx) 2023-12-26T17:30:44.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2023-12-26T17:30:44.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: ports=daemon_ports) 2023-12-26T17:30:44.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2023-12-26T17:30:44.766 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: c, osd_fsid=osd_fsid, ports=ports) 2023-12-26T17:30:44.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2023-12-26T17:30:44.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-12-26T17:30:44.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2023-12-26T17:30:44.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-12-26T17:30:44.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: RuntimeError: Failed command: systemctl start ceph-39103836-a413-11ee-95a5-87774f69a715@node-exporter.smithi169 2023-12-26T17:30:44.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Traceback (most recent call last): 2023-12-26T17:30:44.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2023-12-26T17:30:44.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: yield (conn, connr) 2023-12-26T17:30:44.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2023-12-26T17:30:44.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: code, '\n'.join(err))) 2023-12-26T17:30:44.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-39103836-a413-11ee-95a5-87774f69a715-node-exporter.smithi169 2023-12-26T17:30:44.767 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: /bin/podman: stderr Error: no such container ceph-39103836-a413-11ee-95a5-87774f69a715-node-exporter.smithi169 2023-12-26T17:30:44.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Deploy daemon node-exporter.smithi169 ... 2023-12-26T17:30:44.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Verifying port 9100 ... 2023-12-26T17:30:44.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Non-zero exit code 1 from systemctl start ceph-39103836-a413-11ee-95a5-87774f69a715@node-exporter.smithi169 2023-12-26T17:30:44.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: systemctl: stderr Job for ceph-39103836-a413-11ee-95a5-87774f69a715@node-exporter.smithi169.service failed because a timeout was exceeded. 2023-12-26T17:30:44.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: systemctl: stderr See "systemctl status ceph-39103836-a413-11ee-95a5-87774f69a715@node-exporter.smithi169.service" and "journalctl -xe" for details. 2023-12-26T17:30:44.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Traceback (most recent call last): 2023-12-26T17:30:44.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-12-26T17:30:44.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: main() 2023-12-26T17:30:44.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-12-26T17:30:44.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: r = ctx.func(ctx) 2023-12-26T17:30:44.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-12-26T17:30:44.768 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: return func(ctx) 2023-12-26T17:30:44.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2023-12-26T17:30:44.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: ports=daemon_ports) 2023-12-26T17:30:44.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2023-12-26T17:30:44.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: c, osd_fsid=osd_fsid, ports=ports) 2023-12-26T17:30:44.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2023-12-26T17:30:44.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-12-26T17:30:44.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2023-12-26T17:30:44.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-12-26T17:30:44.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: RuntimeError: Failed command: systemctl start ceph-39103836-a413-11ee-95a5-87774f69a715@node-exporter.smithi169 2023-12-26T17:30:44.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cephadm 2023-12-26T17:30:43.308162+0000 mgr.smithi169.xxnmbv (mgr.14166) 242 : cephadm [ERR] Failed while placing node-exporter.smithi169 on smithi169: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-39103836-a413-11ee-95a5-87774f69a715-node-exporter.smithi169 2023-12-26T17:30:44.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: /bin/podman: stderr Error: no such container ceph-39103836-a413-11ee-95a5-87774f69a715-node-exporter.smithi169 2023-12-26T17:30:44.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Deploy daemon node-exporter.smithi169 ... 2023-12-26T17:30:44.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Verifying port 9100 ... 2023-12-26T17:30:44.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Non-zero exit code 1 from systemctl start ceph-39103836-a413-11ee-95a5-87774f69a715@node-exporter.smithi169 2023-12-26T17:30:44.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: systemctl: stderr Job for ceph-39103836-a413-11ee-95a5-87774f69a715@node-exporter.smithi169.service failed because a timeout was exceeded. 2023-12-26T17:30:44.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: systemctl: stderr See "systemctl status ceph-39103836-a413-11ee-95a5-87774f69a715@node-exporter.smithi169.service" and "journalctl -xe" for details. 2023-12-26T17:30:44.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: Traceback (most recent call last): 2023-12-26T17:30:44.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-12-26T17:30:44.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: main() 2023-12-26T17:30:44.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-12-26T17:30:44.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: r = ctx.func(ctx) 2023-12-26T17:30:44.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-12-26T17:30:44.770 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: return func(ctx) 2023-12-26T17:30:44.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2023-12-26T17:30:44.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: ports=daemon_ports) 2023-12-26T17:30:44.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2023-12-26T17:30:44.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: c, osd_fsid=osd_fsid, ports=ports) 2023-12-26T17:30:44.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2023-12-26T17:30:44.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-12-26T17:30:44.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: File "/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2023-12-26T17:30:44.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-12-26T17:30:44.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: RuntimeError: Failed command: systemctl start ceph-39103836-a413-11ee-95a5-87774f69a715@node-exporter.smithi169 2023-12-26T17:30:44.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cephadm 2023-12-26T17:30:43.314220+0000 mgr.smithi169.xxnmbv (mgr.14166) 243 : cephadm [INF] Deploying daemon prometheus.smithi169 on smithi169 2023-12-26T17:30:44.771 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:30:43.762008+0000 mon.smithi169 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.173:0/1604514178' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:30:45.123 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:30:45.124 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:30:46.484 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:30:46.484 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:30:46.486 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:30:46.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:46 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:30:44.867152+0000 mgr.smithi169.xxnmbv (mgr.14166) 244 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:30:46.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:46 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:30:45.945176+0000 mon.smithi169 (mon.0) 305 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' 2023-12-26T17:30:47.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:47 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:30:46.487175+0000 mon.smithi169 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.173:0/855317654' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:30:47.890 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:30:47.891 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:30:48.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:48 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:30:46.867577+0000 mgr.smithi169.xxnmbv (mgr.14166) 245 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:30:49.321 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:30:49.322 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:30:49.323 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:30:49.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:49 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:30:49.324508+0000 mon.smithi169 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.173:0/4009858124' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:30:50.682 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:30:50.682 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:30:50.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:50 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:30:48.867871+0000 mgr.smithi169.xxnmbv (mgr.14166) 246 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:30:52.025 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:30:52.025 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:30:52.026 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:30:52.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:52 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:30:50.868181+0000 mgr.smithi169.xxnmbv (mgr.14166) 247 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:30:52.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:52 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:30:52.027730+0000 mon.smithi169 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.173:0/822582129' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:30:53.434 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:30:53.434 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:30:54.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:54 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:30:52.868524+0000 mgr.smithi169.xxnmbv (mgr.14166) 248 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:30:54.873 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:30:54.873 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:30:54.874 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:30:55.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:55 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:30:54.876176+0000 mon.smithi169 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.173:0/3468117151' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:30:56.246 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:30:56.247 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:30:56.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:56 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:30:54.868751+0000 mgr.smithi169.xxnmbv (mgr.14166) 249 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:30:57.619 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:30:57.620 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:30:57.621 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:30:58.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:58 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:30:56.869107+0000 mgr.smithi169.xxnmbv (mgr.14166) 250 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:30:58.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:30:58 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:30:57.622056+0000 mon.smithi169 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.173:0/3661884934' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:30:59.004 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:30:59.005 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:31:00.365 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:31:00.366 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:31:00.367 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:31:00.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:00 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:30:58.869396+0000 mgr.smithi169.xxnmbv (mgr.14166) 251 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:31:00.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:00 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:31:00.368276+0000 mon.smithi169 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.173:0/2122861396' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:31:01.733 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:31:01.733 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:31:01.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:01 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:31:00.932598+0000 mon.smithi169 (mon.0) 312 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.xxnmbv/mirror_snapshot_schedule"}]: dispatch 2023-12-26T17:31:01.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:01 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:31:00.938701+0000 mon.smithi169 (mon.0) 313 : audit [INF] from='mgr.14166 172.21.15.169:0/2682437984' entity='mgr.smithi169.xxnmbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.xxnmbv/trash_purge_schedule"}]: dispatch 2023-12-26T17:31:02.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:02 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:31:00.869789+0000 mgr.smithi169.xxnmbv (mgr.14166) 252 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:31:03.063 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:31:03.063 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:31:03.065 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:31:03.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:03 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:31:03.065897+0000 mon.smithi169 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.173:0/2959730256' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:31:04.450 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:31:04.450 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:31:04.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:04 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:31:02.870182+0000 mgr.smithi169.xxnmbv (mgr.14166) 253 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:31:05.818 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:31:05.818 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:31:05.819 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:31:06.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:06 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:31:04.870662+0000 mgr.smithi169.xxnmbv (mgr.14166) 254 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:31:06.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:06 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:31:05.820532+0000 mon.smithi169 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.173:0/2262971130' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:31:07.189 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:31:07.190 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:31:08.574 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:31:08.575 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:31:08.576 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:31:08.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:08 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:31:06.871024+0000 mgr.smithi169.xxnmbv (mgr.14166) 255 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:31:09.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:09 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:31:08.577157+0000 mon.smithi169 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.173:0/1607798172' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:31:09.933 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:31:09.934 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:31:10.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:10 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:31:08.871449+0000 mgr.smithi169.xxnmbv (mgr.14166) 256 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:31:11.329 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:31:11.329 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:31:11.331 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:31:11.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:11 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:31:11.332342+0000 mon.smithi169 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.173:0/899741126' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:31:12.697 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:31:12.698 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:31:12.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:12 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:31:10.871778+0000 mgr.smithi169.xxnmbv (mgr.14166) 257 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:31:14.054 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:31:14.054 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:31:14.055 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:31:14.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:14 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:31:12.872071+0000 mgr.smithi169.xxnmbv (mgr.14166) 258 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:31:14.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:14 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:31:14.057052+0000 mon.smithi169 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.173:0/1495424272' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:31:15.430 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:31:15.431 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:31:16.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:16 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:31:14.872428+0000 mgr.smithi169.xxnmbv (mgr.14166) 259 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:31:16.813 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:31:16.813 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:31:16.815 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:31:17.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:17 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:31:16.816388+0000 mon.smithi169 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.173:0/2673906737' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:31:18.195 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:31:18.195 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:31:18.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:18 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:31:16.872779+0000 mgr.smithi169.xxnmbv (mgr.14166) 260 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:31:19.542 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:31:19.542 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:31:19.544 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:31:20.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:20 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:31:18.873123+0000 mgr.smithi169.xxnmbv (mgr.14166) 261 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:31:20.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:20 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:31:19.545153+0000 mon.smithi169 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.173:0/1760318876' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:31:20.908 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:31:20.909 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:31:22.288 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:31:22.288 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:31:22.290 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:31:22.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:22 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:31:20.873476+0000 mgr.smithi169.xxnmbv (mgr.14166) 262 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:31:22.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:22 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:31:22.291581+0000 mon.smithi169 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.173:0/2086800455' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:31:23.657 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:31:23.657 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:31:24.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:24 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:31:22.873845+0000 mgr.smithi169.xxnmbv (mgr.14166) 263 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:31:24.947 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:31:24.947 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:31:24.949 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:31:25.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:25 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:31:24.950191+0000 mon.smithi169 (mon.0) 322 : audit [DBG] from='client.? 172.21.15.173:0/1306349163' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:31:26.354 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:31:26.355 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:31:26.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:26 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:31:24.874197+0000 mgr.smithi169.xxnmbv (mgr.14166) 264 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:31:27.736 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:31:27.736 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:31:27.737 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:31:28.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:28 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:31:26.874557+0000 mgr.smithi169.xxnmbv (mgr.14166) 265 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:31:28.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:28 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:31:27.738808+0000 mon.smithi169 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.173:0/677587201' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:31:29.121 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:31:29.121 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:31:30.438 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:31:30.438 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:31:30.440 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:31:30.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:30 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:31:28.874956+0000 mgr.smithi169.xxnmbv (mgr.14166) 266 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:31:30.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:30 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:31:30.441728+0000 mon.smithi169 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.173:0/2623634188' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:31:31.830 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:31:31.830 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:31:32.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:32 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:31:30.875226+0000 mgr.smithi169.xxnmbv (mgr.14166) 267 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:31:33.213 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:31:33.214 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:31:33.215 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:31:33.764 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:33 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:31:33.216813+0000 mon.smithi169 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.173:0/1832037663' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:31:34.578 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:31:34.578 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:31:34.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:34 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:31:32.875596+0000 mgr.smithi169.xxnmbv (mgr.14166) 268 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:31:35.932 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:31:35.933 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:31:35.934 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:31:36.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:36 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:31:34.875978+0000 mgr.smithi169.xxnmbv (mgr.14166) 269 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:31:36.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:36 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:31:35.935294+0000 mon.smithi169 (mon.0) 326 : audit [DBG] from='client.? 172.21.15.173:0/2514179243' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:31:37.323 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:31:37.324 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:31:38.695 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:31:38.696 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:31:38.697 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:31:38.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:38 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:31:36.876290+0000 mgr.smithi169.xxnmbv (mgr.14166) 270 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:31:39.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:39 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:31:38.698883+0000 mon.smithi169 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.173:0/2833925780' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:31:40.059 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:31:40.059 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:31:40.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:40 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:31:38.876631+0000 mgr.smithi169.xxnmbv (mgr.14166) 271 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:31:41.383 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:31:41.383 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:31:41.384 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:31:41.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:41 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:31:41.386106+0000 mon.smithi169 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.173:0/2819164908' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:31:42.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:42 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:31:40.876933+0000 mgr.smithi169.xxnmbv (mgr.14166) 272 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:31:42.788 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:31:42.788 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:31:44.163 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:31:44.163 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:31:44.164 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:31:44.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:31:42.877314+0000 mgr.smithi169.xxnmbv (mgr.14166) 273 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:31:44.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:44 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:31:44.166607+0000 mon.smithi169 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.173:0/1533407031' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:31:45.540 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:31:45.540 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:31:46.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:46 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:31:44.877579+0000 mgr.smithi169.xxnmbv (mgr.14166) 274 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:31:46.958 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:31:46.959 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:31:46.960 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:31:47.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:47 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:31:46.961955+0000 mon.smithi169 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.173:0/1043269050' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:31:48.346 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:31:48.347 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:31:48.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:48 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:31:46.877916+0000 mgr.smithi169.xxnmbv (mgr.14166) 275 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:31:49.716 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:31:49.716 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:31:49.717 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:31:50.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:50 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:31:48.878264+0000 mgr.smithi169.xxnmbv (mgr.14166) 276 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:31:50.763 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:50 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:31:49.719476+0000 mon.smithi169 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.173:0/1773474936' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:31:51.082 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:31:51.083 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:31:52.406 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:31:52.407 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:31:52.408 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:31:53.013 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:52 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:31:50.878603+0000 mgr.smithi169.xxnmbv (mgr.14166) 277 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:31:53.013 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:52 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:31:52.409970+0000 mon.smithi169 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.173:0/1129704237' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:31:53.816 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:31:53.817 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:31:55.013 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:54 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:31:52.878946+0000 mgr.smithi169.xxnmbv (mgr.14166) 278 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:31:55.232 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:31:55.232 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:31:55.234 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:31:56.013 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:55 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:31:55.235565+0000 mon.smithi169 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.173:0/1602603151' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:31:56.596 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:31:56.596 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:31:57.013 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:56 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:31:54.879345+0000 mgr.smithi169.xxnmbv (mgr.14166) 279 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:31:57.961 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:31:57.961 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:31:57.964 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:31:59.013 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:58 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:31:56.879689+0000 mgr.smithi169.xxnmbv (mgr.14166) 280 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:31:59.013 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:31:58 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: audit 2023-12-26T17:31:57.964644+0000 mon.smithi169 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.173:0/1459011976' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T17:31:59.354 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T17:31:59.355 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39103836-a413-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T17:32:00.657 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:32:00.657 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"39103836-a413-11ee-95a5-87774f69a715","modified":"2023-12-26T17:22:03.387269Z","created":"2023-12-26T17:22:03.387269Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T17:32:00.659 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2023-12-26T17:32:01.013 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:32:00 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: cluster 2023-12-26T17:31:58.880031+0000 mgr.smithi169.xxnmbv (mgr.14166) 281 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T17:32:01.024 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_639f0137318def3e5f393094e5494880043a8f32/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-26T17:32:01.025 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-26T17:32:01.026 DEBUG:teuthology.orchestra.run.smithi169:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-26T17:32:01.050 DEBUG:teuthology.orchestra.run.smithi173:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-26T17:32:01.068 INFO:tasks.cephadm:Stopping all daemons... 2023-12-26T17:32:01.068 INFO:tasks.cephadm.mon.smithi169:Stopping mon.smithi169... 2023-12-26T17:32:01.068 DEBUG:teuthology.orchestra.run.smithi169:> sudo systemctl stop ceph-39103836-a413-11ee-95a5-87774f69a715@mon.smithi169 2023-12-26T17:32:01.458 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:32:01 smithi169 systemd[1]: Stopping Ceph mon.smithi169 for 39103836-a413-11ee-95a5-87774f69a715... 2023-12-26T17:32:01.458 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:32:01 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:32:01.201+0000 7f661af34700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi169 -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-26T17:32:01.458 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Dec 26 17:32:01 smithi169 ceph-39103836-a413-11ee-95a5-87774f69a715-mon.smithi169[107455]: debug 2023-12-26T17:32:01.202+0000 7f661af34700 -1 mon.smithi169@0(leader) e1 *** Got Signal Terminated *** 2023-12-26T17:32:01.596 DEBUG:teuthology.orchestra.run.smithi169:> sudo pkill -f 'journalctl -f -n 0 -u ceph-39103836-a413-11ee-95a5-87774f69a715@mon.smithi169.service' 2023-12-26T17:32:01.645 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-26T17:32:01.645 INFO:tasks.cephadm.mon.smithi169:Stopped mon.smithi169 2023-12-26T17:32:01.645 INFO:tasks.cephadm.mon.smithi173:Stopping mon.smithi173... 2023-12-26T17:32:01.645 DEBUG:teuthology.orchestra.run.smithi173:> sudo systemctl stop ceph-39103836-a413-11ee-95a5-87774f69a715@mon.smithi173 2023-12-26T17:32:01.679 INFO:teuthology.orchestra.run.smithi173.stderr:Failed to stop ceph-39103836-a413-11ee-95a5-87774f69a715@mon.smithi173.service: Unit ceph-39103836-a413-11ee-95a5-87774f69a715@mon.smithi173.service not loaded. 2023-12-26T17:32:01.681 DEBUG:teuthology.orchestra.run:got remote process result: 5 2023-12-26T17:32:01.681 ERROR:tasks.cephadm:Failed to stop "ceph.mon.smithi173" Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/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_639f0137318def3e5f393094e5494880043a8f32/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_639f0137318def3e5f393094e5494880043a8f32/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 smithi173 with status 5: 'sudo systemctl stop ceph-39103836-a413-11ee-95a5-87774f69a715@mon.smithi173' 2023-12-26T17:32:01.682 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-26T17:32:01.684 DEBUG:teuthology.misc:Transferring archived files from smithi169:/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501476/remote/ubuntu@smithi169.front.sepia.ceph.com/crash 2023-12-26T17:32:01.684 DEBUG:teuthology.orchestra.run.smithi169:> sudo tar c -f - -C /var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/crash -- . 2023-12-26T17:32:01.725 DEBUG:teuthology.misc:Transferring archived files from smithi173:/var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501476/remote/ubuntu@smithi173.front.sepia.ceph.com/crash 2023-12-26T17:32:01.726 DEBUG:teuthology.orchestra.run.smithi173:> sudo tar c -f - -C /var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/crash -- . 2023-12-26T17:32:01.770 INFO:teuthology.orchestra.run.smithi173.stderr:tar: /var/lib/ceph/39103836-a413-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-26T17:32:01.770 INFO:teuthology.orchestra.run.smithi173.stderr:tar: Error is not recoverable: exiting now 2023-12-26T17:32:01.771 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-26T17:32:01.772 DEBUG:teuthology.orchestra.run.smithi169:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-26T17:32:01.799 INFO:teuthology.orchestra.run.smithi169.stderr:grep: /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715/ceph.log: No such file or directory 2023-12-26T17:32:01.801 INFO:tasks.cephadm:Compressing logs... 2023-12-26T17:32:01.801 DEBUG:teuthology.orchestra.run.smithi169:> 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-26T17:32:01.843 DEBUG:teuthology.orchestra.run.smithi173:> 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-26T17:32:01.870 INFO:teuthology.orchestra.run.smithi169.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-26T17:32:01.870 INFO:teuthology.orchestra.run.smithi169.stderr:: No such file or directory 2023-12-26T17:32:01.870 INFO:teuthology.orchestra.run.smithi169.stderr:gzip -5 --verbose -- /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-26T17:32:01.870 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715/ceph-mgr.smithi169.xxnmbv.log 2023-12-26T17:32:01.870 INFO:teuthology.orchestra.run.smithi169.stderr:gzip -5 --verbose -- /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715/ceph-mon.smithi169.log 2023-12-26T17:32:01.871 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/39103836-a413-11ee-95a5-87774f69a715/ceph-volume.log: /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715/ceph-mgr.smithi169.xxnmbv.log: /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715/ceph-mon.smithi169.log: 88.4% -- replaced with /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-26T17:32:01.872 INFO:teuthology.orchestra.run.smithi169.stderr: 88.1% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-26T17:32:01.872 INFO:teuthology.orchestra.run.smithi173.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-26T17:32:01.872 INFO:teuthology.orchestra.run.smithi173.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-26T17:32:01.873 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/cephadm.log: 96.1% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-26T17:32:01.875 INFO:teuthology.orchestra.run.smithi173.stderr: 2023-12-26T17:32:01.875 INFO:teuthology.orchestra.run.smithi173.stderr:real 0m0.014s 2023-12-26T17:32:01.875 INFO:teuthology.orchestra.run.smithi173.stderr:user 0m0.009s 2023-12-26T17:32:01.875 INFO:teuthology.orchestra.run.smithi173.stderr:sys 0m0.014s 2023-12-26T17:32:01.958 INFO:teuthology.orchestra.run.smithi169.stderr:gzip: /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715/ceph-mgr.smithi169.xxnmbv.log: file size changed while zipping 2023-12-26T17:32:01.959 INFO:teuthology.orchestra.run.smithi169.stderr: 92.8% -- replaced with /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715/ceph-mgr.smithi169.xxnmbv.log.gz 2023-12-26T17:32:02.026 INFO:teuthology.orchestra.run.smithi169.stderr: 90.4% -- replaced with /var/log/ceph/39103836-a413-11ee-95a5-87774f69a715/ceph-mon.smithi169.log.gz 2023-12-26T17:32:02.028 INFO:teuthology.orchestra.run.smithi169.stderr: 2023-12-26T17:32:02.028 INFO:teuthology.orchestra.run.smithi169.stderr:real 0m0.170s 2023-12-26T17:32:02.028 INFO:teuthology.orchestra.run.smithi169.stderr:user 0m0.255s 2023-12-26T17:32:02.028 INFO:teuthology.orchestra.run.smithi169.stderr:sys 0m0.015s 2023-12-26T17:32:02.028 INFO:tasks.cephadm:Archiving logs... 2023-12-26T17:32:02.029 DEBUG:teuthology.misc:Transferring archived files from smithi169:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501476/remote/ubuntu@smithi169.front.sepia.ceph.com/log 2023-12-26T17:32:02.029 DEBUG:teuthology.orchestra.run.smithi169:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-26T17:32:02.148 DEBUG:teuthology.misc:Transferring archived files from smithi173:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501476/remote/ubuntu@smithi173.front.sepia.ceph.com/log 2023-12-26T17:32:02.149 DEBUG:teuthology.orchestra.run.smithi173:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-26T17:32:02.179 INFO:tasks.cephadm:Removing cluster... 2023-12-26T17:32:02.179 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 39103836-a413-11ee-95a5-87774f69a715 --force 2023-12-26T17:33:12.433 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 39103836-a413-11ee-95a5-87774f69a715 --force 2023-12-26T17:33:12.738 INFO:tasks.cephadm:Removing cephadm ... 2023-12-26T17:33:12.738 DEBUG:teuthology.orchestra.run.smithi169:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-26T17:33:12.758 DEBUG:teuthology.orchestra.run.smithi173:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-26T17:33:12.777 INFO:tasks.cephadm:Teardown complete 2023-12-26T17:33:12.777 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/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_639f0137318def3e5f393094e5494880043a8f32/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_639f0137318def3e5f393094e5494880043a8f32/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_639f0137318def3e5f393094e5494880043a8f32/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_639f0137318def3e5f393094e5494880043a8f32/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 smithi173 with status 5: 'sudo systemctl stop ceph-39103836-a413-11ee-95a5-87774f69a715@mon.smithi173' 2023-12-26T17:33:12.876 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=23c3aebbdbd647ef92f592342e14c062 Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/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_639f0137318def3e5f393094e5494880043a8f32/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_639f0137318def3e5f393094e5494880043a8f32/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_639f0137318def3e5f393094e5494880043a8f32/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_639f0137318def3e5f393094e5494880043a8f32/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 smithi173 with status 5: 'sudo systemctl stop ceph-39103836-a413-11ee-95a5-87774f69a715@mon.smithi173' 2023-12-26T17:33:12.880 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-26T17:33:12.890 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-26T17:33:12.937 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-26T17:33:12.938 DEBUG:teuthology.orchestra.run.smithi169:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-26T17:33:12.953 DEBUG:teuthology.orchestra.run.smithi173:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-26T17:33:12.960 INFO:teuthology.orchestra.run.smithi169.stderr:bash: ntpq: command not found 2023-12-26T17:33:12.966 INFO:teuthology.orchestra.run.smithi169.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-26T17:33:12.966 INFO:teuthology.orchestra.run.smithi169.stdout:=============================================================================== 2023-12-26T17:33:12.966 INFO:teuthology.orchestra.run.smithi169.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 60 -377us[ -358us] +/- 69ms 2023-12-26T17:33:12.966 INFO:teuthology.orchestra.run.smithi169.stdout:^* hv02.front.sepia.ceph.com 3 6 377 60 -872us[ -853us] +/- 77ms 2023-12-26T17:33:12.966 INFO:teuthology.orchestra.run.smithi169.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 59 +1371us[+1371us] +/- 81ms 2023-12-26T17:33:12.966 INFO:teuthology.orchestra.run.smithi169.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-26T17:33:12.971 INFO:teuthology.orchestra.run.smithi173.stderr:bash: ntpq: command not found 2023-12-26T17:33:12.976 INFO:teuthology.orchestra.run.smithi173.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-26T17:33:12.976 INFO:teuthology.orchestra.run.smithi173.stdout:=============================================================================== 2023-12-26T17:33:12.977 INFO:teuthology.orchestra.run.smithi173.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 58 -375us[ -375us] +/- 69ms 2023-12-26T17:33:12.977 INFO:teuthology.orchestra.run.smithi173.stdout:^* hv02.front.sepia.ceph.com 3 6 377 59 -871us[ -881us] +/- 77ms 2023-12-26T17:33:12.977 INFO:teuthology.orchestra.run.smithi173.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 59 +1380us[+1380us] +/- 81ms 2023-12-26T17:33:12.977 INFO:teuthology.orchestra.run.smithi173.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-26T17:33:12.977 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-26T17:33:12.988 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-26T17:33:12.989 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-26T17:33:13.013 DEBUG:teuthology.orchestra.run.smithi169:> 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-26T17:33:13.103 DEBUG:teuthology.orchestra.run.smithi173:> 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-26T17:33:13.193 DEBUG:teuthology.orchestra.run.smithi169:> 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-26T17:33:13.225 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:33:13.225 DEBUG:teuthology.orchestra.run.smithi173:> 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-26T17:33:13.257 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:33:13.258 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-26T17:33:13.266 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-26T17:33:13.290 INFO:teuthology.task.internal:Duration was 1160.728420 seconds 2023-12-26T17:33:13.291 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-26T17:33:13.330 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-26T17:33:13.330 DEBUG:teuthology.orchestra.run.smithi169:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-26T17:33:13.333 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-26T17:33:13.377 INFO:teuthology.orchestra.run.smithi169.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:33:13.379 INFO:teuthology.orchestra.run.smithi173.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:33:13.774 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-26T17:33:13.775 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi169.front.sepia.ceph.com 2023-12-26T17:33:13.775 DEBUG:teuthology.orchestra.run.smithi169:> 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-26T17:33:13.798 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi173.front.sepia.ceph.com 2023-12-26T17:33:13.799 DEBUG:teuthology.orchestra.run.smithi173:> 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-26T17:33:13.822 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-26T17:33:13.823 DEBUG:teuthology.orchestra.run.smithi169:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-26T17:33:13.841 DEBUG:teuthology.orchestra.run.smithi173:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-26T17:33:13.910 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-26T17:33:13.911 DEBUG:teuthology.orchestra.run.smithi169:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-26T17:33:13.913 DEBUG:teuthology.orchestra.run.smithi173:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-26T17:33:13.998 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-26T17:33:14.008 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-26T17:33:14.008 DEBUG:teuthology.orchestra.run.smithi169:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-26T17:33:14.039 DEBUG:teuthology.orchestra.run.smithi173:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-26T17:33:14.067 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-26T17:33:14.080 DEBUG:teuthology.orchestra.run.smithi169:> 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-26T17:33:14.083 DEBUG:teuthology.orchestra.run.smithi173:> 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-26T17:33:14.107 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern = core 2023-12-26T17:33:14.133 INFO:teuthology.orchestra.run.smithi173.stdout:kernel.core_pattern = core 2023-12-26T17:33:14.157 DEBUG:teuthology.orchestra.run.smithi169:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-26T17:33:14.204 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:33:14.205 DEBUG:teuthology.orchestra.run.smithi173:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-26T17:33:14.222 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:33:14.223 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-26T17:33:14.232 INFO:teuthology.task.internal:Transferring archived files... 2023-12-26T17:33:14.233 DEBUG:teuthology.misc:Transferring archived files from smithi169:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501476/remote/smithi169 2023-12-26T17:33:14.234 DEBUG:teuthology.orchestra.run.smithi169:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-26T17:33:14.286 DEBUG:teuthology.misc:Transferring archived files from smithi173:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501476/remote/smithi173 2023-12-26T17:33:14.287 DEBUG:teuthology.orchestra.run.smithi173:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-26T17:33:14.328 INFO:teuthology.task.internal:Removing archive directory... 2023-12-26T17:33:14.329 DEBUG:teuthology.orchestra.run.smithi169:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-26T17:33:14.331 DEBUG:teuthology.orchestra.run.smithi173:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-26T17:33:14.379 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-26T17:33:14.391 INFO:teuthology.task.internal:Not uploading archives. 2023-12-26T17:33:14.391 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-26T17:33:14.436 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-26T17:33:14.465 DEBUG:teuthology.orchestra.run.smithi169:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-26T17:33:14.468 DEBUG:teuthology.orchestra.run.smithi173:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-26T17:33:14.483 INFO:teuthology.orchestra.run.smithi169.stdout: 525843 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 26 17:33 /home/ubuntu/cephtest 2023-12-26T17:33:14.484 INFO:teuthology.orchestra.run.smithi173.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 26 17:33 /home/ubuntu/cephtest 2023-12-26T17:33:14.486 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-26T17:33:14.499 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-26T17:33:14.578 INFO:teuthology.nuke:Checking targets against current locks 2023-12-26T17:33:14.603 DEBUG:teuthology.nuke:shortname: smithi169 2023-12-26T17:33:14.604 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-26T17:33:14.629 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi169.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501476', '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-26 17:05:30.976273', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNnQXAMrIKZi5BUzPEdpEP+s1tUeriw1nc0Bgwgxu8By+kqH2/5YguEsjpf+VYaJqoXoSJ5NqlOiv9fhW4gCeUw='} 2023-12-26T17:33:14.633 DEBUG:teuthology.nuke:shortname: smithi173 2023-12-26T17:33:14.634 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-26T17:33:14.660 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi173.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501476', '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-26 17:05:30.978255', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK9C576a+nWnVjiS6Mu4seiRpnJFB0DBJBF8YsWkhqI9os18OIC4Rfqqx5vg3CeN0kkwWJEi+M2X/wftMb0a+iY='} 2023-12-26T17:33:14.688 INFO:teuthology.orchestra.console.smithi169:Power off 2023-12-26T17:33:14.689 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-26T17:33:14.714 DEBUG:teuthology.orchestra.console.smithi169:power off output: Chassis Power Control: Down/Off 2023-12-26T17:33:14.714 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:33:14.736 INFO:teuthology.orchestra.console.smithi173:Power off 2023-12-26T17:33:14.736 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-26T17:33:14.748 DEBUG:teuthology.orchestra.console.smithi169:check power output: Chassis Power is on 2023-12-26T17:33:14.761 DEBUG:teuthology.orchestra.console.smithi173:power off output: Chassis Power Control: Down/Off 2023-12-26T17:33:14.762 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:33:14.787 DEBUG:teuthology.orchestra.console.smithi173:check power output: Chassis Power is on 2023-12-26T17:33:18.750 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:33:18.788 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:33:18.861 DEBUG:teuthology.orchestra.console.smithi169:check power output: Chassis Power is on 2023-12-26T17:33:18.900 DEBUG:teuthology.orchestra.console.smithi173:check power output: Chassis Power is on 2023-12-26T17:33:22.865 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:33:22.901 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:33:22.977 DEBUG:teuthology.orchestra.console.smithi169:check power output: Chassis Power is off 2023-12-26T17:33:23.013 DEBUG:teuthology.orchestra.console.smithi173:check power output: Chassis Power is on 2023-12-26T17:33:23.078 INFO:teuthology.orchestra.console.smithi169:Power off completed 2023-12-26T17:33:27.017 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:33:27.127 DEBUG:teuthology.orchestra.console.smithi173:check power output: Chassis Power is off 2023-12-26T17:33:27.228 INFO:teuthology.orchestra.console.smithi173:Power off completed 2023-12-26T17:33:27.333 INFO:teuthology.run:Summary data: description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 1160.7284202575684 failure_reason: 'Command failed on smithi173 with status 5: ''sudo systemctl stop ceph-39103836-a413-11ee-95a5-87774f69a715@mon.smithi173''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=23c3aebbdbd647ef92f592342e14c062 status: fail success: false 2023-12-26T17:33:27.338 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-26T17:33:27.420 INFO:teuthology.run:FAIL